/*! purgecss start ignore */
@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
}

a {
  color: inherit;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

input, button, select, textarea {
  font: inherit;
  background-color: unset;
  border: unset;
}

img, video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 0;
}

body {
  color: #808080;
  background-color: #FFFCFA;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size-adjust: none;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: calc(0.9316666667rem + 0.3940740741vw);
}
@media (min-width: 1800px) {
  body {
    font-size: 1.375rem;
  }
}
body.stop-scroll {
  overflow: hidden;
}
body.stop-scroll .menu_bar {
  overflow-x: hidden;
  overflow-y: scroll;
}
body.stop-scroll .menu_button_container {
  overflow-x: hidden;
  overflow-y: scroll;
}
body.stop-scroll #main {
  overflow: hidden;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
#cursor {
  z-index: 99999;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#cursor .inner {
  position: relative;
  top: -9px;
  left: -9px;
  width: 18px;
  height: 18px;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #D6DB0E;
  border-radius: 50%;
  -webkit-transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
  transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
}
@media not all and (hover: none) {
  #cursor.moved {
    opacity: 1;
  }
  #cursor.active .inner {
    top: -13px;
    left: -13px;
    width: 26px;
    height: 26px;
  }
}

#smooth-content.active {
  will-change: transform;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sections-inclusion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1, h2, h3, h4, h5, h6, ._title {
  color: #379173;
  font-family: "Amaranth", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: calc(1.1108333333rem + 2.6237037037vw);
}
@media (min-width: 1800px) {
  h1, h2, h3, h4, h5, h6, ._title {
    font-size: 4.0625rem;
  }
}

._subtitle {
  color: #379173;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
  font-size: calc(0.9733333333rem + 0.9125925926vw);
}
@media (min-width: 1800px) {
  ._subtitle {
    font-size: 2rem;
  }
}

._text {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: calc(0.9316666667rem + 0.3940740741vw);
}
@media (min-width: 1800px) {
  ._text {
    font-size: 1.375rem;
  }
}
._text p:not(._title, ._subtitle) {
  min-height: 1.3em;
}

/*! purgecss end ignore */
.init_background {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  width: 100svw;
  height: 100vh;
  height: 100svh;
  z-index: 9999;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: flat;
          transform-style: flat;
  background-color: #D6DB0E;
}

.scrollbar_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  width: 100vw;
  height: 100svh;
}

/*! purgecss start ignore */
._cta {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  font-family: "Amaranth", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: calc(0.9316666667rem + 0.3940740741vw);
}
@media (min-width: 1800px) {
  ._cta {
    font-size: 1.375rem;
  }
}
._cta ._button_text {
  padding: 0.4em 1em 0.5em;
  border: 2px solid;
  border-radius: 9999px;
}
._cta ._button_text._bottom {
  position: relative;
  border-color: #F9B01C;
  background-color: transparent;
  color: #F9B01C;
}
._cta ._button_text._top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: #F9B01C;
  background-color: #F9B01C;
  color: #FFFCFA;
}
._cta._image_cta ._button_text {
  padding: 0 0.2em;
}
._cta._image_cta ._button_text ._button_image {
  height: 2.45em;
  width: auto;
  opacity: 0;
  pointer-events: none;
}
._cta._image_cta ._button_text ._button_image_mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: auto 70%;
          mask-size: auto 70%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
._cta._image_cta ._button_text._bottom ._button_image_mask {
  background-color: #F9B01C;
}
._cta._image_cta ._button_text._top ._button_image_mask {
  background-color: #FFFCFA;
}
._cta:hover ._button_text._top {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
._cta._inverted ._button_text._bottom {
  border-color: #379173;
  background-color: transparent;
  color: #379173;
}
._cta._inverted ._button_text._top {
  border-color: #379173;
  background-color: #379173;
  color: #FFFCFA;
}
._cta._inverted._image_cta ._button_text._bottom ._button_image_mask {
  background-color: #379173;
}
._cta._inverted._image_cta ._button_text._top ._button_image_mask {
  background-color: #FFFCFA;
}
._cta._filled ._button_text._bottom {
  border-color: #F9B01C;
  background-color: #F9B01C;
  color: #FFFCFA;
}
._cta._filled ._button_text._top {
  border-color: #F9B01C;
  background-color: #FFFCFA;
  color: #F9B01C;
}
._cta._filled._image_cta ._button_text._bottom ._button_image_mask {
  background-color: #FFFCFA;
}
._cta._filled._image_cta ._button_text._top ._button_image_mask {
  background-color: #F9B01C;
}
@media (max-width: 768px) {
  ._cta ._button_text {
    border: 1px solid;
  }
}

/*! purgecss end ignore */
/*# sourceMappingURL=maps/main.css.map */
