@font-face
{
  font-family: "Silka";
  src: url("../fonts/Silka/silka-medium-webfont.ttf") format("ttf"), url("../fonts/Silka/silka-medium-webfont.woff") format("woff"), url("../fonts/Silka/silka-medium-webfont.woff2") format("woff2");
}

@font-face
{
  font-family: "Silka";
  src: url("../fonts/Silka/silka-bold-webfont.ttf") format("ttf"), url("../fonts/Silka/silka-bold-webfont.woff") format("woff"), url("../fonts/Silka/silka-bold-webfont.woff2") format("woff2");
  font-weight: 700;
}

@font-face
{
  font-family: "Silka";
  src: url("../fonts/Silka/silka-mediumitalic-webfont.ttf") format("ttf"), url("../fonts/Silka/silka-mediumitalic-webfont.woff") format("woff"), url("../fonts/Silka/silka-mediumitalic-webfont.woff2") format("woff2");
  font-style: italic;
}

@font-face
{
  font-family: "Cera";
  src: url("../fonts/Cera/Cera-Regular.ttf") format("ttf"), url("../fonts/Cera/Cera-Regular.woff") format("woff"), url("../fonts/Cera/Cera-Regular.woff2") format("woff2");
}

@font-face
{
  font-family: "Cera";
  src: url("../fonts/Cera/Cera-Bold.ttf") format("ttf"), url("../fonts/Cera/Cera-Bold.woff") format("woff"), url("../fonts/Cera/Cera-Bold.woff2") format("woff2");
  font-weight: 700;
}

@-webkit-keyframes animate-bg
{
  0%
  {
    background-position-x: 0%;
  }

  50%
  {
    background-position-x: 100%;
  }

  100%
  {
    background-position-x: 0%;
  }
}

@keyframes animate-bg
{
  0%
  {
    background-position-x: 0%;
  }

  50%
  {
    background-position-x: 100%;
  }

  100%
  {
    background-position-x: 0%;
  }
}

*
{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:active
{
  outline: 0;
}

html
{
  min-height: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
  width: 100%;
}

body
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #132638;
  color: #939393;
  -webkit-text-size-adjust: 100%;
  font-family: "Cera", "sans-serif";
  font-size: 1.125rem;
  line-height: 1.25;
  min-height: 100%;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
}

main
{
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 60svh;
  position: relative;
  z-index: 1;
}

@media (min-width: 48em)
{
  main
  {
    margin-bottom: 100svh;
  }
}

[unselectable]
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a
{
  color: #000000;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

a:hover
{
  opacity: 0.8;
}

img, media, svg
{
  display: block;
  height: auto;
  max-width: 100%;
}

img.svg-symbols, media.svg-symbols, svg.svg-symbols
{
  display: none;
}

ul, ol
{
  margin: 0;
}

/* Chrome autocomplete form fix */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
  -webkit-box-shadow: 0 0 0 30px white inset;
}

b,
strong
{
  font-weight: 700;
}

