:root {
  --dark\<deleted\|variable-28dc713c\>: #0a0a0a;
  --mid-negative-color\<deleted\|variable-8773f6ee\>: #c2e9e9;
  --primary-brand-color\<deleted\|variable-ae7c380d\>: #00353e;
  --light-color\<deleted\|variable-c9ae38c8\>: white;
  --mid-positive-color\<deleted\|variable-d53b7c64\>: #006c7e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--dark\<deleted\|variable-28dc713c\>);
  color: #333;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: var(--mid-negative-color\<deleted\|variable-8773f6ee\>);
  text-align: center;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: var(--mid-negative-color\<deleted\|variable-8773f6ee\>);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--primary-brand-color\<deleted\|variable-ae7c380d\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--light-color\<deleted\|variable-c9ae38c8\>);
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--mid-positive-color\<deleted\|variable-d53b7c64\>);
  font-size: 12px;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.hero-logo {
  border-radius: 10px;
  order: -1;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 59px 26px;
  position: static;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-logo-2 {
  border-radius: 10px;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.partner-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  object-fit: fill;
  background-color: #000;
  overflow: visible;
}

.c-menu-item {
  margin-bottom: 20px;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.memberships {
  display: none;
}

.grid-6-2 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 85vw;
  display: grid;
}

.footerinformationcontainer {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.bookingembedcontainer-phone {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 1em;
  margin-top: 1em;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  transition: all .2s ease-in-out;
}

.bookingembedcontainer-phone:hover {
  opacity: .8;
  border-color: rgba(255, 255, 255, .8);
  box-shadow: 5px -5px rgba(255, 255, 255, .8);
}

.checkbox {
  z-index: 5;
  opacity: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox:active {
  border: 1px solid #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-5 {
  color: #000;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.footerlink {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.card-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 25px 35px 35px;
  line-height: 1.688em;
}

.grid-5.home {
  grid-template-columns: 1fr 1fr 1fr;
  width: 85vw;
  margin-left: 0;
  margin-right: 0;
}

.text-block-28 {
  color: #000;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.hero-link {
  color: #fff;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.hero-phone-section {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-left: 65px;
  display: flex;
  position: static;
  top: 170px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-221 {
  border-top: 1px solid #000;
  width: 87px;
  height: 0;
  display: block;
}

.h2maintitle {
  color: #fff;
  letter-spacing: -.045em;
  width: auto;
  margin-top: .7rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 6em;
  font-style: italic;
  font-weight: 900;
  line-height: 1.15;
}

.text-block-12 {
  color: #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 0;
  display: flex;
}

.checkbox_wrap.home {
  justify-content: center;
  margin-bottom: .2em;
  display: none;
}

.bookingembedcontainer-2 {
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid #fff;
  border-radius: 1em;
  margin-top: 1em;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  transition: all .2s ease-in-out;
}

.bookingembedcontainer-2:hover {
  opacity: .8;
  border-color: rgba(255, 255, 255, .8);
  box-shadow: 5px -5px rgba(255, 255, 255, .8);
}

._w-nav {
  z-index: 9999999;
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  padding: 15px 1vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.portfolioprincipals {
  justify-content: space-around;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.text-field {
  text-align: center;
  background-color: rgba(254, 220, 101, .25);
  border-radius: 1em;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.portfoliosection {
  z-index: 5;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  position: relative;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.modal {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mainoptiionsmenu {
  border-top: 1px solid #edf2f4;
  border-bottom: 1px solid #edf2f4;
  justify-content: space-around;
  align-items: center;
  height: 10vh;
  margin-top: 13px;
  display: flex;
  overflow: hidden;
}

.brand-link {
  z-index: 100;
  color: #fff;
  background-color: #313131;
  border-radius: 14px;
  align-self: center;
  margin-top: 12px;
  margin-left: 4%;
  padding: .2em 1.1em;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  text-decoration: none;
  transition: background-color .6s ease-in;
  display: inline-block;
  position: static;
  top: 558px;
  bottom: auto;
  left: 41px;
  right: auto;
}

.brand-link:hover {
  background-image: linear-gradient(to right, #0c0c0c, #8c8c8c 63%, #adadad);
  border: 1px #fff;
}

.cardretainers {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footerexplore {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 300px;
  height: 0;
}

.heading-11 {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px rgba(222, 42, 74, .05);
  margin-top: 15px;
  margin-bottom: 12px;
  padding-top: 0;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375em;
  text-decoration: none;
}

.text-block-38 {
  text-align: right;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 3px 13px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.fieldwrapdark {
  justify-content: flex-start;
  width: auto;
  padding-top: .5em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.checkbox-image {
  width: 45px;
}

.checkbox-image.dig {
  width: 33px;
}

.bookingembedcontainerphone {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 1em;
  margin-top: 1em;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  transition: all .2s ease-in-out;
  display: none;
}

.bookingembedcontainerphone:hover {
  opacity: .8;
  border-color: rgba(255, 255, 255, .8);
  box-shadow: 5px -5px rgba(255, 255, 255, .8);
}

.heading-27 {
  color: #fff;
  text-align: center;
  width: auto;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.work-item-image {
  object-fit: contain;
  width: 85%;
  height: 29.1rem;
  padding-top: 0;
}

.div-block-222 {
  position: absolute;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.overflow-none {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-left: 65px;
  display: flex;
  position: static;
  top: 170px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.overflow-none.full {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pararetainers {
  color: #fff;
  text-align: left;
  flex: 1;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  overflow: visible;
}

.h3mainsubtitle {
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 100%;
}

.c-nav {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footertitle {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footerformcontainer {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 0;
  font-size: 5.41667vw;
  display: flex;
}

.footeritem {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
}

.submit-button-2 {
  background-color: rgba(0, 0, 0, .8);
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 1em;
  font-size: 18px;
}

.work-item-wrapper {
  color: #edf2f4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-contact {
  color: #006c7e;
  text-decoration: none;
}

.section-12 {
  background-color: #000;
  background-image: linear-gradient(#000, #fff);
}

.section-12.other {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #fff);
  flex-direction: column;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}

.brands {
  z-index: 5;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  display: none;
  position: relative;
}

.grid-6-1 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form07_link {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.repactchawrapperdark {
  transform-origin: 0 0;
  max-width: none;
  margin-top: .4em;
  margin-left: auto;
  margin-right: auto;
  transform: scale(.8);
}

.footergeneralinfo {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.hero-top-wrapper {
  letter-spacing: -.045px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: 100%;
  padding: 0% 0% 0;
  font-style: normal;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.error-message {
  text-align: center;
  padding: 5px;
}

.text-block-57 {
  min-height: auto;
  font-size: .5em;
  line-height: 100%;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.btncuponform {
  text-align: center;
  background-color: #c89a39;
  border-radius: 1em;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.btncuponform:hover {
  background-image: linear-gradient(15deg, #c89a39 60%, rgba(255, 255, 255, .9) 95%);
}

.card {
  color: #fff;
  background-color: #000;
  border: .5px solid #fff;
  border-radius: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px 45px;
  text-decoration: none;
  transition: border-color .35s, transform .35s;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px rgba(21, 35, 158, .04);
}

.card:hover {
  box-shadow: 0 0 16px 2px #fff;
}

.card.nt {
  padding-top: 0;
  padding-bottom: 1px;
  display: none;
}

.card.nt.top {
  display: none;
}

.card.c2, .card.c3, .card.c1 {
  border-style: none;
}

.text-block-37 {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-37.nt {
  margin: 15px auto;
  padding-left: 0;
}

.homeredirect-2 {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, .2);
  border-radius: .8em;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 18vw;
  height: 6vh;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .6s ease-in-out;
  display: flex;
}

.homeredirect-2:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #0c0c0c, #8c8c8c 63%, #adadad);
  border-radius: 14px;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.hero-section {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
  position: relative;
}

.link-block-6 {
  font-size: 18px;
  text-decoration: none;
}

.preloader {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-bg {
  filter: blur(5px);
  background-color: rgba(0, 0, 0, .15);
  width: 100%;
  height: 100%;
}

.modal-bg.reload {
  background-color: rgba(0, 0, 0, .5);
  transition: opacity .2s;
}

.work-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  display: grid;
}

.large-heading {
  color: #fff;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.15;
}

.large-heading.offset-right {
  text-align: center;
  padding-left: 60px;
  padding-right: 0%;
  font-size: 3em;
  font-style: normal;
  display: flex;
}

.form12_checkbox_field {
  background-color: rgba(255, 255, 255, .01);
  border: 1.2px solid rgba(62, 52, 200, .1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 26%;
  height: 149px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 30px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, .28);
}

.form12_checkbox_field:active {
  box-shadow: 1px 1px 35px #c6d3ff;
}

.closerlink {
  color: #23304d;
  text-decoration: none;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.closerlink.reload {
  top: 3%;
  right: 3%;
}

.div-block-276 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.form-3 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.preloaderlogo {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-248 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-248.bm {
  align-items: flex-start;
}

.mainphrasesection {
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.collectionmainportfolios {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.text-block-21 {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  position: static;
}

.text-block-21._1 {
  font-family: SFPRODISPLAY, sans-serif;
}

.text-block-21._2 {
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 15px;
  position: relative;
}

.contactform {
  width: 40vw;
  margin-top: .5em;
  margin-bottom: .5em;
}

.close-text {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}

.contactformhome {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(255, 255, 255, .5);
  border-top: 2px rgba(255, 255, 255, .6);
  border-bottom: 2px rgba(0, 0, 0, .3);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 30vh;
  display: flex;
}

.image-53 {
  width: 50px;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.fieldlabeldark {
  z-index: 10;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -20px;
  margin-left: 1em;
  padding: 1px 1em 1px 0;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
}

.h2form {
  color: #fff;
  text-align: center;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 400;
  line-height: 100%;
}

.success-message {
  color: #fff;
  background-color: rgba(249, 143, 217, .5);
  border-radius: 1em;
  position: static;
}

.cursorr {
  z-index: 9998;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-container {
  background-color: #f9fafb;
  background-image: url('../images/popupq2_resume.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  max-width: 35rem;
  height: 440px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 2%;
}

.cuponformblock {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.footer-3 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 30px;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.legalagreement {
  color: rgba(16, 28, 46, .54);
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.paragraph-7 {
  color: #fff;
  text-align: left;
  flex: 1;
  height: auto;
  min-height: 25vh;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: .5em;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  text-decoration: none;
  overflow: visible;
}

.paragraph-7.nt {
  padding-bottom: 13px;
}

.none-overflow-container {
  overflow: hidden;
}

.checkbox-title {
  color: #686868;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-198 {
  border-top: 1px solid #fff;
  border-radius: 1px;
  width: 87px;
  height: 0;
  display: block;
}

.grid-6 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
}

.grid-6.nt {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6px;
  margin-bottom: 1px;
}

.servicessection {
  z-index: 11;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-220 {
  width: 87px;
  position: absolute;
}

.grid-6-3 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.phoneherosection {
  display: none;
}

.image-17 {
  margin-right: 11px;
}

.image-cover {
  z-index: 1;
  opacity: 0;
  mix-blend-mode: color-burn;
  background-color: #0a100d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.inputfielddark {
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  height: 8vh;
}

.inputfielddark::placeholder {
  color: rgba(0, 0, 0, .2);
  -webkit-text-stroke-color: rgba(255, 255, 255, .5);
  font-size: 1em;
  font-weight: 300;
}

.inputfielddark.darkformstyle {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
}

.inputfielddark.darkformstyle::placeholder {
  color: rgba(255, 255, 255, .5);
}

.image-16 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.image-16.bp {
  padding-bottom: 20px;
}

.c-dot {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.c-dot.home-page {
  opacity: 1;
  border-color: #fff;
}

.bookingembedcontainer-3 {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 1em;
  margin-top: 1em;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  transition: all .2s ease-in-out;
}

.bookingembedcontainer-3:hover {
  opacity: .8;
  border-color: rgba(255, 255, 255, .8);
  box-shadow: 5px -5px rgba(255, 255, 255, .8);
}

.section-heading-wrapper {
  z-index: 10;
  text-align: center;
  border-bottom: .0625rem solid #edf2f4;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3em;
  padding: 3em 2% 1%;
  display: flex;
  position: relative;
}

.smalllogoimg {
  width: 100%;
  height: 100%;
}

.link-block-22 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: .5px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-22:hover {
  box-shadow: 0 0 16px 2px #fff;
}

.brand-info {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 5%;
  right: 5%;
}

.paragraph-14 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 1em;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.small-paragraph {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-38 {
  object-fit: cover;
  flex: 0 auto;
  width: auto;
  height: 100%;
}

.opacity {
  opacity: .5;
  background-color: #020202;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.opacity:hover {
  opacity: .1;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 190px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inicio-whit {
  color: #fff;
  text-align: center;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: -2px;
}

.heading-28 {
  color: #000;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-58 {
  color: #000;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.div-block-277 {
  border-top: 1px solid #000;
  width: 87px;
  height: 0;
  display: block;
}

.text-block-59 {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.despre-text {
  color: #fff;
  width: 850px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 90px;
}

.despre-text.privacy {
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 90px;
  font-weight: 300;
  display: flex;
}

.sectiune-cheie {
  z-index: 100;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sectiune-cheie.privacy {
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 100px;
}

.grid-2 {
  display: none;
}

.text-block-24 {
  color: #fff;
  width: 510px;
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 100;
  line-height: 44px;
}

.text-block-24.p-final {
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 100px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.text-block-24.p {
  letter-spacing: 1px;
  padding-top: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.text-block-24._2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.new-div-3 {
  border-top: 1px solid #939393;
  width: 300px;
  height: 0;
}

.inicio-white {
  clear: none;
  color: #000;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.div-block-25 {
  border-top: 1px solid #fff;
  line-height: 110%;
}

.div-block-278 {
  position: absolute;
}

.socials-footer {
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  width: 45%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.text-contact-2 {
  text-decoration: none;
}

.link-f1-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.link-f1-2.discord {
  display: none;
}

.main {
  height: auto;
  padding-top: 10vh;
  display: block;
}

.new-div-4 {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.41667vw;
  font-weight: 400;
  line-height: 110%;
}

.heading-2._1 {
  text-align: center;
  border-radius: 0;
  margin: 0 auto;
  padding-bottom: 15px;
  font-weight: 100;
  line-height: 110%;
  position: static;
}

.link-block-5 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.div-block-280 {
  border-top: 1px solid #fff;
  border-radius: 1px;
  width: 87px;
  height: 0;
  display: block;
}

.div-block-229 {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 46%;
  left: 10%;
  right: auto;
}

.div-block-229.privacy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  bottom: 0%;
  left: 25%;
}

.div-block-281 {
  width: 87px;
  position: absolute;
}

.div-hover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  display: flex;
}

.heading-29 {
  color: #000;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.footerlink-2 {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.text-block-60 {
  color: #000;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.div-block-282 {
  border-top: 1px solid #000;
  width: 87px;
  height: 0;
  display: block;
}

.text-block-61 {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-283 {
  position: absolute;
}

.footertitle-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.footeritem-2 {
  margin-top: 16px;
}

.text-contact-3 {
  text-decoration: none;
}

.new-div-5 {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.div-block-284 {
  border-top: 1px solid #fff;
  border-radius: 1px;
  width: 87px;
  height: 0;
  display: block;
}

.list-wrap {
  transform-style: preserve-3d;
  width: 80vw;
  height: 185vh;
  padding-top: 103vh;
  padding-bottom: 50vh;
  padding-left: 9vw;
  position: absolute;
  left: 0;
  overflow: auto;
  transform: none;
}

.main-title {
  color: #e2e2e2;
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.in-text-link {
  color: #fff;
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.bold-text-7 {
  color: #fff;
  text-align: left;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

._3d-wrap {
  transform-style: preserve-3d;
  width: 78vw;
  height: 185vh;
  position: relative;
  top: -27vw;
  left: 23vw;
  overflow: hidden;
  transform: rotateX(35deg)rotateY(3deg)rotateZ(27deg);
}

.text-block-29 {
  z-index: 1;
  width: 30vw;
  margin-top: 220px;
  padding-left: 5vw;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-wrapper {
  perspective: 1767px;
  perspective-origin: 100%;
  background-color: #494949;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.text-block-36 {
  color: #fff;
  font-family: SFPRODISPLAY, sans-serif;
}

.project-item-2 {
  float: left;
  perspective: 1200px;
  perspective-origin: 50%;
  transform-style: preserve-3d;
  width: 20%;
  margin-bottom: 15px;
  margin-right: 15px;
  display: block;
  transform: none;
}

.project-title {
  opacity: .5;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbnail {
  transform-origin: 100%;
  object-fit: fill;
  transform-style: preserve-3d;
  padding-top: 100%;
  transition: transform .5s, box-shadow .5s;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.thumbnail:hover {
  transform: translate3d(-65px, -88px, 88px);
  box-shadow: 71px 71px 65px -17px rgba(0, 0, 0, .57);
}

.link-block-15 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-21 {
  display: none;
}

.header_background-image {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 68vh;
  padding-top: 0;
  padding-bottom: 9px;
}

.button_icon {
  color: #000;
  width: auto;
  height: 2.5rem;
  font-size: 1rem;
}

.section-countdown {
  overflow: hidden;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.is-relative {
  position: relative;
}

.footer_socialshare_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #e7ff50;
  border: 1px solid #e7ff50;
  border-radius: 3.25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
}

.footer_socialshare_link:hover {
  color: #000;
  background-color: #e7ff50;
}

.footer_socialshare_link.is-copy {
  position: relative;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-style-tag {
  color: #746d6d;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 2px solid #e7ff50;
  border-radius: 20px;
  justify-content: center;
  margin: .25rem 0 .25rem auto;
  padding: .25rem .2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.argu_content-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-1 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 68%;
  position: relative;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.merch_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coutdown_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header_heading-wrapper_content {
  max-width: 62rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: SFPRODISPLAY, sans-serif;
}

.header_heading-wrapper {
  z-index: 2;
  color: #e7ff50;
  background-color: #000;
  width: 100%;
  max-width: 52%;
  padding-bottom: 2.75rem;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0%;
}

.sponsor_gallery-wrapper {
  overflow: hidden;
}

.button_content-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rdv_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 50svh;
  display: grid;
}

.sponsor_gallery-component {
  height: 100%;
  display: flex;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: none;
}

.padding-section-medium.no-padding-bottom {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.location-image_background {
  z-index: -1;
  background-color: #fff;
  min-height: 50svh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttongoback {
  z-index: 100000;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 5vh;
  margin-right: 10px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: static;
  top: 25px;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.buttongoback:hover {
  transform: skew(0deg);
  box-shadow: 0 0 20px 1px #000;
}

.merch_image-wrapper {
  width: 100%;
  padding-top: 45%;
  position: relative;
}

.button-3 {
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #e7ff50;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1.33px #e7ff50;
}

.button-3.is-large {
  -webkit-text-stroke-color: #0a0a0a;
  height: 8vh;
  margin-top: 10%;
  padding: 1rem 2rem;
  font-size: 4rem;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  box-shadow: inset 0 0 0 1.33px rgba(0, 0, 0, 0);
}

.button-3.is-large.web-button {
  display: none;
}

.link-block-23 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.padding-section-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padding-section-small.no-padding-top {
  padding-top: 0;
}

.location-image_background-image {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  padding-left: 41px;
  padding-right: 41px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_logo-wrapper {
  z-index: 1;
  color: #e7ff50;
  background-color: #000;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  top: auto;
  bottom: 1.25rem;
  left: 0%;
  right: 0%;
}

.footer_socialshare_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.map_component {
  height: 100%;
  display: flex;
}

.section_header {
  min-height: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.rdv_content-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-radius: 4em;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 4.4rem 2rem;
  display: flex;
}

.argu_item {
  opacity: .81;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  height: 50vh;
  padding: 1.5rem;
  display: flex;
}

.argu_item.is-bg-dark {
  color: #fff;
  background-color: #000;
}

.argu_item.is-bg-white {
  opacity: .72;
  background-color: #000;
}

.text-size-medium {
  font-size: 2rem;
  font-weight: 500;
}

.text-size-medium.text-color-yellow {
  color: #fff;
  height: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5px;
}

.text-align-center {
  text-align: center;
}

.paragraph-13 {
  font-size: 1.5em;
  line-height: 1.1em;
}

.paragraph-13.light {
  color: #fff;
  font-family: SFPRODISPLAY, sans-serif;
}

.section_map {
  font-style: normal;
  display: block;
}

.sponsor_gallery-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  min-width: 13rem;
  height: 100%;
  margin-right: 1rem;
  padding-top: 175%;
  display: flex;
  position: relative;
}

.argu_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-275 {
  justify-content: center;
  align-items: center;
  margin-left: 79px;
  margin-right: 79px;
  padding: 81px;
  display: flex;
}

.sponspor_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 5%;
  margin-bottom: 1%;
  display: grid;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(255, 255, 255, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_wrapper {
  height: 100%;
  min-height: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.merch_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.go-back-button-wrappe {
  width: 99%;
  padding: 40px 2.5%;
  display: block;
  position: static;
  top: 25px;
}

.mockup-2 {
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.argu_content-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.sponsor_content {
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.section-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rdv_content-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 2px solid #d9d9d9;
  border-radius: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  display: flex;
}

.background-video {
  height: 100vh;
}

.map_embed {
  width: 100%;
  height: 100%;
}

.padding-0 {
  padding: 0;
}

.paragraph-15 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: SFPRODISPLAY, sans-serif;
  font-weight: 600;
  display: flex;
}

.sponsor_images-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.programme_item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #e7ff50;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.programme_item.is-background-black {
  color: #fff;
  background-color: #1a1a1a;
}

.programme_item.is-background-white {
  background-color: #fff;
}

.colo2 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 175%;
  position: relative;
}

.image-34 {
  align-self: stretch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.padding-small {
  padding: 1rem;
}

.footer_socialshare_icon {
  width: 100%;
  height: 100%;
}

.footer_socialshare_icon.is-copy-check {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-37 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-bottom: 1em;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
}

.header_heading-wrapper_informations {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.countdown_item {
  text-align: center;
  border-style: solid;
  border-width: 7px;
  flex-direction: column;
  align-items: center;
  padding: 24px 4rem;
  display: flex;
}

.countdown_item.is-yellow {
  background-color: rgba(0, 0, 0, 0);
  border: 7px solid #000;
  border-radius: 0;
}

.button_hover-wrapper {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #e7ff50;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(2);
}

.section_location-image {
  object-fit: fill;
  min-height: 50svh;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  overflow: visible;
}

.footer_cta_component {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.footer_cta_component:hover {
  color: #e7ff50;
  background-color: #000;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .92);
}

.merch_content {
  text-align: right;
  justify-content: flex-end;
  width: 80%;
  margin-left: auto;
  display: flex;
}

.heading-style-h1 {
  text-align: left;
  letter-spacing: -3.84px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  position: static;
}

.heading-style-h1.text-color-white {
  color: #e7ff50;
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.heading-style-h1.light {
  color: #fff;
}

.sponsor_gallery-list {
  white-space: nowrap;
  background-color: #000;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  height: 100%;
  display: grid;
}

.text-size-medium-copy {
  color: #fff;
  text-align: left;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
}

.text-size-medium-copy.text-color-yellow {
  color: #fff;
  height: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5px;
}

.videodiv {
  justify-content: center;
  align-items: center;
  width: 40vw;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.video {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .grid-5.home {
    margin-left: auto;
    margin-right: auto;
  }

  .portfolioprincipals {
    margin-top: 0;
  }

  .text-field {
    width: 100%;
    margin-bottom: 10px;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .work-item-image {
    object-fit: contain;
    width: 84%;
    height: 28.8rem;
  }

  .overflow-none.full {
    justify-content: center;
    display: flex;
  }

  .footerformcontainer {
    padding-bottom: 80px;
  }

  .section-12.other {
    margin-top: 0;
  }

  .btncuponform {
    width: 100%;
  }

  .work-grid {
    padding-bottom: 30px;
  }

  .image-53 {
    width: 70px;
    top: -10%;
    left: -3%;
  }

  .cursorr {
    opacity: 0;
  }

  .modal-container {
    background-position: 50% 100%;
    background-size: cover;
    width: 500px;
    height: 500px;
  }

  .cuponformblock {
    margin-bottom: 15px;
  }

  .footer-3 {
    background-color: #000;
    display: flex;
  }

  .servicessection {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .c-dot {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
  }

  .despre-text {
    height: 80px;
    font-size: 60px;
    line-height: 90px;
  }

  .despre-text.privacy {
    font-size: 90px;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

  .grid-2 {
    display: none;
  }

  .div-block-229.privacy {
    justify-content: flex-start;
    position: static;
    bottom: 10%;
    left: 25%;
  }

  .text-style-tag {
    font-size: 1.1rem;
  }

  .header_heading-wrapper {
    margin-right: -1px;
  }

  .buttongoback {
    height: 6vh;
  }

  .div-block-275, .videodiv {
    margin-left: 34px;
    margin-right: 34px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-logo {
    width: 50%;
    max-width: none;
    top: 20%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-logo-2 {
    max-width: none;
    top: 20%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-221 {
    width: 88px;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .work-item-image {
    width: 86%;
    height: 27.1rem;
  }

  .overflow-none.full {
    width: 94%;
  }

  .work-item-wrapper {
    width: 100%;
  }

  .section-12.other {
    margin-top: 0;
  }

  .hero-top-wrapper {
    padding-top: 0%;
  }

  .work-grid {
    padding: 5% 5% 25px;
  }

  .image-53 {
    width: 70px;
    top: -10%;
  }

  .modal-container {
    background-position: 50%;
    background-size: cover;
    width: 550px;
    height: 550px;
  }

  .cuponformblock {
    margin-bottom: 15px;
  }

  .div-block-198 {
    width: 88px;
  }

  .c-dot {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
  }

  .c-dot.home-page {
    border-color: #fff;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .div-block-277 {
    width: 88px;
  }

  .despre-text {
    height: auto;
    font-size: 75px;
    line-height: 90px;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

  .grid-2 {
    display: none;
  }

  .inicio-white {
    font-weight: 300;
  }

  .main {
    padding-top: 10%;
  }

  .div-block-280 {
    width: 88px;
  }

  .div-block-229.privacy {
    bottom: 10%;
  }

  .div-block-282, .div-block-284 {
    width: 88px;
  }

  .header_heading-wrapper {
    margin-right: -1px;
  }

  .section_location-image {
    margin-left: 78px;
    margin-right: 78px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-logo, .hero-logo-2 {
    width: 40%;
    max-width: none;
    top: 5%;
  }

  .hero-phone-section {
    position: static;
  }

  .footerexplore {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .overflow-none {
    position: static;
  }

  .section-12 {
    z-index: 100;
    background-color: #000;
  }

  .footergeneralinfo {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hero-top-wrapper {
    padding-top: 0%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .image-53 {
    width: 100px;
  }

  .cursorr {
    z-index: 9999;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal-container {
    width: 800px;
    max-width: 800px;
    height: 800px;
  }

  .cuponformblock {
    width: 500px;
    margin-bottom: 25px;
  }

  .c-dot {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
  }

  .c-dot.home-page {
    border-color: #fff;
  }

  .inicio-whit {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .despre-text {
    align-self: auto;
    width: auto;
    height: auto;
    font-size: 75px;
    line-height: 90px;
    display: block;
  }

  .sectiune-cheie {
    z-index: 100;
    width: 100vw;
    position: relative;
  }

  .grid-2 {
    display: none;
  }

  .inicio-white {
    color: #fff;
  }

  .div-mascara {
    justify-content: flex-start;
  }

  .div-block-229.privacy {
    justify-content: center;
  }

  .div-hover {
    justify-content: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-magnetico {
    justify-content: center;
  }

  .text-style-tag {
    font-size: 1.2rem;
  }

  .buttongoback {
    width: 7vw;
    height: 5vh;
    font-size: 1.5em;
  }

  .background-video {
    height: 100vw;
  }

  .padding-global {
    padding-top: 0;
  }

  .section_location-image {
    margin-left: 318px;
    margin-right: 318px;
  }
}

@media screen and (max-width: 991px) {
  p {
    color: var(--mid-negative-color\<deleted\|variable-8773f6ee\>);
  }

  .hero-logo {
    margin-top: 30px;
    padding-top: 0;
  }

  .grid-6-2 {
    margin-bottom: 9px;
  }

  .footerinformationcontainer {
    justify-content: space-between;
  }

  .heading-5 {
    font-size: 20px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .grid-5.members {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-5.home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero-phone-section {
    padding-left: 35px;
  }

  .h2maintitle {
    letter-spacing: -.02em;
    padding-left: 0;
    font-size: 3em;
    font-weight: 900;
  }

  .checkbox_wrap {
    justify-content: space-around;
    width: 90%;
  }

  .checkbox_wrap.home, ._w-nav {
    width: 100%;
  }

  .text-field {
    margin-bottom: 5px;
  }

  .portfoliosection {
    display: block;
  }

  .modal {
    display: none;
  }

  .mainoptiionsmenu {
    border-top: 1px solid #edf2f4;
    border-bottom: 1px solid #edf2f4;
    justify-content: space-around;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .brand-link {
    background-color: #313131;
    border-radius: 14px;
    font-size: .8rem;
    text-decoration: none;
    top: 52.6vh;
  }

  .bookingembedcontainerphone {
    display: flex;
  }

  .overflow-none {
    padding-left: 35px;
  }

  .h3mainsubtitle {
    letter-spacing: -.02em;
    padding-left: 0;
    font-size: 1.5em;
    font-weight: 400;
  }

  .c-nav {
    width: auto;
    max-width: none;
    display: block;
  }

  .footerformcontainer {
    padding-top: 0;
  }

  .section-12.other {
    background-color: #1e854b;
  }

  .brands {
    display: none;
  }

  .grid-6-1 {
    margin-bottom: 9px;
  }

  .btncuponform {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .card.nt.top {
    padding-top: 40px;
    display: none;
  }

  .text-block-37.nt {
    margin-top: 30px;
  }

  .homeredirect-2 {
    justify-content: center;
    width: 22vw;
    margin-left: auto;
    margin-right: auto;
  }

  .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .large-heading.offset-right {
    font-size: 2.5em;
  }

  .closerlink.reload {
    top: 4%;
    right: 4%;
  }

  .div-block-276 {
    padding-right: 0;
  }

  .contactform {
    width: 60vw;
  }

  .work-item-title {
    padding-left: 30px;
  }

  .modal-container {
    background-size: contain;
    width: 500px;
    height: 500px;
  }

  .cuponformblock {
    width: 350px;
    margin-bottom: 10px;
  }

  .footer-3 {
    background-color: #000;
  }

  .c-nav-content {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .grid-6 {
    margin-bottom: 9px;
  }

  .grid-6.nt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .servicessection {
    margin-top: 15%;
    margin-bottom: auto;
  }

  .grid-6-3 {
    margin-bottom: 9px;
  }

  .bookingembedcontainer-3 {
    display: none;
  }

  .link-block-22 {
    height: 30vh;
  }

  .heading-28 {
    font-size: 20px;
  }

  .despre-text {
    width: 0;
    min-width: 830px;
    height: 63px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    justify-items: end;
    display: none;
  }

  .socials-footer {
    display: none;
  }

  .main {
    padding-top: 18%;
  }

  .heading-29 {
    font-size: 20px;
  }

  .list-wrap {
    padding-top: 60vh;
    padding-left: 16vw;
  }

  .content-wrapper {
    display: none;
  }

  .project-item-2 {
    width: 27%;
  }

  .section-21 {
    height: auto;
    margin-top: 20%;
    display: block;
  }

  .div-block-258 {
    padding-bottom: 20%;
    position: static;
  }

  .collection-list-wrapper-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .collection-list-6 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-left: 97px;
    margin-right: 97px;
    display: grid;
  }

  .header_background-image {
    object-fit: contain;
    height: auto;
  }

  .footer_socialshare_link {
    border-radius: 2rem;
  }

  .argu_content-top, .coutdown_component {
    grid-template-columns: 1fr;
  }

  .header_heading-wrapper_content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .header_heading-wrapper {
    max-width: 100%;
    padding-bottom: 0;
    position: static;
    bottom: 0;
  }

  .rdv_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .buttongoback {
    width: 10vw;
  }

  .header_logo-wrapper {
    display: none;
    overflow: hidden;
  }

  .section_header {
    justify-content: center;
    min-height: auto;
    display: flex;
  }

  .div-block-275 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sponspor_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header_wrapper {
    height: auto;
    min-height: auto;
  }

  .merch_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .go-back-button-wrappe {
    width: 100%;
  }

  .argu_content-bottom {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section-24 {
    justify-content: space-around;
    align-items: center;
  }

  .footer_socialshare_icon {
    max-height: 6rem;
  }

  .header_heading-wrapper_informations {
    margin-top: 0;
  }

  .link-block-18 {
    opacity: 1;
    object-fit: contain;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .link-block-18:hover {
    box-shadow: 0 0 10px 5px #fff;
  }

  .div-block-263 {
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 6px;
    width: 25vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    text-decoration: none;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-24 {
    object-fit: contain;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .text-block-42 {
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    text-decoration: none;
  }

  .videodiv {
    width: 45vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hero-logo {
    margin-bottom: 0;
    position: static;
    top: 20%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-logo-2 {
    position: absolute;
    top: 20%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .collection-list-10 {
    grid-template-columns: 1fr;
  }

  .footerinformationcontainer {
    flex-direction: column;
    justify-content: space-between;
  }

  .bookingembed-2 {
    display: flex;
  }

  .bookingembedcontainer-phone {
    margin-left: 3em;
    margin-right: 3em;
    display: flex;
  }

  .card-wrapper {
    width: 60vw;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    max-width: 612px;
    margin: 40px 24px;
  }

  .grid-5.members {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-5.home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-link {
    font-size: 1rem;
    font-weight: 400;
  }

  .hero-link.insta {
    display: block;
  }

  .hero-phone-section {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .h2maintitle {
    padding-left: 0;
    font-size: 4.7vw;
  }

  .checkbox_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .bookingembedcontainer-2 {
    display: none;
  }

  .text-field {
    height: 32px;
  }

  .modal {
    display: none;
  }

  .mainoptiionsmenu {
    justify-content: space-around;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .cardretainers {
    width: 60vw;
  }

  .fieldwrapdark {
    transform-origin: 50%;
  }

  .background-video-phone {
    aspect-ratio: auto;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .bookingembedcontainerphone {
    display: block;
  }

  .h3mainsubtitle {
    padding-left: 0;
    font-size: 4.7vw;
  }

  .footergeneralinfo {
    margin-bottom: 1em;
  }

  .hero-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 14%;
    padding-left: 15%;
    display: block;
  }

  .btncuponform {
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .card {
    box-shadow: 0 0 16px 2px rgba(21, 35, 158, .04);
  }

  .card.c2, .card.c3 {
    box-shadow: 0 0 16px 2px #fff;
  }

  .card.c1 {
    box-shadow: 0 0 10px 2px #fff;
  }

  .homeredirect-2 {
    width: 30vw;
    font-size: 1em;
  }

  .hero-section {
    height: 50vh;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .large-heading.offset-right {
    font-size: 2.5em;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .contactform {
    width: 70vw;
  }

  .cursorr {
    display: none;
  }

  .modal-container {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    height: 400px;
    bottom: 2%;
  }

  .cuponformblock {
    width: 350px;
  }

  .footer-3 {
    position: relative;
  }

  .servicessection {
    margin-top: 0%;
    padding-top: 0;
    display: flex;
  }

  .image-25 {
    max-width: 100%;
  }

  .phoneherosection {
    display: block;
  }

  .bookingembedcontainer-3 {
    display: none;
  }

  .image-38 {
    object-fit: cover;
  }

  .main {
    padding-top: 20%;
  }

  .image-54 {
    max-width: 100%;
  }

  ._3d-wrap {
    width: 77vw;
  }

  .project-item-2 {
    width: 40%;
  }

  .collection-list-wrapper-4 {
    justify-content: center;
    padding-top: 42px;
    padding-bottom: 42px;
    display: flex;
  }

  .header_background-image {
    height: auto;
  }

  .text-style-tag {
    font-size: 1.1rem;
  }

  .header_heading-wrapper {
    padding-bottom: 0;
  }

  .rdv_component {
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .buttongoback {
    width: 16vw;
    right: 13%;
  }

  .button-3.is-large {
    font-size: 3rem;
  }

  .padding-section-small, .header_logo-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_socialshare_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .section_header {
    min-height: auto;
    padding-top: 0;
  }

  .sponsor_gallery-image-wrapper {
    padding-top: 115%;
  }

  .sponspor_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header_wrapper {
    height: auto;
    min-height: auto;
  }

  .merch_component, .argu_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-24 {
    flex-flow: column;
    justify-content: space-around;
  }

  .rdv_content-right {
    border-radius: 32px;
  }

  .sponsor_images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .colo2 {
    padding-top: 112%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header_heading-wrapper_informations {
    margin-top: 4rem;
  }

  .section_sponsor {
    overflow: hidden;
  }

  .countdown_item {
    padding: 1.25rem;
  }

  .section_location-image {
    margin-left: 21px;
    margin-right: 21px;
  }

  .image-55 {
    max-width: 100%;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .div-block-263 {
    border-radius: 20px;
    width: 35vw;
  }

  .videodiv {
    width: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .hero-logo {
    order: -1;
    align-self: center;
    margin: 60px auto 0;
    display: block;
    position: static;
    top: 15%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-logo-2 {
    align-self: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 15%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .grid-6-2 {
    display: none;
  }

  .footerinformationcontainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bookingembed-2 {
    display: block;
  }

  .bookingembedcontainer-phone {
    background-color: rgba(0, 0, 0, .6);
    margin-left: 3em;
    margin-right: 3em;
    display: flex;
  }

  .showhidebtn {
    display: block;
  }

  .heading-5 {
    color: #fff;
    font-size: 17px;
  }

  .card-wrapper {
    width: 80vw;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    max-width: none;
    margin-top: 20px;
  }

  .grid-5.members, .grid-5.home {
    grid-template-rows: auto auto auto auto auto;
    margin-bottom: 20px;
  }

  .text-block-28 {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .hero-link {
    font-size: .8rem;
  }

  .hero-link.w--current, .hero-link.insta {
    display: block;
  }

  .hero-link.phone {
    display: none;
  }

  .hero-phone-section {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }

  .div-block-221 {
    margin-left: 0;
  }

  .h2maintitle {
    padding-left: 0;
    padding-right: 11px;
    font-size: 28px;
  }

  .collection-item-13 {
    width: 80vw;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bookingembedcontainer-2 {
    display: none;
  }

  ._w-nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 4vw;
    display: flex;
  }

  .text-field {
    text-align: center;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
  }

  .portfoliosection {
    min-height: 55vh;
  }

  .modal {
    display: none;
  }

  .mainoptiionsmenu {
    border-top: 1px solid #edf2f4;
    border-bottom: 1px solid #edf2f4;
    justify-content: space-around;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .brand-link {
    margin-left: 4%;
    top: 189px;
  }

  .cardretainers {
    width: 80vw;
  }

  .footerexplore {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
    position: static;
    top: 355px;
  }

  .new-div-2 {
    width: 224px;
  }

  .fieldwrapdark {
    width: 100%;
    padding-top: .8em;
    padding-bottom: .5em;
  }

  .background-video-phone {
    display: flex;
  }

  .checkbox-image.dm {
    padding-top: 9px;
  }

  .bookingembedcontainerphone {
    display: block;
  }

  .heading-27 {
    display: none;
  }

  .work-item-image {
    height: 21.9rem;
  }

  .div-block-222 {
    position: relative;
  }

  .pararetainers {
    min-height: 0;
  }

  .h3mainsubtitle {
    padding-left: 0;
    padding-right: 11px;
    font-size: 6.5vw;
  }

  .c-nav {
    width: 100%;
    margin-top: 22px;
  }

  .footerformcontainer {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .work-item-wrapper {
    align-items: center;
  }

  .text-contact {
    position: relative;
  }

  .section-12.other {
    background-color: #1e854b;
    height: auto;
  }

  .brands {
    min-height: 55vh;
  }

  .grid-6-1 {
    display: none;
  }

  .repactchawrapperdark {
    transform: scale(.8);
  }

  .footergeneralinfo {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
    position: static;
    top: 355px;
  }

  .hero-top-wrapper {
    padding-bottom: 0;
    padding-left: 14%;
    padding-right: 5%;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .btncuponform {
    width: 100%;
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .card {
    margin: 20px 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.w--current {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 30px;
    position: relative;
    left: 0;
  }

  .card.c2, .card.c3, .card.c1 {
    box-shadow: 0 0 15px 2px #fff;
  }

  .homeredirect-2 {
    width: 50vw;
    font-size: .8em;
  }

  .new-div {
    width: 224px;
  }

  .link-block-6 {
    flex: none;
    display: none;
    position: relative;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .large-heading {
    font-size: 8vw;
  }

  .large-heading.offset-right {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.5em;
  }

  .form12_checkbox_field {
    width: 70%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-3 {
    flex-flow: column;
  }

  .collectionmainportfolios {
    width: 80vw;
  }

  .contactform {
    width: 80vw;
    margin-top: 1em;
  }

  .image-53 {
    z-index: 0;
    top: -10%;
    bottom: auto;
    left: 3%;
    right: auto;
  }

  .h2form {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    line-height: 110%;
  }

  .cursorr {
    display: none;
  }

  .modal-container {
    background-image: url('../images/mobile_pop_up.png');
    background-position: 50% 100%;
    background-size: cover;
    width: 280px;
    height: 350px;
    bottom: auto;
    right: auto;
  }

  .cuponformblock {
    width: 250px;
    margin-bottom: 15px;
    display: block;
  }

  .footer-3 {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 0;
    position: relative;
    bottom: auto;
  }

  .paragraph-7 {
    min-height: 0;
  }

  .none-overflow-container {
    overflow: hidden;
  }

  .checkbox-title {
    font-size: 11px;
  }

  .c-nav-content {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .div-block-198 {
    text-align: center;
    width: 173px;
    margin-left: 0;
    display: none;
    position: relative;
    left: 0;
  }

  .grid-6 {
    display: none;
  }

  .servicessection {
    z-index: 11;
    margin-top: 0%;
    position: relative;
  }

  .div-block-220 {
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
  }

  .grid-6-3 {
    display: none;
  }

  .image-25 {
    width: 8vw;
    max-width: 100%;
  }

  .inputfielddark {
    display: block;
  }

  .image-16 {
    max-width: none;
    padding: 10px 20px;
  }

  .bookingembedcontainer-3 {
    display: none;
  }

  .section-heading-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-28 {
    color: #fff;
    font-size: 17px;
  }

  .text-block-58 {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .div-block-277 {
    margin-left: 0;
  }

  .image-9 {
    font-size: 20px;
  }

  .despre-text {
    min-width: 310px;
    height: 40px;
    font-size: 26px;
    font-weight: 300;
    line-height: 80px;
    display: block;
  }

  .despre-text.privacy {
    width: 320px;
    min-width: 320px;
    height: 200px;
    font-size: 50px;
    line-height: 1.4em;
  }

  .sectiune-cheie {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 90vh;
    overflow: visible;
  }

  .sectiune-cheie.privacy {
    margin-top: 80px;
  }

  .grid-2 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
  }

  .text-block-24 {
    width: 320px;
    padding-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .new-div-3 {
    width: 224px;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-278 {
    position: relative;
  }

  .socials-footer {
    display: none;
  }

  .text-contact-2 {
    position: relative;
  }

  .main {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .new-div-4 {
    width: 224px;
  }

  .div-text {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 39px;
    line-height: 110%;
  }

  .heading-2._1 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 40px;
    display: block;
  }

  .link-block-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3px;
    display: block;
  }

  .div-block-280 {
    text-align: center;
    width: 173px;
    margin-left: 0;
    display: none;
    position: relative;
    left: 0;
  }

  .div-block-229 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0%;
  }

  .div-block-229.privacy {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-281 {
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
  }

  .image-54 {
    width: 8vw;
    max-width: 100%;
  }

  .heading-29 {
    color: #fff;
    font-size: 17px;
  }

  .text-block-60 {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .div-block-282 {
    margin-left: 0;
  }

  .div-block-283, .text-contact-3 {
    position: relative;
  }

  .new-div-5 {
    width: 224px;
  }

  .div-block-284 {
    text-align: center;
    width: 173px;
    margin-left: 0;
    display: none;
    position: relative;
    left: 0;
  }

  .list-wrap {
    width: 82vw;
    padding-top: 67vh;
    padding-left: 55vw;
    padding-right: 0;
  }

  ._3d-wrap {
    height: 223vh;
    top: -124.8vw;
    left: -4.4vw;
  }

  .text-block-29 {
    z-index: 10;
    width: 55vw;
  }

  .project-item-2 {
    width: 70%;
  }

  .project-title {
    color: #000;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .header_background-image {
    height: auto;
    padding-bottom: 0;
  }

  .section-countdown {
    margin-top: 0%;
  }

  .container-large-2 {
    align-self: center;
  }

  .container-large-2.is-relative {
    display: flex;
  }

  .text-style-tag {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: .225rem;
    padding-right: .225rem;
    font-size: .7rem;
    display: flex;
  }

  .color-1 {
    padding-top: 128%;
  }

  .header_heading-wrapper_content {
    max-width: none;
  }

  .header_heading-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rdv_component {
    grid-template-columns: 1fr;
  }

  .location-image_background {
    min-height: auto;
  }

  .buttongoback {
    width: 25vw;
    height: 5vh;
    margin-right: 0;
    top: auto;
    right: 20%;
  }

  .button-3.is-large {
    margin-top: 14%;
  }

  .padding-section-small {
    padding-top: 0;
  }

  .footer_socialshare_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .section_header {
    width: 100vw;
    height: 100vh;
    min-height: auto;
    margin-bottom: 10%;
    padding-top: 2em;
  }

  .rdv_content-left {
    border-radius: 3em;
  }

  .argu_item, .argu_item.is-bg-dark {
    height: auto;
  }

  .text-size-medium {
    font-size: 1.5rem;
  }

  .text-size-medium.text-color-yellow {
    text-align: center;
    font-size: .9rem;
  }

  .paragraph-13 {
    font-size: 1.2em;
  }

  .sponsor_gallery-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 48%;
  }

  .div-block-275 {
    margin-left: auto;
    margin-right: auto;
  }

  .sponspor_component {
    grid-template-columns: 1fr;
  }

  .header_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: auto;
    min-height: auto;
    display: grid;
  }

  .merch_component {
    grid-template-columns: 1fr;
  }

  .go-back-button-wrappe {
    padding-top: 0;
    padding-left: 4.5%;
  }

  .mockup-2 {
    height: auto;
  }

  .argu_content-bottom {
    grid-template-columns: 1fr;
  }

  .section-24 {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video {
    width: 40vh;
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -45px;
  }

  .padding-global {
    align-self: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .header_heading-wrapper_informations {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .image-55 {
    width: 8vw;
    max-width: 100%;
  }

  .heading-style-h1 {
    text-align: center;
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.2rem;
  }

  .sponsor_gallery-list {
    justify-content: center;
  }

  .text-size-medium-copy {
    font-size: 1.5rem;
  }

  .text-size-medium-copy.text-color-yellow {
    text-align: center;
    font-size: .9rem;
  }

  .div-block-263 {
    width: 50vw;
  }

  .videodiv {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b00d6-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b00e5-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b00e9-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b00ed-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b00f1-1d9b3c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b00f2-1d9b3c24 {
  align-self: start;
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b0107-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b010b-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b011d-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b0121-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b0125-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b012d-1d9b3c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b012e-1d9b3c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b013c-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b0140-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b0144-1d9b3c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b016f-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b017a-1d9b3c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b017b-1d9b3c24 {
  align-self: start;
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b0185-1d9b3c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b0186-1d9b3c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1d4c0027-c2df-3b30-4890-527acc5b01ac-1d9b3c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd17c-5459e1eb {
  align-self: auto;
}

#w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd18d-5459e1eb, #w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd18e-5459e1eb, #w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd18f-5459e1eb, #w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd191-5459e1eb, #w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd192-5459e1eb, #w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd193-5459e1eb {
  justify-self: center;
}

#w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd1c6-5459e1eb, #w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd1c8-5459e1eb, #w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd1cb-5459e1eb, #w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd1cd-5459e1eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd1cf-5459e1eb {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_1d4c0027-c2df-3b30-4890-527acc5b0125-1d9b3c24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1d4c0027-c2df-3b30-4890-527acc5b00f2-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b012e-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b017b-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b0186-1d9b3c24 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f12870f-9ea6-6f75-0a5e-29717789132f-64e57c53 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1d4c0027-c2df-3b30-4890-527acc5b00f2-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b012e-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b017b-1d9b3c24, #w-node-_1d4c0027-c2df-3b30-4890-527acc5b0186-1d9b3c24, #w-node-_34ddc0a9-d45a-64ad-23bc-a1d0f99dd18a-5459e1eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d4c0027-c2df-3b30-4890-527acc5b0162-1d9b3c24 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-medium.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-heavy.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-semibold.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-light.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-thin.OTF') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Greatsby';
  src: url('../fonts/fontsfree-net-greatsby.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplayultralightitalic.OTF') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplayheavyitalic.OTF') format('opentype'), url('../fonts/sfprodisplayblackitalic.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaythinitalic.OTF') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaybold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaymedium.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaylightitalic.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplayregular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaysemibolditalic.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Biko';
  src: url('../fonts/biko_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}