/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
    Theme Name: Ex Disco 
    Author: Tancredi Di Giovanni, Artemis Grillaki
    Version: 1.0
*/
:root {
  --background-color: rgb(0, 0, 0);
  --text-color: rgb(255, 255, 255);
}

@font-face {
  font-family: "Warsaw-Gothic-Woodtype";
  src: url("./assets/media/fonts/warsaw/Warsaw-Gothic-Woodtype.ttf.woff") format("woff"), url("./assets/media/fonts/warsaw/Warsaw-Gothic-Woodtype.ttf.svg#Warsaw-Gothic-Woodtype") format("svg"), url("./assets/media/fonts/warsaw/Warsaw-Gothic-Woodtype.ttf.eot"), url("./assets/media/fonts/warsaw/Warsaw-Gothic-Woodtype.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raptor-semibold";
  src: url("./assets/media/fonts/raptor/RaptorV3Premium-Semibold.woff2") format("woff2"), url("./assets/media/fonts/raptor/RaptorV3Premium-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
  font-style: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "raptor-semibold", Tahoma, Verdana, sans-serif;
  background-color: var(--background-color);
  color: var(--text-color);
  letter-spacing: 2px;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
}

p {
  margin-top: 0;
}

img {
  width: 100%;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

.wp-caption-text {
  hyphens: none;
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  word-spacing: 0.03125rem;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 28.125em) {
  .wp-caption-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 53.125em) {
  .wp-caption-text {
    font-size: 1.1875rem;
    padding-right: 1.25rem;
  }
}

.next-line {
  margin-top: 0.9375rem;
}

* {
  cursor: url(http://exdisco.com/wp-content/uploads/Star_white2.png) 15 19, auto !important;
}

.srcset--desktop {
  display: none;
}
@media (min-width: 53.125em) {
  .srcset--desktop {
    display: inline-block;
  }
}
.srcset--mobile {
  display: inline-block;
}
@media (min-width: 53.125em) {
  .srcset--mobile {
    display: none;
  }
}

.wrapper {
  padding: 0.5rem 0.8125rem;
  top: 3.125rem;
  transition: top 0.4s ease-out;
}
@media (min-width: 53.125em) {
  .wrapper {
    padding: 1.125rem 1.8125rem;
    transition: top 0.6s ease-out;
  }
}
.wrapper--color-header {
  background-color: var(--background-color);
}
.wrapper--no-bottom {
  padding-bottom: 0;
}
.wrapper--footer {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 53.125em) {
  .wrapper--footer {
    padding-bottom: 0.9375rem;
    padding-top: 4.5rem;
  }
}
.wrapper--scroll {
  top: 90px;
}
@media (min-width: 53.125em) {
  .wrapper--scroll {
    top: 35%;
  }
}
.wrapper--blocked {
  position: fixed;
}

.header {
  font-family: "Warsaw-Gothic-Woodtype";
  position: fixed;
  width: 100%;
  z-index: 2;
}

.navbar__logo {
  display: inline-block;
  margin-top: -0.125rem;
  margin-bottom: 0.25rem;
  width: 0%;
  min-width: 9.375rem;
  transition: width 0.8s ease-out;
}
@media (min-width: 53.125em) {
  .navbar__logo {
    transition: width 0.6s ease-out;
    min-width: 11.25rem;
  }
}
.navbar__logo-link {
  font-size: 3.375rem;
  color: var(--text-color);
}
.navbar__logo--large {
  margin-top: 0.625rem;
  width: 100%;
}
@media (min-width: 53.125em) {
  .navbar__logo--large {
    margin-top: auto;
  }
}
.navbar__menu {
  display: none;
  margin: 0;
  padding: 0 0 1rem 0;
  text-align: center;
}
@media (min-width: 53.125em) {
  .navbar__menu {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    text-align: unset;
  }
}
@media (min-width: 53.125em) {
  .navbar__menu--hidden {
    display: none;
  }
}
.navbar__menu--is-visible {
  display: block;
}
.navbar__menu-item {
  display: inline;
  margin-left: 0px;
  font-size: 1.8125rem;
}
@media (min-width: 28.125em) {
  .navbar__menu-item {
    font-size: 2.1875rem;
  }
}
@media (min-width: 53.125em) {
  .navbar__menu-item {
    margin-left: 28px;
    font-size: 2.4375rem;
  }
}
.navbar__menu-item:first-child {
  float: left;
}
@media (min-width: 53.125em) {
  .navbar__menu-item:first-child {
    float: none;
  }
}
.navbar__menu-item:last-child {
  float: right;
}
@media (min-width: 53.125em) {
  .navbar__menu-item:last-child {
    float: none;
  }
}
.navbar__menu-item-link {
  color: var(--text-color);
}
@media (min-width: 53.125em) {
  .navbar__menu-item-link:hover, .navbar__menu-item-link--underline {
    text-decoration: underline !important;
    text-underline-offset: 7px;
  }
}
.navbar__menu-item-link--no-highlight {
  text-decoration: none !important;
}
@media (min-width: 53.125em) {
  .navbar__menu-item-link--highlight {
    text-decoration: underline;
    text-underline-offset: 7px;
  }
}
.navbar__menu-icon {
  width: 37px;
  height: 30px;
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 13px;
  cursor: pointer;
}
.navbar__menu-icon--hidden {
  display: none;
}
.navbar__menu-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FFF;
  transform-origin: 0 0;
  transition: transform 0.3s ease-out;
}
.navbar__menu-icon__middle {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FFF;
  transition: all 0.3s ease-out;
  transform-origin: 0 50%;
}
.navbar__menu-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FFF;
  transform-origin: 0 100%;
  transition: transform 0.3s ease-out;
}
@media (min-width: 53.125em) {
  .navbar__menu-icon {
    display: none;
  }
}

.main {
  padding-top: 3.125rem;
  transition: padding-top 0.4s ease-out;
}
@media (min-width: 53.125em) {
  .main {
    transition: padding-top 0.6s ease-out;
  }
}
.main--padding-big {
  padding-top: 6.25rem;
}
@media (min-width: 53.125em) {
  .main--padding-big {
    padding-top: 31.25rem;
  }
}
.main--padding-small {
  padding-top: 2.8125rem;
}
@media (min-width: 53.125em) {
  .main--padding-small {
    padding-top: 6.25rem;
  }
}

.large-hero {
  font-family: "Warsaw-Gothic-Woodtype";
  display: block;
  padding-top: 0.875rem;
  font-size: 1.8125rem;
  margin-bottom: 1.25rem;
  line-height: 30px;
}
@media (min-width: 53.125em) {
  .large-hero {
    font-size: 1.75rem;
    line-height: 35px;
  }
}
@media (min-width: 75em) {
  .large-hero {
    font-size: 2.5rem;
  }
}
.large-hero__carousel {
  display: flex;
  margin-bottom: 0.625rem;
}
@media (min-width: 75em) {
  .large-hero__carousel {
    font-size: 2.5rem;
    margin-bottom: 0.9375rem;
  }
}
.large-hero__description {
  font-size: 2.1875rem;
  line-height: 2.125rem;
  margin-bottom: 0rem;
}
@media (min-width: 53.125em) {
  .large-hero__description {
    font-size: 3.75rem;
    line-height: 3.8125rem;
    margin-bottom: 0rem;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.grid--no-wrap {
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 28.125em) {
  .grid--no-wrap {
    flex-wrap: unset;
    flex-direction: row;
  }
}
.grid--margin-mobile {
  margin-right: 40px;
}
@media (min-width: 53.125em) {
  .grid--margin-mobile {
    margin-right: 0px;
  }
}
@media (min-width: 28.125em) {
  .grid {
    flex-direction: row;
  }
}
.grid--gap {
  gap: 10px;
}
@media (min-width: 53.125em) {
  .grid--gap {
    gap: 1.25rem;
  }
}
.grid__element {
  display: block;
  flex: 100%;
}
@media (min-width: 53.125em) {
  .grid__element {
    flex: 48%;
  }
}
.grid__element--right p {
  float: left;
}
@media (min-width: 28.125em) {
  .grid__element--right p {
    float: right;
  }
}
.grid__element--full-width {
  flex: 100%;
}
.grid__element--smaller {
  flex: 45%;
}
.grid__element--larger {
  flex: 55%;
}

.post {
  display: block;
}
.post__title {
  margin-top: 0.75rem;
  margin-bottom: 1.6875rem;
  font-size: 1.0625rem;
  letter-spacing: 0.01875rem;
  font-weight: 100;
  line-height: 25px;
  color: white;
}
@media (min-width: 53.125em) {
  .post__title {
    margin-top: 0.9375rem;
    margin-bottom: 0.8125rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 75em) {
  .post__title {
    font-size: 1.125rem;
  }
}
.post__animation {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
}
.post__animation img {
  width: 100%;
  height: auto;
  transition: 0.3s all ease-in-out;
}
.post__animation:hover img {
  transform: scale(1.1);
}
.post__animation video {
  width: 100%;
  height: auto;
  transition: 0.3s all ease-in-out;
}
.post__animation:hover video {
  transform: scale(1.1);
}

.footer {
  bottom: 0.3125rem;
  width: 100%;
}
@media (min-width: 53.125em) {
  .footer {
    bottom: 0;
  }
}
.footer--margin-top {
  margin-top: 12.5rem;
}
@media (min-width: 53.125em) {
  .footer--margin-top {
    margin-top: 18.75rem;
  }
}
@media (min-width: 75em) {
  .footer--margin-top {
    margin-top: 25rem;
  }
}
.footer--hidden {
  visibility: hidden;
}

.contacts .contact {
  margin-bottom: 20px;
}
@media (min-width: 53.125em) {
  .contacts .contact {
    margin-bottom: 30px;
  }
}
.contacts .social {
  margin-top: 0.625rem;
}
.contacts .label {
  margin-top: 0.9375rem;
}
.contacts .label__svg {
  width: 7.1875rem;
}
@media (min-width: 28.125em) {
  .contacts .label__svg {
    width: 6.25rem;
  }
}
@media (min-width: 53.125em) {
  .contacts .label__svg {
    width: 7.1875rem;
  }
}
.contacts a {
  color: var(--text-color);
  transition: 0.3s all ease-in-out;
}
.contacts a:hover {
  letter-spacing: 5px;
}
.contacts__title {
  font-size: 0.625rem;
  margin-bottom: 0.0625rem;
  letter-spacing: 0.3px;
}
@media (min-width: 53.125em) {
  .contacts__title {
    font-size: 0.9375rem;
    margin-bottom: 0.375rem;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 75em) {
  .contacts__title {
    font-size: 1.125rem;
  }
}
.contacts__content {
  font-size: 1.75rem;
  margin-bottom: 0.8125rem;
}
@media (min-width: 28.125em) {
  .contacts__content {
    margin-bottom: 0;
  }
}
@media (min-width: 53.125em) {
  .contacts__content {
    font-size: 3.3125rem;
  }
}
.contacts__content p {
  font-family: "Warsaw-Gothic-Woodtype";
  margin-bottom: 0;
  width: max-content;
  text-align: justify;
  text-align-last: justify;
  hyphens: auto;
  line-height: 27px;
  letter-spacing: 1px;
}
@media (min-width: 28.125em) {
  .contacts__content p {
    font-size: 2rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 53.125em) {
  .contacts__content p {
    margin-bottom: 0;
    line-height: 3.1875rem;
    letter-spacing: 2px;
    font-size: 3.4375rem;
  }
}
@media (min-width: 75em) {
  .contacts__content p {
    margin-bottom: 0;
    line-height: 5.0625rem;
    letter-spacing: 2px;
    font-size: 5.3125rem;
  }
}

.approach__title {
  font-family: "Warsaw-Gothic-Woodtype";
  font-size: 3.125rem;
  font-weight: normal;
  margin-top: 40px;
  letter-spacing: 0.125rem;
  line-height: 2.9375rem;
  word-spacing: 0.3125rem;
}
@media (min-width: 28.125em) {
  .approach__title {
    font-size: 4.375rem;
    letter-spacing: 0.125rem;
    word-spacing: 0.3125rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 53.125em) {
  .approach__title {
    font-size: 5.3125rem;
    letter-spacing: 0.3125rem;
    word-spacing: 0.625rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 75em) {
  .approach__title {
    font-size: 8.125rem;
    letter-spacing: 0.3125rem;
    word-spacing: 0.625rem;
    margin-bottom: 5rem;
  }
}
.approach__content p {
  hyphens: none;
  font-size: 1rem;
  letter-spacing: 0.04375rem;
  word-spacing: 0.05rem;
  margin-bottom: 1.25rem;
  line-height: 1.4375rem;
}
@media (min-width: 53.125em) {
  .approach__content p {
    font-size: 1.1875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 75em) {
  .approach__content p {
    margin-bottom: 2.1875rem;
  }
}

.single {
  letter-spacing: 0.01875rem;
  line-height: 1.5rem;
}
.single__title {
  display: inline;
  font-size: 1.125rem;
  word-spacing: 0.03125rem;
}
.single__cover-image {
  padding: 0;
}
.single__details {
  margin-top: 1.1875rem;
}
.single__details__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single__details__item {
  margin-bottom: 1.25rem;
}
.single__details__title {
  font-size: 1rem;
  font-weight: normal;
  word-spacing: 0.03125rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 28.125em) {
  .single__details__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 53.125em) {
  .single__details__title {
    font-size: 1.125rem;
  }
}
.single__details__content {
  font-size: 1rem;
  word-spacing: 0.03125rem;
  margin-bottom: 0;
}
@media (min-width: 28.125em) {
  .single__details__content {
    font-size: 1.125rem;
  }
}
@media (min-width: 53.125em) {
  .single__details__content {
    font-size: 1.125rem;
  }
}
.single__details__content p {
  margin-top: 1.25rem;
}
.single p {
  hyphens: none;
  font-size: 1rem;
  word-spacing: 0.03125rem;
  margin-bottom: 0;
}
@media (min-width: 28.125em) {
  .single p {
    font-size: 1.125rem;
  }
}
.single__content {
  margin-top: 0.625rem;
}
@media (min-width: 28.125em) {
  .single__content {
    margin-top: 1.5625rem;
  }
}
.single__content img {
  margin-top: 0.9375rem;
}
@media (min-width: 28.125em) {
  .single__content img {
    margin-top: 2.1875rem;
  }
}
.single__content video {
  margin-top: 0.9375rem;
}
@media (min-width: 28.125em) {
  .single__content video {
    margin-top: 2.1875rem;
  }
}
.single__caption {
  margin-top: 1.25rem;
}
@media (min-width: 28.125em) {
  .single__caption {
    margin-top: 2.5rem;
  }
}

video {
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-out;
  background-color: black;
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
@keyframes fadeOut {
  from {
    opacity: 1;
    z-index: 10;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
.overlay__title {
  font-family: "Warsaw-Gothic-Woodtype";
  background-color: black;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 18vw;
  line-height: 16vw;
  width: 100%;
  letter-spacing: 0.25rem;
  word-spacing: 0.625rem;
  margin: auto;
  width: 90%;
}
@media (min-width: 53.125em) {
  .overlay__title {
    font-size: 15vw;
    line-height: 12vw;
    width: 80%;
    letter-spacing: 0.625rem;
    word-spacing: 2.5rem;
  }
}
.overlay__title--small {
  font-size: 15vw;
}
@media (min-width: 53.125em) {
  .overlay__title--small {
    font-size: 11vw;
    line-height: 10vw;
    width: 90%;
  }
}

.logo-trigger {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  overflow-y: scroll;
  visibility: hidden;
  z-index: 101;
}
.logo-trigger__element {
  width: 100%;
  height: 10px;
  margin-top: 1000px;
  margin-bottom: 1000px;
  background-color: red;
}
.logo-trigger--deleted {
  display: none;
}
/*# sourceMappingURL=style.css.map */