@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/GT-Haptik-Light.woff2") format("woff2"), url("../fonts/GT-Haptik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Haptik";
  src: url("../fonts/GT-Haptik-Light.woff2") format("woff2"), url("../fonts/GT-Haptik-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Grotesk";
  src: url("../fonts/PPRadioGrotesk-Bold.eot");
  src: url("../fonts/PPRadioGrotesk-Bold.woff2") format("woff2"), url("../fonts/PPRadioGrotesk-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Grotesk";
  src: url("../fonts/PPRadioGrotesk-Regular.eot");
  src: url("../fonts/PPRadioGrotesk-Regular.woff2") format("woff2"), url("../fonts/PPRadioGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Grotesk";
  src: url("../fonts/PPRadioGrotesk-Light.eot");
  src: url("../fonts/PPRadioGrotesk-Light.woff2") format("woff2"), url("../fonts/PPRadioGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

:root {
  --pad: 100px;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:hover {
  color: black;
}

body {
  font-family: "Radio Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-color: #E5E5E5;
}

button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
}
button:focus {
  outline: none;
}

h1 {
  font-family: "GT Haptik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 270px;
  line-height: 275px;
  text-align: center;
  text-transform: uppercase;
  color: #F4A384;
}

h2 {
  font-family: "GT Haptik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 144px;
  line-height: 151px;
  text-align: center;
  text-transform: uppercase;
  color: #F4A384;
}

h3 {
  font-family: "GT Haptik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 67px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media screen and (max-width: 1650px) {
  body .page-tile {
    top: 190px;
  }
  body .page-tile h1 {
    font-size: 120px;
    line-height: 120px;
  }
  body h1 {
    font-size: 120px;
    line-height: 120px;
  }
  body h2 {
    font-size: 100px;
    line-height: 104px;
  }
  body h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1360px) {
  body .page-tile {
    top: 190px;
  }
  body .page-tile h1 {
    font-size: 90px;
    line-height: 95px;
  }
}
@media screen and (max-width: 1100px) {
  :root {
    --pad: 50px;
  }

  body .page-tile h1 {
    font-size: 80px;
    line-height: 85px;
  }
  body h1 {
    font-size: 55px;
    line-height: 60px;
  }
  body h2 {
    font-size: 52px;
    line-height: 55px;
  }
  body h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --pad: 50px;
  }

  body .section-2 .float-image {
    right: 0px;
    top: 55%;
    position: absolute;
    height: 516px;
    width: 392px;
  }
  body .section-2 .main-image {
    width: 800px;
    height: 614px;
    overflow: hidden;
  }
  body .section-2 {
    padding-right: 0px;
    padding-left: 0;
  }
  body .header-text {
    display: none;
  }
  body .page-tile h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
.modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  align-items: center;
}
.modal-menu .modal-menu-content {
  padding: 50px var(--pad);
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.modal-menu.menu-show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.modal-menu .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button {
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 50px var(--pad);
  z-index: 95;
  align-items: center;
}
.header .header-text {
  text-align: center;
  font-family: "Radio Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #787264;
  padding: 0 25px;
  max-width: 588px;
  margin: 0 auto;
}
.header .logo {
  width: 280px;
}
.header .menu-area {
  width: 280px;
  text-align: right;
}

.modal-menu-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100%;
}

.menu-items {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 200px;
}
.menu-items a {
  display: block;
  position: relative;
}
.menu-items a.menu-item-1 {
  padding-left: 150px;
}
.menu-items a.menu-item-3 {
  padding-left: 50px;
}
.menu-items a.menu-item-4 {
  padding-left: 500px;
}
.menu-items a:hover .menu-text {
  color: #F4A384;
}
.menu-items a:hover .menu-image {
  opacity: 1;
}
.menu-items a .menu-small-num {
  position: absolute;
  top: 20px;
  left: 0;
  font-family: "Radio Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #787264;
}
.menu-items a .menu-text {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-family: "Cosi Times", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 120px;
  line-height: 125px;
  text-transform: uppercase;
  color: #787264;
}
.menu-items a .menu-image {
  padding: 0px 10px;
  opacity: 0;
}
.menu-items a .menu-image img {
  width: 156px;
  height: 90px;
}

.hover-item-1 {
  background-color: #E5E5E5;
}

.hover-item-2 {
  background-color: #E5DDD6;
}

.hover-item-3 {
  background-color: #E5E5E5;
}

.hover-item-4 {
  background-color: #E5DDD6;
}

footer {
  padding: 50px var(--pad);
}
footer .footer-area {
  display: flex;
  justify-content: space-between;
  color: #787264;
}
footer .footer-area a {
  color: #787264;
}

.page-tile {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  padding: 0 var(--pad);
  z-index: 90;
  pointer-events: none;
}
.page-tile h1 {
  font-size: 9vmax;
  line-height: 9.3vmax;
}

.main {
  padding: 250px var(--pad);
  padding-bottom: 80px;
}

.section {
  max-width: 1920px;
  margin: 0 auto;
}
.section .row {
  display: flex;
}
.section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  overflow: hidden;
}

.card-item {
  width: 50%;
  position: relative;
  background: rgba(26, 26, 26, 0.35);
  background-blend-mode: multiply;
  transition: all 0.6s ease-in-out;
}
.card-item.hover {
  width: 55%;
}
.card-item.slave-hover {
  width: 45%;
}
.card-item.slave-hover .text-area {
  opacity: 0.5;
}
.card-item .image-area {
  width: 100%;
  height: 60vw;
  max-height: 1160px;
}
.card-item .text-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  padding: 80px max(10vw, 80px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.card-item .text-area .text-area-inner {
  width: 30vw;
}
.card-item .text-area h3 {
  padding-bottom: 20px;
}
.card-item .text-area p {
  padding-bottom: 20px;
}
.card-item .text-area .action {
  font-family: "Radio Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4A384;
  background-image: url("/static/icons/arrow_pink.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 80px;
}

.section-2 {
  padding: 210px 120px;
  text-align: center;
  position: relative;
}
.section-2 .small-title {
  padding-bottom: 70px;
}
.section-2 h2 {
  padding-bottom: 90px;
}
.section-2 .main-image {
  width: 100%;
  height: 826px;
  overflow: hidden;
}
.section-2 .float-image {
  right: 0px;
  top: 55%;
  position: absolute;
  height: 676px;
  width: 514px;
  z-index: -1;
  overflow: hidden;
}
.section-2 .text-area {
  color: #787264;
  padding-top: 50px;
  text-align: left;
  max-width: 418px;
}

.section-3 {
  padding: 100px 120px;
  text-align: center;
  position: relative;
}
.section-3 h2 {
  margin-right: 20vw;
  text-align: left;
}
.section-3 .text-area {
  color: #787264;
  padding-top: 50px;
  text-align: left;
  max-width: 418px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  footer {
    padding: 30px;
  }

  body .page-tile {
    top: 210px;
  }
  body .page-tile h1 {
    font-size: 70px;
    line-height: 75px;
  }

  body .section {
    max-width: 1920px;
    margin: 0 auto;
  }
  body .section .row {
    display: flex;
    flex-direction: column;
  }
  body .section-2 .main-image {
    width: 85%;
    height: 614px;
    overflow: hidden;
  }
  body .section-2 .float-image {
    top: 45%;
  }
  body .section-3 {
    padding-left: 0;
    padding-right: 0;
  }
  body .section-2 .text-area {
    max-width: 300px;
    padding-top: 200px;
  }
  body .card-item .image-area {
    width: 100%;
    height: 460px;
    max-height: 1160px;
  }
  body .card-item {
    width: 100%;
  }
  body .card-item .text-area {
    padding: 40px;
  }
  body .card-item .text-area .text-area-inner {
    width: 100%;
  }
  body .card-item.hover {
    width: 100%;
  }
  body .card-item.slave-hover {
    width: 100%;
  }
  body .card-item.slave-hover .text-area {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  body .page-tile {
    top: 210px;
  }
  body .page-tile h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (max-width: 711px) {
  :root {
    --pad: 0px;
  }

  body .card-item .text-area {
    padding: 30px;
  }

  body .page-tile {
    display: none;
    top: 150px;
  }
  body .page-tile h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .main {
    padding: 100px var(--pad);
    padding-bottom: 80px;
  }

  body .header {
    padding: 25px 30px;
    align-items: center;
  }
  body .header .logo {
    width: 236px;
  }
  body .header .logo img {
    width: 236px;
  }
  body .header .menu-area {
    width: 50px;
    text-align: right;
  }
  body .section {
    max-width: 1920px;
    margin: 0 auto;
  }
  body .section .row {
    display: flex;
    flex-direction: column;
  }
  body .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  body .section-2 .main-image {
    width: 85%;
    height: 271px;
    overflow: hidden;
  }
  body .section-2 .text-area {
    max-width: 300px;
    padding-top: 100px;
  }
  body .section-2 .float-image {
    top: 55%;
    width: 230px;
    height: 185px;
  }
  body .section-3 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  body footer .footer-area {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #787264;
  }
}
.off-mobile {
  display: none;
}

@media screen and (max-width: 1728px) {
  .menu-items a .menu-text {
    font-size: 70px;
    line-height: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-items a .menu-text {
    font-size: 55px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .modal-menu-content {
    padding: 25px var(--pad);
    height: 100%;
    transition: all 0.4s ease-in-out;
  }

  .modal-menu .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
  }
  .modal-menu .modal-header .l-side img {
    width: 236px;
  }

  .menu-items a .menu-text {
    font-size: 30px;
    line-height: 38px;
  }

  .menu-items a {
    padding: 20px 0;
  }

  .menu-items a.menu-item-1 {
    padding-left: 25px;
  }

  .menu-items a .menu-image {
    display: none;
  }

  .menu-items a.menu-item-2 {
    padding-left: 110px;
  }

  .menu-items a.menu-item-3 {
    padding-left: 25px;
  }

  .menu-items a.menu-item-4 {
    padding-left: 120px;
  }
}

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