@import "https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css";
@import '../assets/fonts/fonts.css';
:root {
  --white: #f5f5f5;
  --whiteRGB: 245, 245, 245;
  --black: #000000;
  --grey: #999;
  --cream: rgba(252, 252, 243, 0.6);
  --primary: var(--black);
  --secondary: var(--white);
  --red: #c55d4b;
  --brown: #eef1e5;
  --blue: #4b658a;
  --light-blue: #e8f3f0;
  --assertive: #ff00ff;
  --focus: #ff00ff;
  --color-error: #ff0000;
  --color-sucess: #4dc247;
}

.palette-primary {
  --primary: var(--red);
  --secondary: var(--brown);
}

.palette-secondary {
  --primary: var(--blue);
  --secondary: var(--light-blue);
}

:root {
  --font-sans: "DM Sans", sans-serif;
  --font-sans-bold: "DM Sans", sans-serif;
  --font-gt-eesti: "Gt Eesti", sans-serif;
  --font-size-mid: 1.125rem;
  --font-size-base: 0.875rem;
  --font-size-small: 0.75rem;
  --font-size-xsmall: 0.625rem;
  --line-height-sans: 1.375;
  --letter-spacing: 0;
  font-size: 16px;
}

:root {
  --y-header: 0;
  --padding-xxl: 8.75rem;
  --padding-xl: 6.25rem;
  --padding-l: 3.75rem;
  --padding-m: 3rem;
  --padding-s: 2rem;
  --padding-small: 1.25rem;
  --padding-xs: 1rem;
  --padding-xxs: 0.5rem;
  --header-height: 7.5rem;
  --arrow-size: 1.5rem;
}

