@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, 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, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*
  100 = thin
  200 = extra-light
  300 = light
  400 = regular
  500 = medium
  600 = semi-bold
  700 = bold
  800 = extra-bold
  900 = black
 */
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond/CormorantGaramond-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond/CormorantGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond/CormorantGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond/CormorantGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
$color-black: #000000;
$color-white: #ffffff;
$color-light-taupe: #d5cdc3;
$color-linen: #efebe7;


$background-color: #efebe7;



$text-color-black: #000000;
 */
/*

    @include breakpoint.preset(mobile-s){

    }

    @include breakpoint.preset(mobile-m){

    }

    @include breakpoint.preset(mobile-l){

    }

    @include breakpoint.preset(mobile-xl){

    }

    @include breakpoint.preset(tablet-s){

    }

    @include breakpoint.preset(tablet-m){

    }

    @include breakpoint.preset(tablet-l){

    }

    @include breakpoint.preset(tablet-xl){

    }

    @include breakpoint.preset(desktop-s){

    }

    @include breakpoint.preset(desktop-m){

    }

    @include breakpoint.preset(desktop-l){

    }

    @include breakpoint.preset(desktop-xl){

    }

    @include breakpoint.preset(desktop-xxl){

    }

 */
/*
  100 = thin
  200 = extra-light
  300 = light
  400 = regular
  500 = medium
  600 = semi-bold
  700 = bold
  800 = extra-bold
  900 = black
 */
