@font-face {
  font-family: 'MonumentGrotesk Medium';
  src: url("fonts/MonumentGrotesk-Medium.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MonumentGrotesk Regular';
  src: url("fonts/MonumentGrotesk-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SangBleuSans';
  src: url("fonts/SangBleuSans-Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: italic; }
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }
  body ol, body ul {
    list-style: none; }
  body blockquote, body q {
    quotes: none; }
  body blockquote:before, body blockquote:after,
  body q:before, body q:after {
    content: '';
    content: none; }
  body ins {
    text-decoration: none; }
  body del {
    text-decoration: line-through; }
  body table {
    border-collapse: collapse;
    border-spacing: 0; }
  body a {
    transition: .2s ease-in-out;
    color: inherit;
    text-decoration: none; }
  body a:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.8; }
  body ul {
    margin: 0; }
  body strong {
    font-weight: bold; }
  body b {
    font-weight: 400; }
  body i {
    font-style: italic; }
  body button {
    border: none;
    background: none; }
  body textarea {
    resize: none; }
  body input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0; }
  body div::-webkit-scrollbar {
    width: 0 !important; }
  body div {
    overflow: -moz-scrollbars-none; }
  body div {
    -ms-overflow-style: none; }
  body button:focus {
    outline: none; }
  body input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  body input:focus, body input[type="checkbox"]:focus {
    outline: none; }
  body textarea:focus {
    outline: none; }
  body select:focus {
    outline: none; }
  body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  body iframe {
    display: block;
    width: 100%;
    border: 0; }
  body div.iframe iframe {
    position: absolute;
    top: -15px;
    left: 0;
    height: calc(100vw * 1.405); }
  body a {
    color: inherit;
    text-decoration: none; }
  body button {
    -webkit-appearance: none; }
  body .img-fluid {
    max-width: 100%; }

/* defaults end */
body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  line-height: 1.4;
  color: #3D3D3C;
  margin: 0; }
  body.no-scroll {
    overflow: hidden !important; }
  body p {
    line-height: 1.4; }

/* PAGE STYLES */
h1 {
  font-family: 'SangBleuSans';
  line-height: 1.05;
  font-size: 175px; }

h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.3; }

h4 {
  font-size: 14px;
  letter-spacing: 3px; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #EBE3D7;
  z-index: 11;
  display: none; }
  .policy_popup h3 {
    margin-bottom: 40px; }
  .policy_popup h4 {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: normal;
    color: #000; }
  .policy_popup h2, .policy_popup h4, .policy_popup p {
    text-align: left; }
  .policy_popup p {
    font-size: 20px;
    margin-bottom: 30px; }
  .policy_popup .main_logo {
    width: 50px;
    max-width: 70%;
    margin-bottom: 40px; }
  .policy_popup .inner_content {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    max-width: 1350px;
    padding: 10px 20px;
    margin: 0 auto; }
  .policy_popup .inner_content::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; }
  .policy_popup .small_logo {
    margin-top: 30px; }
  .policy_popup .copyright {
    padding-top: 30px; }
    .policy_popup .copyright p {
      text-align: center; }
  .policy_popup .close_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    cursor: pointer; }