body {
  margin: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

input, button, embed, video, object {
  outline: none;
  border: 0 solid;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

button {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  touch-callout: none;
}

.media-holder {
  --aspect: 1;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  padding-top: calc(100% * var(--aspect));
}
.media-holder video,
.media-holder iframe,
.media-holder [data-item-load],
.media-holder [data-item-aspect-ratio],
.media-holder [data-item-loaded],
.media-holder [data-item-preload],
.media-holder [data-item-lazyload] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-item-load]:not(img),
[data-item-loaded]:not(img),
[data-item-preload]:not(img),
[data-item-lazyload]:not(img) {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.no-interaction {
  pointer-events: none;
}

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

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

a > *,
button > * {
  pointer-events: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
}
body main {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@media (min-width: 780px) {
  body main {
    display: flex;
    flex-direction: column;
  }
}

.tagline {
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: var(--line-height-sans);
  z-index: 2;
  transform: translateZ(2px);
  color: var(--white);
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  text-align: center;
  font-size: var(--font-size-xsmall);
  position: relative;
  padding-top: 1rem;
}
@media (min-width: 780px) {
  .tagline {
    padding-top: 1.5rem;
  }
}

.tp-dfwv {
  z-index: 11;
  transform: translateZ(11px);
}

.main-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.logo-wrapper {
  z-index: 1;
  transform: translateZ(1px);
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  height: 40.625rem;
  justify-content: center;
  width: 100%;
  padding: 0px 24px;
}
.logo-wrapper .logo {
  margin-bottom: 40px;
  height: 34px;
}
.logo-wrapper .logo svg {
  width: 125.26px;
  height: 34px;
}
.logo-wrapper .container-down-button {
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1;
  display: flex;
  width: 100%;
  bottom: 20px;
  justify-content: center;
  align-items: center;
}
.logo-wrapper .container-down-button .down-button {
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-wrapper .container-down-button .down-button > * {
  pointer-events: none;
}
.logo-wrapper .sponsor {
  color: var(--white);
  margin-bottom: 2.5rem;
  font-family: var(--font-gt-eesti);
  font-weight: 500;
  line-height: 56px;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 780px) {
  .logo-wrapper {
    flex-grow: 1;
    height: auto;
    position: static;
    max-width: 999px;
    padding: 0px 120px;
  }
  .logo-wrapper .logo {
    margin-top: 136px;
    margin-bottom: 40px;
    height: 39px;
  }
  .logo-wrapper .logo svg {
    width: 154px;
    height: 39px;
  }
  .logo-wrapper .sponsor {
    color: var(--white);
    margin-bottom: 2.5rem;
    font-family: var(--font-gt-eesti);
    font-weight: 500;
    line-height: 88px;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
  }
  .logo-wrapper .container-down-button {
    display: none;
  }
}
@media (min-width: 1024px) {
  .logo-wrapper {
    flex-grow: 1;
    height: auto;
    position: static;
  }
}

.button {
  outline: 0;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  backdrop-filter: blur(28px);
  align-items: center;
  border: 2px solid var(--white);
  border-radius: 6.25rem;
  display: inline-flex;
  color: var(--white);
  justify-content: flex-start;
  padding: 1rem 1.25rem 1rem 1.75rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.button span:first-child {
  margin-right: 1.25rem;
}
.button span:last-child {
  height: 1rem;
  overflow: hidden;
  position: relative;
  width: 1rem;
}
.button span:last-child svg {
  height: 1rem;
  position: absolute;
  transition: 0.2s ease-out;
  width: 1rem;
}
.button span:last-child svg:first-child {
  left: -150%;
  top: 0;
}
@media (hover: hover) {
  .button:hover span:last-child svg {
    transform: translate3d(150%, 0, 0);
  }
}

.cursor {
  height: 2.5rem;
  margin-left: -1.25rem;
  margin-top: -1.1875rem;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  width: 2.5rem;
  z-index: 11;
  transform: translateZ(11px);
}
.cursor svg {
  height: 100%;
  width: 100%;
}
.cursor svg path {
  fill: none;
}
@media (hover: none) {
  .cursor {
    display: none;
  }
}

#billboard-container {
  height: 40.625rem;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  transform: translateZ(0px);
}
#billboard-container canvas.view {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 780px) {
  #billboard-container {
    height: 100vh;
    position: fixed;
    transform: none !important;
  }
}

#content {
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: var(--line-height-sans);
  align-items: flex-start;
  color: var(--white);
  display: flex;
  font-size: var(--font-size-base);
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.875rem 1.5rem;
  position: relative;
  width: 100%;
  z-index: 2;
  transform: translateZ(2px);
}
#content .wrapper {
  display: flex;
  margin-bottom: 24px;
  width: 100%;
}
#content .swiper {
  width: 100%;
  padding-bottom: 45px;
}
#content .swiper .swiper-horizontal > .swiper-pagination-bullets,
#content .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5px;
}
#content .swiper-pagination {
  display: block;
}
#content .swiper-pagination.swiper-pagination-bullets {
  width: 100% !important;
}
#content .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--white);
  opacity: 1;
  transform: none;
  height: 6px;
  width: 6px;
  border-radius: 16px;
}
#content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  background-color: #0cdf2e;
  border-radius: 16px;
  width: 26px;
  height: 6px;
}
#content .button {
  margin-top: 1rem;
}
#content h2 {
  margin: 0 0 1rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
#content .text p {
  line-height: 140%;
  font-size: 16px;
}
@media (max-width: 780px) {
  #content .column:not(:last-child) {
    margin-bottom: 3.25rem;
  }
  #content .wrapper {
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 780px) {
  #content {
    padding: 6rem 7.5rem 2.5rem 7.5rem;
    max-width: 100.3125rem;
  }
  #content .column {
    width: calc(33.3333333333% - 2.1666666667rem);
    /*  &:not(:last-child) {
      margin-right: rem(52);
    } */
  }
  #content .swiper-pagination {
    display: none;
  }
}
@media (min-width: 1024px) {
  #content {
    height: auto;
  }
}

#footer {
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: var(--line-height-sans);
  font-size: var(--font-size-base);
  margin-top: 3.25rem;
  padding: 0;
  width: 100%;
}
#footer > div {
  align-items: center;
  border-top: 1px solid rgba(252, 252, 243, 0.3);
  color: var(--cream);
  display: flex;
  justify-content: flex-start;
  padding: 0.625rem 0 0;
  width: 100%;
}
#footer > div a {
  outline: 0;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: var(--cream);
}
#footer > div > *:first-child {
  margin-right: 1.5rem;
}

/*# sourceMappingURL=styles.css.map */