.multicolor-text
{
  position: relative;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FFCE48), color-stop(50%, #F186D3), color-stop(75%, #4589E8), to(#86FF6E));
  background: -o-linear-gradient(left, #FFCE48 25%, #F186D3 50%, #4589E8 75%, #86FF6E 100%);
  background: linear-gradient(90deg, #FFCE48 25%, #F186D3 50%, #4589E8 75%, #86FF6E 100%);
  background-repeat: no-repeat;
  background-size: 250%;
  overflow: hidden;
  -webkit-animation: animate-bg 3s ease-in-out infinite;
  animation: animate-bg 3s ease-in-out infinite;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  padding-right: 10px;
}

.btn
{
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 1.2;
  padding: 0.625rem 1.5625rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  will-change: background-color, box-shadow, color, opacity;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 48em)
{
  .btn
  {
    font-size: 1rem;
    letter-spacing: -0.48px;
    line-height: 1.1;
  }
}

.btn.btn--header
{
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn.btn--header:hover
{
  background-color: #FFFFFF;
  color: #132638;
  opacity: 1;
}

.btn.btn--cta
{
  background-color: rgba(147, 147, 147, 0.5);
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
  position: relative;
  overflow: hidden;
}

.btn.btn--cta.black
{
  background-color: #000000;
}

.btn.btn--cta.blue
{
  background-color: #4589E8;
}

.btn.btn--cta.gray
{
  background-color: #939393;
}

.btn.btn--cta.green
{
  background-color: #86FF6E;
}

.btn.btn--cta.yellow
{
  background-color: #FFCE48;
}

.btn.btn--cta.pink
{
  background-color: #F186D3;
}

.btn.btn--cta.violet
{
  background-color: #80005A;
}

.btn.btn--cta.white
{
  background-color: #FFFFFF;
}

.btn.btn--cta.transparent
{
  background-color: rgba(255, 255, 255, 0.3);
}

.btn.btn--cta:before
{
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FFCE48), color-stop(50%, #F186D3), color-stop(75%, #4589E8), to(#86FF6E));
  background: -o-linear-gradient(left, #FFCE48 25%, #F186D3 50%, #4589E8 75%, #86FF6E 100%);
  background: linear-gradient(90deg, #FFCE48 25%, #F186D3 50%, #4589E8 75%, #86FF6E 100%);
  background-repeat: no-repeat;
  background-size: 250%;
  overflow: hidden;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  -webkit-animation: animate-bg 3s 0.275s ease-in-out infinite;
  animation: animate-bg 3s 0.275s ease-in-out infinite;
  z-index: -1;
  opacity: 0;
}

.btn.btn--cta:hover:before
{
  opacity: 1;
}

.h-hide
{
  display: none !important;
  visibility: hidden;
}

.h-visually-hidden
{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.h-noscroll
{
  overflow: hidden;
}

.h-opacity-zero
{
  opacity: 0;
}

.h-disabled
{
  opacity: 0.7;
  pointer-events: none;
}

.animate-top,
.animate-bottom,
.animate-stagger-item
{
  will-change: opacity, transform;
}

.animate-fade
{
  will-change: opacity;
}

.animate-left,
.animate-right
{
  will-change: opacity, transform;
}

.first-view
{
  visibility: hidden;
}

h1
{
  color: #000000;
  margin: 0;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 0.96;
}

@media (min-width: 48em)
{
  h1
  {
    font-size: 8.75rem;
    letter-spacing: -9.8px;
    line-height: 0.92;
  }
}

h2
{
  color: #000000;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.2;
}

@media (min-width: 48em)
{
  h2
  {
    font-size: 5rem;
    letter-spacing: -5.6px;
  }
}

h3
{
  color: #000000;
  margin: 0;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: -1.75px;
  line-height: 1;
}

@media (min-width: 48em)
{
  h3
  {
    font-size: 3.125rem;
    letter-spacing: -2.5px;
  }
}

h3 .multicolor-text
{
  padding-right: 1px;
}

p
{
  color: #939393;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.2;
}

@media (min-width: 48em)
{
  p
  {
    font-size: 1.125rem;
    letter-spacing: -0.54px;
  }
}

/********************/
/* Contact form style */
/********************/
.sib-form .sib-form-message-panel#error-message
{
  background-color: #EF9A9A;
}

.sib-form .sib-form-message-panel#success-message
{
  background-color: #AEDCAE;
}

.sib-form #sib-container
{
  border-radius: 1.25rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem !important;
}

.sib-form #sib-container #sib-form a
{
  text-decoration: underline;
  opacity: 1;
}

.sib-form #sib-container #sib-form a:hover
{
  color: #1E1E1E;
}

.sib-form #sib-container #sib-form .form-title
{
  margin-bottom: 1rem;
  text-align: center;
}

.sib-form #sib-container #sib-form .form-title p
{
  color: #1E1E1E;
  margin: 0;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: -1.75px;
  line-height: 1;
}

@media (min-width: 48em)
{
  .sib-form #sib-container #sib-form .form-title p
  {
    font-size: 3.125rem;
    letter-spacing: -2.5px;
  }
}

.sib-form #sib-container #sib-form .form-subtitle
{
  margin-bottom: 1.5rem;
  text-align: center;
}

.sib-form #sib-container #sib-form .form-subtitle p
{
  color: #939393;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.2;
}

@media (min-width: 48em)
{
  .sib-form #sib-container #sib-form .form-subtitle p
  {
    font-size: 1.125rem;
    letter-spacing: -0.54px;
  }
}

.sib-form #sib-container #sib-form .sib-form-block
{
  padding: 0;
  width: 100%;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry
{
  margin-bottom: 1rem;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__label
{
  color: #656366;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  margin-bottom: 0.25rem;
}

@media (min-width: 48em)
{
  .sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__label
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field
{
  background-color: #F5F5F5;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input
{
  color: #1E1E1E;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 1rem;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input::-webkit-input-placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input::-moz-placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input:-ms-input-placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input::-ms-input-placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input::placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

@media (min-width: 48em)
{
  .sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input::-webkit-input-placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }

  .sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input::-moz-placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }

  .sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input:-ms-input-placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }

  .sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input::-ms-input-placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }

  .sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field input::placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__field:focus-within
{
  -webkit-box-shadow: 0 0 0 2px #1E1E1E;
  box-shadow: 0 0 0 2px #1E1E1E;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry textarea
{
  color: #1E1E1E;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  min-height: 10rem;
  padding: 0.625rem 1rem;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry textarea::-webkit-input-placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry textarea::-moz-placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry textarea:-ms-input-placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry textarea::-ms-input-placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry textarea::placeholder
{
  color: #B3B3B3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
}

@media (min-width: 48em)
{
  .sib-form #sib-container #sib-form .sib-form-block .form__entry textarea::-webkit-input-placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }

  .sib-form #sib-container #sib-form .sib-form-block .form__entry textarea::-moz-placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }

  .sib-form #sib-container #sib-form .sib-form-block .form__entry textarea:-ms-input-placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }

  .sib-form #sib-container #sib-form .sib-form-block .form__entry textarea::-ms-input-placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }

  .sib-form #sib-container #sib-form .sib-form-block .form__entry textarea::placeholder
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__choice
{
  margin-top: 0.5rem;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__choice .checkbox
{
  border: 1px solid #939393;
  border-radius: 0.25rem;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__choice .input_replaced:checked + .checkbox_tick_positive
{
  background: #1E1E1E;
  border-color: #1E1E1E;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__choice p
{
  color: #D3D3D3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
}

@media (min-width: 48em)
{
  .sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__choice p
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__choice p a
{
  color: #D3D3D3;
}

.sib-form #sib-container #sib-form .sib-form-block .form__entry .entry__choice p a:hover
{
  color: #1E1E1E;
}

.sib-form #sib-container #sib-form .sib-form__declaration
{
  margin-bottom: 1.5rem;
  padding: 0;
}

.sib-form #sib-container #sib-form .sib-form__declaration .declaration-block-icon
{
  min-width: 3.9375rem;
}

.sib-form #sib-container #sib-form .sib-form__declaration p
{
  color: #D3D3D3;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: -0.22px;
  line-height: 1.2;
}

@media (min-width: 48em)
{
  .sib-form #sib-container #sib-form .sib-form__declaration p
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.sib-form #sib-container #sib-form .sib-form__declaration p a
{
  color: #D3D3D3;
}

.sib-form #sib-container #sib-form .sib-form__declaration p a:hover
{
  color: #1E1E1E;
}

.sib-form #sib-container #sib-form .sib-form-block__button
{
  background: #1E1E1E;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.3;
  height: 2.5rem;
  opacity: 0.5;
  padding: 0.625rem 1rem;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 100%;
}

.sib-form #sib-container #sib-form .sib-form-block__button .clickable__icon
{
  position: absolute;
}

.sib-form #sib-container #sib-form .sib-form-block__button:hover, .sib-form #sib-container #sib-form .sib-form-block__button.sib-form-block__button-disabled
{
  opacity: 1;
}

@media (min-width: 48em)
{
  .sib-form #sib-container #sib-form .fields-row
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.75rem;
  }
}

/**
 * SCROLLBAR
 */
/* width */
/* Track */
/* Handle */
/* Handle on hover */
.icon
{
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
}

.icon.icon--rotate-45
{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon.icon--rotate-90
{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon.icon--rotate-180
{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon.icon--rotate-270
{
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon.icon--black-fill
{
  fill: #000000;
}

.icon.icon--black-fill circle,
.icon.icon--black-fill path,
.icon.icon--black-fill polygon,
.icon.icon--black-fill rect
{
  fill: #000000;
}

.icon.icon--black-stroke
{
  fill: none;
  stroke: #000000;
}

.icon.icon--black-stroke circle,
.icon.icon--black-stroke path,
.icon.icon--black-stroke polygon,
.icon.icon--black-stroke rect
{
  fill: none;
  stroke: #000000;
}

.icon.icon--blue-fill
{
  fill: #4589E8;
}

.icon.icon--blue-fill circle,
.icon.icon--blue-fill path,
.icon.icon--blue-fill polygon,
.icon.icon--blue-fill rect
{
  fill: #4589E8;
}

.icon.icon--blue-stroke
{
  fill: none;
  stroke: #4589E8;
}

.icon.icon--blue-stroke circle,
.icon.icon--blue-stroke path,
.icon.icon--blue-stroke polygon,
.icon.icon--blue-stroke rect
{
  fill: none;
  stroke: #4589E8;
}

.icon.icon--gray-fill
{
  fill: #939393;
}

.icon.icon--gray-fill circle,
.icon.icon--gray-fill path,
.icon.icon--gray-fill polygon,
.icon.icon--gray-fill rect
{
  fill: #939393;
}

.icon.icon--gray-stroke
{
  fill: none;
  stroke: #939393;
}

.icon.icon--gray-stroke circle,
.icon.icon--gray-stroke path,
.icon.icon--gray-stroke polygon,
.icon.icon--gray-stroke rect
{
  fill: none;
  stroke: #939393;
}

.icon.icon--green-fill
{
  fill: #86FF6E;
}

.icon.icon--green-fill circle,
.icon.icon--green-fill path,
.icon.icon--green-fill polygon,
.icon.icon--green-fill rect
{
  fill: #86FF6E;
}

.icon.icon--green-stroke
{
  fill: none;
  stroke: #86FF6E;
}

.icon.icon--green-stroke circle,
.icon.icon--green-stroke path,
.icon.icon--green-stroke polygon,
.icon.icon--green-stroke rect
{
  fill: none;
  stroke: #86FF6E;
}

.icon.icon--yellow-fill
{
  fill: #FFCE48;
}

.icon.icon--yellow-fill circle,
.icon.icon--yellow-fill path,
.icon.icon--yellow-fill polygon,
.icon.icon--yellow-fill rect
{
  fill: #FFCE48;
}

.icon.icon--yellow-stroke
{
  fill: none;
  stroke: #FFCE48;
}

.icon.icon--yellow-stroke circle,
.icon.icon--yellow-stroke path,
.icon.icon--yellow-stroke polygon,
.icon.icon--yellow-stroke rect
{
  fill: none;
  stroke: #FFCE48;
}

.icon.icon--pink-fill
{
  fill: #F186D3;
}

.icon.icon--pink-fill circle,
.icon.icon--pink-fill path,
.icon.icon--pink-fill polygon,
.icon.icon--pink-fill rect
{
  fill: #F186D3;
}

.icon.icon--pink-stroke
{
  fill: none;
  stroke: #F186D3;
}

.icon.icon--pink-stroke circle,
.icon.icon--pink-stroke path,
.icon.icon--pink-stroke polygon,
.icon.icon--pink-stroke rect
{
  fill: none;
  stroke: #F186D3;
}

.icon.icon--violet-fill
{
  fill: #80005A;
}

.icon.icon--violet-fill circle,
.icon.icon--violet-fill path,
.icon.icon--violet-fill polygon,
.icon.icon--violet-fill rect
{
  fill: #80005A;
}

.icon.icon--violet-stroke
{
  fill: none;
  stroke: #80005A;
}

.icon.icon--violet-stroke circle,
.icon.icon--violet-stroke path,
.icon.icon--violet-stroke polygon,
.icon.icon--violet-stroke rect
{
  fill: none;
  stroke: #80005A;
}

.icon.icon--white-fill
{
  fill: #FFFFFF;
}

.icon.icon--white-fill circle,
.icon.icon--white-fill path,
.icon.icon--white-fill polygon,
.icon.icon--white-fill rect
{
  fill: #FFFFFF;
}

.icon.icon--white-stroke
{
  fill: none;
  stroke: #FFFFFF;
}

.icon.icon--white-stroke circle,
.icon.icon--white-stroke path,
.icon.icon--white-stroke polygon,
.icon.icon--white-stroke rect
{
  fill: none;
  stroke: #FFFFFF;
}

.icon.icon--name
{
  height: 2.75rem;
  width: 7.5rem;
}

@media (min-width: 48em)
{
  .icon.icon--name
  {
    height: 3.75rem;
    width: 10rem;
  }
}

.icon.icon--logo
{
  height: 2.3125rem;
  width: 9.625rem;
}

@media (min-width: 48em)
{
  .icon.icon--logo
  {
    height: 2.625rem;
    width: 11.25rem;
  }
}

.icon.icon--chevron-down
{
  fill: none;
  stroke: #FFFFFF;
  height: 0.625rem;
  width: 0.9375rem;
}

.icon.icon--chevron-down circle,
.icon.icon--chevron-down path,
.icon.icon--chevron-down polygon,
.icon.icon--chevron-down rect
{
  fill: none;
  stroke: #FFFFFF;
}

.icon.icon--decoration-1
{
  height: 4.875rem;
  width: 4.875rem;
}

@media (min-width: 48em)
{
  .icon.icon--decoration-1
  {
    height: 6rem;
    width: 6rem;
  }
}

.icon.icon--decoration-2
{
  height: 3.125rem;
  width: 3.125rem;
}

@media (min-width: 48em)
{
  .icon.icon--decoration-2
  {
    height: 4.5rem;
    width: 4.5rem;
  }
}

.icon.icon--decoration-3
{
  height: 2.3125rem;
  width: 2.3125rem;
}

@media (min-width: 48em)
{
  .icon.icon--decoration-3
  {
    height: 3.0625rem;
    width: 3.0625rem;
  }
}

.icon.icon--decoration-4
{
  height: 5.25rem;
  width: 5.25rem;
}

@media (min-width: 48em)
{
  .icon.icon--decoration-4
  {
    height: 7.875rem;
    width: 7.875rem;
  }
}

.icon.icon--diamond
{
  height: 0.5rem;
  width: 0.5rem;
}

.icon.icon--infinite
{
  height: 3rem;
  width: 3rem;
}

.icon.icon--globe
{
  fill: none;
  height: 3rem;
  width: 3rem;
}

.icon.icon--arrow
{
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 48em)
{
  .icon.icon--arrow
  {
    height: 1.875rem;
    width: 1.875rem;
  }
}

.icon.social-icons
{
  height: 1.5625rem;
  width: 1.5625rem;
}

.scroll-down-cta
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.3;
  position: absolute;
  bottom: 1.5625rem;
  text-decoration: none;
}

@media (min-width: 48em)
{
  .scroll-down-cta
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.scroll-down-cta:hover
{
  opacity: 0.3;
}

.scroll-down-cta .mouse-icon
{
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 20px;
  width: 12px;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.scroll-down-cta .mouse-scroller
{
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #FFFFFF;
  border-radius: 25%;
  height: 2px;
  margin-left: calc(50% - 1px);
  width: 2px;
}

.scroll-down-cta .scroll-down-label
{
  color: #FFFFFF;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  margin-left: 0.875rem;
  margin-top: 0.125rem;
}

@media (min-width: 48em)
{
  .scroll-down-cta .scroll-down-label
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

@-webkit-keyframes scroll
{
  0%
  {
    opacity: 0;
  }

  10%
  {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes scroll
{
  0%
  {
    opacity: 0;
  }

  10%
  {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}

.stars-container
{
  background-color: transparent;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  pointer-events: none;
  width: 100vw;
  z-index: 0;
}

.stars-container .stars-background
{
  background-color: transparent;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.stars-container .stars-background.background--1
{
  -webkit-animation: stars-animation-2 8s 2s ease-in-out infinite;
  animation: stars-animation-2 8s 2s ease-in-out infinite;
}

.stars-container .stars-background.background--2
{
  opacity: 0;
  -webkit-animation: stars-animation 6s 3s ease-in-out infinite;
  animation: stars-animation 6s 3s ease-in-out infinite;
}

.stars-container .stars-background.background--3
{
  opacity: 0;
  -webkit-animation: stars-animation 3.5s 2s ease-in-out infinite;
  animation: stars-animation 3.5s 2s ease-in-out infinite;
}

.stars-container .stars-background .star
{
  height: 1px;
  background-color: #FFFFFF;
}

.stars-container .stars-background .star--1
{
  height: 1.5px;
  left: 31%;
  top: 58%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--2
{
  height: 1.5px;
  left: 34%;
  top: 67%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--3
{
  height: 1.5px;
  left: 57%;
  top: 65%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--4
{
  height: 1.5px;
  left: 46%;
  top: 88%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--5
{
  height: 1.5px;
  left: 51%;
  top: 40%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--6
{
  height: 1.5px;
  left: 70%;
  top: 30%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--7
{
  height: 1.5px;
  left: 58%;
  top: 87%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--8
{
  height: 1.5px;
  left: 55%;
  top: 41%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--9
{
  height: 1.5px;
  left: 53%;
  top: 44%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--10
{
  height: 1.5px;
  left: 7%;
  top: 81%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--11
{
  height: 1.5px;
  left: 36%;
  top: 25%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--12
{
  height: 1.5px;
  left: 84%;
  top: 63%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--13
{
  height: 1.5px;
  left: 15%;
  top: 25%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--14
{
  height: 1.5px;
  left: 71%;
  top: 19%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--15
{
  height: 1.5px;
  left: 82%;
  top: 62%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--16
{
  height: 1.5px;
  left: 73%;
  top: 65%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--17
{
  height: 1.5px;
  left: 95%;
  top: 40%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--18
{
  height: 1.5px;
  left: 66%;
  top: 63%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--19
{
  height: 1.5px;
  left: 58%;
  top: 25%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--20
{
  height: 1.5px;
  left: 50%;
  top: 61%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--21
{
  height: 1.5px;
  left: 86%;
  top: 46%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--22
{
  height: 1.5px;
  left: 89%;
  top: 20%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--23
{
  height: 1.5px;
  left: 37%;
  top: 66%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--24
{
  height: 1.5px;
  left: 7%;
  top: 60%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--25
{
  height: 1.5px;
  left: 35%;
  top: 64%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--26
{
  height: 1.5px;
  left: 55%;
  top: 12%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--27
{
  height: 1.5px;
  left: 88%;
  top: 56%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--28
{
  height: 1.5px;
  left: 62%;
  top: 3%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--29
{
  height: 1.5px;
  left: 67%;
  top: 36%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--30
{
  height: 1.5px;
  left: 68%;
  top: 68%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--31
{
  height: 1.5px;
  left: 20%;
  top: 99%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--32
{
  height: 1.5px;
  left: 78%;
  top: 57%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--33
{
  height: 1.5px;
  left: 93%;
  top: 89%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--34
{
  height: 1.5px;
  left: 91%;
  top: 73%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--35
{
  height: 1.5px;
  left: 32%;
  top: 84%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--36
{
  height: 1.5px;
  left: 31%;
  top: 34%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--37
{
  height: 1.5px;
  left: 99%;
  top: 78%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--38
{
  height: 1.5px;
  left: 44%;
  top: 23%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--39
{
  height: 1.5px;
  left: 48%;
  top: 49%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--40
{
  height: 1.5px;
  left: 27%;
  top: 93%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--41
{
  height: 1.5px;
  left: 26%;
  top: 37%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--42
{
  height: 1.5px;
  left: 62%;
  top: 3%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--43
{
  height: 1.5px;
  left: 70%;
  top: 37%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--44
{
  height: 1.5px;
  left: 26%;
  top: 75%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--45
{
  height: 1.5px;
  left: 92%;
  top: 77%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--46
{
  height: 1.5px;
  left: 57%;
  top: 78%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--47
{
  height: 1.5px;
  left: 33%;
  top: 98%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--48
{
  height: 1.5px;
  left: 92%;
  top: 56%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--49
{
  height: 1.5px;
  left: 85%;
  top: 70%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--50
{
  height: 1.5px;
  left: 27%;
  top: 72%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--51
{
  height: 1.5px;
  left: 63%;
  top: 61%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--52
{
  height: 1.5px;
  left: 87%;
  top: 55%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--53
{
  height: 1.5px;
  left: 81%;
  top: 91%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--54
{
  height: 1.5px;
  left: 90%;
  top: 35%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--55
{
  height: 1.5px;
  left: 67%;
  top: 45%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--56
{
  height: 1.5px;
  left: 66%;
  top: 83%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--57
{
  height: 1.5px;
  left: 81%;
  top: 1%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--58
{
  height: 1.5px;
  left: 81%;
  top: 40%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--59
{
  height: 1.5px;
  left: 61%;
  top: 76%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--60
{
  height: 1.5px;
  left: 42%;
  top: 94%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--61
{
  height: 1.5px;
  left: 42%;
  top: 33%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--62
{
  height: 1.5px;
  left: 36%;
  top: 14%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--63
{
  height: 1.5px;
  left: 85%;
  top: 9%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--64
{
  height: 1.5px;
  left: 32%;
  top: 87%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--65
{
  height: 1.5px;
  left: 52%;
  top: 40%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--66
{
  height: 1.5px;
  left: 84%;
  top: 81%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--67
{
  height: 1.5px;
  left: 82%;
  top: 13%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--68
{
  height: 1.5px;
  left: 17%;
  top: 23%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--69
{
  height: 1.5px;
  left: 68%;
  top: 44%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--70
{
  height: 1.5px;
  left: 68%;
  top: 9%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--71
{
  height: 1.5px;
  left: 60%;
  top: 88%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--72
{
  height: 1.5px;
  left: 54%;
  top: 74%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--73
{
  height: 1.5px;
  left: 7%;
  top: 67%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--74
{
  height: 1.5px;
  left: 37%;
  top: 42%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--75
{
  height: 1.5px;
  left: 29%;
  top: 74%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--76
{
  height: 1.5px;
  left: 71%;
  top: 48%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--77
{
  height: 1.5px;
  left: 43%;
  top: 45%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--78
{
  height: 1.5px;
  left: 9%;
  top: 16%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--79
{
  height: 1.5px;
  left: 33%;
  top: 58%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--80
{
  height: 1.5px;
  left: 85%;
  top: 7%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--81
{
  height: 1.5px;
  left: 98%;
  top: 33%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--82
{
  height: 1.5px;
  left: 72%;
  top: 94%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--83
{
  height: 1.5px;
  left: 19%;
  top: 35%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--84
{
  height: 1.5px;
  left: 21%;
  top: 9%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--85
{
  height: 1.5px;
  left: 10%;
  top: 35%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--86
{
  height: 1.5px;
  left: 28%;
  top: 36%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--87
{
  height: 1.5px;
  left: 34%;
  top: 11%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--88
{
  height: 1.5px;
  left: 44%;
  top: 76%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--89
{
  height: 1.5px;
  left: 31%;
  top: 84%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--90
{
  height: 1.5px;
  left: 31%;
  top: 67%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--91
{
  height: 1.5px;
  left: 3%;
  top: 47%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--92
{
  height: 1.5px;
  left: 95%;
  top: 69%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--93
{
  height: 1.5px;
  left: 84%;
  top: 89%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--94
{
  height: 1.5px;
  left: 83%;
  top: 7%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--95
{
  height: 1.5px;
  left: 43%;
  top: 55%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--96
{
  height: 1.5px;
  left: 33%;
  top: 42%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--97
{
  height: 1.5px;
  left: 81%;
  top: 40%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--98
{
  height: 1.5px;
  left: 60%;
  top: 8%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--99
{
  height: 1.5px;
  left: 84%;
  top: 5%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--100
{
  height: 1.5px;
  left: 73%;
  top: 2%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--101
{
  height: 1.5px;
  left: 81%;
  top: 39%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--102
{
  height: 1.5px;
  left: 14%;
  top: 64%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--103
{
  height: 1.5px;
  left: 44%;
  top: 81%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--104
{
  height: 1.5px;
  left: 67%;
  top: 63%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--105
{
  height: 1.5px;
  left: 42%;
  top: 34%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--106
{
  height: 1.5px;
  left: 29%;
  top: 24%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--107
{
  height: 1.5px;
  left: 34%;
  top: 83%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--108
{
  height: 1.5px;
  left: 69%;
  top: 7%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--109
{
  height: 1.5px;
  left: 89%;
  top: 14%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--110
{
  height: 1.5px;
  left: 86%;
  top: 96%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--111
{
  height: 1.5px;
  left: 15%;
  top: 96%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--112
{
  height: 1.5px;
  left: 88%;
  top: 88%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--113
{
  height: 1.5px;
  left: 2%;
  top: 50%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--114
{
  height: 1.5px;
  left: 76%;
  top: 60%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--115
{
  height: 1.5px;
  left: 99%;
  top: 7%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--116
{
  height: 1.5px;
  left: 40%;
  top: 88%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--117
{
  height: 1.5px;
  left: 54%;
  top: 15%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--118
{
  height: 1.5px;
  left: 18%;
  top: 39%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--119
{
  height: 1.5px;
  left: 6%;
  top: 70%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--120
{
  height: 1.5px;
  left: 87%;
  top: 25%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--121
{
  height: 1.5px;
  left: 1%;
  top: 99%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--122
{
  height: 1.5px;
  left: 79%;
  top: 69%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--123
{
  height: 1.5px;
  left: 9%;
  top: 51%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--124
{
  height: 1.5px;
  left: 2%;
  top: 92%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--125
{
  height: 1.5px;
  left: 13%;
  top: 88%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--126
{
  height: 1.5px;
  left: 41%;
  top: 40%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--127
{
  height: 1.5px;
  left: 70%;
  top: 6%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--128
{
  height: 1.5px;
  left: 32%;
  top: 58%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--129
{
  height: 1.5px;
  left: 19%;
  top: 83%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--130
{
  height: 1.5px;
  left: 57%;
  top: 53%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--131
{
  height: 1.5px;
  left: 47%;
  top: 79%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--132
{
  height: 1.5px;
  left: 43%;
  top: 66%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--133
{
  height: 1.5px;
  left: 23%;
  top: 66%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--134
{
  height: 1.5px;
  left: 26%;
  top: 74%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--135
{
  height: 1.5px;
  left: 39%;
  top: 10%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--136
{
  height: 1.5px;
  left: 37%;
  top: 53%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--137
{
  height: 1.5px;
  left: 9%;
  top: 19%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--138
{
  height: 1.5px;
  left: 64%;
  top: 24%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--139
{
  height: 1.5px;
  left: 60%;
  top: 78%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--140
{
  height: 1.5px;
  left: 29%;
  top: 38%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--141
{
  height: 1.5px;
  left: 43%;
  top: 66%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--142
{
  height: 1.5px;
  left: 6%;
  top: 66%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--143
{
  height: 1.5px;
  left: 55%;
  top: 88%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--144
{
  height: 1.5px;
  left: 88%;
  top: 55%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--145
{
  height: 1.5px;
  left: 36%;
  top: 18%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--146
{
  height: 1.5px;
  left: 14%;
  top: 33%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--147
{
  height: 1.5px;
  left: 27%;
  top: 66%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--148
{
  height: 1.5px;
  left: 10%;
  top: 58%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--149
{
  height: 1.5px;
  left: 64%;
  top: 45%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--150
{
  height: 1.5px;
  left: 98%;
  top: 1%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--151
{
  height: 1.5px;
  left: 59%;
  top: 29%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--152
{
  height: 1.5px;
  left: 45%;
  top: 31%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--153
{
  height: 1.5px;
  left: 2%;
  top: 64%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--154
{
  height: 1.5px;
  left: 82%;
  top: 96%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--155
{
  height: 1.5px;
  left: 30%;
  top: 81%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--156
{
  height: 1.5px;
  left: 78%;
  top: 80%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--157
{
  height: 1.5px;
  left: 76%;
  top: 14%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--158
{
  height: 1.5px;
  left: 55%;
  top: 50%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--159
{
  height: 1.5px;
  left: 93%;
  top: 67%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--160
{
  height: 1.5px;
  left: 51%;
  top: 32%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--161
{
  height: 1.5px;
  left: 7%;
  top: 48%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--162
{
  height: 1.5px;
  left: 72%;
  top: 73%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--163
{
  height: 1.5px;
  left: 78%;
  top: 56%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--164
{
  height: 1.5px;
  left: 67%;
  top: 42%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--165
{
  height: 1.5px;
  left: 27%;
  top: 37%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--166
{
  height: 1.5px;
  left: 25%;
  top: 31%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--167
{
  height: 1.5px;
  left: 54%;
  top: 39%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--168
{
  height: 1.5px;
  left: 90%;
  top: 49%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--169
{
  height: 1.5px;
  left: 58%;
  top: 72%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--170
{
  height: 1.5px;
  left: 65%;
  top: 34%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--171
{
  height: 1.5px;
  left: 67%;
  top: 83%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--172
{
  height: 1.5px;
  left: 21%;
  top: 18%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--173
{
  height: 1.5px;
  left: 3%;
  top: 47%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--174
{
  height: 1.5px;
  left: 18%;
  top: 25%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--175
{
  height: 1.5px;
  left: 61%;
  top: 16%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--176
{
  height: 1.5px;
  left: 86%;
  top: 62%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--177
{
  height: 1.5px;
  left: 84%;
  top: 92%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--178
{
  height: 1.5px;
  left: 63%;
  top: 5%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--179
{
  height: 1.5px;
  left: 45%;
  top: 92%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--180
{
  height: 1.5px;
  left: 28%;
  top: 10%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--181
{
  height: 1.5px;
  left: 53%;
  top: 81%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--182
{
  height: 1.5px;
  left: 80%;
  top: 23%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--183
{
  height: 1.5px;
  left: 81%;
  top: 31%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--184
{
  height: 1.5px;
  left: 57%;
  top: 13%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--185
{
  height: 1.5px;
  left: 76%;
  top: 86%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--186
{
  height: 1.5px;
  left: 20%;
  top: 35%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--187
{
  height: 1.5px;
  left: 9%;
  top: 58%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--188
{
  height: 1.5px;
  left: 50%;
  top: 53%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--189
{
  height: 1.5px;
  left: 5%;
  top: 56%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--190
{
  height: 1.5px;
  left: 26%;
  top: 54%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--191
{
  height: 1.5px;
  left: 61%;
  top: 43%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--192
{
  height: 1.5px;
  left: 17%;
  top: 38%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--193
{
  height: 1.5px;
  left: 17%;
  top: 50%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--194
{
  height: 1.5px;
  left: 88%;
  top: 42%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--195
{
  height: 1.5px;
  left: 23%;
  top: 56%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--196
{
  height: 1.5px;
  left: 92%;
  top: 2%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--197
{
  height: 1.5px;
  left: 54%;
  top: 50%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--198
{
  height: 1.5px;
  left: 56%;
  top: 35%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--199
{
  height: 1.5px;
  left: 13%;
  top: 34%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--200
{
  height: 1.5px;
  left: 16%;
  top: 28%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--201
{
  height: 1.5px;
  left: 18%;
  top: 77%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--202
{
  height: 1.5px;
  left: 8%;
  top: 89%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--203
{
  height: 1.5px;
  left: 50%;
  top: 47%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--204
{
  height: 1.5px;
  left: 79%;
  top: 88%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--205
{
  height: 1.5px;
  left: 39%;
  top: 32%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--206
{
  height: 1.5px;
  left: 3%;
  top: 93%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--207
{
  height: 1.5px;
  left: 90%;
  top: 48%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--208
{
  height: 1.5px;
  left: 36%;
  top: 98%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--209
{
  height: 1.5px;
  left: 83%;
  top: 22%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .star--210
{
  height: 1.5px;
  left: 36%;
  top: 50%;
  width: 1.5px;
  position: absolute;
}

.stars-container .stars-background .falling-star--1
{
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  height: 2px;
  position: absolute;
  top: -70px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  width: 218px;
  will-change: transform, width, opacity;
}

.stars-container .stars-background .falling-star--2
{
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  height: 2px;
  position: absolute;
  top: -70px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  width: 207px;
  will-change: transform, width, opacity;
}

.stars-container .stars-background .falling-star--3
{
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  height: 2px;
  position: absolute;
  top: -70px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  width: 182px;
  will-change: transform, width, opacity;
}

.stars-container .stars-background .falling-star--4
{
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  height: 2px;
  position: absolute;
  top: -70px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  width: 212px;
  will-change: transform, width, opacity;
}

.stars-container .stars-background .falling-star--5
{
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  height: 2px;
  position: absolute;
  top: -70px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  width: 221px;
  will-change: transform, width, opacity;
}

.stars-container .stars-background .falling-star--6
{
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  height: 2px;
  position: absolute;
  top: -70px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  width: 218px;
  will-change: transform, width, opacity;
}

.stars-container .stars-background .falling-star.falling-star--1
{
  top: -80px;
  left: 35%;
  -webkit-animation: falling 3.2s 7s 12 cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
  animation: falling 3.2s 7s 12 cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
}

.stars-container .stars-background .falling-star.falling-star--2
{
  top: 45%;
  right: -200px;
  -webkit-animation: falling 3s 24s 6 cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
  animation: falling 3s 24s 6 cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
}

.stars-container .stars-background .falling-star.falling-star--3
{
  top: -80px;
  left: 40%;
  -webkit-animation: falling 3.5s 15s cubic-bezier(0.33, 0.19, 0.26, 1.3);
  animation: falling 3.5s 15s cubic-bezier(0.33, 0.19, 0.26, 1.3);
}

.stars-container .stars-background .falling-star.falling-star--4
{
  top: -80px;
  left: 90%;
  -webkit-animation: falling 6s 20s 10 cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
  animation: falling 6s 20s 10 cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
}

.stars-container .stars-background .falling-star.falling-star--5
{
  top: 55%;
  right: -200px;
  -webkit-animation: falling 4.5s 25s cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
  animation: falling 4.5s 25s cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
}

.stars-container .stars-background .falling-star.falling-star--6
{
  top: -80px;
  left: 60%;
  -webkit-animation: falling 5s 40s cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
  animation: falling 5s 40s cubic-bezier(0.33, 0.19, 0.26, 1.3) infinite;
}

/* Stars animations */
@-webkit-keyframes stars-animation
{
  0%
  {
    opacity: 0;
  }

  50%
  {
    opacity: 1;
  }

  100%
  {
    opacity: 0;
  }
}

@keyframes stars-animation
{
  0%
  {
    opacity: 0;
  }

  50%
  {
    opacity: 1;
  }

  100%
  {
    opacity: 0;
  }
}

@-webkit-keyframes stars-animation-2
{
  0%
  {
    opacity: 1;
  }

  50%
  {
    opacity: 0;
  }

  100%
  {
    opacity: 1;
  }
}

@keyframes stars-animation-2
{
  0%
  {
    opacity: 1;
  }

  50%
  {
    opacity: 0;
  }

  100%
  {
    opacity: 1;
  }
}

@-webkit-keyframes falling
{
  40%, 100%
  {
    -webkit-transform: rotate(-40deg) translate3d(-560px, 0, 0);
    transform: rotate(-40deg) translate3d(-560px, 0, 0);
    opacity: 0.5;
    width: 0;
  }
}

@keyframes falling
{
  40%, 100%
  {
    -webkit-transform: rotate(-40deg) translate3d(-560px, 0, 0);
    transform: rotate(-40deg) translate3d(-560px, 0, 0);
    opacity: 0.5;
    width: 0;
  }
}
/************************/
/* Swiper general rules */
/************************/
.swiper
{
  z-index: 0;
}

.swiper .swiper-button
{
  display: inline-block;
  height: auto;
  margin: 0 5px 5px;
  opacity: 1;
  position: static;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: auto;
}

.swiper .swiper-button.swiper-button-disabled
{
  opacity: 0.25;
}

.swiper .swiper-button:hover
{
  opacity: 0.75;
}

@media (min-width: 48em)
{
  .swiper .swiper-button
  {
    display: none;
  }
}

.swiper .swiper-wrapper .swiper-slide
{
  height: 100%;
  width: auto;
}

.swiper .swiper-pagination
{
  bottom: 0;
  margin-top: 0.625rem;
  position: relative;
}

.swiper .swiper-pagination .swiper-pagination-bullet
{
  aspect-ratio: 1/1;
  background-color: #EDEFEE;
  border-radius: 50%;
  display: inline-block;
  height: 0.5625rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 0.5625rem;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  background-color: #939393;
}

.swiper-button
{
  display: inline-block;
  height: auto;
  margin: 0 5px 5px;
  opacity: 1;
  position: static;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: auto;
}

.swiper-button.swiper-button-disabled
{
  opacity: 0.25;
}

.swiper-button:hover
{
  opacity: 0.75;
}

@media (min-width: 48em)
{
  .swiper-button
  {
    display: none;
  }
}

/*******************/
/* Custom swipers */
/*******************/
.swiper--force
{
  height: 100%;
}

.swiper--force .swiper-wrapper
{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper--force .swiper-wrapper .swiper-slide
{
  aspect-ratio: 1/1;
  border: 1px solid #EDEFEE;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1.6875rem 2.1875rem;
  text-align: left;
  width: 33%;
}

@media (min-width: 48em)
{
  .swiper--force .swiper-wrapper .swiper-slide
  {
    aspect-ratio: unset;
  }
}

.swiper--force .swiper-wrapper .swiper-slide .badge.black
{
  background-color: #000000;
}

.swiper--force .swiper-wrapper .swiper-slide .badge.blue
{
  background-color: #4589E8;
}

.swiper--force .swiper-wrapper .swiper-slide .badge.gray
{
  background-color: #939393;
}

.swiper--force .swiper-wrapper .swiper-slide .badge.green
{
  background-color: #86FF6E;
}

.swiper--force .swiper-wrapper .swiper-slide .badge.yellow
{
  background-color: #FFCE48;
}

.swiper--force .swiper-wrapper .swiper-slide .badge.pink
{
  background-color: #F186D3;
}

.swiper--force .swiper-wrapper .swiper-slide .badge.violet
{
  background-color: #80005A;
}

.swiper--force .swiper-wrapper .swiper-slide .badge.white
{
  background-color: #FFFFFF;
}

.swiper--force .swiper-wrapper .swiper-slide .bottom-content
{
  margin-top: auto;
}

.swiper--force .swiper-wrapper .swiper-slide .bottom-content .title
{
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.375rem;
}

.swiper--force .swiper-wrapper .swiper-slide .bottom-content .text
{
  color: #939393;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.2;
}

@media (min-width: 48em)
{
  .swiper--force .swiper-wrapper .swiper-slide .bottom-content .text
  {
    font-size: 1.125rem;
    letter-spacing: -0.54px;
  }
}

.swiper--force .swiper-pagination
{
  display: block;
}

@media (min-width: 48em)
{
  .swiper--force .swiper-pagination
  {
    display: none;
  }
}

.swiper--loyalty
{
  height: 100%;
}

.swiper--loyalty .swiper-wrapper
{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper--loyalty .swiper-wrapper .swiper-slide
{
  border: 1px solid #EDEFEE;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-align: left;
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out;
  transition: -webkit-box-shadow 250ms ease-in-out;
  -o-transition: box-shadow 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  width: 33%;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.5rem 2.1875rem 1.6875rem 2.1875rem;
  text-decoration: none;
  height: 100%;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a .top-content
{
  margin-bottom: 3.0625rem;
}

@media (min-width: 48em)
{
  .swiper--loyalty .swiper-wrapper .swiper-slide a .top-content
  {
    min-height: 14.375rem;
  }
}

.swiper--loyalty .swiper-wrapper .swiper-slide a .top-content .title
{
  font-weight: 700;
  margin-bottom: 0.375rem;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a .top-content .text
{
  color: #939393;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.2;
}

@media (min-width: 48em)
{
  .swiper--loyalty .swiper-wrapper .swiper-slide a .top-content .text
  {
    font-size: 1.125rem;
    letter-spacing: -0.54px;
  }
}

.swiper--loyalty .swiper-wrapper .swiper-slide a .site-link
{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1.4375rem;
  margin-top: auto;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a .site-link .icon--globe
{
  fill: none;
  stroke: #EDEFEE;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a .site-link .icon--globe circle,
.swiper--loyalty .swiper-wrapper .swiper-slide a .site-link .icon--globe path,
.swiper--loyalty .swiper-wrapper .swiper-slide a .site-link .icon--globe polygon,
.swiper--loyalty .swiper-wrapper .swiper-slide a .site-link .icon--globe rect
{
  fill: none;
  stroke: #EDEFEE;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a .image
{
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  height: auto;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 48em)
{
  .swiper--loyalty .swiper-wrapper .swiper-slide a .image
  {
    aspect-ratio: unset;
  }
}

.swiper--loyalty .swiper-wrapper .swiper-slide a .image img
{
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 12.5rem;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a::before
{
  content: "";
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 15px;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a.blue::before
{
  background-color: #4589E8;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a.green::before
{
  background-color: #86FF6E;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a.yellow::before
{
  background-color: #FFCE48;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a.pink::before
{
  background-color: #F186D3;
}

.swiper--loyalty .swiper-wrapper .swiper-slide a.violet::before
{
  background-color: #80005A;
}

@media (min-width: 48em)
{
  .swiper--loyalty .swiper-wrapper .swiper-slide a:hover
  {
    opacity: 1;
  }

  .swiper--loyalty .swiper-wrapper .swiper-slide a:hover .icon--globe
  {
    fill: none;
    stroke: #939393;
  }

  .swiper--loyalty .swiper-wrapper .swiper-slide a:hover .icon--globe circle,
.swiper--loyalty .swiper-wrapper .swiper-slide a:hover .icon--globe path,
.swiper--loyalty .swiper-wrapper .swiper-slide a:hover .icon--globe polygon,
.swiper--loyalty .swiper-wrapper .swiper-slide a:hover .icon--globe rect
  {
    fill: none;
    stroke: #939393;
  }

  .swiper--loyalty .swiper-wrapper .swiper-slide a:hover::before
  {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FFCE48), color-stop(50%, #F186D3), color-stop(75%, #4589E8), to(#86FF6E));
    background: -o-linear-gradient(left, #FFCE48 25%, #F186D3 50%, #4589E8 75%, #86FF6E 100%);
    background: linear-gradient(90deg, #FFCE48 25%, #F186D3 50%, #4589E8 75%, #86FF6E 100%);
    background-repeat: no-repeat;
    background-size: 250%;
    overflow: hidden;
    -webkit-animation: animate-bg 3s ease-in-out infinite;
    animation: animate-bg 3s ease-in-out infinite;
  }
}

.swiper--loyalty .swiper-wrapper .swiper-slide:hover
{
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.swiper--loyalty .swiper-pagination
{
  display: block;
}

@media (min-width: 48em)
{
  .swiper--loyalty .swiper-pagination
  {
    display: none;
  }
}

.swiper--partners
{
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper--partners .swiper-wrapper
{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100% !important;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper--partners .swiper-wrapper .swiper-slide
{
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.swiper--partners .swiper-wrapper .swiper-slide .image-container
{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0.5;
}

.swiper--partners .swiper-wrapper .swiper-slide .image-container img
{
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  width: 100%;
}

.swiper--partners .swiper-wrapper .swiper-slide:hover .image-container
{
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.swiper--partners .swiper-wrapper .swiper-slide:hover .image-container a
{
  opacity: 1;
}

.swiper--partners::before
{
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 16.6666666667vw;
  z-index: 2;
}

.swiper--partners::after
{
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 16.6666666667vw;
  z-index: 2;
}

.swiper--vertical-scroll
{
  background-color: #FFFFFF;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.swiper--vertical-scroll .swiper-wrapper
{
  height: 100%;
}

.swiper--vertical-scroll .swiper-wrapper .swiper-slide
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33.3333333333vh;
}

.swiper--vertical-scroll .swiper-wrapper .swiper-slide .text-container
{
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  margin: auto;
  opacity: 0.7;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

@media (min-width: 64em)
{
  .swiper--vertical-scroll .swiper-wrapper .swiper-slide .text-container
  {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48em)
{
  .swiper--vertical-scroll .swiper-wrapper .swiper-slide .text-container
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333vw;
    flex: 0 0 83.3333333333vw;
    max-width: 83.3333333333vw;
  }
}

.swiper--vertical-scroll .swiper-wrapper .swiper-slide .text-container h2
{
  font-size: 2.5rem;
  letter-spacing: -2px;
}

@media (min-width: 64em)
{
  .swiper--vertical-scroll .swiper-wrapper .swiper-slide .text-container h2
  {
    font-size: 5rem;
    letter-spacing: -5.6px;
  }
}

.swiper--vertical-scroll .swiper-wrapper .swiper-slide .text-container h2 .multicolor-text
{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.swiper--vertical-scroll .swiper-wrapper .swiper-slide.swiper-slide-active .text-container
{
  opacity: 1;
}

.swiper--vertical-scroll .swiper-wrapper .swiper-slide.swiper-slide-active .text-container .multicolor-text
{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.swiper--vertical-scroll::before
{
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 30vh;
  height: 30svh;
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
}

.swiper--vertical-scroll::after
{
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 30vh;
  height: 30svh;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.footer
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: #000000;
  height: 60svh;
  max-width: 100vw;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media (min-width: 48em)
{
  .footer
  {
    height: 100svh;
  }
}

.footer .footer-wrapper
{
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-bottom: 2.1875rem;
  padding-top: 2.1875rem;
}

@media (min-width: 64em)
{
  .footer .footer-wrapper
  {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48em)
{
  .footer .footer-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
    margin-left: 4.1666666667vw;
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
  }
}

.footer .footer-wrapper .top-content
{
  color: #FFFFFF;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  display: block;
}

@media (min-width: 48em)
{
  .footer .footer-wrapper .top-content
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

@media (min-width: 48em)
{
  .footer .footer-wrapper .top-content
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer .footer-wrapper .top-content .left-content
{
  margin-bottom: 0.75rem;
}

@media (min-width: 48em)
{
  .footer .footer-wrapper .top-content .left-content
  {
    margin-bottom: 0;
  }
}

.footer .footer-wrapper .top-content .right-content
{
  display: block;
}

@media (min-width: 48em)
{
  .footer .footer-wrapper .top-content .right-content
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer .footer-wrapper .top-content .right-content a
{
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 0.9375rem;
  letter-spacing: -0.48px;
  line-height: 1.25;
}

.footer .footer-wrapper .top-content .right-content a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

@media (min-width: 48em)
{
  .footer .footer-wrapper .top-content .right-content a
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.footer .footer-wrapper .top-content .right-content .company-info,
.footer .footer-wrapper .top-content .right-content .contacts,
.footer .footer-wrapper .top-content .right-content .socials
{
  margin-bottom: 0.75rem;
  margin-right: 0;
}

@media (min-width: 48em)
{
  .footer .footer-wrapper .top-content .right-content .company-info,
.footer .footer-wrapper .top-content .right-content .contacts,
.footer .footer-wrapper .top-content .right-content .socials
  {
    margin-bottom: 0;
    margin-right: 4.1666666667vw;
  }
}

.footer .footer-wrapper .top-content .right-content .useful-links .iubenda-button
{
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.footer .footer-wrapper .top-content .right-content .useful-links .iubenda-button:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

.footer .footer-wrapper .footer-logo
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
}

.footer .footer-wrapper .footer-logo svg
{
  fill: #FFFFFF;
  aspect-ratio: 330/47;
  height: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer .footer-wrapper .footer-logo svg circle,
.footer .footer-wrapper .footer-logo svg path,
.footer .footer-wrapper .footer-logo svg polygon,
.footer .footer-wrapper .footer-logo svg rect
{
  fill: #FFFFFF;
}

.form
{
  color: #939393;
}

.form .form-fields
{
  margin-bottom: 2.0625rem;
}

@media (min-width: 36em)
{
  .form .form-fields .form-row.form-row--double
  {
    -webkit-column-gap: 1.125rem;
    -moz-column-gap: 1.125rem;
    column-gap: 1.125rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.form .form-fields .form-row.form-row--food-needs
{
  opacity: 0;
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: -1;
}

.form .form-fields .form-row .form-field
{
  margin-bottom: 2.5rem;
}

.form .form-fields .form-row .form-field .form-label
{
  color: #939393;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 1.2;
}

@media (min-width: 48em)
{
  .form .form-fields .form-row .form-field .form-label
  {
    font-size: 1rem;
    letter-spacing: -0.48px;
    line-height: 1.1;
  }
}

.form .form-fields .form-row .form-field .form-item--input,
.form .form-fields .form-row .form-field .form-item--select,
.form .form-fields .form-row .form-field .form-item--textarea
{
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  font: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #939393;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #EDEFEE;
  border-radius: 0.625rem;
  font-size: 1rem;
  margin-top: 0.5625rem;
  padding: 0.9375rem 1.125rem;
  -webkit-transition: border 100ms ease-in-out;
  -o-transition: border 100ms ease-in-out;
  transition: border 100ms ease-in-out;
  width: 100%;
}

.form .form-fields .form-row .form-field .form-item--input:focus,
.form .form-fields .form-row .form-field .form-item--select:focus,
.form .form-fields .form-row .form-field .form-item--textarea:focus
{
  outline: none;
}

.form .form-fields .form-row .form-field .form-item--input::-ms-expand,
.form .form-fields .form-row .form-field .form-item--select::-ms-expand,
.form .form-fields .form-row .form-field .form-item--textarea::-ms-expand
{
  display: none;
}

@media (min-width: 48em)
{
  .form .form-fields .form-row .form-field .form-item--input,
.form .form-fields .form-row .form-field .form-item--select,
.form .form-fields .form-row .form-field .form-item--textarea
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.form .form-fields .form-row .form-field .form-item--input:focus,
.form .form-fields .form-row .form-field .form-item--select:focus,
.form .form-fields .form-row .form-field .form-item--textarea:focus
{
  border: 1px solid #939393;
}

.form .form-fields .form-row .form-field .form-item--textarea
{
  min-height: 17.5rem;
}

.form .form-fields .form-row .form-field .form-item--select
{
  background-image: url("../images/icons/icon-chevron-down.svg");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 0.95rem;
  padding-right: 2.5rem;
}

@media (min-width: 48em)
{
  .form .form-fields .form-row .form-field .form-item--select
  {
    background-size: 1.125rem;
  }
}

.form .form-fields .form-row .form-field.form-field--textarea
{
  margin-bottom: 1.875rem;
}

.form .form-fields .form-row .form-field.form-field--checkbox a
{
  color: #939393;
  text-decoration: underline;
}

.form .form-fields .form-row .form-field.form-field--checkbox .form-item--checkbox
{
  cursor: pointer;
}

.form .form-fields .form-row .just-validate-error-label
{
  color: #939393;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  color: red !important;
  margin-top: 0.3125rem;
}

@media (min-width: 48em)
{
  .form .form-fields .form-row .just-validate-error-label
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.form .form-disclaimer
{
  color: #939393;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
}

@media (min-width: 48em)
{
  .form .form-disclaimer
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.form .form-actions
{
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 48em)
{
  .form .form-actions
  {
    text-align: left;
  }
}

.form .form-actions .form-button
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  min-width: 50vw;
  padding: 0.625rem 1.25rem;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media (min-width: 48em)
{
  .form .form-actions .form-button
  {
    min-width: 12.5vw;
  }
}

.form .form-actions .form-button[disabled]
{
  cursor: auto;
  opacity: 0.25;
}

.form .form-submission-message
{
  color: #939393;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  font-weight: 700;
  height: 0;
  margin-top: 1rem;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.form .form-submission-message.show
{
  height: auto;
  opacity: 1;
}

.form .form-submission-message.success
{
  color: green;
}

.form .form-submission-message.error
{
  color: red;
}

.header
{
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.header .header-wrapper
{
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.875rem;
  position: relative;
}

@media (min-width: 64em)
{
  .header .header-wrapper
  {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48em)
{
  .header .header-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
    margin-left: 4.1666666667vw;
  }
}

.header .header-wrapper .logo
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-wrapper .logo svg
{
  fill: #FFFFFF;
}

.header .header-wrapper .logo svg circle,
.header .header-wrapper .logo svg path,
.header .header-wrapper .logo svg polygon,
.header .header-wrapper .logo svg rect
{
  fill: #FFFFFF;
}

@media (min-width: 48em)
{
  .header .header-wrapper .logo
  {
    margin: 0;
  }
}

.header .header-wrapper .header-menu
{
  -ms-flex-line-pack: center;
  align-content: center;
}

.header .header-wrapper .header-menu .menu-links
{
  display: none;
}

@media (min-width: 48em)
{
  .header .header-wrapper .header-menu .menu-links
  {
    display: inline-block;
  }
}

.header .header-wrapper .header-menu .menu-links .menu-item
{
  color: #FFFFFF;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 1.2;
  margin-right: 2.5rem;
  position: relative;
  text-decoration: none;
}

@media (min-width: 48em)
{
  .header .header-wrapper .header-menu .menu-links .menu-item
  {
    font-size: 1rem;
    letter-spacing: -0.48px;
    line-height: 1.1;
  }
}

.header .header-wrapper .header-menu .menu-links .menu-item:nth-last-child(1 of .menu-item)
{
  margin-right: 1.875rem;
}

.header .header-wrapper .header-menu .menu-links .menu-item::after
{
  aspect-ratio: 1/1;
  content: "";
  background: url("../images/icons/diamond.svg");
  background-position: center;
  background-size: cover;
  height: 0.375rem;
  opacity: 0;
  position: absolute;
  bottom: -0.4375rem;
  left: calc(50% - 3px);
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  width: 0.375rem;
}

.header .header-wrapper .header-menu .menu-links .menu-item:hover
{
  opacity: 1;
}

.header .header-wrapper .header-menu .menu-links .menu-item:hover::after
{
  opacity: 1;
}

.header .header-wrapper .header-menu .menu-links .btn--header
{
  margin-right: 1.875rem;
}

.header .header-wrapper .header-menu .language-switch
{
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header .header-wrapper .header-menu .language-switch .actual-language
{
  color: #FFFFFF;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 48em)
{
  .header .header-wrapper .header-menu .language-switch .actual-language
  {
    font-size: 1rem;
    letter-spacing: -0.54px;
    line-height: 1.22;
  }
}

.header .header-wrapper .header-menu .language-switch .icon--chevron-down
{
  margin: auto;
  margin-left: 0.3125rem;
  opacity: 0.3;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.header .header-wrapper .header-menu .language-switch .switches
{
  min-width: 100%;
  opacity: 0;
  padding-top: 0.3125rem;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  visibility: hidden;
  width: auto;
}

.header .header-wrapper .header-menu .language-switch .switches .language
{
  color: #FFFFFF;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 1.2;
  width: 100%;
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

@media (min-width: 48em)
{
  .header .header-wrapper .header-menu .language-switch .switches .language
  {
    font-size: 1rem;
    letter-spacing: -0.48px;
    line-height: 1.1;
  }
}

.header .header-wrapper .header-menu .language-switch .switches .language:hover
{
  opacity: 1;
}

.header .header-wrapper .header-menu .language-switch:hover .icon--chevron-down
{
  opacity: 1;
}

.header .header-wrapper .header-menu .language-switch:hover .switches
{
  opacity: 1;
  visibility: visible;
}

.section
{
  background-color: #FFFFFF;
  position: relative;
}

.section .section-container
{
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  margin-bottom: 6.375rem;
}

@media (min-width: 64em)
{
  .section .section-container
  {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48em)
{
  .section .section-container
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
    margin-left: 4.1666666667vw;
    margin-bottom: 12rem;
  }
}

.section .section-container .section-label
{
  color: #939393;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 1.2;
  background-color: #FFFFFF;
  border: 1px solid #EDEFEE;
  border-radius: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5625rem 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 48em)
{
  .section .section-container .section-label
  {
    font-size: 1rem;
    letter-spacing: -0.48px;
    line-height: 1.1;
  }
}

@media (min-width: 48em)
{
  .section .section-container .section-label
  {
    margin-bottom: 2.25rem;
  }
}

.section .section-container .section-label .icon--diamond
{
  fill: #939393;
  margin-bottom: auto;
  margin-right: 0.3125rem;
  margin-top: auto;
}

.section .section-container .section-label .icon--diamond circle,
.section .section-container .section-label .icon--diamond path,
.section .section-container .section-label .icon--diamond polygon,
.section .section-container .section-label .icon--diamond rect
{
  fill: #939393;
}

.section.section--full .section-container
{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100vw;
  flex: 0 0 100vw;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.section--contact-us
{
  background-color: #FFFFFF;
}

.section--contact-us .section-container
{
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  padding-bottom: 4.875rem;
}

@media (min-width: 64em)
{
  .section--contact-us .section-container
  {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48em)
{
  .section--contact-us .section-container
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
    margin-left: 4.1666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10.125rem;
  }
}

@media (min-width: 48em)
{
  .section--contact-us .section-container .left-content
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25vw;
    flex: 0 0 25vw;
    max-width: 25vw;
  }
}

.section--contact-us .section-container .left-content .section-label
{
  margin: auto;
  margin-bottom: 1.5rem;
}

@media (min-width: 48em)
{
  .section--contact-us .section-container .left-content .section-label
  {
    margin: 0;
    margin-bottom: 1.5rem;
  }
}

.section--contact-us .section-container .left-content .text-content
{
  text-align: center;
  margin-bottom: 3.75rem;
}

@media (min-width: 48em)
{
  .section--contact-us .section-container .left-content .text-content
  {
    text-align: left;
    margin-bottom: 0;
  }
}

.section--contact-us .section-container .left-content .text-content .section-title
{
  margin-bottom: 1.25rem;
}

@media (min-width: 48em)
{
  .section--contact-us .section-container .left-content .text-content .section-title
  {
    margin-bottom: 1.5rem;
  }
}

.section--contact-us .section-container .left-content .text-content .section-description p:not(:last-of-type)
{
  margin-bottom: 0.625rem;
}

@media (min-width: 48em)
{
  .section--contact-us .section-container .form-container
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.8333333333vw;
    flex: 0 0 45.8333333333vw;
    max-width: 45.8333333333vw;
    margin-left: 20.8333333333vw;
  }
}

.section--force .section-container
{
  text-align: center;
}

.section--force .section-container .section-title
{
  margin-bottom: 2.625rem;
}

@media (min-width: 48em)
{
  .section--force .section-container .section-title
  {
    margin-bottom: 2.75rem;
  }
}

.section--force .section-container .media-content
{
  height: auto;
}

@media (min-width: 48em)
{
  .section--force .section-container .media-content
  {
    height: 50vh;
    height: 50svh;
  }
}

.section--hero
{
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.section--hero .bg-image
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}

.section--hero .bg-image img
{
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.section--hero .hero-container
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  padding-top: 3.75rem;
  position: relative;
}

.section--hero .hero-container .text-content
{
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 64em)
{
  .section--hero .hero-container .text-content
  {
    padding-left: 0;
    padding-right: 0;
  }
}

.section--hero .hero-container .text-content .hero-title
{
  color: #FFFFFF;
  margin-bottom: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (min-width: 48em)
{
  .section--hero .hero-container .text-content .hero-title
  {
    max-width: 75vw;
    margin-bottom: 2.25rem;
  }
}

.section--hero .hero-container .text-content .hero-description
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (min-width: 48em)
{
  .section--hero .hero-container .text-content .hero-description
  {
    font-size: 1.25rem;
  }
}

@media (min-width: 48em)
{
  .section--hero .hero-container .text-content .hero-description
  {
    max-width: 33.3333333333vw;
  }
}

.section--hero .hero-container .btn
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  z-index: 1;
}

@media (min-width: 48em)
{
  .section--hero .hero-container .btn
  {
    margin-top: 2.25rem;
  }
}

.section--hero .hero-container .decorations
{
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.section--hero .hero-container .decorations .decoration-1
{
  /* Blue */
  aspect-ratio: 1/1;
  position: absolute;
  left: 2.875rem;
  top: -3.1875rem;
}

@media (min-width: 48em)
{
  .section--hero .hero-container .decorations .decoration-1
  {
    left: 9.6875rem;
    top: -5.3125rem;
  }
}

.section--hero .hero-container .decorations .decoration-2
{
  /* Pink */
  aspect-ratio: 1/1;
  position: absolute;
  right: 1.9375rem;
  top: -0.3125rem;
}

@media (min-width: 48em)
{
  .section--hero .hero-container .decorations .decoration-2
  {
    right: 3.75rem;
    top: -0.75rem;
  }
}

.section--hero .hero-container .decorations .decoration-3
{
  /* Yellow */
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -2.5rem;
  left: 3.0625rem;
}

@media (min-width: 48em)
{
  .section--hero .hero-container .decorations .decoration-3
  {
    bottom: 3.75rem;
    left: 12.625rem;
  }
}

.section--hero .hero-container .decorations .decoration-4
{
  /* Green */
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -7.125rem;
  right: 2.5625rem;
}

@media (min-width: 48em)
{
  .section--hero .hero-container .decorations .decoration-4
  {
    bottom: -2rem;
    right: 7.5rem;
  }
}

.section--hero #hero-explosion
{
  background-color: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  height: 10px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 10px;
  width: 0;
}

.section--image-texts-cta
{
  background-color: #FFFFFF;
}

.section--image-texts-cta .section-container
{
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
}

@media (min-width: 64em)
{
  .section--image-texts-cta .section-container
  {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48em)
{
  .section--image-texts-cta .section-container
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
    margin-left: 4.1666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section--image-texts-cta .section-container .media-content
{
  border-radius: 0.625rem;
  margin-bottom: 2.625rem;
  overflow: hidden;
}

@media (min-width: 48em)
{
  .section--image-texts-cta .section-container .media-content
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667vw;
    flex: 0 0 41.6666666667vw;
    max-width: 41.6666666667vw;
    margin-left: 4.1666666667vw;
    margin-bottom: 0;
  }
}

.section--image-texts-cta .section-container .media-content img
{
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section--image-texts-cta .section-container .main-content
{
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (min-width: 48em)
{
  .section--image-texts-cta .section-container .main-content
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.1666666667vw;
    flex: 0 0 29.1666666667vw;
    max-width: 29.1666666667vw;
    margin-left: 8.3333333333vw;
  }
}

.section--image-texts-cta .section-container .main-content .section-label
{
  margin: auto;
  margin-bottom: 1.5rem;
}

@media (min-width: 48em)
{
  .section--image-texts-cta .section-container .main-content .section-label
  {
    margin: 0;
    margin-bottom: 1.5rem;
  }
}

.section--image-texts-cta .section-container .main-content .text-content
{
  text-align: center;
  margin-bottom: 3.75rem;
}

@media (min-width: 48em)
{
  .section--image-texts-cta .section-container .main-content .text-content
  {
    text-align: left;
    margin-bottom: 0;
  }
}

.section--image-texts-cta .section-container .main-content .text-content .section-title
{
  margin-bottom: 1.25rem;
}

@media (min-width: 48em)
{
  .section--image-texts-cta .section-container .main-content .text-content .section-title
  {
    margin-bottom: 1.5rem;
  }
}

.section--image-texts-cta .section-container .main-content .text-content .section-description p:not(:last-of-type)
{
  margin-bottom: 0.625rem;
}

.section--image-texts-cta .section-container .main-content .text-content .btn--cta
{
  margin-top: 1.625rem;
}

@media (min-width: 48em)
{
  .section--image-texts-cta.reverse-columns .section-container
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section--image-texts-cta.reverse-columns .section-container .main-content
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.1666666667vw;
    flex: 0 0 29.1666666667vw;
    max-width: 29.1666666667vw;
    margin-left: 4.1666666667vw;
  }

  .section--image-texts-cta.reverse-columns .section-container .media-content
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667vw;
    flex: 0 0 41.6666666667vw;
    max-width: 41.6666666667vw;
    margin-left: 12.5vw;
  }
}

.section--loyalty .section-container
{
  text-align: center;
}

.section--loyalty .section-container .section-label
{
  margin-bottom: 2.5rem;
}

.section--loyalty .section-container .media-content
{
  min-height: 40.625rem;
}

.section--partners .section-container .section-label
{
  margin-bottom: 1.3125rem;
}

@media (min-width: 48em)
{
  .section--partners .section-container .section-label
  {
    margin-bottom: 3.4375rem;
  }
}

.section--vertical-scroll .section-container
{
  margin-bottom: 0;
}

.section--vertical-scroll .section-container .media-content
{
  max-width: 100vw;
  overflow: hidden;
}

.section--vertical-scroll::before
{
  background: -webkit-gradient(linear, left top, left bottom, from(#132638), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #132638 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #132638 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 0.0625rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 3;
}
/*# sourceMappingURL=maps/master.css.map */
