body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #ede5da;
}

.heading {
  text-align: center;
  margin-top: 77px;
  margin-bottom: 43px;
  font-family: Gento dream, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 123px;
}

.container {
  max-width: 1100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav---burger {
  z-index: 2;
  margin-top: 25px;
  margin-left: 25px;
  position: fixed;
}

.nav---burger---button {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.line {
  height: 2px;
  background-color: #333;
}

.columns {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: fixed;
  left: -100vw;
}

.nav---slabs {
  width: 100vw;
  height: 25vh;
  max-height: 25vh;
  min-height: 25vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  width: 50vw;
  height: 10%;
  border-bottom: 2px solid #333;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav---text---active {
  opacity: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gento dream, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 104px;
  display: flex;
  position: relative;
}

.div-block-2 {
  width: 50vw;
  height: 10%;
  border-bottom: 0 #333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav---blur {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(237, 229, 218, .44);
  position: fixed;
  top: -100vh;
}

.link-block {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav---text---hover {
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gento dream, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 104px;
  display: flex;
  position: absolute;
}

.eh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  max-width: 100%;
  flex: 1;
  display: block;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.div-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-4 {
  width: 1100px;
  max-width: 90vw;
  flex-direction: column;
  align-items: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav---burger-2 {
  z-index: 999;
  margin-top: 14px;
  margin-right: 25px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav---burger---button-2 {
  width: 30px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.line-2 {
  height: 2px;
  background-color: #333;
}

.nav---blur-2 {
  z-index: 9;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-backdrop-filter: sepia() blur(10px);
  backdrop-filter: sepia() blur(10px);
  mix-blend-mode: normal;
  background-color: rgba(245, 237, 235, .7);
  position: fixed;
  top: -100vh;
}

.nav-2 {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: fixed;
  left: -100vw;
}

.div-block-6 {
  width: 50vw;
  height: 10%;
  border-bottom: 0 #333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  width: 50vw;
  height: 10%;
  border-bottom: 2px solid #333;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-2 {
  margin-bottom: 26px;
  text-decoration: none;
  display: none;
}

.text-field-copy {
  background-color: #ebe5db;
  border: 1px solid #333;
  border-radius: 0;
  align-items: center;
  padding: 20px 22px;
  font-family: Poppins, sans-serif;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  box-shadow: 0 0 15px rgba(121, 60, 102, .08);
}

.text-field-copy:hover {
  letter-spacing: 2px;
  padding-left: 54px;
  padding-right: 54px;
}

.div-block-9 {
  width: 50px;
}

.text-block-4 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-11 {
  display: none;
}

.div-block-12 {
  width: 500px;
  border: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.buttons {
  margin-bottom: 26px;
  text-decoration: none;
  display: flex;
}

.div-block-12-copy {
  width: 540px;
  border: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.div-block-12-copyy {
  width: 500px;
  border: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: none;
}

.div-block-12-copyy-copy {
  width: 580px;
  border: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
}

.div-block-34 {
  width: 50vw;
  height: 10%;
  border-bottom: 0 #333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-3 {
  height: 2px;
  background-color: #fff;
}

.nav---blur-3 {
  z-index: 9;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-backdrop-filter: sepia() blur(20px);
  backdrop-filter: sepia() blur(20px);
  mix-blend-mode: normal;
  background-color: rgba(245, 237, 235, .7);
  position: fixed;
  top: -100vh;
}

.nav---burger-3 {
  z-index: 999;
  mix-blend-mode: exclusion;
  margin-top: 14px;
  margin-right: 25px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-block-5 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav---burger---button-3 {
  width: 30px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-3 {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: fixed;
  left: -100vw;
}

.div-block-35 {
  width: 50vw;
  height: 10%;
  border-bottom: 2px solid #333;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 70px;
    line-height: 90px;
  }

  .container {
    max-width: 768px;
  }

  .line {
    height: 1px;
  }

  .nav---text---active, .nav---text---hover {
    font-size: 78px;
  }

  .image {
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    align-items: center;
  }

  .nav---burger---button-2 {
    height: 25px;
  }

  .line-2 {
    height: 1px;
  }

  .link-block-2, .buttons {
    margin-bottom: 13px;
  }

  .line-3 {
    height: 1px;
  }

  .nav---burger---button-3 {
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 50px;
    line-height: 70px;
  }

  .container {
    max-width: 100vw;
  }

  .nav {
    height: 80vh;
  }

  .nav---slabs {
    height: 20vh;
    max-height: 20vh;
    min-height: 20vh;
  }

  .div-block {
    border-bottom-width: 1px;
  }

  .nav---text---active, .nav---text---hover {
    font-size: 40px;
    line-height: 70px;
  }

  .image {
    width: 50vw;
  }

  .div-block-3 {
    flex-direction: column;
    display: flex;
  }

  .nav---burger-2 {
    margin-top: 4px;
    margin-right: 14px;
  }

  .nav-2 {
    height: 80vh;
  }

  .div-block-7 {
    border-bottom-width: 1px;
  }

  .link-block-2, .buttons {
    margin-bottom: 0;
  }

  .nav---burger-3 {
    margin-top: 4px;
    margin-right: 14px;
  }

  .nav-3 {
    height: 80vh;
  }

  .div-block-35 {
    border-bottom-width: 1px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-bottom: 21px;
    font-size: 40px;
    line-height: 55px;
  }

  .nav {
    margin-top: 5vh;
  }

  .nav---slabs {
    height: 22.5vh;
    max-height: 22.5vh;
    min-height: 22.5vh;
  }

  .nav---text---active {
    font-size: 60px;
    line-height: 80px;
  }

  .image {
    width: 70vw;
  }

  .nav-2, .nav-3 {
    margin-top: 5vh;
  }
}

#w-node-_69fdf773-b6a8-1611-f8a4-2b60be56a70a-3c636719, #w-node-f0946a8b-9337-07a3-092b-95c733d3007d-3c636719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f5ef8236-1705-ecc7-8869-32daa404bebc-3c636719 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gento dream';
  src: url('../fonts/GENTO-DREAM.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arome display';
  src: url('../fonts/Arome-Display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}