/*** Main Fonts ***/
/*** Travel Category ***/
/*** Navigation ***/
/*** Footer ***/
.consent-cookie {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* wichtig! */
  background: #d5cdc3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie {
    height: 80%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie {
    width: 180%;
    height: 90%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 70% 100%;
    border-top-right-radius: 70% 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie {
    width: 180%;
    height: 90%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 70% 100%;
    border-top-right-radius: 70% 100%;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie {
    width: 180%;
    height: 70%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 70% 100%;
    border-top-right-radius: 70% 100%;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie {
    width: 180%;
    height: 90%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 70% 100%;
    border-top-right-radius: 70% 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie {
    width: 180%;
    height: 80%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 70% 100%;
    border-top-right-radius: 70% 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie {
    width: 180%;
    height: 80%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 70% 100%;
    border-top-right-radius: 70% 100%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie {
    width: 180%;
    height: 90%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie {
    width: 180%;
    height: 90%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie {
    width: 120%;
    height: 90%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie {
    width: 120%;
    height: 90%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie {
    width: 120%;
    height: 90%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie {
    width: 120%;
    height: 90%;
    /* Das ist der Trick 👇 */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
  }
}
.consent-cookie__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.consent-cookie__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__header {
    gap: 2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__header {
    gap: 2vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__header {
    gap: 2vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__header {
    gap: 2vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__header {
    gap: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__header {
    gap: 1vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__header {
    gap: 1vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__header {
    gap: 1vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__header {
    gap: 1vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__header {
    gap: 1vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__header {
    gap: 1vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__header {
    gap: 1vw;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__header {
    gap: 1vw;
  }
}
.consent-cookie__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__subtitle {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
.consent-cookie__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__title {
    font-size: 9.5vw;
    line-height: 9.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
.consent-cookie__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 5vw;
    width: 80vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 5vw;
    width: 80vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 5vw;
    width: 80vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 5vw;
    width: 80vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 5vw;
    width: 60vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 5vw;
    width: 50vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 5vw;
    width: 36vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 5vw;
    width: 36vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 5vw;
    width: 36vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 3vw;
    width: 36vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 3vw;
    width: 36vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__text-wrapper {
    margin-top: 3vw;
    width: 36vw;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__text-wrapper {
    margin-top: 3vw;
    width: 36vw;
  }
}
.consent-cookie__text {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.consent-cookie__link {
  all: unset;
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__link {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__link {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__link {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__link {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__link {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__link {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__link {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__link {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__link {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__link {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__link {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__link {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__link {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.consent-cookie__button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 8vw;
    gap: 2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 8vw;
    gap: 2vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 8vw;
    gap: 2vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 8vw;
    gap: 2vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 8vw;
    gap: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 8vw;
    gap: 2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 6vw;
    gap: 1vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 6vw;
    gap: 1vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 6vw;
    gap: 1vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 4vw;
    gap: 1vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 4vw;
    gap: 1vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__button-wrapper {
    margin-top: 4vw;
    gap: 2vw;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__button-wrapper {
    margin-top: 4vw;
    gap: 2vw;
  }
}
.consent-cookie__button-accept {
  all: unset;
  display: flex;
  align-items: center;
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__button-accept {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__button-accept {
    font-size: 4.3vw;
    line-height: 4.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__button-accept {
    font-size: 3.9vw;
    line-height: 3.9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__button-accept {
    font-size: 3.9vw;
    line-height: 3.9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__button-accept {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__button-accept {
    font-size: 2.2vw;
    line-height: 2.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__button-accept {
    font-size: 1.6vw;
    line-height: 2.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__button-accept {
    font-size: 1.2vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__button-accept {
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__button-accept {
    font-size: 1.4vw;
    line-height: 1.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__button-accept {
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__button-accept {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__button-accept {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    gap: 14vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    gap: 14vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    gap: 14vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    gap: 14vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    gap: 8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    gap: 8vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 60px;
    padding: 14px 20px;
    background-color: white;
    cursor: pointer;
    gap: 6vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 80px;
    padding: 16px 24px;
    background-color: white;
    cursor: pointer;
    gap: 6vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 80px;
    padding: 16px 24px;
    background-color: white;
    cursor: pointer;
    gap: 4vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 80px;
    padding: 16px 24px;
    background-color: white;
    cursor: pointer;
    gap: 4vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__button-accept {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 80px;
    padding: 20px 30px;
    background-color: white;
    cursor: pointer;
    gap: 4vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__button-accept {
    border-radius: 80px;
    padding: 20px 30px;
    background-color: white;
    cursor: pointer;
    gap: 4vw;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__button-accept {
    border-radius: 80px;
    padding: 20px 30px;
    background-color: white;
    cursor: pointer;
    gap: 4vw;
  }
}
.consent-cookie__button-decline {
  all: unset;
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .consent-cookie__button-decline {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .consent-cookie__button-decline {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .consent-cookie__button-decline {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .consent-cookie__button-decline {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .consent-cookie__button-decline {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .consent-cookie__button-decline {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .consent-cookie__button-decline {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .consent-cookie__button-decline {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .consent-cookie__button-decline {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .consent-cookie__button-decline {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .consent-cookie__button-decline {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .consent-cookie__button-decline {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 5120px) {
  .consent-cookie__button-decline {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

/*

none | 0
center | 50%

top | 50% 50% 0 0
right | 0 50% 50% 0
bottom | 0 0 50% 50%
left | 50% 0 0 50%

top-left | 50% 0 0 0
top-right | 0 50% 0 0
bottom-right | 0 0 50% 0
bottom-left | 0 0 0 50%

 */
.concevity.footer {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.footer {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.footer {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.footer {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.footer {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.footer {
    margin-top: 140px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.footer {
    margin-top: 140px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.footer {
    margin-top: 180px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.footer {
    margin-top: 180px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.footer {
    margin-top: 180px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.footer {
    margin-top: 180px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.footer {
    margin-top: 180px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.footer {
    margin-top: 180px;
    padding-bottom: 40px;
  }
}
.concevity.footer--absolute {
  position: absolute;
  bottom: 40px;
}
.concevity.footer__container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 4px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 4px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 4px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 4px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 4px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.footer__container {
    flex-direction: row;
    justify-content: end;
    gap: 24px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.footer__container {
    flex-direction: row;
    justify-content: end;
    gap: 40px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.footer__container {
    flex-direction: row;
    justify-content: end;
    gap: 40px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.footer__container {
    flex-direction: row;
    justify-content: end;
    gap: 40px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.footer__container {
    flex-direction: row;
    justify-content: end;
    gap: 40px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.footer__container {
    flex-direction: row;
    justify-content: end;
    gap: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.footer__container {
    flex-direction: row;
    justify-content: end;
    gap: 40px;
    padding-right: 80px;
  }
}
.concevity.footer__link {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  color: #000000;
  text-transform: uppercase;
}
.concevity.footer__link:visited, .concevity.footer__link:active {
  color: inherit;
  text-decoration: none;
}
.concevity.footer__link:hover, .concevity.footer__link:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.footer__link {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.footer__link {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.footer__link {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.footer__link {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.footer__link {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.footer__link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.footer__link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.footer__link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.footer__link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.footer__link {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.footer__link {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.footer__link {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.footer__link {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.concevity.footer__link:hover {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.burger {
  width: 64px;
  height: 40px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.burger span {
  display: block;
  height: 2px;
  background: currentColor;
  transform-origin: center;
}

.concevity.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5000;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.header {
    top: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.header {
    top: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.header {
    top: 40px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.header {
    top: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.header {
    top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.header {
    top: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.header {
    top: 60px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.header {
    top: 60px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.header {
    top: 60px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.header {
    top: 60px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.header {
    top: 90px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.header {
    top: 90px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.header {
    top: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.header {
    padding-right: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.header {
    padding-right: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.header {
    padding-right: 40px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.header {
    padding-right: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.header {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.header {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.header {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.header {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.header {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.header {
    padding-right: 110px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.header {
    padding-right: 120px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.header {
    padding-right: 120px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.header {
    padding-right: 120px;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.header {
    padding-left: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.header {
    padding-left: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.header {
    padding-left: 40px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.header {
    padding-left: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.header {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.header {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.header {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.header {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.header {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.header {
    padding-left: 110px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.header {
    padding-left: 120px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.header {
    padding-left: 110px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.header {
    padding-left: 110px;
  }
}
.concevity.header--fixed {
  position: fixed;
}
.concevity.header__left {
  flex: 1;
  display: flex;
  align-items: center;
}
.concevity.header__center {
  flex: 1;
  display: flex;
  justify-content: center;
}
.concevity.header__logo {
  position: relative;
  z-index: 1000000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.header__logo {
    height: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.header__logo {
    height: 14px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.header__logo {
    height: 14px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.header__logo {
    height: 14px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.header__logo {
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.header__logo {
    height: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.header__logo {
    height: 18px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.header__logo {
    height: 18px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.header__logo {
    height: 18px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.header__logo {
    height: 18px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.header__logo {
    height: 22px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.header__logo {
    height: 22px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.header__logo {
    height: 22px;
  }
}
.concevity.header__right {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
.concevity.header__icon {
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.header__icon {
    height: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.header__icon {
    height: 14px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.header__icon {
    height: 14px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.header__icon {
    height: 14px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.header__icon {
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.header__icon {
    height: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.header__icon {
    height: 18px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.header__icon {
    height: 18px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.header__icon {
    height: 18px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.header__icon {
    height: 18px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.header__icon {
    height: 22px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.header__icon {
    height: 22px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.header__icon {
    height: 22px;
  }
}

.hover-font {
  position: relative;
  display: inline-block;
  cursor: none;
}

.font {
  display: block;
}

.font--cormorant {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.font--poppins {
  font-family: "Poppins", sans-serif;
}

.font--cormorant {
  font-family: "Cormorant Garamond", serif;
  color: white !important;
}

.concevity.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  display: flex;
  justify-content: center;
  background-color: #d5cdc3;
  /*
  &--active{
    transform: translateX(0);
  }

   */
}
@media screen and (max-width: 1365.98px) {
  .concevity.navigation {
    border-radius: 50%;
  }
  @supports (clip-path: ellipse(100% 100% at top)) {
    .concevity.navigation {
      border-radius: 0;
      clip-path: ellipse(100% 100% at top);
    }
  }
}
@media screen and (min-width: 1366px) {
  .concevity.navigation {
    border-radius: 50%;
  }
  @supports (clip-path: ellipse(100% 90% at left)) {
    .concevity.navigation {
      border-radius: 0;
      clip-path: ellipse(100% 90% at left);
    }
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.navigation {
    left: 50%;
    width: 160vw;
    height: 80vh;
    transform: translateX(-50%);
    /*
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

     */
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.navigation {
    left: 50%;
    width: 160vw;
    height: 80vh;
    transform: translateX(-50%); /*
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
*/
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.navigation {
    left: 50%;
    width: 160vw;
    height: 80vh;
    transform: translateX(-50%);
    /*
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

     */
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.navigation {
    left: 50%;
    width: 160vw;
    height: 80vh;
    transform: translateX(-50%);
    /*
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

     */
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.navigation {
    left: 50%;
    width: 140vw;
    height: 140vh;
    transform: translateX(-50%);
    /*
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

     */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.navigation {
    left: 50%;
    width: 140vw;
    height: 90vh;
    transform: translateX(-50%);
    /*
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

     */
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.navigation {
    left: 50%;
    width: 140vw;
    height: 85vh;
    transform: translateX(-50%);
    /*
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

     */
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.navigation {
    left: -100vw;
    width: 95vw;
    height: 100vh;
    /*
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

     */
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.navigation {
    width: 95vw;
    height: 110vh;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.navigation {
    width: 95vw;
    height: 110vh;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.navigation {
    width: 95vw;
    height: 110vh;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.navigation {
    width: 95vw;
    height: 110vh;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.navigation {
    width: 95vw;
    height: 110vh;
  }
}
.concevity.navigation__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.navigation__list {
    top: 16%;
    gap: 5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.navigation__list {
    top: 16%;
    gap: 5vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.navigation__list {
    top: 20%;
    gap: 5vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.navigation__list {
    top: 24%;
    gap: 5vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.navigation__list {
    top: 24%;
    gap: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.navigation__list {
    top: 24%;
    gap: 5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.navigation__list {
    top: 24%;
    gap: 3vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.navigation__list {
    gap: 40px;
    left: 100px;
    top: 45%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.navigation__list {
    gap: 40px;
    left: 100px;
    top: 45%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.navigation__list {
    gap: 40px;
    left: 100px;
    top: 45%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.navigation__list {
    gap: 40px;
    left: 100px;
    top: 45%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.navigation__list {
    gap: 40px;
    left: 100px;
    top: 45%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 5120px) {
  .concevity.navigation__list {
    gap: 40px;
    left: 100px;
    top: 45%;
    transform: translateY(-50%);
  }
}
.concevity.navigation__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 190px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 190px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 190px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 190px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 190px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.navigation__item:nth-child(1) {
    margin-left: 190px;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 14vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 14vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 14vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 14vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 14vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 14vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 14vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 278px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 278px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 278px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 278px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 278px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.navigation__item:nth-child(2) {
    margin-left: 278px;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
.concevity.navigation__link {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  text-transform: uppercase;
  color: white;
}
.concevity.navigation__link:visited, .concevity.navigation__link:active {
  color: inherit;
  text-decoration: none;
}
.concevity.navigation__link:hover, .concevity.navigation__link:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.navigation__link {
    font-size: 15.5vw;
    line-height: 15.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.navigation__link {
    font-size: 15.5vw;
    line-height: 15.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.navigation__link {
    font-size: 15.5vw;
    line-height: 15.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.navigation__link {
    font-size: 15.5vw;
    line-height: 15.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.navigation__link {
    font-size: 13.5vw;
    line-height: 13.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.navigation__link {
    font-size: 13.5vw;
    line-height: 13.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.navigation__link {
    font-size: 13.5vw;
    line-height: 13.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.navigation__link {
    font-size: 12.5vw;
    line-height: 12.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.navigation__link {
    font-size: 15.5vw;
    line-height: 15.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.navigation__link {
    font-size: 15.5vw;
    line-height: 15.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.navigation__link {
    font-size: 15.5vw;
    line-height: 15.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.navigation__link {
    font-size: 15.5vw;
    line-height: 15.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.navigation__link {
    font-size: 15.5vw;
    line-height: 15.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.concevity.navigation__link:hover {
  font-family: "Cormorant Garamond", serif;
}
.concevity.navigation-legal__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 1365.98px) {
  .concevity.navigation-legal__list {
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.navigation-legal__list {
    gap: 10px;
    bottom: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.navigation-legal__list {
    gap: 10px;
    bottom: 50px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.navigation-legal__list {
    gap: 10px;
    bottom: 50px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.navigation-legal__list {
    gap: 12px;
    bottom: 80px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.navigation-legal__list {
    gap: 12px;
    bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.navigation-legal__list {
    gap: 12px;
    bottom: 80px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.navigation-legal__list {
    gap: 2vw;
    bottom: 100px;
    right: 250px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.navigation-legal__list {
    gap: 20px;
    bottom: 100px;
    right: 250px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.navigation-legal__list {
    gap: 20px;
    bottom: 100px;
    right: 250px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.navigation-legal__list {
    gap: 20px;
    bottom: 100px;
    right: 250px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.navigation-legal__list {
    gap: 20px;
    bottom: 100px;
    right: 250px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.navigation-legal__list {
    gap: 20px;
    bottom: 100px;
    right: 250px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.navigation-legal__list {
    gap: 20px;
    bottom: 100px;
    right: 250px;
  }
}
@media screen and (max-width: 1365.98) {
  .concevity.navigation-legal__item {
    text-align: center;
  }
}
.concevity.navigation-legal__link {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
}
.concevity.navigation-legal__link:visited, .concevity.navigation-legal__link:active {
  color: inherit;
  text-decoration: none;
}
.concevity.navigation-legal__link:hover, .concevity.navigation-legal__link:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.navigation-legal__link {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.navigation-legal__link {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.navigation-legal__link {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.navigation-legal__link {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.navigation-legal__link {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.navigation-legal__link {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.navigation-legal__link {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.navigation-legal__link {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.navigation-legal__link {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.navigation-legal__link {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.navigation-legal__link {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.navigation-legal__link {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.navigation-legal__link {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.nav {
  background-color: aqua;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
.nav__circle {
  position: absolute;
  width: 300vw;
  height: 300vw;
  left: -50vw;
  transform: translate(-50vw, -250vw);
  background-color: yellow;
  border-radius: 50%;
}
@supports (clip-path: ellipse(100% 100% at top)) {
  .nav__circle {
    border-radius: 0;
    clip-path: ellipse(100% 100% at top);
  }
}
body {
  background-color: #efebe7;
  overflow-x: hidden;
}

html {
  scroll-behavior: auto !important;
}

html,
body {
  overscroll-behavior: none;
}

[data-native-scroll=true] {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.button-new {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 12px 18px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 60px;
    padding: 14px 20px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 80px;
    padding: 16px 24px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 80px;
    padding: 16px 24px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 80px;
    padding: 16px 24px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .button-new {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 80px;
    padding: 20px 30px;
    background-color: white;
    cursor: pointer;
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .button-new-icon {
    height: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .button-new-icon {
    height: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .button-new-icon {
    height: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .button-new-icon {
    height: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .button-new-icon {
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .button-new-icon {
    height: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .button-new-icon {
    height: 24px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .button-new-icon {
    height: 30px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .button-new-icon {
    height: 30px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .button-new-icon {
    height: 30px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .button-new-icon {
    height: 36px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .button-new-icon {
    height: 30px;
  }
}
@media screen and (min-width: 5120px) {
  .button-new-icon {
    height: 30px;
  }
}

.concevity.cursor {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .concevity {
    /*
    &.remove-cursor{
      cursor: none;

      &:hover{
          cursor: none;
      }
    }

     */
  }
  .concevity.cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    will-change: transform, opacity;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background-color: white;
    border-radius: 50%;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 0px) and (max-width: 767.98px) {
  .concevity.cursor {
    border: 1px solid rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.cursor {
    border: 1px solid rgba(0, 0, 0, 0.4);
    width: 60px;
    height: 60px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) and (max-width: 2559.98px) {
  .concevity.cursor {
    border: 1px solid rgba(0, 0, 0, 0.6);
    width: 70px;
    height: 70px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 2560px) {
  .concevity.cursor {
    border: 1px solid rgba(0, 0, 0, 0.8);
    width: 70px;
    height: 70px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.cursor__icon {
    height: 20px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.cursor__icon {
    height: 20px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.cursor__icon {
    height: 20px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.cursor__icon {
    height: 20px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.cursor__icon {
    height: 24px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.cursor__icon {
    height: 24px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.cursor__icon {
    height: 30px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.cursor__icon {
    height: 30px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.cursor__icon {
    height: 30px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.cursor__icon {
    height: 30px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.cursor__icon {
    height: 30px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.cursor__icon {
    height: 30px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 5120px) {
  .concevity.cursor__icon {
    height: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .concevity.cursor.is-hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .concevity [data-cursor=hover] {
    cursor: none;
  }
}
.range-slider {
  margin-top: 200px;
  margin-left: 200px;
  --range-length: 300px;
  --range-height: 3px;
  --range-padding: 20px;
  --range-steps: 3;
  --range-index: 0;
  --range-track-size: 1px;
  --range-track-color: #ddd;
  --range-thumb-color: #4f46e5;
  --range-thumb-radius: 10px;
  position: relative;
  width: var(--range-length);
  height: var(--range-height);
}
.range-slider:focus-within {
  outline: 2px solid var(--range-thumb-color);
  outline-offset: 4px;
  border-radius: var(--range-thumb-radius);
}
.range-slider__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.range-slider__rail {
  position: absolute;
  top: 50%;
  left: var(--range-padding);
  right: var(--range-padding);
  height: var(--range-track-size);
  background: var(--range-track-color);
  border-radius: 999px;
  transform: translateY(-50%);
}
.range-slider__thumb {
  position: absolute;
  top: 0;
  left: calc(var(--range-padding) + var(--range-index) * (100% - var(--range-padding) * 2) / var(--range-steps));
  width: calc((100% - var(--range-padding) * 2) / var(--range-steps));
  height: 100%;
  background: var(--range-thumb-color);
  border-radius: var(--range-thumb-radius);
  transition: left 0.25s ease;
}
.range-slider__input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  appearance: none;
}
.range-slider__input:focus {
  outline: none;
}
.range-slider--vertical {
  width: var(--range-height);
  height: var(--range-length);
}
.range-slider--vertical .range-slider__rail {
  top: var(--range-padding);
  bottom: var(--range-padding);
  left: 50%;
  right: auto;
  width: var(--range-track-size);
  height: auto;
  transform: translateX(-50%);
}
.range-slider--vertical .range-slider__thumb {
  left: 0;
  top: calc(var(--range-padding) + var(--range-index) * (100% - var(--range-padding) * 2) / var(--range-steps));
  width: 100%;
  height: calc((100% - var(--range-padding) * 2) / var(--range-steps));
  transition: top 0.25s ease;
}
.range-slider--vertical .range-slider__input {
  writing-mode: vertical-lr;
  direction: ltr;
}

.concevity.content-text-slider {
  width: 100%;
  box-sizing: border-box;
  gap: 20px;
  min-height: 100vh;
  min-height: 100svh;
  /*
      @include breakpoint.preset(mobile-s) {
        margin-top: 160px;
      }

      @include breakpoint.preset(mobile-m) {
        margin-top: 160px;
      }

      @include breakpoint.preset(mobile-l) {
        margin-top: 160px;
      }

      @include breakpoint.preset(mobile-xl) {
        margin-top: 160px;
      }

      @include breakpoint.preset(tablet-s) {
        margin-top: 160px;
      }

      @include breakpoint.preset(tablet-m) {
        margin-top: 160px;
      }

      @include breakpoint.preset(tablet-l) {
        margin-top: 160px;
      }

      @include breakpoint.preset(tablet-xl) {
        margin-top: 160px;
      }

      @include breakpoint.preset(desktop-s) {
        margin-top: 360px;
      }

      @include breakpoint.preset(desktop-m) {
        margin-top: 360px;
      }

      @include breakpoint.preset(desktop-l) {
        margin-top: 360px;
      }

      @include breakpoint.preset(desktop-xl) {
        margin-top: 360px;
      }

      @include breakpoint.preset(desktop-xxl) {
        margin-top: 360px;
      }
      */
}
@media screen and (max-width: 767.98px) {
  .concevity.content-text-slider {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .concevity.content-text-slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.concevity.content-text-slider__left {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .concevity.content-text-slider__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .concevity.content-text-slider__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__left {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__left {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__left {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__left {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__left {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__left {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__left {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__left {
    max-width: 46%;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__left {
    max-width: 46%;
    padding-right: 70px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__left {
    max-width: 46%;
    padding-right: 70px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__left {
    max-width: 46%;
    padding-right: 100px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__left {
    max-width: 46%;
    padding-right: 100px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__left {
    max-width: 46%;
    padding-right: 100px;
  }
}
.concevity.content-text-slider__title-wrapper {
  position: relative;
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__title-wrapper {
    margin-top: 10px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__title-wrapper {
    margin-top: 10px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__title-wrapper {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__title-wrapper {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__title-wrapper {
    margin-top: 60px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__title-wrapper {
    margin-top: 40px;
  }
}
.concevity.content-text-slider__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__title {
    font-size: 9.5vw;
    line-height: 9.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
.concevity.content-text-slider__title--light-taupe {
  color: #d5cdc3;
  opacity: 0.4;
}
.concevity.content-text-slider__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: -10px;
    left: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: -2vw;
    left: 27vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: -2vw;
    left: 27vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: -2vw;
    left: 27vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: -1vw;
    left: 27vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__subtitle {
    /*
            position: absolute;
            bottom: -10px;
            left: 40px;
    */
    position: absolute;
    bottom: -0.6vw;
    left: 18vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: -0.6vw;
    left: 18vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 13.7vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 13.8vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: 0.2vw;
    left: 12.8vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
.concevity.content-text-slider__subtitle--black {
  color: #000000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    /*
            position: absolute;
            bottom: -10px;
            left: 40px;
    */
    position: absolute;
    bottom: 8.4vw;
    left: 27vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: -0.6vw;
    left: 18vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 13.7vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 13.8vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 0.2vw;
    left: 12.8vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
.concevity.content-text-slider__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  gap: 20px;
  overflow: auto;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 162px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 162px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 194px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 248px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 234px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 250px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 40px;
    height: 406px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 182px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 240px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 310px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 374px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 374px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__text-wrapper {
    margin-top: 20px;
    height: 374px;
    padding-right: 30px;
  }
}
.concevity.content-text-slider__text {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  /*
  direction: rtl;
  text-align: end;
   */
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .concevity.content-text-slider__text {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .concevity.content-text-slider__text {
    text-align: right;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__text {
    width: 222px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__text {
    width: 188px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__text {
    width: 200px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__text {
    width: 266px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__text {
    width: 288px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__text {
    width: 232px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__text {
    width: 335px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__text {
    width: 404px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__text {
    width: 388px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__text {
    width: 500px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__text {
    width: 606px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__text {
    width: 606px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__text {
    width: 606px;
  }
}
.concevity.content-text-slider__right {
  flex: 1;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__right {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__right {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__right {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__right {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__right {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__right {
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__right {
    max-width: 50%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__right {
    max-width: 54%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__right {
    max-width: 54%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__right {
    max-width: 54%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__right {
    max-width: 54%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__right {
    max-width: 54%;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__right {
    max-width: 54%;
  }
}
.concevity.content-text-slider__image {
  object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
    height: 500px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
    height: 700px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
    min-height: 300px;
    max-height: 600px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider__image {
    width: 100%;
  }
}
.concevity.content-text-slider2 {
  width: 100%;
  box-sizing: border-box;
  gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2 {
    margin-top: 360px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2 {
    margin-top: 360px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2 {
    margin-top: 360px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2 {
    margin-top: 360px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2 {
    margin-top: 360px;
  }
}
@media screen and (max-width: 767.98px) {
  .concevity.content-text-slider2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .concevity.content-text-slider2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.concevity.content-text-slider2__left2 {
  flex: 1;
  /*
  @include breakpoint.preset(custom-max(767.98){
    @include layout.flexbox(column, flex-start, flex-start);
  }

  @include breakpoint.preset(custom-min(768){
    @include layout.flexbox(column, flex-start, flex-end);
  }
  */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__left2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -6px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__left2 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: -6px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__left2 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: -6px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__left2 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__left2 {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__left2 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__left2 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__left2 {
    max-width: 46%;
    padding-left: 50px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: start;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__left2 {
    max-width: 46%;
    padding-left: 70px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: start;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__left2 {
    max-width: 46%;
    padding-left: 150px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: start;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__left2 {
    max-width: 46%;
    padding-left: 200px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: start;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__left2 {
    max-width: 46%;
    padding-right: 200px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: start;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__left2 {
    max-width: 46%;
    padding-right: 100px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.concevity.content-text-slider2__title-wrapper2 {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__title-wrapper2 {
    margin-top: 70px;
  }
}
.concevity.content-text-slider2__title2 {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  color: #d5cdc3;
  opacity: 0.4;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 9.5vw;
    line-height: 9.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__title2 {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__title2 {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -6px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -16px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -18px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -26px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -6px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -6px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -6px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -6px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -6px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -6px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__title2 {
    margin-top: -6px;
  }
}
.concevity.content-text-slider2__title2--light-taupe {
  color: #d5cdc3;
  opacity: 0.4;
}
.concevity.content-text-slider2__subtitle2 {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 5.5vw;
    line-height: 5.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__subtitle2 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__subtitle2 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__subtitle2 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__subtitle2 {
    /*
    position: absolute;
    bottom: -2vw;
    left: 27vw;

     */
    margin-left: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__subtitle2 {
    /*
    position: absolute;
    bottom: -1vw;
    left: 27vw;

     */
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__subtitle2 {
    /*
            position: absolute;
            bottom: -10px;
            left: 40px;

            position: absolute;
            bottom: -0.6vw;
            left: 18vw;
    */
    margin-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__subtitle2 {
    /*
    position: absolute;
    bottom: -0.6vw;
    left: 18vw;
     */
    position: absolute;
    bottom: 8.7vw;
    left: 4vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__subtitle2 {
    position: absolute;
    /*
            bottom: 0.3vw;
            left: 15.2vw;
    */
    bottom: 7.3vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__subtitle2 {
    position: absolute;
    /*
    bottom: 0.3vw;
    left: 13.7vw;
             */
    bottom: 6.8vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__subtitle2 {
    position: absolute;
    /*
    bottom: 0.3vw;
    left: 13.8vw;
    */
    bottom: 6.8vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__subtitle2 {
    position: absolute;
    /*
    bottom: 0.2vw;
    left: 12.8vw;
           */
    bottom: 6.2vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__subtitle2 {
    position: absolute;
    /*
    bottom: 0.3vw;
    left: 15.2vw;
    */
    bottom: 7.3vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__subtitle2 {
    position: absolute;
    /*bottom: 0.3vw;
    left: 15.2vw;
    */
    bottom: 7.3vw;
    left: 3.2vw;
  }
}
.concevity.content-text-slider2__subtitle2--black {
  color: #000000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    /*
            position: absolute;
            bottom: -10px;
            left: 40px;
    */
    position: absolute;
    bottom: 8.4vw;
    left: 27vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: -0.6vw;
    left: 18vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 13.7vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 13.8vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 0.2vw;
    left: 12.8vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__subtitle2--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
.concevity.content-text-slider2__text-wrapper2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  gap: 20px;
  overflow: auto;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 10px;
    height: 162px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 10px;
    height: 162px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 10px;
    height: 194px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 10px;
    height: 248px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 10px;
    height: 234px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 20px;
    height: 250px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 20px;
    height: 194px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 20px;
    height: 134px;
    padding-right: 30px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 20px;
    height: 176px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 20px;
    height: 194px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 20px;
    height: 248px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 20px;
    height: 374px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__text-wrapper2 {
    margin-top: 20px;
    height: 374px;
    padding-right: 30px;
  }
}
.concevity.content-text-slider2__text2 {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  /*
  direction: rtl;
  text-align: end;
   */
  text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__text2 {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__text2 {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__text2 {
    width: 222px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__text2 {
    width: 188px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__text2 {
    width: 200px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__text2 {
    width: 266px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__text2 {
    width: 288px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__text2 {
    width: 426px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__text2 {
    width: 500px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__text2 {
    width: 452px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__text2 {
    width: 450px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__text2 {
    width: 500px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__text2 {
    width: 700px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__text2 {
    width: 700px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__text2 {
    width: 700px;
  }
}
.concevity.content-text-slider2__right2 {
  flex: 1;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__right2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__right2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__right2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__right2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__right2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__right2 {
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__right2 {
    max-width: 50%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__right2 {
    max-width: 54%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__right2 {
    max-width: 54%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__right2 {
    max-width: 54%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__right2 {
    max-width: 54%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__right2 {
    max-width: 54%;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__right2 {
    max-width: 54%;
  }
}
.concevity.content-text-slider2__image2 {
  object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
    height: 500px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
    height: 700px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
    min-height: 300px;
    max-height: 600px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.content-text-slider2__image2 {
    width: 100%;
  }
}

.slider img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

#sliderControl {
  appearance: none; /* Standard-Design entfernen */
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  #sliderControl {
    width: 60%;
    height: 1.5px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  #sliderControl {
    width: 60%;
    height: 1px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  #sliderControl {
    width: 60%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  #sliderControl {
    width: 60%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  #sliderControl {
    width: 60%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #sliderControl {
    width: 60%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  #sliderControl {
    width: 60%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #sliderControl {
    width: 60%;
    height: 1.5px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  #sliderControl {
    width: 60%;
    height: 1.5px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  #sliderControl {
    width: 60%;
    height: 1.5px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  #sliderControl {
    width: 60%;
    height: 1.5px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  #sliderControl {
    width: 60%;
    height: 1.5px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 5120px) {
  #sliderControl {
    width: 60%;
    height: 1.5px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.team-gallery {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 1023.98px) {
  .team-gallery {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .team-gallery {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.team-gallery__grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  /*
  @include breakpoint.preset(tablet-l) {
    height: 646px;
    width: 70vw;
    aspect-ratio: 16 / 9;
  }
   */
}
@media screen and (min-width: 0px) and (max-width: 539.98px) {
  .team-gallery__grid {
    flex-direction: column;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .team-gallery__grid {
    height: 480px;
    width: 70vw;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .team-gallery__grid {
    height: 646px;
    width: 70vw;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .team-gallery__grid {
    flex-direction: column;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .team-gallery__grid {
    flex-direction: column;
  }
}

.team-gallery__large {
  /*
    @include breakpoint.preset(tablet-l) {
      flex: 0 0 70%;
    }

   */
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .team-gallery__large {
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .team-gallery__large {
    flex: 0 0 70%;
  }
}

.team-gallery__large img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /*
  @include breakpoint.preset(tablet-l) {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
  }
   */
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .team-gallery__large img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .team-gallery__large img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}

.team-gallery__thumbs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .team-gallery__thumbs {
    gap: 4px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .team-gallery__thumbs {
    gap: 4px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .team-gallery__thumbs {
    gap: 4px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .team-gallery__thumbs {
    gap: 4px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .team-gallery__thumbs {
    gap: 6px;
    margin-left: 6px;
    flex: 0 0 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .team-gallery__thumbs {
    gap: 6px;
    margin-left: 6px;
    /* width: 44%; */
    /* aspect-ratio: 3 / 4; */
    flex: 0 0 30%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .team-gallery__thumbs {
    gap: 20px;
    margin-left: 6px;
    flex: 0 0 30%;
    flex-direction: row;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .team-gallery__thumbs {
    gap: 20px;
    margin-left: 6px;
    flex: 0 0 30%;
    flex-direction: row;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .team-gallery__thumbs {
    gap: 20px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .team-gallery__thumbs {
    gap: 20px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .team-gallery__thumbs {
    gap: 20px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .team-gallery__thumbs {
    gap: 20px;
  }
}
@media screen and (min-width: 5120px) {
  .team-gallery__thumbs {
    gap: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 539.98px) {
  .team-gallery__thumbs {
    flex-direction: row;
  }
}

.thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: border 0.2s ease;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .thumb {
    height: 33.33%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .thumb {
    height: 33.33%;
  }
}

.thumb img {
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .thumb img {
    height: auto;
    width: 33.33vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .thumb img {
    height: auto;
    width: 33.33vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .thumb img {
    height: auto;
    width: 33.33vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .thumb img {
    height: auto;
    width: 33.33vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 5120px) {
  .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
}

.thumb span {
  font-size: 0.9rem;
  font-weight: 500;
}

/* Standard (Urzustand): Thumbnails leicht ausgebleicht */
.team-gallery__thumbs.dimmed .thumb img {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

/* aktives Thumb immer voll sichtbar */
.team-gallery__thumbs.dimmed .thumb.is-active img {
  opacity: 1;
}

/* Hover auch voll sichtbar (nur Desktop relevant) */
@media (hover: hover) {
  .team-gallery__thumbs.dimmed .thumb:hover img {
    opacity: 1;
  }
}
/* Bei Hover oder aktivem Klick soll das jeweilige Bild trotzdem voll sichtbar sein */
.team-gallery__thumbs.dimmed .thumb:hover img,
.team-gallery__thumbs.dimmed .thumb.is-active img {
  opacity: 1;
}

/*
.team-gallery__info h2 {

  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}

.team-gallery__info p {
  line-height: 1.5;
}

 */
/* Responsive */
@media (max-width: 640px) {
  .team-gallery__thumbs {
    /*
    order: 2;
    flex-direction: row;
    justify-content: space-between;

     */
  }
}
@media screen and (max-width: 640px) and (min-width: 0px) and (max-width: 319.98px) {
  .team-gallery__info {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) and (min-width: 320px) and (max-width: 374.98px) {
  .team-gallery__info {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) and (min-width: 375px) and (max-width: 411.98px) {
  .team-gallery__info {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) and (min-width: 412px) and (max-width: 539.98px) {
  .team-gallery__info {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) and (min-width: 540px) and (max-width: 767.98px) {
  .team-gallery__info {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) and (min-width: 768px) and (max-width: 1023.98px) {
  .team-gallery__info {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) and (min-width: 1024px) and (max-width: 1365.98px) {
  .team-gallery__info {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) and (min-width: 1366px) and (max-width: 1599.98px) {
  .team-gallery__info {
    max-width: 46%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 640px) and (min-width: 1600px) and (max-width: 1919.98px) {
  .team-gallery__info {
    max-width: 46%;
    padding-right: 70px;
  }
}
@media screen and (max-width: 640px) and (min-width: 1920px) and (max-width: 2559.98px) {
  .team-gallery__info {
    max-width: 46%;
    padding-right: 70px;
  }
}
@media screen and (max-width: 640px) and (min-width: 2560px) and (max-width: 3839.98px) {
  .team-gallery__info {
    max-width: 46%;
    padding-right: 100px;
  }
}
@media screen and (max-width: 640px) and (min-width: 3840px) and (max-width: 5119.98px) {
  .team-gallery__info {
    max-width: 46%;
    padding-right: 100px;
  }
}
@media screen and (max-width: 640px) and (min-width: 5120px) {
  .team-gallery__info {
    max-width: 46%;
    padding-right: 100px;
  }
}
#infoTitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  #infoTitle {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  #infoTitle {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  #infoTitle {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  #infoTitle {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  #infoTitle {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #infoTitle {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  #infoTitle {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #infoTitle {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  #infoTitle {
    font-size: 9.5vw;
    line-height: 9.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  #infoTitle {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  #infoTitle {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  #infoTitle {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  #infoTitle {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}

#infoText {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  #infoText {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  #infoText {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  #infoText {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  #infoText {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  #infoText {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #infoText {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  #infoText {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #infoText {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  #infoText {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  #infoText {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  #infoText {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  #infoText {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  #infoText {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  #infoText {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  #infoText {
    text-align: right;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  #infoText {
    width: 222px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  #infoText {
    width: 188px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  #infoText {
    width: 200px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  #infoText {
    width: 266px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  #infoText {
    width: 288px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #infoText {
    width: 232px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  #infoText {
    width: 335px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #infoText {
    width: 404px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  #infoText {
    width: 388px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  #infoText {
    width: 500px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  #infoText {
    width: 606px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  #infoText {
    width: 606px;
  }
}
@media screen and (min-width: 5120px) {
  #infoText {
    width: 606px;
  }
}

.concevity.circle {
  background-color: #ffffff;
  border-radius: 200px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  justify-content: center;
}
.concevity.slider-control__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.slider-control__wrapper {
    margin-top: 20px;
  }
}

.content-text-slider__title-wrapper2 {
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .content-text-slider__title-wrapper2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .content-text-slider__title-wrapper2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .content-text-slider__title-wrapper2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .content-text-slider__title-wrapper2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .content-text-slider__title-wrapper2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .content-text-slider__title-wrapper2 {
    margin-top: 40px;
  }
}
.team-gallery__info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  gap: 20px;
  overflow: auto;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 162px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 162px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 194px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 248px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 234px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 250px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .team-gallery__info-wrapper {
    margin-top: 40px;
    height: 406px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 182px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 240px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 310px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 374px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 374px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 5120px) {
  .team-gallery__info-wrapper {
    margin-top: 20px;
    height: 374px;
    padding-right: 30px;
  }
}

.home-section-start {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.home-section-start__row {
  display: flex;
}
.home-section-start__column {
  display: flex;
}
.home-section-start__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section-travel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
}
.home-section-travel__circle {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  background-color: #ffffff;
}
.home-section-travel__container {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1365.98px) {
  .home-section-travel__container {
    flex-direction: column;
  }
}
.home-section-travel__left {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1365.98px) {
  .home-section-travel__left {
    justify-content: center;
  }
}
@media screen and (min-width: 1366px) {
  .home-section-travel__left {
    width: 50%;
    justify-content: end;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-travel__left {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-travel__left {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-travel__left {
    padding-right: 100px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-travel__left {
    padding-right: 100px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-travel__left {
    padding-right: 100px;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-travel__left {
    padding-right: 100px;
  }
}
.home-section-travel__swiper {
  overscroll-behavior: contain;
  margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-travel__swiper {
    height: 50vh;
    width: 60vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-travel__swiper {
    height: 50vh;
    width: 60vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-travel__swiper {
    height: 50vh;
    width: 60vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-travel__swiper {
    height: 45vh;
    width: 65vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-travel__swiper {
    height: 55vh;
    width: 55vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-travel__swiper {
    height: 55vh;
    width: 50vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-travel__swiper {
    height: 55vh;
    width: 50vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-travel__swiper {
    height: 70vh;
    width: 30vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-travel__swiper {
    height: 70vh;
    width: 25vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-travel__swiper {
    height: 75vh;
    width: 23vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-travel__swiper {
    height: 80vh;
    width: 23vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-travel__swiper {
    height: 75vh;
    width: 23vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-travel__swiper {
    height: 75vh;
    width: 23vw;
  }
}
.home-section-travel__swiper-wrapper {
  width: 100%;
  height: 100%;
}
.home-section-travel__swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.home-section-travel__swiper-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  /*
  @include breakpoint.preset(mobile-s) {
    height: 50vh;
    width: 60vw;
  }

  @include breakpoint.preset(mobile-m) {
    height: 50vh;
    width: 60vw;
  }

  @include breakpoint.preset(mobile-l) {
    height: 50vh;
    width: 60vw;
  }

  @include breakpoint.preset(mobile-xl) {
    height: 45vh;
    width: 65vw;
  }

  @include breakpoint.preset(tablet-s) {
    height: 55vh;
    width: 55vw;
  }

  @include breakpoint.preset(tablet-m) {
    height: 55vh;
    width: 50vw;
  }

  @include breakpoint.preset(tablet-l) {
    height: 55vh;
    width: 50vw;
  }

  @include breakpoint.preset(tablet-xl) {
    height: 70vh;
    width: 30vw;
  }

  @include breakpoint.preset(desktop-s) {
    height: 70vh;
    width: 25vw;
  }

  @include breakpoint.preset(desktop-m) {
    height: 75vh;
    width: 23vw;
  }

  @include breakpoint.preset(desktop-l) {
    height: 80vh;
    width: 23vw;
  }

  @include breakpoint.preset(desktop-xl) {
    height: 75vh;
    width: 23vw;
  }

  @include breakpoint.preset(desktop-xxl) {
    height: 75vh;
    width: 23vw;
  }
   */
}
.home-section-travel__slider-control-wrapper {
  position: absolute !important;
  transform: rotate(90deg) !important;
  /* width: 70% !important; */
  right: -12vw !important;
  top: 50% !important;
}
.home-section-travel__slider-control {
  width: 100% !important;
}
.home-section-travel__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1366px) {
  .home-section-travel__right {
    width: 50%;
    justify-content: center;
  }
}
.home-section-travel__header-wrapper2 {
  position: relative;
}
.home-section-travel__header-wrapper {
  /*
  @include breakpoint.preset(mobile-s) {
    width: 19vw;
  }

  @include breakpoint.preset(mobile-m) {
    width: 19vw;
  }

  @include breakpoint.preset(mobile-l) {
    width: 19vw;
  }

  @include breakpoint.preset(mobile-xl) {
    width: 19vw;
  }

  @include breakpoint.preset(tablet-s) {
    width: 14vw;
  }

  @include breakpoint.preset(tablet-m) {
    width: 14vw;
  }

  @include breakpoint.preset(tablet-l) {
    width: 14vw;
  }

  @include breakpoint.preset(tablet-xl) {
    width: 12vw;
  }

  @include breakpoint.preset(desktop-s) {
    width: 40.5vw;
  }

  @include breakpoint.preset(desktop-m) {
    width: 40.5vw;
  }

  @include breakpoint.preset(desktop-l) {
    width: 8.6vw;
  }

  @include breakpoint.preset(desktop-xl) {
    width: 8.6vw;
  }

  @include breakpoint.preset(desktop-xxl) {
    width: 8.6vw;
  }
   */
}
.home-section-travel__header {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-travel__header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-travel__header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-travel__header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-travel__header {
    margin-top: 30px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-travel__header {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-travel__header {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-travel__header {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-travel__header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-travel__header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-travel__header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-travel__header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-travel__header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-travel__header {
    margin-top: 20px;
  }
}
.home-section-travel__number-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: 17.5vw;
    left: 2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: 17.5vw;
    left: 2vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: 17.5vw;
    left: 2vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: 17.5vw;
    left: 2vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: 17vw;
    left: 2.7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-travel__number-wrapper {
    /*
        position: absolute;
        bottom: -10px;
        left: 40px;
    */
    position: absolute;
    top: 12vw;
    left: 1.7vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: 11.5vw;
    left: 1.7vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: -0.2vw;
    left: 1vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: -0.2vw;
    left: 1.7vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: -0.2vw;
    left: 1.5vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: 0.2vw;
    left: 1.5vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: -0.2vw;
    left: 1.7vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-travel__number-wrapper {
    position: absolute;
    top: -0.2vw;
    left: 1.7vw;
  }
}
.home-section-travel__number {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-travel__number {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-travel__number {
    font-size: 2.4vw;
    line-height: 2.4vw;
    letter-spacing: 1vw;
    text-indent: 1vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-travel__number {
    font-size: 2.4vw;
    line-height: 2.4vw;
    letter-spacing: 1vw;
    text-indent: 1vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-travel__number {
    font-size: 2.4vw;
    line-height: 2.4vw;
    letter-spacing: 1vw;
    text-indent: 1vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-travel__number {
    font-size: 1.8vw;
    line-height: 1.8vw;
    letter-spacing: 1vw;
    text-indent: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-travel__number {
    font-size: 1.4vw;
    line-height: 1.4vw;
    letter-spacing: 0.7vw;
    text-indent: 0.7vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-travel__number {
    font-size: 1.4vw;
    line-height: 1.4vw;
    letter-spacing: 0.7vw;
    text-indent: 0.7vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-travel__number {
    font-size: 1vw;
    line-height: 1vw;
    letter-spacing: 0.4vw;
    text-indent: 0.4vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-travel__number {
    font-size: 0.8vw;
    line-height: 0.8vw;
    letter-spacing: 0.3vw;
    text-indent: 0.3vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-travel__number {
    font-size: 0.7vw;
    line-height: 0.7vw;
    letter-spacing: 0.3vw;
    text-indent: 0.3vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-travel__number {
    font-size: 0.6vw;
    line-height: 0.6vw;
    letter-spacing: 0.3vw;
    text-indent: 0.3vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-travel__number {
    font-size: 1vw;
    line-height: 1vw;
    letter-spacing: 0.4vw;
    text-indent: 0.4vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-travel__number {
    font-size: 1vw;
    line-height: 1vw;
    letter-spacing: 0.4vw;
    text-indent: 0.4vw;
  }
}
.home-section-travel__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  color: #efebe7;
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-travel__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-travel__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-travel__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-travel__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-travel__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-travel__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-travel__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-travel__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-travel__title {
    font-size: 9.5vw;
    line-height: 9.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-travel__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-travel__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-travel__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-travel__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
.home-section-travel__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  display: block;
  color: #000000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-travel__subtitle {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-travel__subtitle {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-travel__subtitle {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-travel__subtitle {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-travel__subtitle {
    font-size: 5.5vw;
    line-height: 5.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-travel__subtitle {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-travel__subtitle {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-travel__subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-travel__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-travel__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-travel__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-travel__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-travel__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: -3vw;
    left: 13vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: -1vw;
    right: 3vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: -1vw;
    right: 3vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: -1vw;
    right: 6vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: -0.2vw;
    right: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-travel__subtitle {
    /*
        position: absolute;
        bottom: -10px;
        left: 40px;
    */
    position: absolute;
    top: -0.2vw;
    right: 11vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: -0.6vw;
    right: 10vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: 5.2vw;
    left: -1.9vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: 5.2vw;
    left: -1.9vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: 4.7vw;
    left: -1.9vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: 4.4vw;
    left: -1.9vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: 4.7vw;
    left: -1.9vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-travel__subtitle {
    position: absolute;
    top: 4.4vw;
    left: -1.9vw;
  }
}

.home-section-travel__link {
  text-decoration: none;
  display: none;
  opacity: 0;
}

.home-section-travel__link--active {
  display: block;
  opacity: 1;
}

.home-section-review {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
}
.home-section-review__container {
  display: flex;
}
@media screen and (max-width: 1365.98px) {
  .home-section-review__container {
    flex-direction: column;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__container {
    width: 90%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__container {
    width: 90%;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__container {
    width: 90%;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__container {
    width: 90%;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__container {
    width: 78%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__container {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__container {
    width: 70%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__container {
    width: 90%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__container {
    width: 90%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__container {
    width: 90%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__container {
    width: 90%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__container {
    width: 85%;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__container {
    width: 85%;
  }
}
.home-section-review__left {
  position: relative;
  flex: 0 0 50%;
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__left {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__header {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__header {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__header {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__header {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__header {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__header {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__header {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__header {
    top: 54px;
  }
}
@media screen and (min-width: 1365.98px) {
  .home-section-review__header {
    position: absolute;
  }
}
.home-section-review__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__title {
    font-size: 11.4vw;
    line-height: 11.4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__title {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__title {
    font-size: 9.1vw;
    line-height: 9.1vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
.home-section-review__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__subtitle {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__subtitle {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__subtitle {
    font-size: 3.5vw;
    line-height: 3.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -3vw;
    left: 13vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -3vw;
    left: 13vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -3vw;
    left: 13vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -3vw;
    left: 13vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -1.7vw;
    left: 8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__subtitle {
    /*
        position: absolute;
        bottom: -10px;
        left: 40px;
    */
    position: absolute;
    top: -0.6vw;
    left: 10vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -0.6vw;
    left: 8vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -0.5vw;
    left: 7.4vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -0.2vw;
    left: 7.4vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -0.2vw;
    left: 8vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -0.2vw;
    left: 7.4vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -0.2vw;
    left: 7.4vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__subtitle {
    position: absolute;
    top: -0.2vw;
    left: 7.4vw;
  }
}
.home-section-review__text {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  hyphens: auto;
  word-break: normal;
  overflow-wrap: break-word;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__text {
    width: 90%;
    overflow-y: auto;
    height: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__text {
    width: 80%;
    overflow-y: auto;
    height: 80px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__text {
    width: 80%;
    overflow-y: auto;
    height: 80px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__text {
    width: 80%;
    overflow-y: auto;
    height: 80px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__text {
    width: 76%;
    overflow-y: auto;
    height: 80px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__text {
    width: 56%;
    overflow-y: auto;
    height: 100px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__text {
    width: 56%;
    overflow-y: auto;
    height: 150px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__text {
    width: 56%;
    overflow-y: auto;
    height: 100px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__text {
    width: 56%;
    overflow-y: auto;
    height: 100px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__text {
    width: 56%;
    overflow-y: auto;
    height: 150px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__text {
    width: 56%;
    overflow-y: auto;
    height: 140px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__text {
    width: 56%;
    overflow-y: auto;
    height: 100px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__text {
    width: 56%;
    overflow-y: auto;
    height: 150px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__slider-control-wrapper {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__slider-control-wrapper {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__slider-control-wrapper {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__slider-control-wrapper {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__slider-control-wrapper {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__slider-control-wrapper {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__slider-control-wrapper {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__slider-control-wrapper {
    position: absolute !important;
    bottom: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__slider-control-wrapper {
    position: absolute !important;
    bottom: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__slider-control-wrapper {
    position: absolute !important;
    bottom: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__slider-control-wrapper {
    position: absolute !important;
    bottom: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__slider-control-wrapper {
    position: absolute !important;
    bottom: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__slider-control-wrapper {
    position: absolute !important;
    bottom: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__content {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
    margin-top: 54px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
.home-section-review__range-slider {
  position: absolute;
  bottom: -22px;
  width: stretch;
}
.home-section-review__right {
  flex: 0 0 50%;
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-review__right {
    flex: 0 0 53%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-review__right {
    flex: 0 0 53%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-review__right {
    flex: 0 0 53%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-review__right {
    flex: 0 0 55%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-review__right {
    flex: 0 0 53%;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-review__right {
    flex: 0 0 53%;
  }
}
.home-section-review__video {
  width: 100%;
}
@media screen and (max-width: 1365.98px) {
  .home-section-review__video--desktop {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .home-section-review__video--mobile {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-review__video {
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-review__video {
    margin-top: 10px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-review__video {
    margin-top: 10px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-review__video {
    margin-top: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-review__video {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-review__video {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-review__video {
    margin-top: 30px;
  }
}
.home-section-review__slider-control-wrapper {
  position: relative;
  justify-content: flex-start !important;
}

.video-intro {
  height: 100vh;
}

.home-section-experience2__video-wrapper {
  opacity: 0;
}

html.is-home-ready .home-section-experience2__video-wrapper {
  opacity: 1;
}

.home-intro-cover {
  background-image: url("/assets/video/video-poster.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100000000;
  /*
    position: fixed;

    inset: 0;

    z-index: 999999;

    background: variable.$color-light-taupe;

    opacity: 1;

    pointer-events: none;

    transition: opacity 0.6s ease;

   */
}

.home-intro-cover2 {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #d5cdc3;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.home-intro-cover2.is-hidden {
  opacity: 0;
}

.home-section-experience2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  scroll-margin-top: 0;
  overflow: hidden;
}
.home-section-experience2__container {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .home-section-experience2__container {
    flex-direction: column;
  }
}
.home-section-experience2__left {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__left {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__left {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__left {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__left {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__left {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__left {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__left {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__left {
    flex: 0 0 50%;
  }
}
.home-section-experience2__header {
  position: absolute;
  z-index: 1000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__header {
    position: relative;
    margin-left: 5.1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__header {
    position: relative;
    margin-left: 3.1vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__header {
    position: relative;
    margin-left: 3.1vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__header {
    position: relative;
    margin-left: 3.1vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__header {
    position: relative;
    margin-left: 3.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__header {
    position: absolute;
    top: -9.7vw;
    left: 2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__header {
    position: absolute;
    top: -9.7vw;
    left: 2vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__header {
    position: absolute;
    top: 10.5vw;
    left: 2vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__header {
    position: absolute;
    top: 10.5vw;
    left: 2vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__header {
    position: absolute;
    top: 10.5vw;
    left: 6vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__header {
    position: absolute;
    top: 7.5vw;
    left: 6vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__header {
    position: absolute;
    top: 7.5vw;
    left: 6vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__header {
    position: absolute;
    top: 7.5vw;
    left: 6vw;
  }
}
.home-section-experience2__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__title {
    font-size: 18vw;
    line-height: 18vw;
    letter-spacing: 1.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__title {
    font-size: 28vw;
    line-height: 18vw;
    letter-spacing: 1.5vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__title {
    font-size: 28vw;
    line-height: 18vw;
    letter-spacing: 1.5vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__title {
    font-size: 28vw;
    line-height: 18vw;
    letter-spacing: 1.5vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__title {
    font-size: 28vw;
    line-height: 18vw;
    letter-spacing: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__title {
    font-size: 25vw;
    line-height: 25vw;
    letter-spacing: 1.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__title {
    font-size: 25vw;
    line-height: 25vw;
    letter-spacing: 1.5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__title {
    font-size: 17vw;
    line-height: 17vw;
    letter-spacing: 1.5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__title {
    font-size: 17vw;
    line-height: 17vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
.home-section-experience2__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__subtitle {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    top: -2vw;
    left: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    /*
    top: -2vw;
    left: 27vw;
    */
    top: 13vw;
    left: 24vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    /*
    top: -1.5vw;
    left: 27vw;
    */
    top: 13vw;
    left: 24vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    /*
    top: -2vw;
    left: 27vw;
    */
    top: 13vw;
    left: 24vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    /*
    top: 0;
    left: 30vw;
    */
    top: 11vw;
    left: 24vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__subtitle {
    /*
        position: absolute;
        bottom: -10px;
        left: 40px;
    */
    position: absolute;
    top: 15vw;
    left: 8vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    top: 15vw;
    left: 8vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    top: 10vw;
    left: 15.1vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    top: 10vw;
    left: 20.1vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    top: 8vw;
    left: 15.1vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    top: 8vw;
    left: 15.1vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__subtitle {
    position: absolute;
    top: 8vw;
    left: 15.1vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__subtitle {
    position: absolute;
    top: 8vw;
    left: 15.1vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__header2 {
    position: relative;
    margin-top: 12.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__header2 {
    position: relative;
    margin-top: 12.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__header2 {
    position: relative;
    margin-top: 12.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__header2 {
    position: relative;
    margin-top: 12.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__header2 {
    position: relative;
    margin-top: 12.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__header2 {
    position: absolute;
    bottom: 0;
    right: 7vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__header2 {
    position: absolute;
    bottom: 0;
    right: 3vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__header2 {
    position: absolute;
    bottom: 0;
    right: 3vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
.home-section-experience2__title2 {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  color: white;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__title2 {
    font-size: 20vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__title2 {
    font-size: 20vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__title2 {
    font-size: 20vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__title2 {
    font-size: 20vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__title2 {
    font-size: 20vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__title2 {
    font-size: 18vw;
    line-height: 18vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__title2 {
    font-size: 18vw;
    line-height: 18vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__title2 {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__title2 {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__title2 {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__title2 {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__title2 {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__title2 {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
}
.home-section-experience2__subtitle2 {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  color: #d5cdc3;
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 3.5vw;
    line-height: 3.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -8.3vw;
    right: 30.7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -8.3vw;
    right: 30.7vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -8.3vw;
    right: 30.7vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -8.3vw;
    right: 30.7vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -8.3vw;
    right: 30.7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -2.2vw;
    right: 31.7vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -2.2vw;
    right: 34.7vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -2.2vw;
    right: 21.7vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -1.5vw;
    right: 21.7vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -1.5vw;
    right: 17.7vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -1.5vw;
    right: 17.7vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -1.5vw;
    right: 17.7vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__subtitle2 {
    position: absolute;
    top: -1.5vw;
    right: 17.7vw;
  }
}
.home-section-experience2__text {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.home-section-experience2__slider-control-wrapper {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__content {
    padding-top: 300px;
  }
}
.home-section-experience2__right {
  position: relative;
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    flex: 0 0 60%;
    padding-bottom: 24.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    flex: 0 0 60%;
    padding-bottom: 24.5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    flex: 0 0 55%;
    padding-bottom: 17.5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    flex: 0 0 55%;
    padding-bottom: 16.5vw;
    height: 450px;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    flex: 0 0 50%;
    padding-bottom: 13.5vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    flex: 0 0 50%;
    padding-bottom: 13.5vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__right {
    flex-direction: column;
    flex: 0 0 50%;
    padding-bottom: 13.5vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__right {
    flex-direction: column;
    flex: 0 0 50%;
    padding-bottom: 13.5vw;
  }
}
.home-section-experience2__video-wrapper {
  position: relative;
  width: 90%;
  height: 200px;
  overflow: hidden;
  transform-origin: center center;
  will-change: transform;
  z-index: 2000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience2__video-wrapper {
    height: 160px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience2__video-wrapper {
    height: 160px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience2__video-wrapper {
    height: 160px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience2__video-wrapper {
    height: 200px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience2__video-wrapper {
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience2__video-wrapper {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience2__video-wrapper {
    height: 400px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience2__video-wrapper {
    height: 450px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience2__video-wrapper {
    height: 450px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience2__video-wrapper {
    height: 500px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience2__video-wrapper {
    height: 600px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience2__video-wrapper {
    height: 500px;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience2__video-wrapper {
    height: 500px;
  }
}
.home-section-experience2__video {
  position: relative;
  object-fit: cover;
  z-index: 100000;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: top left;
}
.home-section-experience2__video.is-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  z-index: 9999;
}
.home-section-experience2__button-wrapper {
  position: absolute;
  bottom: 0;
}

/*** contact ***/
.home-section-contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
}
.home-section-contact__container {
  display: flex;
}
@media screen and (max-width: 1365.98px) {
  .home-section-contact__container {
    flex-direction: column;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-contact__container {
    width: 90%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-contact__container {
    width: 90%;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-contact__container {
    width: 90%;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-contact__container {
    width: 90%;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-contact__container {
    width: 78%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-contact__container {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-contact__container {
    width: 70%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__container {
    width: 90%;
    gap: 20px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__container {
    width: 90%;
    gap: 20px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__container {
    width: 90%;
    gap: 20px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__container {
    width: 90%;
    gap: 20px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-contact__container {
    width: 85%;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-contact__container {
    width: 85%;
  }
}
.home-section-contact__left {
  position: relative;
  flex: 0 0 50%;
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__left {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-contact__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-contact__left {
    flex: 0 0 47%;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-contact__header {
    display: flex;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-contact__header {
    display: flex;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-contact__header {
    display: flex;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-contact__header {
    display: flex;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-contact__header {
    display: flex;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-contact__header {
    display: flex;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-contact__header {
    display: flex;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 1366px) {
  .home-section-contact__header {
    position: absolute;
  }
}
@media screen and (max-width: 1365.98px) {
  .home-section-contact__header--desktop {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .home-section-contact__header--desktop {
    position: absolute;
  }
}
@media screen and (max-width: 1365.98px) {
  .home-section-contact__header--mobile {
    position: relative;
  }
}
@media screen and (min-width: 1366px) {
  .home-section-contact__header--mobile {
    display: none;
  }
}
.home-section-contact__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-contact__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-contact__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-contact__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-contact__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-contact__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-contact__title {
    font-size: 11.4vw;
    line-height: 11.4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-contact__title {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__title {
    font-size: 9.1vw;
    line-height: 9.1vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-contact__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-contact__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
.home-section-contact__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-contact__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-contact__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-contact__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-contact__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-contact__subtitle {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-contact__subtitle {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-contact__subtitle {
    font-size: 3.5vw;
    line-height: 3.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-contact__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-contact__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: -10px;
    left: 4vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: -2vw;
    left: 4vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: -2vw;
    left: 4vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: -2vw;
    left: 4vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: -1vw;
    left: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-contact__subtitle {
    /*
        position: absolute;
        bottom: -10px;
        left: 40px;
    */
    position: absolute;
    bottom: -0.6vw;
    left: 8vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: -0.6vw;
    left: 8vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 6.9vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 6.9vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 6.9vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: 0.2vw;
    left: 6.9vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 5.2vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-contact__subtitle {
    position: absolute;
    bottom: 0.3vw;
    left: 5.2vw;
  }
}
.home-section-contact__text {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  hyphens: auto;
  word-break: normal;
  overflow-wrap: break-word;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-contact__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-contact__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-contact__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-contact__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-contact__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-contact__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-contact__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-contact__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-contact__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-contact__text {
    width: 90%;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-contact__text {
    width: 80%;
    padding-right: 20px;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-contact__text {
    width: 80%;
    padding-right: 20px;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-contact__text {
    width: 80%;
    padding-right: 20px;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-contact__text {
    width: 76%;
    padding-right: 20px;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-contact__text {
    width: 56%;
    padding-right: 20px;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-contact__text {
    width: 56%;
    overflow-y: auto;
    padding-right: 20px;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__text {
    width: 56%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__text {
    width: 56%;
    overflow-y: auto;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__text {
    width: 56%;
    overflow-y: auto;
    padding-right: 20px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__text {
    width: 56%;
    overflow-y: auto;
    padding-right: 20px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-contact__text {
    width: 56%;
    overflow-y: auto;
    padding-right: 20px;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-contact__text {
    width: 56%;
    overflow-y: auto;
    padding-right: 20px;
  }
}
.home-section-contact__slider-control-wrapper {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-contact__content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-contact__content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-contact__content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-contact__content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-contact__content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-contact__content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-contact__content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
    margin-top: 54px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-contact__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-contact__content {
    padding-top: 9.9vw;
    padding-left: 2.9vw;
  }
}
.home-section-contact__right {
  flex: 0 0 50%;
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__right {
    flex: 0 0 53%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__right {
    flex: 0 0 53%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__right {
    flex: 0 0 53%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__right {
    flex: 0 0 55%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-contact__right {
    flex: 0 0 53%;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-contact__right {
    flex: 0 0 53%;
  }
}
.home-section-contact__image {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-contact__image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-contact__image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-contact__image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-contact__image {
    margin-top: 26px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-contact__image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-contact__image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-contact__image {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-contact__image {
    height: 350px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-contact__image {
    height: 350px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-contact__image {
    height: 420px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-contact__image {
    height: 550px;
  }
}
/*** experiences ***/
.home-section-experience {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
}
.home-section-experience__container {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .home-section-experience__container {
    flex-direction: column;
  }
}
.home-section-experience__left {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__left {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__left {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__left {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__left {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__left {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__left {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__left {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__left {
    flex: 0 0 45%;
  }
}
.home-section-experience__header {
  position: absolute;
  z-index: 1000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__header {
    position: relative;
    margin-left: 5.1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__header {
    position: relative;
    margin-left: 5.1vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__header {
    position: relative;
    margin-left: 5.1vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__header {
    position: relative;
    margin-left: 5.1vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__header {
    position: relative;
    margin-left: 5.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__header {
    position: absolute;
    top: -5.7vw;
    left: 2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__header {
    position: absolute;
    top: 1.5vw;
    left: 2vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__header {
    position: absolute;
    top: -4.5vw;
    left: 2vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__header {
    position: absolute;
    top: -4.9vw;
    left: 2vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__header {
    position: absolute;
    top: -4.9vw;
    left: 2vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__header {
    position: absolute;
    top: -4.9vw;
    left: 2vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__header {
    position: absolute;
    top: -4.9vw;
    left: 2vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__header {
    position: absolute;
    top: -4.9vw;
    left: 2vw;
  }
}
.home-section-experience__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__title {
    font-size: 18vw;
    line-height: 18vw;
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__title {
    font-size: 18vw;
    line-height: 18vw;
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__title {
    font-size: 18vw;
    line-height: 18vw;
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__title {
    font-size: 18vw;
    line-height: 18vw;
    letter-spacing: 1.5vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__title {
    font-size: 18vw;
    line-height: 18vw;
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__title {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__title {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 2.7vw;
  }
}
.home-section-experience__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__subtitle {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: -2vw;
    left: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: -2vw;
    left: 27vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: -1.5vw;
    left: 27vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: -2vw;
    left: 27vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: 0;
    left: 30vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__subtitle {
    /*
        position: absolute;
        bottom: -10px;
        left: 40px;
    */
    position: absolute;
    top: 5vw;
    left: 8vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: 5vw;
    left: 8vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: 4vw;
    left: 6.5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: 4vw;
    left: 6.5vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: 4vw;
    left: 6.5vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: 4vw;
    left: 6.5vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: 4vw;
    left: 6.5vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__subtitle {
    position: absolute;
    top: 4vw;
    left: 6.5vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__header2 {
    position: relative;
    margin-top: 8.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__header2 {
    position: relative;
    margin-top: 8.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__header2 {
    position: relative;
    margin-top: 8.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__header2 {
    position: relative;
    margin-top: 8.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__header2 {
    position: relative;
    margin-top: 8.1vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__header2 {
    position: absolute;
    bottom: 0;
    right: 7vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__header2 {
    position: absolute;
    bottom: 0;
    right: 3vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__header2 {
    position: absolute;
    bottom: 0;
    right: 3vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__header2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
  }
}
.home-section-experience__title2 {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  color: white;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__title2 {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__title2 {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__title2 {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__title2 {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__title2 {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__title2 {
    font-size: 11.4vw;
    line-height: 11.4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__title2 {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__title2 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__title2 {
    font-size: 9.1vw;
    line-height: 9.1vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__title2 {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__title2 {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__title2 {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__title2 {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
.home-section-experience__subtitle2 {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  color: #d5cdc3;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__subtitle2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__subtitle2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__subtitle2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__subtitle2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__subtitle2 {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__subtitle2 {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__subtitle2 {
    font-size: 3.5vw;
    line-height: 3.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__subtitle2 {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__subtitle2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: 0.3vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -2.3vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -2.3vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -2.3vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -1.5vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -0.5vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -0.5vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -0.5vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -0.5vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -0.5vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -0.5vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -0.5vw;
    right: 4.7vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__subtitle2 {
    position: absolute;
    top: -0.5vw;
    right: 4.7vw;
  }
}
.home-section-experience__text {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.home-section-experience__slider-control-wrapper {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__content {
    padding-top: 300px;
  }
}
.home-section-experience__right {
  position: relative;
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__right {
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__right {
    flex-direction: column;
    flex: 0 0 60%;
    padding-bottom: 18.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__right {
    flex-direction: column;
    flex: 0 0 60%;
    padding-bottom: 15.5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__right {
    flex-direction: column;
    flex: 0 0 55%;
    padding-bottom: 13.5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__right {
    flex-direction: column;
    flex: 0 0 55%;
    padding-bottom: 13.5vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__right {
    flex-direction: column;
    flex: 0 0 55%;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__right {
    flex-direction: column;
    flex: 0 0 55%;
    padding-bottom: 11.5vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__right {
    flex-direction: column;
    flex: 0 0 55%;
    padding-bottom: 13.5vw;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__right {
    flex-direction: column;
    flex: 0 0 55%;
    padding-bottom: 13.5vw;
  }
}
.home-section-experience__image {
  object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .home-section-experience__image {
    height: 160px;
    width: 90%;
    margin-top: 3.8vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .home-section-experience__image {
    height: 160px;
    width: 90%;
    margin-top: 3.8vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .home-section-experience__image {
    height: 160px;
    width: 90%;
    margin-top: 3.8vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .home-section-experience__image {
    height: 200px;
    width: 90%;
    margin-top: 3.8vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .home-section-experience__image {
    height: 200px;
    width: 90%;
    margin-top: 3.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .home-section-experience__image {
    height: 250px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .home-section-experience__image {
    height: 350px;
    width: 100%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .home-section-experience__image {
    height: 350px;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .home-section-experience__image {
    height: 420px;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .home-section-experience__image {
    height: 420px;
    width: 100%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .home-section-experience__image {
    height: 500px;
    width: 100%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .home-section-experience__image {
    height: 420px;
    width: 100%;
  }
}
@media screen and (min-width: 5120px) {
  .home-section-experience__image {
    height: 500px;
    width: 100%;
  }
}
.home-section-experience__button-wrapper {
  position: absolute;
  bottom: 0;
}

.hero-svg {
  position: absolute;
  z-index: 2100;
  color: white;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.hero-svg__svg {
  fill: white;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.hero-svg__svg > text {
  font-size: 6vw;
  text-transform: uppercase;
  fill: #F7F5F2;
  opacity: 0.3;
}

.hero-text {
  position: relative;
  overflow: visible;
}

.hero-link {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transform-origin: center center;
}

.hero-link:first-child {
  opacity: 1;
  pointer-events: auto;
}

.legal {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .legal__container {
    width: 90%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .legal__container {
    width: 90%;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .legal__container {
    width: 80%;
  }
}
@media screen and (min-width: 5120px) {
  .legal__container {
    width: 80%;
  }
}
.legal__page-title {
  color: #d5cdc3;
  opacity: 0.4;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .legal__page-title {
    margin-top: -6px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .legal__page-title {
    margin-top: -16px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .legal__page-title {
    margin-top: -18px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .legal__page-title {
    margin-top: -20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .legal__page-title {
    margin-top: -26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .legal__page-title {
    margin-top: -26px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .legal__page-title {
    margin-top: -6px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .legal__page-title {
    margin-top: -6px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .legal__page-title {
    margin-top: -6px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .legal__page-title {
    margin-top: -6px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .legal__page-title {
    margin-top: -6px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .legal__page-title {
    margin-top: -6px;
  }
}
@media screen and (min-width: 5120px) {
  .legal__page-title {
    margin-top: -6px;
  }
}
.legal__page-title--light-taupe {
  color: #d5cdc3;
  opacity: 0.4;
}
.legal__page-subtitle {
  color: #000000;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .legal__page-subtitle {
    margin-left: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .legal__page-subtitle {
    margin-left: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .legal__page-subtitle {
    margin-left: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .legal__page-subtitle {
    /*
    position: absolute;
    bottom: -2vw;
    left: 27vw;

     */
    margin-left: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .legal__page-subtitle {
    /*
    position: absolute;
    bottom: -1vw;
    left: 27vw;

     */
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .legal__page-subtitle {
    /*
          position: absolute;
          bottom: -10px;
          left: 40px;

          position: absolute;
          bottom: -0.6vw;
          left: 18vw;
    */
    margin-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .legal__page-subtitle {
    /*
    position: absolute;
    bottom: -0.6vw;
    left: 18vw;
     */
    position: absolute;
    bottom: 8.7vw;
    left: 4vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .legal__page-subtitle {
    position: absolute;
    /*
          bottom: 0.3vw;
          left: 15.2vw;
    */
    bottom: 7.3vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .legal__page-subtitle {
    position: absolute;
    /*
    bottom: 0.3vw;
    left: 13.7vw;
             */
    bottom: 6.8vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .legal__page-subtitle {
    position: absolute;
    /*
    bottom: 0.3vw;
    left: 13.8vw;
    */
    bottom: 6.8vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .legal__page-subtitle {
    position: absolute;
    /*
    bottom: 0.2vw;
    left: 12.8vw;
           */
    bottom: 6.2vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .legal__page-subtitle {
    position: absolute;
    /*
    bottom: 0.3vw;
    left: 15.2vw;
    */
    bottom: 7.3vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 5120px) {
  .legal__page-subtitle {
    position: absolute;
    /*bottom: 0.3vw;
    left: 15.2vw;
    */
    bottom: 7.3vw;
    left: 3.2vw;
  }
}
.legal__page-subtitle--black {
  color: #000000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 12vw;
    left: 40vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .legal__page-subtitle--about2 {
    /*
            position: absolute;
            bottom: -10px;
            left: 40px;
    */
    position: absolute;
    bottom: 8.4vw;
    left: 27vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: -0.6vw;
    left: 18vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 13.7vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 13.8vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 0.2vw;
    left: 12.8vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
@media screen and (min-width: 5120px) {
  .legal__page-subtitle--about2 {
    position: absolute;
    bottom: 0.3vw;
    left: 15.2vw;
  }
}
.legal__title {
  color: #000000;
}
.legal__text {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .legal__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .legal__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .legal__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .legal__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .legal__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .legal__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .legal__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .legal__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .legal__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .legal__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .legal__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .legal__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .legal__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) {
  #TravelListMobile {
    display: none;
  }
}

@media screen and (max-width: 1599.98px) {
  #TravelListDesktop {
    display: none;
  }
}

.concevity.section-travel-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1599.98px) {
  .concevity.section-travel-category {
    min-height: 100vh;
    min-height: 100svh;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.section-travel-category {
    gap: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.section-travel-category {
    gap: 14px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.section-travel-category {
    gap: 14px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.section-travel-category {
    gap: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.section-travel-category {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.section-travel-category {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.section-travel-category {
    gap: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.section-travel-category {
    gap: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.section-travel-category__header {
    margin-left: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.section-travel-category__header {
    margin-left: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.section-travel-category__header {
    margin-left: 40px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.section-travel-category__header {
    margin-left: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.section-travel-category__header {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.section-travel-category__header {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.section-travel-category__header {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.section-travel-category__header {
    margin-left: 60px;
  }
}
.concevity.section-travel-category__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  color: #f7f5f2;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.section-travel-category__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.section-travel-category__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.section-travel-category__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.section-travel-category__title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.section-travel-category__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.section-travel-category__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.section-travel-category__title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.section-travel-category__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.section-travel-category__title {
    font-size: 9.5vw;
    line-height: 9.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.section-travel-category__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.section-travel-category__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.section-travel-category__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.section-travel-category__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
.concevity.section-travel-category__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  color: #d5cdc3;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.section-travel-category__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .concevity.section-travel-category__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(6vw, 6vw);
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(6vw, 6vw);
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(6vw, 6vw);
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(6vw, 6vw);
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(4vw, 4.8vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(4vw, 4.8vw);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(2.4vw, 4.2vw);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(2.4vw, 4.2vw);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(2.4vw, 2.4vw);
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(2.4vw, 2.4vw);
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(2.4vw, 2.4vw);
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(2.4vw, 2.4vw);
  }
}
@media screen and (min-width: 5120px) {
  .concevity.section-travel-category__subtitle {
    transform: translate(2.4vw, 2.4vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .concevity .concevity.travel-category {
    margin-top: 50px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .concevity .concevity.travel-category {
    margin-top: 50px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .concevity .concevity.travel-category {
    margin-top: 50px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .concevity .concevity.travel-category {
    margin-top: 50px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .concevity .concevity.travel-category {
    margin-top: 50px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .concevity .concevity.travel-category {
    margin-top: 20px;
    margin-left: 110px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .concevity .concevity.travel-category {
    margin-top: 0;
    margin-left: 140px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .concevity .concevity.travel-category {
    margin-top: 0;
    margin-left: 14vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .concevity .concevity.travel-category {
    margin-top: 40px;
    margin-left: 17vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .concevity .concevity.travel-category {
    margin-top: 40px;
    margin-left: 18vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .concevity .concevity.travel-category {
    margin-top: 60px;
    margin-left: 20vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .concevity .concevity.travel-category {
    margin-top: 40px;
    margin-left: 16vw;
  }
}
@media screen and (min-width: 5120px) {
  .concevity .concevity.travel-category {
    margin-top: 40px;
    margin-left: 16vw;
  }
}

/* Grid Item (Link als Karte) */
.card {
  position: relative;
  display: flex;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  outline: none;
  isolation: isolate;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .card {
    justify-content: center;
    width: 90%;
    height: 70vh;
    max-height: 300px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .card {
    justify-content: center;
    width: 60%;
    height: 70vh;
    max-height: 330px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .card {
    justify-content: center;
    width: 60%;
    height: 70vh;
    max-height: 390px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .card {
    justify-content: center;
    width: 60%;
    height: 70vh;
    max-height: 450px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .card {
    justify-content: center;
    width: 46%;
    height: 60vh;
    max-height: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card {
    justify-content: center;
    width: 44%;
    height: 60vh;
    max-height: 600px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .card {
    justify-content: center;
    width: 50%;
    height: 60vh;
    max-height: 850px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .card {
    justify-content: center;
    width: 44%;
    height: 60vh;
    max-height: 600px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .card {
    width: 24vw;
    height: 39vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .card {
    width: 24vw;
    height: 39vw;
    max-width: 500px;
    max-height: 900px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .card {
    width: 24vw;
    height: 39vw;
    max-width: 500px;
    max-height: 900px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .card {
    width: 24vw;
  }
}
@media screen and (min-width: 5120px) {
  .card {
    width: 24vw;
  }
}

/* Bild mit einheitlichem Seitenverhältnis */
.card__media {
  display: block;
  width: 100%;
  aspect-ratio: 4/3; /* beliebig anpassen */
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.card__overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  /*
  inset: 0;
  z-index: 1;                     
  pointer-events: none;

   */
}
@media screen and (max-width: 1599.98px) {
  .card__overlay {
    opacity: 1;
  }
}
@media screen and (min-width: 1600px) {
  .card__overlay {
    opacity: 0;
  }
}

.card__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .card__title {
    font-size: 12.6vw;
    line-height: 12.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .card__title {
    font-size: 12.6vw;
    line-height: 12.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .card__title {
    font-size: 12.6vw;
    line-height: 12.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .card__title {
    font-size: 12.6vw;
    line-height: 12.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .card__title {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .card__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .card__title {
    font-size: 12.6vw;
    line-height: 12.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .card__title {
    font-size: 4.6vw;
    line-height: 4.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .card__title {
    font-size: 4.6vw;
    line-height: 4.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .card__title {
    font-size: 4.6vw;
    line-height: 4.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .card__title {
    font-size: 4.6vw;
    line-height: 4.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .card__title {
    font-size: 4.6vw;
    line-height: 4.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.card__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.85;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .card__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .card__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .card__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .card__subtitle {
    font-size: 6.5vw;
    line-height: 6.5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .card__subtitle {
    font-size: 5.1vw;
    line-height: 5.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card__subtitle {
    font-size: 4.6vw;
    line-height: 4.6vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .card__subtitle {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .card__subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .card__subtitle {
    font-size: 2.4vw;
    line-height: 2.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .card__subtitle {
    font-size: 2.4vw;
    line-height: 2.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .card__subtitle {
    font-size: 2.4vw;
    line-height: 2.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .card__subtitle {
    font-size: 2.4vw;
    line-height: 2.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .card__subtitle {
    font-size: 2.4vw;
    line-height: 2.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .card__subtitle {
    margin-bottom: -3px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .card__subtitle {
    margin-bottom: -3px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .card__subtitle {
    margin-bottom: -3px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .card__subtitle {
    margin-bottom: -3px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .card__subtitle {
    margin-bottom: -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card__subtitle {
    margin-bottom: -3px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .card__subtitle {
    margin-bottom: -3px;
  }
}
/* Hover + Tastaturfokus aktivieren Overlay */
.card:hover .card__overlay,
.card:focus-visible .card__overlay {
  opacity: 1;
  transform: translateY(0);
  background-color: rgba(255, 255, 255, 0.5);
}

/* dezente Interaktion */
/*
.card:active { transform: translateY(1px); }

@media (prefers-reduced-motion: reduce){
  .card__overlay { transition: none; transform: none; }
}

 */
/*
.js-swiper__about > div > .swiper-slide:not(.swiper-slide-active) > div > span {
  @include breakpoint.custom(0px, 767.98px) {

    transform: scale(1.8);
  }
}
*/
.travel-category-card__swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.travel-category-card__swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
}
.travel-category-card__swiper-slide:not(.swiper-slide-active) > div > a > div {
  display: none;
}

/*
.swiper-about__image {
  display: block;
  object-fit: cover;

  @media screen and (min-width: 0px) and (max-width: 319.98px) {
  width: 60%;
  height: 70vh;
  max-height: 500px;
}
  @media screen and (min-width: 320px) and (max-width: 374.98px) {
  width: 100%;
  height: 100%;

}

  @media screen and (min-width: 375px) and (max-width: 411.98px) {


  width: 100%;
  height: 100%;
}

  @media screen and (min-width: 412px) and (max-width: 539.98px) {


  width: 100%;
  height: 100%;
}

  @media screen and (min-width: 540px) and (max-width: 767.98px) {


  width: 100%;
  height: 100%;
}

  @media screen and (min-width: 768px) and (max-width: 1023.98px) {

}

  @media screen and (min-width: 1024px) and (max-width: 1365.98px) {

}

  @media screen and (min-width: 1366px) and (max-width: 1599.98px) {

}

  @media screen and (min-width: 1600px) and (max-width: 1919.98px) {
}

  @media screen and (min-width: 1920px) and (max-width: 2559.98px) {

}

  @media screen and (min-width: 2560px) and (max-width: 3839.98px) {

}

  @media screen and (min-width: 3840px) and (max-width: 5119.98px) {

}

  @media screen and (min-width: 5120px) {

}
}
*/
/*

@@media screen and (min-width: 768px) and (max-width: 1023.98px) {
height: 620px;
width: 450px;
}

@@media screen and (min-width: 1024px) and (max-width: 1399.98px) {
height: 800px;
width: 550px;
}

@@media screen and (min-width: 1400px) and (max-width: 1919.98px) {
height: 780px;
width: 552px;
}

@@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
height: 780px;
width: 552px;
}

@@media screen and (min-width: 2560px) {
height: 880px;
width: 620px;
}
*/
.swiper-about__image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.js-swiper__about {
  width: 100%;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* mittig, optional: flex-start */
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .grid {
    gap: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .grid {
    gap: 20px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .grid {
    gap: 20px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .grid {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .grid {
    gap: 3vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .grid {
    gap: 3vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .grid {
    gap: 3vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .grid {
    gap: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .grid {
    gap: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .grid {
    gap: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .grid {
    gap: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width: 5120px) {
  .grid {
    gap: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.slider-range {
  --items: 3;
  --value: 0;
  --track-height: 0.5px;
  --thumb-height: 1.5px;
  --hit-area-size: 44px;
  --track-inset: 24px;
  --line-extension: 50px;
  --track-bg: #000;
  --thumb-bg: #000;
  --focus-color: #005fcc;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
    margin-top: 28px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 5120px) {
  .slider-range {
    --line-extension: 20px;
    margin-left: -2px;
  }
}
.slider-range__visual {
  position: absolute;
  pointer-events: none;
}
.slider-range__track {
  position: absolute;
  border-radius: 999px;
  background: var(--track-bg);
}
.slider-range__track::before, .slider-range__track::after {
  content: "";
  position: absolute;
  background: inherit;
}
.slider-range__thumb {
  position: absolute;
  background: var(--thumb-bg);
  transition: left 160ms ease, top 160ms ease;
}
.slider-range__input {
  position: absolute;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  z-index: 2;
}
.slider-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1px;
  height: var(--hit-area-size);
}
.slider-range__input::-moz-range-thumb {
  width: 1px;
  height: var(--hit-area-size);
  border: 0;
}
.slider-range__input::-webkit-slider-runnable-track {
  background: transparent;
}
.slider-range__input::-moz-range-track {
  background: transparent;
}
.slider-range--horizontal {
  height: var(--hit-area-size);
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 240px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 310px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 360px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 420px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (min-width: 5120px) {
  .slider-range--horizontal {
    width: 100%;
    max-width: 740px;
  }
}
.slider-range--horizontal .slider-range__visual {
  inset: 0 var(--track-inset);
  top: 50%;
  height: var(--thumb-height);
  transform: translateY(-50%);
}
.slider-range--horizontal .slider-range__track {
  top: 50%;
  left: 0;
  right: 0;
  height: var(--track-height);
  transform: translateY(-50%);
}
.slider-range--horizontal .slider-range__track::before, .slider-range--horizontal .slider-range__track::after {
  top: 0;
  width: var(--line-extension);
  height: 100%;
}
.slider-range--horizontal .slider-range__track::before {
  right: 100%;
}
.slider-range--horizontal .slider-range__track::after {
  left: 100%;
}
.slider-range--horizontal .slider-range__thumb {
  top: 0;
  left: calc(var(--value) * (100% - 100% / var(--items)) / (var(--items) - 1));
  width: calc(100% / var(--items));
  height: var(--thumb-height);
}
.slider-range--horizontal .slider-range__input {
  inset: 0;
  width: 100%;
  height: var(--hit-area-size);
}
.slider-range--vertical {
  width: var(--hit-area-size);
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .slider-range--vertical {
    height: 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .slider-range--vertical {
    height: 200px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .slider-range--vertical {
    height: 240px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .slider-range--vertical {
    height: 260px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .slider-range--vertical {
    height: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .slider-range--vertical {
    height: 310px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .slider-range--vertical {
    height: 360px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .slider-range--vertical {
    height: 420px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .slider-range--vertical {
    height: 500px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .slider-range--vertical {
    height: 600px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .slider-range--vertical {
    height: 740px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .slider-range--vertical {
    height: 740px;
  }
}
@media screen and (min-width: 5120px) {
  .slider-range--vertical {
    height: 740px;
  }
}
.slider-range--vertical .slider-range__visual {
  inset: var(--track-inset) 0;
  left: 50%;
  width: var(--thumb-height);
  transform: translateX(-50%);
}
.slider-range--vertical .slider-range__track {
  top: 0;
  bottom: 0;
  left: 50%;
  width: var(--track-height);
  transform: translateX(-50%);
}
.slider-range--vertical .slider-range__track::before, .slider-range--vertical .slider-range__track::after {
  left: 0;
  width: 100%;
  height: var(--line-extension);
}
.slider-range--vertical .slider-range__track::before {
  bottom: 100%;
}
.slider-range--vertical .slider-range__track::after {
  top: 100%;
}
.slider-range--vertical .slider-range__thumb {
  left: 0;
  top: calc(var(--value) * (100% - 100% / var(--items)) / (var(--items) - 1));
  width: var(--thumb-height);
  height: calc(100% / var(--items));
}
.slider-range--vertical .slider-range__input {
  top: 50%;
  left: 50%;
  width: 400px;
  height: var(--hit-area-size);
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
}

.contact-header {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 124px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 124px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 134px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 144px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 174px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 174px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-header {
    margin-top: 200px;
    margin-left: 100px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-header {
    margin-top: 150px;
    margin-left: 200px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-header {
    margin-top: 150px;
    margin-left: 200px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-header {
    margin-top: 150px;
    margin-left: 200px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-header {
    margin-top: 200px;
    margin-left: 400px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-header {
    margin-top: 150px;
    margin-left: 200px;
  }
}
@media screen and (min-width: 5120px) {
  .contact-header {
    margin-top: 150px;
    margin-left: 200px;
  }
}

.contact-header__subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  position: absolute;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-header__subtitle {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-header__subtitle {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-header__subtitle {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-header__subtitle {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-header__subtitle {
    font-size: 5.5vw;
    line-height: 5.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-header__subtitle {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-header__subtitle {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-header__subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-header__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-header__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-header__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-header__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .contact-header__subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-header__subtitle {
    left: 12.1vw;
    top: -7.6vw;
    width: 169px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-header__subtitle {
    left: 12.1vw;
    top: -7.6vw;
    width: 169px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-header__subtitle {
    left: 12.1vw;
    top: -7.6vw;
    width: 184px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-header__subtitle {
    left: 12.1vw;
    top: -7.6vw;
    width: 240px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-header__subtitle {
    left: 12.1vw;
    top: -6.5vw;
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-header__subtitle {
    left: 9.1vw;
    top: -4.5vw;
    width: 304px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-header__subtitle {
    left: 1.9vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-header__subtitle {
    left: 5.7vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-header__subtitle {
    left: 5vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-header__subtitle {
    left: 5vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-header__subtitle {
    left: 3vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-header__subtitle {
    left: 5vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 5120px) {
  .contact-header__subtitle {
    left: 5vw;
    top: -0.5vw;
  }
}

.contact-header__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-header__title {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-header__title {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-header__title {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-header__title {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-header__title {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-header__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-header__title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-header__title {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-header__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-header__title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-header__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-header__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .contact-header__title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
.contact-header__subtitle-data {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  position: absolute;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-header__subtitle-data {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-header__subtitle-data {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-header__subtitle-data {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-header__subtitle-data {
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-header__subtitle-data {
    font-size: 5.5vw;
    line-height: 5.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-header__subtitle-data {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-header__subtitle-data {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-header__subtitle-data {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-header__subtitle-data {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-header__subtitle-data {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-header__subtitle-data {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-header__subtitle-data {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .contact-header__subtitle-data {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-header__subtitle-data {
    left: 11.1vw;
    top: -1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-header__subtitle-data {
    left: 11.1vw;
    top: -1.2vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-header__subtitle-data {
    left: 9.7vw;
    top: -1.2vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-header__subtitle-data {
    left: 8.7vw;
    top: -1.2vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-header__subtitle-data {
    left: 8.1vw;
    top: -1.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-header__subtitle-data {
    left: 5.3vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-header__subtitle-data {
    left: 3.2vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-header__subtitle-data {
    left: 2.7vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-header__subtitle-data {
    left: 2.7vw;
    top: -0.2vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-header__subtitle-data {
    left: 2.7vw;
    top: -0.2vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-header__subtitle-data {
    left: 2.2vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-header__subtitle-data {
    left: 5vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 5120px) {
  .contact-header__subtitle-data {
    left: 5vw;
    top: -0.5vw;
  }
}

.contact-header__title-data {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-header__title-data {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-header__title-data {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-header__title-data {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-header__title-data {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-header__title-data {
    font-size: 16vw;
    line-height: 16vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-header__title-data {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-header__title-data {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-header__title-data {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-header__title-data {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-header__title-data {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-header__title-data {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-header__title-data {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .contact-header__title-data {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
.contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact {
    height: 105vw;
    margin-top: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact {
    height: 105vw;
    margin-top: 14px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact {
    height: 105vw;
    margin-top: 14px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact {
    height: 115vw;
    margin-top: 14px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact {
    height: 95vw;
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact {
    height: 70vw;
    margin-top: 28px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact {
    height: 60.5vw;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact {
    height: 50.5vw;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact {
    height: 50.5vw;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact {
    height: 50.5vw;
    margin-top: 60px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact {
    height: 50.5vw;
    margin-top: 80px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact {
    height: 50.5vw;
    margin-top: 40px;
  }
}
@media screen and (min-width: 5120px) {
  .contact {
    height: 50.5vw;
    margin-top: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact--active {
    height: 170.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact--active {
    height: 170.5vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact--active {
    height: 170.5vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact--active {
    height: 170.5vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact--active {
    height: 120.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact--active {
    height: 90.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact--active {
    height: 90.5vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact--active {
    height: 67.5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact--active {
    height: 67.5vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact--active {
    height: 67.5vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact--active {
    height: 67.5vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact--active {
    height: 67.5vw;
  }
}
@media screen and (min-width: 5120px) {
  .contact--active {
    height: 67.5vw;
  }
}

.contact__elipse {
  background-image: url(https://www.joali.com/media/nkkfuqdz/joali-being-villa-pool-lifestyle_7-2260x1280px.jpg);
  background-size: contain;
  border-radius: 100px;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact__elipse {
    height: 100vw;
    width: 150vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact__elipse {
    height: 100vw;
    width: 150vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact__elipse {
    height: 100vw;
    width: 150vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact__elipse {
    height: 110vw;
    width: 220vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact__elipse {
    height: 90vw;
    width: 180vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact__elipse {
    height: 70vw;
    width: 130vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
    /*
    height: 65vh;
    width: 130vw;
    border-radius: 50%;
    */
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact__elipse {
    height: 60vw;
    width: 90vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact__elipse {
    height: 50vw;
    width: 80vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact__elipse {
    height: 50vw;
    width: 80vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact__elipse {
    height: 50vw;
    width: 80vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact__elipse {
    height: 50vw;
    width: 80vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact__elipse {
    height: 50vw;
    width: 80vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 5120px) {
  .contact__elipse {
    height: 50vw;
    width: 80vw;
    border-radius: 50%;
    transition: width 1000ms ease, height 1500ms ease;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact__elipse--active {
    height: 170vw;
    width: 255vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact__elipse--active {
    height: 170vw;
    width: 255vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact__elipse--active {
    height: 170vw;
    width: 255vw;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact__elipse--active {
    height: 170vw;
    width: 340vw;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact__elipse--active {
    height: 120vw;
    width: 240vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact__elipse--active {
    height: 90vw;
    width: 180vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact__elipse--active {
    height: 90vw;
    width: 135vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact__elipse--active {
    width: 110vw;
    height: 67vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact__elipse--active {
    width: 110vw;
    height: 67vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact__elipse--active {
    width: 110vw;
    height: 67vw;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact__elipse--active {
    width: 110vw;
    height: 67vw;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact__elipse--active {
    width: 110vw;
    height: 67vw;
  }
}
@media screen and (min-width: 5120px) {
  .contact__elipse--active {
    width: 110vw;
    height: 67vw;
  }
}

.contact__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact__wrapper {
    height: 60vh;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact__wrapper {
    height: 60vh;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact__wrapper {
    height: 60vh;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact__wrapper {
    height: 60vh;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact__wrapper {
    height: 60vh;
  }
}
.contact__header {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact__header {
    margin-top: 40px;
  }
}
@media screen and (min-width: 5120px) {
  .contact__header {
    margin-top: 40px;
  }
}

.data-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
}
.data-section__circle {
  background-color: #d5cdc3;
  position: absolute;
  z-index: 0; /* <- hinter dem Content */
  pointer-events: none; /* <- blockiert keine Klicks */
  border-radius: 50%;
  top: 0;
  left: -45%;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .data-section__circle {
    height: 600px;
    width: 600px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .data-section__circle {
    height: 600px;
    width: 600px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .data-section__circle {
    height: 800px;
    width: 800px;
    top: 0;
    left: -46%;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .data-section__circle {
    height: 800px;
    width: 800px;
    top: 0;
    left: -46%;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .data-section__circle {
    height: 800px;
    width: 800px;
    top: 0;
    left: -24%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .data-section__circle {
    height: 1000px;
    width: 1000px;
    top: 0;
    left: -15%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .data-section__circle {
    height: 2000px;
    width: 2000px;
    top: 0;
    left: -45%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .data-section__circle {
    height: 2000px;
    width: 2000px;
    top: 0;
    left: -25%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .data-section__circle {
    height: 3000px;
    width: 3000px;
    top: 0;
    left: -45%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .data-section__circle {
    height: 3000px;
    width: 3000px;
    top: 0;
    left: -30%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .data-section__circle {
    height: 4000px;
    width: 4000px;
    top: 0;
    left: -31%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .data-section__circle {
    height: 1000px;
    width: 1000px;
    top: 0;
    left: -15%;
  }
}
@media screen and (min-width: 5120px) {
  .data-section__circle {
    height: 1000px;
    width: 1000px;
    top: 0;
    left: -15%;
  }
}

.data-section__inspire-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .data-section__inspire-container {
    margin-top: 40px;
    gap: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .data-section__inspire-container {
    margin-top: 40px;
    gap: 14px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .data-section__inspire-container {
    margin-top: 40px;
    gap: 14px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .data-section__inspire-container {
    margin-top: 50px;
    gap: 14px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .data-section__inspire-container {
    margin-top: 50px;
    gap: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .data-section__inspire-container {
    margin-top: 60px;
    gap: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .data-section__inspire-container {
    margin-top: 80px;
    gap: 14px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .data-section__inspire-container {
    margin-top: 80px;
    gap: 14px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .data-section__inspire-container {
    margin-top: 80px;
    gap: 30px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .data-section__inspire-container {
    margin-top: 100px;
    gap: 30px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .data-section__inspire-container {
    margin-top: 150px;
    gap: 60px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .data-section__inspire-container {
    margin-top: 40px;
    gap: 14px;
  }
}
@media screen and (min-width: 5120px) {
  .data-section__inspire-container {
    margin-top: 40px;
    gap: 14px;
  }
}

.data-section__inspire-subtitle {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .data-section__inspire-subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .data-section__inspire-subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .data-section__inspire-subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .data-section__inspire-subtitle {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .data-section__inspire-subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .data-section__inspire-subtitle {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .data-section__inspire-subtitle {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .data-section__inspire-subtitle {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .data-section__inspire-subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .data-section__inspire-subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .data-section__inspire-subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .data-section__inspire-subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .data-section__inspire-subtitle {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}

.data-section__title-wrapper {
  display: flex;
  justify-content: center;
  z-index: 1000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .data-section__title-wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .data-section__title-wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .data-section__title-wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .data-section__title-wrapper {
    margin-top: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .data-section__title-wrapper {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .data-section__title-wrapper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .data-section__title-wrapper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .data-section__title-wrapper {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .data-section__title-wrapper {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .data-section__title-wrapper {
    margin-top: 90px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .data-section__title-wrapper {
    margin-top: 130px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .data-section__title-wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 5120px) {
  .data-section__title-wrapper {
    margin-top: 30px;
  }
}

.data-section__inspire-title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .data-section__inspire-title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .data-section__inspire-title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .data-section__inspire-title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .data-section__inspire-title {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .data-section__inspire-title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .data-section__inspire-title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .data-section__inspire-title {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .data-section__inspire-title {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .data-section__inspire-title {
    font-size: 9.5vw;
    line-height: 9.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .data-section__inspire-title {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .data-section__inspire-title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .data-section__inspire-title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .data-section__inspire-title {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}

.data-section__info-wrapper {
  display: flex;
  z-index: 1000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .data-section__info-wrapper {
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .data-section__info-wrapper {
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .data-section__info-wrapper {
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .data-section__info-wrapper {
    gap: 40px;
    margin-top: 30px;
    justify-content: center;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .data-section__info-wrapper {
    gap: 40px;
    margin-top: 30px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .data-section__info-wrapper {
    gap: 40px;
    margin-top: 30px;
    width: 80%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .data-section__info-wrapper {
    gap: 40px;
    margin-top: 30px;
    width: 80%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .data-section__info-wrapper {
    gap: 40px;
    margin-top: 50px;
    width: 60%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .data-section__info-wrapper {
    gap: 40px;
    margin-top: 70px;
    width: 60%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .data-section__info-wrapper {
    gap: 40px;
    margin-top: 70px;
    width: 60%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .data-section__info-wrapper {
    gap: 120px;
    margin-top: 90px;
    width: 60%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .data-section__info-wrapper {
    gap: 40px;
    margin-top: 30px;
    width: 80%;
  }
}
@media screen and (min-width: 5120px) {
  .data-section__info-wrapper {
    gap: 40px;
    margin-top: 30px;
    width: 80%;
  }
}

.data-section__info-wrapper2 {
  display: flex;
  flex-direction: column;
}

.data-section__text {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .data-section__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .data-section__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .data-section__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .data-section__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .data-section__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .data-section__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .data-section__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .data-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .data-section__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .data-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .data-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .data-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .data-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.data-section__text2 {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  font-variant: lining-nums;
  color: #000000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .data-section__text2 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .data-section__text2 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .data-section__text2 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .data-section__text2 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .data-section__text2 {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .data-section__text2 {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .data-section__text2 {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .data-section__text2 {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .data-section__text2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .data-section__text2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .data-section__text2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .data-section__text2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .data-section__text2 {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}

.data-section__inspire-subtitle {
  position: relative;
  z-index: 100;
}
.contact-form {
  position: relative;
  z-index: 100;
}
.contact-form__wrapper {
  display: flex;
  flex-direction: column;
  transition: opacity 1500ms ease;
  opacity: 0;
}
.contact-form__wrapper--active {
  opacity: 1;
}
.contact-form__wrapper--dnone {
  display: none;
}

.contact-form__field-wrapper {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-form__field-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-form__field-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-form__field-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-form__field-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-form__field-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-form__field-wrapper {
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-form__field-wrapper {
    gap: 60px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-form__field-wrapper {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-form__field-wrapper {
    gap: 60px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-form__field-wrapper {
    gap: 60px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-form__field-wrapper {
    gap: 60px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-form__field-wrapper {
    gap: 60px;
  }
}
@media screen and (min-width: 5120px) {
  .contact-form__field-wrapper {
    gap: 60px;
  }
}
.contact-form__field-wrapper--buton {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form__submit-button {
  background-color: #ffffff;
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #707070;
  color: #000000;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-form__submit-button {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-form__submit-button {
    font-size: 4.3vw;
    line-height: 4.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-form__submit-button {
    font-size: 3.9vw;
    line-height: 3.9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-form__submit-button {
    font-size: 3.9vw;
    line-height: 3.9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-form__submit-button {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-form__submit-button {
    font-size: 2.2vw;
    line-height: 2.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-form__submit-button {
    font-size: 1.6vw;
    line-height: 2.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-form__submit-button {
    font-size: 1.2vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-form__submit-button {
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-form__submit-button {
    font-size: 1.4vw;
    line-height: 1.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-form__submit-button {
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-form__submit-button {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .contact-form__submit-button {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-form__submit-button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 14px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-form__submit-button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 14px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-form__submit-button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 18px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-form__submit-button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 22px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-form__submit-button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 26px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-form__submit-button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 32px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-form__submit-button {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 44px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-form__submit-button {
    margin-top: 40px;
    padding-left: 26px;
    padding-right: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 44px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-form__submit-button {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 26px;
    padding-top: 18px;
    padding-bottom: 18px;
    gap: 54px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-form__submit-button {
    margin-top: 40px;
    padding-left: 36px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 72px;
    border-radius: 60px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-form__submit-button {
    margin-top: 80px;
    padding-left: 48px;
    padding-right: 32px;
    padding-top: 26px;
    padding-bottom: 26px;
    gap: 90px;
    border-radius: 70px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-form__submit-button {
    margin-top: 80px;
    padding-left: 48px;
    padding-right: 32px;
    padding-top: 26px;
    padding-bottom: 26px;
    gap: 90px;
    border-radius: 70px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 5120px) {
  .contact-form__submit-button {
    margin-top: 40px;
    padding-left: 36px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 72px;
    border-radius: 60px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}

.contact-form__field {
  background-color: #ffffff;
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #707070;
  color: #000000;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-form__field {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-form__field {
    font-size: 4.3vw;
    line-height: 4.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-form__field {
    font-size: 3.9vw;
    line-height: 3.9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-form__field {
    font-size: 3.9vw;
    line-height: 3.9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-form__field {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-form__field {
    font-size: 2.2vw;
    line-height: 2.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-form__field {
    font-size: 1.6vw;
    line-height: 2.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-form__field {
    font-size: 1.2vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-form__field {
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-form__field {
    font-size: 1.4vw;
    line-height: 1.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-form__field {
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-form__field {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .contact-form__field {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .contact-form__field {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 14px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .contact-form__field {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 14px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .contact-form__field {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 18px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .contact-form__field {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 22px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .contact-form__field {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 26px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-form__field {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 32px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .contact-form__field {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 44px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .contact-form__field {
    margin-top: 40px;
    padding-left: 26px;
    padding-right: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 44px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .contact-form__field {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 26px;
    padding-top: 18px;
    padding-bottom: 18px;
    gap: 54px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .contact-form__field {
    margin-top: 40px;
    padding-left: 36px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 72px;
    border-radius: 60px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .contact-form__field {
    margin-top: 80px;
    padding-left: 48px;
    padding-right: 32px;
    padding-top: 26px;
    padding-bottom: 26px;
    gap: 90px;
    border-radius: 70px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .contact-form__field {
    margin-top: 80px;
    padding-left: 48px;
    padding-right: 32px;
    padding-top: 26px;
    padding-bottom: 26px;
    gap: 90px;
    border-radius: 70px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 5120px) {
  .contact-form__field {
    margin-top: 40px;
    padding-left: 36px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 72px;
    border-radius: 60px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
.info-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}
@media screen and (min-width: 5120px) {
  .info-section--contact-data {
    margin-top: 0px;
  }
}

.info-section__info-container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .info-section__info-container {
    width: 80%;
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .info-section__info-container {
    width: 80%;
    flex-direction: column;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .info-section__info-container {
    width: 80%;
    flex-direction: column;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .info-section__info-container {
    width: 80%;
    flex-direction: column;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .info-section__info-container {
    width: 80%;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__info-container {
    width: 90%;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__info-container {
    width: 90%;
    gap: 40px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__info-container {
    width: 70%;
    gap: 100px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__info-container {
    width: 70%;
    gap: 100px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__info-container {
    width: 70%;
    gap: 140px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__info-container {
    width: 70%;
    gap: 220px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__info-container {
    width: 70%;
    gap: 220px;
  }
}
@media screen and (min-width: 5120px) {
  .info-section__info-container {
    width: 70%;
    gap: 220px;
  }
}

@media screen and (max-width: 1599.98px) {
  .info-section__info-container2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .info-section__info-container2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.info-section__info-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__info-wrapper--first {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__info-wrapper--first {
    width: 50%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__info-wrapper--first {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__info-wrapper--first {
    width: 50%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__info-wrapper--first {
    width: 50%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__info-wrapper--first {
    width: 50%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__info-wrapper--first {
    width: 50%;
  }
}
@media screen and (min-width: 5120px) {
  .info-section__info-wrapper--first {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__info-wrapper--second {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__info-wrapper--second {
    width: 25%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__info-wrapper--second {
    width: 25%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__info-wrapper--second {
    width: 25%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__info-wrapper--second {
    width: 25%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__info-wrapper--second {
    width: 25%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__info-wrapper--second {
    width: 25%;
  }
}
@media screen and (min-width: 5120px) {
  .info-section__info-wrapper--second {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__info-wrapper--third {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__info-wrapper--third {
    width: 25%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__info-wrapper--third {
    width: 25%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__info-wrapper--third {
    width: 25%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__info-wrapper--third {
    width: 25%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__info-wrapper--third {
    width: 25%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__info-wrapper--third {
    width: 25%;
  }
}
@media screen and (min-width: 5120px) {
  .info-section__info-wrapper--third {
    width: 25%;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .info-section__info-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .info-section__info-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .info-section__info-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .info-section__info-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .info-section__info-wrapper {
    width: 100%;
  }
}
.info-section__title {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .info-section__title {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .info-section__title {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .info-section__title {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .info-section__title {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .info-section__title {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__title {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__title {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__title {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__title {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__title {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__title {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__title {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .info-section__title {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 5120px) {
  .info-section__title {
    margin-top: 20px;
    margin-bottom: 4px;
  }
}

.info-section__text {
  color: #000000;
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .info-section__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .info-section__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .info-section__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .info-section__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .info-section__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .info-section__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.info-section__button {
  background-color: #ffffff;
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #707070;
  color: #000000;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .info-section__button {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .info-section__button {
    font-size: 4.3vw;
    line-height: 4.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .info-section__button {
    font-size: 3.9vw;
    line-height: 3.9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .info-section__button {
    font-size: 3.9vw;
    line-height: 3.9vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .info-section__button {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__button {
    font-size: 2.2vw;
    line-height: 2.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__button {
    font-size: 1.6vw;
    line-height: 2.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__button {
    font-size: 1.2vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__button {
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__button {
    font-size: 1.4vw;
    line-height: 1.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__button {
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__button {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .info-section__button {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .info-section__button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 14px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .info-section__button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 24px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .info-section__button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 28px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .info-section__button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 36px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .info-section__button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 40px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 32px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__button {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 44px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__button {
    margin-top: 40px;
    padding-left: 26px;
    padding-right: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 50px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__button {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 26px;
    padding-top: 18px;
    padding-bottom: 18px;
    gap: 60px;
    border-radius: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__button {
    margin-top: 40px;
    padding-left: 36px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 80px;
    border-radius: 60px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__button {
    margin-top: 80px;
    padding-left: 48px;
    padding-right: 32px;
    padding-top: 26px;
    padding-bottom: 26px;
    gap: 110px;
    border-radius: 70px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__button {
    margin-top: 80px;
    padding-left: 48px;
    padding-right: 32px;
    padding-top: 26px;
    padding-bottom: 26px;
    gap: 90px;
    border-radius: 70px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 5120px) {
  .info-section__button {
    margin-top: 40px;
    padding-left: 36px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 72px;
    border-radius: 60px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 8px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 10px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 10px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 12px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 12px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 14px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 20px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 24px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .info-section__icon-button {
    height: 100%;
    width: 24px;
  }
}
@media screen and (min-width: 5120px) {
  .info-section__icon-button {
    height: 100%;
    width: 24px;
  }
}

.media-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
}
.media-section__image {
  width: 60%;
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .media-section__image {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .media-section__image {
    width: 45%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .media-section__image {
    width: 45%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .media-section__image {
    width: 45%;
  }
}

@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .media-section__slider {
    margin-top: 50px;
  }
}
@media screen and (min-width: 5120px) {
  .media-section__slider {
    margin-top: 50px;
  }
}

.convevity.travel-details {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .convevity.travel-details {
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .convevity.travel-details {
    flex-direction: column;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .convevity.travel-details {
    flex-direction: column;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .convevity.travel-details {
    flex-direction: column;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .convevity.travel-details {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .convevity.travel-details {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .convevity.travel-details {
    flex-direction: column;
  }
}
@media screen and (min-width: 0px) and (max-width: 1599.98px) {
  .convevity.travel-details__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .convevity.travel-details__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.convevity.travel-details__media {
  overflow: hidden;
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .convevity.travel-details__media {
    max-width: 54%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .convevity.travel-details__media {
    max-width: 54%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .convevity.travel-details__media {
    max-width: 54%;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .convevity.travel-details__media {
    max-width: 54%;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .convevity.travel-details__media {
    max-width: 54%;
  }
}
@media screen and (min-width: 5120px) {
  .convevity.travel-details__media {
    max-width: 54%;
  }
}
.convevity.travel-details__image {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 80vw;
    max-height: 520px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 60vw;
    max-height: 240px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 60vw;
    max-height: 240px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 60vw;
    max-height: 240px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 60vw;
    max-height: 240px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 60vw;
    max-height: 340px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 60vw;
    max-height: 424px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 80vw;
    max-height: 410px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 80vw;
    max-height: 450px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 80vw;
    max-height: 550px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 80vw;
    max-height: 740px;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 80vw;
    max-height: 520px;
  }
}
@media screen and (min-width: 5120px) {
  .convevity.travel-details__image {
    width: 100vw;
    height: 80vw;
    max-height: 520px;
  }
}
.convevity.travel-details__aside {
  flex: 1 1 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(1rem, 2vw, 2rem);
  padding-block: clamp(0.5rem, 1vw, 1.25rem);
}
.convevity.travel-details__text-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.convevity.travel-details__text {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .convevity.travel-details__text {
    font-size: 3.1vw;
    line-height: 3.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .convevity.travel-details__text {
    font-size: 3.3vw;
    line-height: 4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .convevity.travel-details__text {
    font-size: 3.1vw;
    line-height: 3.8vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .convevity.travel-details__text {
    font-size: 3vw;
    line-height: 4.1vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .convevity.travel-details__text {
    font-size: 2.4vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .convevity.travel-details__text {
    font-size: 1.8vw;
    line-height: 2.4vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .convevity.travel-details__text {
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .convevity.travel-details__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .convevity.travel-details__text {
    font-size: 0.8vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .convevity.travel-details__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .convevity.travel-details__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .convevity.travel-details__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (min-width: 5120px) {
  .convevity.travel-details__text {
    font-size: 0.8vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.convevity.travel-details__kicker {
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #d5cdc3;
  text-transform: uppercase;
  color: #000;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .convevity.travel-details__kicker {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .convevity.travel-details__kicker {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .convevity.travel-details__kicker {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .convevity.travel-details__kicker {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .convevity.travel-details__kicker {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .convevity.travel-details__kicker {
    font-size: 5.9vw;
    line-height: 5.9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .convevity.travel-details__kicker {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .convevity.travel-details__kicker {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .convevity.travel-details__kicker {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .convevity.travel-details__kicker {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .convevity.travel-details__kicker {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .convevity.travel-details__kicker {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .convevity.travel-details__kicker {
    font-size: 2.7vw;
    line-height: 2.7vw;
    letter-spacing: 0;
  }
}
.convevity.travel-details__display {
  /*
  position: absolute;
  inset-inline: -6px 0;
  bottom: clamp(-6px, -0.2vw, -2px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: $display-tracking;
  color: $display-fg;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  font-size: clamp(3.5rem, 11vw, 11rem);
   */
  font-variant: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  color: #d5cdc3;
}
@media screen and (min-width: 0px) and (max-width: 319.98px) {
  .convevity.travel-details__display {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .convevity.travel-details__display {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411.98px) {
  .convevity.travel-details__display {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 539.98px) {
  .convevity.travel-details__display {
    font-size: 19vw;
    line-height: 19vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767.98px) {
  .convevity.travel-details__display {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .convevity.travel-details__display {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365.98px) {
  .convevity.travel-details__display {
    font-size: 14vw;
    line-height: 14vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  .convevity.travel-details__display {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919.98px) {
  .convevity.travel-details__display {
    font-size: 9.5vw;
    line-height: 9.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559.98px) {
  .convevity.travel-details__display {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) and (max-width: 3839.98px) {
  .convevity.travel-details__display {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 3840px) and (max-width: 5119.98px) {
  .convevity.travel-details__display {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 5120px) {
  .convevity.travel-details__display {
    font-size: 8.6vw;
    line-height: 8.6vw;
    letter-spacing: 0;
  }
}

/*
.hero {
  // flex-wrap: wrap;
  // align-items: stretch;
  // justify-content: space-between;
  // gap: $gap-xl;
  // min-height: 100vh;

  @include layout.min-height-viewport(100, 1svh);
  @include layout.flexbox(row, center, center);

  @include breakpoint.preset(mobile-s) {
    // margin-top: 160px;
    flex-direction: column;
  }

  @include breakpoint.preset(mobile-m) {
    // margin-top: 160px;
    flex-direction: column;
  }

  @include breakpoint.preset(mobile-l) {
    // margin-top: 160px;
    flex-direction: column;
  }

  @include breakpoint.preset(mobile-xl) {
    // margin-top: 160px;
    flex-direction: column;
  }

  @include breakpoint.preset(tablet-s) {
    // margin-top: 160px;
    flex-direction: column;
  }

  @include breakpoint.preset(tablet-m) {
    // margin-top: 160px;
    flex-direction: column;
  }

  @include breakpoint.preset(tablet-l) {
    // margin-top: 160px;
    flex-direction: column;
  }

  @include breakpoint.preset(tablet-xl) {
    // margin-top: 160px;
  }

  @include breakpoint.preset(desktop-s) {
    // margin-top: 360px;
  }

  @include breakpoint.preset(desktop-m) {
    // margin-top: 360px;
  }

  @include breakpoint.preset(desktop-l) {
    // margin-top: 360px;
  }

  @include breakpoint.preset(desktop-xl) {
    // margin-top: 360px;
  }

  @include breakpoint.preset(desktop-xxl) {
    // margin-top: 360px;
  }

  &__container{
    display: flex;
    justify-content: center;
    align-items: center;
  }


  // ===== linke Seite: Bild =====
  &__media {
    // flex: 2.1 1 500px;
    // border-radius: $radius;
    overflow: hidden;
    // background: #d7e7e4; // Fallback Farbe
    @include breakpoint.preset(tablet-xl) {
      max-width: 54%;
    }

    @include breakpoint.preset(desktop-s) {
      max-width: 54%;
    }

    @include breakpoint.preset(desktop-m) {
      max-width: 54%;
    }

    @include breakpoint.preset(desktop-l) {
      max-width: 54%;
    }

    @include breakpoint.preset(desktop-xl) {
      max-width: 54%;
    }

    @include breakpoint.preset(desktop-xxl) {
      max-width: 54%;
    }
  }

  &__image {
    display: block;
    width: 100%;
    // height: clamp(360px, 48vw, 520px);
    object-fit: cover;

    @include breakpoint.preset(mobile-s) {
      width: 100vw;
      height: 80vw;
      max-height: 520px;
    }

    @include breakpoint.preset(mobile-m) {
      width: 100vw;
      height: 60vw;
      max-height: 240px;
      padding-right: 30px;
    }

    @include breakpoint.preset(mobile-l) {
      width: 100vw;
      height: 60vw;
      max-height: 240px;
      padding-right: 40px;
    }

    @include breakpoint.preset(mobile-xl) {
      width: 100vw;
      height: 60vw;
      max-height: 240px;
      padding-right: 40px;
    }

    @include breakpoint.preset(tablet-s) {
      width: 100vw;
      height: 60vw;
      max-height: 240px;
      padding-right: 50px;
    }

    @include breakpoint.preset(tablet-m) {
      width: 100vw;
      height: 60vw;
      max-height: 340px;
      padding-right: 50px;
    }

    @include breakpoint.preset(tablet-l) {
      width: 100vw;
      height: 60vw;
      max-height: 424px;
      padding-right: 60px;
    }

    @include breakpoint.preset(tablet-xl) {
      width: 100vw;
      height: 80vw;
      max-height: 410px;
    }

    @include breakpoint.preset(desktop-s) {
      width: 100vw;
      height: 80vw;
      max-height: 450px;
    }

    @include breakpoint.preset(desktop-m) {
      width: 100vw;
      height: 80vw;
      max-height: 550px;
    }

    @include breakpoint.preset(desktop-l) {
      width: 100vw;
      height: 80vw;
      max-height: 740px;
    }

    @include breakpoint.preset(desktop-xl) {
      width: 100vw;
      height: 80vw;
      max-height: 520px;
    }

    @include breakpoint.preset(desktop-xxl) {
      width: 100vw;
      height: 80vw;
      max-height: 520px;
    }
  }

  // ===== rechte Seite: Text =====
  &__aside {
    flex: 1 1 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(1rem, 2vw, 2rem);
    padding-block: clamp(0.5rem, 1vw, 1.25rem);
  }

  &__headline{

  }

  &__text-area{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  &__text {
    // @include fluid-type(0.95rem, 1.05rem);
    // color: $muted;
    // max-width: 38ch;
    // margin: 0;
    @include font.text();
  }

  &__kicker {
    //margin: 0;
    //font-weight: 500;
    //letter-spacing: $kicker-tracking;
    //@include fluid-type(1.6rem, 2rem);
    @include font.subtitle;
    color: #000;
  }

  // ===== dekoratives XXL-Wort =====
  &__display {
    /*
    position: absolute;
    inset-inline: -6px 0;
    bottom: clamp(-6px, -0.2vw, -2px);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: $display-tracking;
    color: $display-fg;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    font-size: clamp(3.5rem, 11vw, 11rem);

    @include font.title;
    color: variable.$color-light-taupe;
  }
}
*/
.info-section__media-slot {
  width: 100%;
  height: clamp(260px, 42svh, 620px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .info-section__media-slot {
    height: clamp(10px, 1svh, 620px);
  }
}

.info-section__info-container {
  position: relative !important;
  z-index: 2 !important;
}

.info-section__info-container:first-of-type {
  padding-top: var(--details-media-space, 0px);
}

[data-gsap=travel-category-gallery] {
  transform-origin: top center;
  will-change: transform;
  position: relative;
  z-index: 10;
}

.info-section {
  position: relative;
}

[data-gsap=travel-category-gallery] {
  display: none;
  transform-origin: top center;
  will-change: transform;
  position: relative;
  z-index: 10;
}

[data-gsap=travel-category-gallery].is-active {
  display: flex;
}

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