.show_message {
  text-decoration: underline;
  cursor: pointer; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.video_mobile {
  display: none; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mute_container {
  position: absolute;
  width: 45px;
  top: 45px;
  right: 2%;
  cursor: pointer;
  z-index: 5; }
  .mute_container img {
    width: 100%; }
  .mute_container .mute {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    z-index: 2; }
  .mute_container.unmuted .unmute {
    opacity: 0; }
  .mute_container.unmuted .mute {
    opacity: 1;
    z-index: 1; }

.my_btn {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #3D3D3C;
  line-height: 60px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 3px;
  border: 1px solid #000;
  padding: 0 40px;
  border-radius: 40px;
  min-width: 280px;
  max-width: 90%; }
  .my_btn:hover {
    opacity: 0.8; }

.wave {
  width: 115px; }

.main_poster {
  position: relative;
  background: url("../img/main_bg.jpg") center bottom;
  background-size: cover; }
  .main_poster .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 25px 30px; }
    .main_poster .header p {
      font-size: 12px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 3px; }
  .main_poster .container .row {
    min-height: 100vh;
    padding-top: 70px;
    padding-bottom: 70px; }

.description .row.main {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 100vh; }

.highlights .highlight {
  display: flex; }
  .highlights .highlight > div {
    width: 50%; }
    .highlights .highlight > div img {
      display: block; }
  .highlights .highlight .description {
    padding: 30px 9%;
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    .highlights .highlight .description .title {
      margin-bottom: 20px; }
      .highlights .highlight .description .title h3 {
        padding: 10px 0; }
      .highlights .highlight .description .title h3:first-of-type {
        border-bottom: 1px solid #707070; }
      .highlights .highlight .description .title h3:last-of-type {
        text-align: right; }
    .highlights .highlight .description p {
      text-align: center; }
  .highlights .highlight:nth-of-type(2n) {
    flex-direction: row-reverse; }
  .highlights .highlight:nth-of-type(3n+1) .description {
    background: #EADDD7; }
  .highlights .highlight:nth-of-type(3n+2) .description {
    background: #818181;
    color: #EADDD7; }
    .highlights .highlight:nth-of-type(3n+2) .description .title h3:first-of-type {
      border-bottom: 1px solid #EADDD7; }
  .highlights .highlight:nth-of-type(3n+3) .description {
    background: #E8E8E8;
    color: #3D3D3C; }
    .highlights .highlight:nth-of-type(3n+3) .description .title h3:first-of-type {
      border-bottom: 1px solid #707070; }

.registration {
  padding-top: 200px; }
  .registration .container {
    max-width: 960px; }
  .registration h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #707070; }
  .registration .register_form {
    position: relative; }
    .registration .register_form form .field {
      width: 100%;
      margin-bottom: 40px;
      position: relative; }
      .registration .register_form form .field input,
      .registration .register_form form .field textarea,
      .registration .register_form form .field select,
      .registration .register_form form .field input:-webkit-autofill,
      .registration .register_form form .field input:-webkit-autofill:hover,
      .registration .register_form form .field input:-webkit-autofill:focus,
      .registration .register_form form .field textarea:-webkit-autofill,
      .registration .register_form form .field textarea:-webkit-autofill:hover,
      .registration .register_form form .field textarea:-webkit-autofill:focus,
      .registration .register_form form .field select:-webkit-autofill,
      .registration .register_form form .field select:-webkit-autofill:hover,
      .registration .register_form form .field select:-webkit-autofill:focus {
        width: 100%;
        font-size: 21px;
        color: #3D3D3C;
        line-height: 40px;
        background: transparent;
        border: none;
        -webkit-text-fill-color: #3D3D3C;
        -webkit-box-shadow: 0 0 0px 0 #000 inset;
        transition: background-color 5000s ease-in-out 0s;
        border-bottom: 1px solid #3D3D3C; }
        .registration .register_form form .field input::placeholder,
        .registration .register_form form .field textarea::placeholder,
        .registration .register_form form .field select::placeholder,
        .registration .register_form form .field input:-webkit-autofill::placeholder,
        .registration .register_form form .field input:-webkit-autofill:hover::placeholder,
        .registration .register_form form .field input:-webkit-autofill:focus::placeholder,
        .registration .register_form form .field textarea:-webkit-autofill::placeholder,
        .registration .register_form form .field textarea:-webkit-autofill:hover::placeholder,
        .registration .register_form form .field textarea:-webkit-autofill:focus::placeholder,
        .registration .register_form form .field select:-webkit-autofill::placeholder,
        .registration .register_form form .field select:-webkit-autofill:hover::placeholder,
        .registration .register_form form .field select:-webkit-autofill:focus::placeholder {
          color: #3D3D3C;
          opacity: 1; }
        .registration .register_form form .field input::-ms-input-placeholder,
        .registration .register_form form .field textarea::-ms-input-placeholder,
        .registration .register_form form .field select::-ms-input-placeholder,
        .registration .register_form form .field input:-webkit-autofill::-ms-input-placeholder,
        .registration .register_form form .field input:-webkit-autofill:hover::-ms-input-placeholder,
        .registration .register_form form .field input:-webkit-autofill:focus::-ms-input-placeholder,
        .registration .register_form form .field textarea:-webkit-autofill::-ms-input-placeholder,
        .registration .register_form form .field textarea:-webkit-autofill:hover::-ms-input-placeholder,
        .registration .register_form form .field textarea:-webkit-autofill:focus::-ms-input-placeholder,
        .registration .register_form form .field select:-webkit-autofill::-ms-input-placeholder,
        .registration .register_form form .field select:-webkit-autofill:hover::-ms-input-placeholder,
        .registration .register_form form .field select:-webkit-autofill:focus::-ms-input-placeholder {
          /* Edge 12 -18 */
          color: #3D3D3C; }
      .registration .register_form form .field textarea {
        width: 100%;
        height: 110px;
        line-height: 1.1;
        padding-top: 20px;
        text-align: left;
        height: 70px;
        line-height: 1.1; }
      .registration .register_form form .field select {
        background: url("../img/select_arrow.png") no-repeat right center; }
      .registration .register_form form .field.missing input,
      .registration .register_form form .field.missing textarea,
      .registration .register_form form .field.missing select {
        border-bottom: 1px solid red; }
    .registration .register_form form .checkbox {
      display: inline-block;
      position: relative;
      font-size: 15px;
      padding-top: 10px;
      padding-bottom: 20px;
      text-align: left;
      margin-right: 0px; }
      .registration .register_form form .checkbox input {
        position: absolute;
        opacity: 0;
        width: 10px;
        height: 10px;
        left: 30px; }
      .registration .register_form form .checkbox label {
        padding-top: 5px;
        padding-left: 50px;
        position: relative;
        cursor: pointer;
        line-height: 1.6;
        text-transform: none;
        text-align: center; }
      .registration .register_form form .checkbox label:before {
        content: "";
        position: absolute;
        top: 7px;
        display: block;
        left: -5px;
        width: 20px;
        height: 20px;
        margin-left: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: #3D3D3C;
        border-image: initial;
        background: transparent;
        text-align: center;
        line-height: 23px;
        font-size: 20px; }
      .registration .register_form form .checkbox input[type="radio"]:checked + label:before,
      .registration .register_form form .checkbox input[type="checkbox"]:checked + label:before {
        content: "\2713";
        background: transparent;
        color: #3D3D3C;
        font-size: 15px;
        line-height: 15px; }
      .registration .register_form form .checkbox.missing label:before {
        border-color: red; }
    .registration .register_form form .thank_you_message {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      border: 1px solid #707070;
      display: none; }
      .registration .register_form form .thank_you_message h3 {
        position: absolute;
        top: 50%;
        left: 5%;
        width: 90%;
        text-align: center;
        transform: translate(0, -50%); }
      .registration .register_form form .thank_you_message .close_icon {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 25px;
        cursor: pointer; }
    .registration .register_form form.form-done .thank_you_message {
      display: block; }
    .registration .register_form .required {
      font-size: 14px;
      margin-top: 10px; }

.footer {
  padding-top: 120px;
  padding-bottom: 70px;
  text-align: center;
  color: #000; }
  .footer .container {
    max-width: 750px; }
  .footer h4 {
    margin-bottom: 15px; }
  .footer p {
    font-size: 12px;
    line-height: 1.6; }
  .footer .social img {
    margin: 0 10px;
    display: inline-block;
    vertical-align: bottom; }

.under_footer {
  padding-bottom: 100px; }
  .under_footer p {
    color: #000;
    font-size: 12px;
    text-align: center; }

/* RESPONSIVE */
@media (max-width: 1700px) {
  body {
    font-size: 18px; }

  h1 {
    font-size: 140px; }

  h3 {
    font-size: 20px; } }
@media (max-width: 1400px) {
  body {
    font-size: 16px; }

  h1 {
    font-size: 115px; }

  .my_btn {
    font-size: 17px;
    line-height: 55px;
    min-width: 250px; }

  .highlights .highlight .description {
    padding: 30px 5%; }
    .highlights .highlight .description .title h3 {
      padding: 7px 0; }

  .registration .register_form form .field input,
  .registration .register_form form .field textarea,
  .registration .register_form form .field select,
  .registration .register_form form .field input:-webkit-autofill,
  .registration .register_form form .field input:-webkit-autofill:hover,
  .registration .register_form form .field input:-webkit-autofill:focus,
  .registration .register_form form .field textarea:-webkit-autofill,
  .registration .register_form form .field textarea:-webkit-autofill:hover,
  .registration .register_form form .field textarea:-webkit-autofill:focus,
  .registration .register_form form .field select:-webkit-autofill,
  .registration .register_form form .field select:-webkit-autofill:hover,
  .registration .register_form form .field select:-webkit-autofill:focus {
    font-size: 18px; } }
@media (max-width: 1100px) {
  body {
    font-size: 15px; }

  h1 {
    font-size: 95px; }

  h3 {
    font-size: 18px; }

  .highlights .highlight .description {
    padding: 20px 5%; }
    .highlights .highlight .description .title {
      margin-bottom: 15px; } }
@media (max-width: 991px) {
  h1 {
    font-size: 70px; }

  .my_btn {
    font-size: 16px;
    line-height: 50px;
    min-width: 230px; }

  .wave {
    width: 90px; }

  .main_poster {
    position: relative;
    background: url("../img/main_bg_mob.jpg") right bottom;
    background-size: cover; }

  .highlights .highlight {
    flex-wrap: wrap; }
    .highlights .highlight > div {
      width: 100%; }
    .highlights .highlight .description {
      padding: 60px 20%;
      min-height: calc((100vw)/(1449/1048)); }
      .highlights .highlight .description .title {
        margin-bottom: 20px; }

  .registration {
    padding-top: 120px; }
    .registration .container {
      max-width: 90%; } }
@media (max-width: 600px) {
  h1 {
    font-size: 36px; }

  h3 {
    font-size: 15px; }

  .wave {
    width: 60px; }

  .container {
    max-width: 100% !important; }

  .my_btn {
    font-size: 15px;
    line-height: 45px;
    min-width: 210px;
    padding: 0 30px; }

  .description .row.main {
    min-height: auto; }

  .highlights .highlight .description {
    padding: 50px 10%; }

  .registration {
    padding-top: 50px; }
    .registration .register_form form .checkbox label {
      padding-left: 35px;
      text-align: left; }
    .registration .register_form form .field input,
    .registration .register_form form .field textarea,
    .registration .register_form form .field select,
    .registration .register_form form .field input:-webkit-autofill,
    .registration .register_form form .field input:-webkit-autofill:hover,
    .registration .register_form form .field input:-webkit-autofill:focus,
    .registration .register_form form .field textarea:-webkit-autofill,
    .registration .register_form form .field textarea:-webkit-autofill:hover,
    .registration .register_form form .field textarea:-webkit-autofill:focus,
    .registration .register_form form .field select:-webkit-autofill,
    .registration .register_form form .field select:-webkit-autofill:hover,
    .registration .register_form form .field select:-webkit-autofill:focus {
      font-size: 16px; }
    .registration .container {
      max-width: 90%; }

  .footer {
    padding-top: 80px; }

  .under_footer {
    padding-bottom: 40px; } }

/*# sourceMappingURL=my_style.css.map */
