@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html {
  font-size: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  transition: background-color 0.7s ease-in-out;
}

.color-light-green {
  background-color: #C0E39F;
}

.color-beige {
  background-color: #FAF4EC;
}

.color-orange {
  background-color: #F2B05A;
}

.color-dark-green {
  background-color: #042213;
}

.color-brown {
  background-color: #60280B;
}

.color-black {
  background-color: #191004;
}

.color-dark-green .header .header__text p,
.color-brown .header .header__text p,
.color-black .header .header__text p {
  color: #fff;
}

.color-dark-green .header .header__links .button,
.color-brown .header .header__links .button,
.color-black .header .header__links .button {
  color: #fff;
  border-color: #fff;
}

.button {
  border: 2px solid #1D8070;
  height: 2.5rem;
  padding: 0 1.125rem;
  font-size: 1.25rem;
  border-radius: 3.125rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.button.small {
  border: 1px solid #042213;
  color: #042213;
  height: 1.6875rem;
  padding: 0 0.875rem;
  font-size: 0.875rem;
}

.button.medium {
  border: 1.5px solid #042213;
  color: #042213;
  height: 2.25rem;
  padding: 0 0.875rem;
  font-size: 1.1875rem;
  letter-spacing: 0.0125rem;
}

main {
  padding: 0;
  margin: 0;
}

[data-animation="fade-on-scroll"],
[data-animation="text-fade-on-scroll"] {
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.playing .icon-play:before {
  content: "\ea16";
}

h1 {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.375rem;
  line-height: 4.5625rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}

h2 {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 4.6875rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}

h3 {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 2.125rem;
}

p {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5625rem;
  margin: 0;
}

p.b1 {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

@media (max-width: 768px) {
  p.b1 {
    font-size: 2rem;
    line-height: 2.6875rem;
  }
}

p.b2 {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 2.375rem;
}

@media (max-width: 768px) {
  p.b2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?mnrkn01");
  src: url("../fonts/icomoon.eot?mnrkn01#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?mnrkn01") format("woff2"), url("../fonts/icomoon.ttf?mnrkn01") format("truetype"), url("../fonts/icomoon.woff?mnrkn01") format("woff"), url("../fonts/icomoon.svg?mnrkn01#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
  content: "\e903";
}

.icon-watch:before {
  content: "\e907";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-play:before {
  content: "\e904";
}

.icon-quote:before {
  content: "\e905";
}

.icon-read:before {
  content: "\e906";
}

.icon-pause:before {
  content: "\ea16";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  text-align: center;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 1.5625rem;
  z-index: 55;
  position: relative;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\e903";
  font-family: 'icomoon';
  font-size: 1.875rem;
  position: absolute;
  display: block;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 1.5625rem;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\e903";
  font-family: 'icomoon';
  font-size: 1.875rem;
  display: block;
  position: absolute;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.modal.fade.in {
  top: 10%;
}

.fade.in {
  opacity: 1;
}

.modal.fade {
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.hide {
  display: none;
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .modal {
    top: 5%;
    width: 90%;
  }
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.close {
  float: right;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  font-size: 45px;
  height: 50px;
  cursor: pointer;
}

.modal-body {
  position: relative;
  max-height: 80%;
  overflow-y: visible;
  padding: 15px;
}

.modal-body video {
  max-height: 37.5rem;
  width: auto;
}

.modal-body.modal-body-video iframe {
  height: 400px;
  width: 100%;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-header .link {
  white-space: normal;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .modal.fade.in {
    top: 20px;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
    transform: translate(0, 0);
  }
  .modal video {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}

.intro {
  position: relative;
  z-index: 1;
}

.intro .container-bg {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/intro.jpg") no-repeat top center;
  background-size: cover;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.intro .intro__container {
  position: relative;
  z-index: 3;
}

.intro .intro__container .intro__text {
  text-align: center;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.intro .intro__container .intro__text h1 {
  color: #3B5821;
  margin: 0;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.intro .intro__container .intro__secondary {
  z-index: 3;
  text-align: center;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  visibility: hidden;
}

@media (max-width: 768px) {
  .intro .intro__container .intro__secondary {
    padding: 0 3.75rem;
  }
}

.intro .intro__container .intro__secondary p {
  color: #3B5821;
  margin: 0 0 3.125rem 0;
}

.intro .intro__container .intro__secondary p br {
  display: block;
}

@media (max-width: 768px) {
  .intro .intro__container .intro__secondary p br {
    display: none;
  }
}

.intro.switch-bg:after {
  opacity: 0;
}

.first-color-text {
  visibility: hidden;
}

.first-text .first-text__content {
  text-align: center;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  visibility: hidden;
}

.first-text .first-text__content p {
  color: #3B5821;
}

.images-quotes {
  padding: 37.5rem 1.25rem 18.75rem 1.25rem;
}

@media (max-width: 768px) {
  .images-quotes {
    padding: 6.25rem 1.25rem 3.125rem 1.25rem;
  }
}

.images-quotes .images-quotes__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 75.3125rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container {
    display: block;
  }
}

.images-quotes .images-quotes__container .images-quotes__image,
.images-quotes .images-quotes__container .images-quotes__quote {
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.images-quotes .images-quotes__container .images-quotes__image.video-container,
.images-quotes .images-quotes__container .images-quotes__quote.video-container {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.images-quotes .images-quotes__container .images-quotes__image.video-container i,
.images-quotes .images-quotes__container .images-quotes__quote.video-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.875rem;
  color: #fff;
  z-index: 1;
}

.images-quotes .images-quotes__container .images-quotes__image.video-container.playing i,
.images-quotes .images-quotes__container .images-quotes__quote.video-container.playing i {
  display: none;
}

.images-quotes .images-quotes__container .images-quotes__image.video-container.playing:hover i,
.images-quotes .images-quotes__container .images-quotes__quote.video-container.playing:hover i {
  display: block;
}

.images-quotes .images-quotes__container.first, .images-quotes .images-quotes__container.third, .images-quotes .images-quotes__container.fifth {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.images-quotes .images-quotes__container.first .images-quotes__quote i, .images-quotes .images-quotes__container.fifth .images-quotes__quote i {
  color: #F8963F;
}

.images-quotes .images-quotes__container.second .images-quotes__quote i, .images-quotes .images-quotes__container.fourth .images-quotes__quote i, .images-quotes .images-quotes__container.sixth .images-quotes__quote i {
  color: #C0E39F;
}

.images-quotes .images-quotes__container.third .images-quotes__quote i {
  color: #B2A56F;
}

.images-quotes .images-quotes__container.first img, .images-quotes .images-quotes__container.second img {
  width: 30.625rem;
  height: auto;
  border-radius: 0.9375rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.first img, .images-quotes .images-quotes__container.second img {
    width: 100%;
  }
}

.images-quotes .images-quotes__container.first video, .images-quotes .images-quotes__container.second video {
  width: 30.625rem;
  height: auto;
  border-radius: 0.9375rem;
  object-fit: cover;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.first video, .images-quotes .images-quotes__container.second video {
    width: 100%;
  }
}

.images-quotes .images-quotes__container.third img, .images-quotes .images-quotes__container.sixth img {
  width: 36.875rem;
  height: auto;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.third img, .images-quotes .images-quotes__container.sixth img {
    width: 100%;
  }
}

.images-quotes .images-quotes__container.fourth img, .images-quotes .images-quotes__container.fifth img {
  width: 43.125rem;
  height: auto;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.fourth img, .images-quotes .images-quotes__container.fifth img {
    width: 100%;
  }
}

.images-quotes .images-quotes__container.third, .images-quotes .images-quotes__container.fourth, .images-quotes .images-quotes__container.fifth {
  margin-bottom: 7.5rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.third, .images-quotes .images-quotes__container.fourth, .images-quotes .images-quotes__container.fifth {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.fourth {
    margin-bottom: 3.75rem;
  }
}

.images-quotes .images-quotes__container.first .images-quotes__image {
  margin-right: 6.25rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.first .images-quotes__image {
    margin-right: 0;
  }
}

.images-quotes .images-quotes__container.first .images-quotes__quote {
  margin-left: 6.25rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.first .images-quotes__quote {
    margin-left: 0;
  }
}

.images-quotes .images-quotes__container.second {
  margin-top: -3.125rem;
  margin-bottom: 2.1875rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.second {
    margin-top: 0;
  }
}

.images-quotes .images-quotes__container.second .images-quotes__quote {
  margin-right: 12.5rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.second .images-quotes__quote {
    margin-right: 0;
  }
}

.images-quotes .images-quotes__container.third .images-quotes__quote {
  margin-left: 18.75rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.third .images-quotes__quote {
    margin-left: 0;
  }
}

.images-quotes .images-quotes__container.fifth .images-quotes__quote {
  margin-left: 12.5rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.fifth .images-quotes__quote {
    margin-left: 0;
  }
}

.images-quotes .images-quotes__container.sixth {
  margin-bottom: 31.25rem;
}

.images-quotes .images-quotes__container.sixth .images-quotes__quote {
  margin-right: 6.25rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container.sixth .images-quotes__quote {
    margin-right: 0;
  }
}

.images-quotes .images-quotes__container img {
  border-radius: 0.9375rem;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container .images-quotes__quote {
    margin-top: 2.1875rem;
    position: relative;
    padding: 0 1.875rem 0 3.75rem;
  }
}

.images-quotes .images-quotes__container .images-quotes__quote i {
  font-size: 1.875rem;
  margin-bottom: 1.375rem;
  display: block;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container .images-quotes__quote i {
    position: absolute;
    top: 0.125rem;
    left: 0.625rem;
    font-size: 1.5625rem;
  }
}

.images-quotes .images-quotes__container .images-quotes__quote p {
  color: #000;
  margin: 0 0 1.25rem 0;
}

.images-quotes .images-quotes__container .images-quotes__quote p.b2 {
  color: #042213;
}

.images-quotes .images-quotes__container .images-quotes__quote p br {
  display: block;
}

@media (max-width: 768px) {
  .images-quotes .images-quotes__container .images-quotes__quote p br {
    display: none;
  }
}

.dark-section {
  padding: 6.25rem 1.25rem;
}

@media (max-width: 768px) {
  .dark-section {
    padding: 6.25rem 2.1875rem;
  }
}

.dark-section .dark-section__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 46.125rem;
  margin: 0 auto;
  text-align: center;
  min-height: 100vh;
}

.dark-section h2 {
  color: #D3D3B0;
}

.dark-section .b1 {
  color: #D3D3B0;
  margin: 0 0 3.125rem 0;
}

.dark-section .b1.light-text {
  color: #fff;
}

.dark-section .b1.last-paragraph {
  margin: 0 0 31.25rem 0;
}

.dark-section .b-0 {
  color: #D3D3B0;
  margin: 0 0 3.125rem 0;
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8125rem;
  line-height: 3.4375rem;
}

.dark-section .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 12.5rem 0;
}

@media (max-width: 768px) {
  .dark-section .buttons {
    display: block;
    margin: 0 0 6.25rem 0;
  }
}

.dark-section .buttons .button {
  margin: 0 0.75rem;
  color: #D3D3B0;
  border-color: #D3D3B0;
}

@media (max-width: 768px) {
  .dark-section .buttons .button {
    margin: 0 0 3.125rem 0;
  }
}

.dark-section .buttons .button:hover {
  color: #C0E39F;
  border-color: #C0E39F;
}

.dark-section.alt h2 {
  color: #60280B;
}

.dark-section.alt .b1 {
  color: #60280B;
}

.gallery-section {
  padding: 12.5rem 1.25rem;
}

.gallery-section .gallery-section__container {
  position: relative;
}

.gallery-section .gallery-section__container h2 {
  text-align: center;
  color: #000;
}

.gallery-section .gallery-section__container .gallery-section__slider {
  max-width: 75.3125rem;
  margin: 6.25rem auto;
}

@media (max-width: 768px) {
  .gallery-section .gallery-section__container .gallery-section__slider {
    width: 100%;
  }
}

.gallery-section .gallery-section__container .gallery-section__slider .gallery-section__slide img {
  width: auto;
  max-width: 55.625rem;
  height: 34.375rem;
  max-height: 34.375rem;
  margin: 0 auto 1.5625rem auto;
}

@media (max-width: 768px) {
  .gallery-section .gallery-section__container .gallery-section__slider .gallery-section__slide img {
    max-width: 100%;
    height: 13.4375rem;
  }
}

.gallery-section .gallery-section__container .gallery-section__slider .gallery-section__slide .gallery-section__caption {
  max-width: 36.875rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .gallery-section .gallery-section__container .gallery-section__slider .gallery-section__slide .gallery-section__caption {
    margin: 3.125rem 1.25rem;
  }
}

.gallery-section .gallery-section__container .gallery-section__slider .gallery-section__slide .gallery-section__caption p {
  color: #000;
  text-align: center;
}

.gallery-section .gallery-section__container .slick-arrow {
  position: absolute;
}

@media (max-width: 768px) {
  .gallery-section .gallery-section__container .slick-arrow {
    top: 6.875rem;
  }
}

.gallery-section .gallery-section__container .slick-arrow:before {
  font-family: 'icomoon', sans-serif;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  border: none;
  color: #F8963F;
  line-height: normal;
  font-size: 3.125rem;
  font-weight: bold;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 768px) {
  .gallery-section .gallery-section__container .slick-arrow:before {
    font-size: 1.875rem;
  }
}

.gallery-section .gallery-section__container .slick-arrow.slick-next {
  right: 0;
}

@media (max-width: 768px) {
  .gallery-section .gallery-section__container .slick-arrow.slick-next {
    right: -0.25rem;
  }
}

.gallery-section .gallery-section__container .slick-arrow.slick-next:before {
  content: "\e902";
}

.gallery-section .gallery-section__container .slick-arrow.slick-prev {
  left: 0;
}

@media (max-width: 768px) {
  .gallery-section .gallery-section__container .slick-arrow.slick-prev {
    left: -0.625rem;
  }
}

.gallery-section .gallery-section__container .slick-arrow.slick-prev:before {
  content: "\e901";
}

.gallery-section .gallery-section__container .slick-arrow.slick-disabled:before {
  background: none;
  border-color: rgba(146, 219, 232, 0.31);
}

.gallery-section .gallery-section__container .slick-arrow:hover:before {
  color: rgba(248, 150, 63, 0.7);
}

.gallery-section .gallery-section__container .slick-dots {
  width: 100%;
  top: 14.375rem;
}

.gallery-section .gallery-section__container .slick-dots li {
  margin: 0 0.625rem;
}

.gallery-section .gallery-section__container .slick-dots li button {
  background: rgba(242, 176, 90, 0.35);
  border: 1px solid rgba(242, 176, 90, 0.35);
  border-radius: 100%;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.gallery-section .gallery-section__container .slick-dots li button:before {
  content: '';
}

.gallery-section .gallery-section__container .slick-dots li.slick-active button {
  background: none;
  border-color: #F8963F;
}

/* hiding all bullets by default */
.slick-dots li {
  display: none;
}

/* only displaying the active bullets and the 2 bullets next to it */
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li {
  display: inline-block;
}

/* displaying the last three bullets when slick-active class isn't applied to any li before them  */
.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3) {
  display: inline-block;
}

/* hiding the last three bullets if slick-active exist before them */
.slick-dots li.slick-active ~ li:nth-last-child(1),
.slick-dots li.slick-active ~ li:nth-last-child(2),
.slick-dots li.slick-active ~ li:nth-last-child(3) {
  display: none;
}

/* specific conditions to always display the last three bullets */
.slick-dots li.slick-active + li + li:nth-last-child(3),
.slick-dots li.slick-active + li + li:nth-last-child(2),
.slick-dots li.slick-active + li + li:nth-last-child(1),
.slick-dots li.slick-active + li:nth-last-child(3),
.slick-dots li.slick-active + li:nth-last-child(2),
.slick-dots li.slick-active + li:nth-last-child(1) {
  display: inline-block;
}

.articles-section {
  padding: 12.5rem 1.25rem;
}

.articles-section .articles-section__container {
  max-width: 86.875rem;
  margin: 0 auto;
}

.articles-section .articles-section__container h2 {
  text-align: center;
  margin-bottom: 4.375rem;
}

.articles-section .articles-section__container .articles-section__articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  -ms-flex-pack: center;
      justify-content: center;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article {
  width: 16.8125rem;
  border-radius: 2.5rem;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.65);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article h3 {
  margin-bottom: 1.25rem;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button {
  margin-top: auto;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button i {
  margin-left: 0.625rem;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-link {
  border-color: #B9BF11;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-link i {
  color: #B9BF11;
  font-size: 0.75rem;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-link:hover {
  background: #B9BF11;
  color: #fff;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-link:hover i {
  color: #fff;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-read {
  border-color: #F8963F;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-read i {
  color: #F8963F;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-read:hover {
  background: #F8963F;
  color: #fff;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-read:hover i {
  color: #fff;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-watch {
  border-color: #5B8926;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-watch i {
  color: #5B8926;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-watch:hover {
  background: #5B8926;
  color: #fff;
}

.articles-section .articles-section__container .articles-section__articles .articles-section__article .button.button-watch:hover i {
  color: #fff;
}

.last-section {
  padding: 12.5rem 1.25rem 3.125rem 1.25rem;
}

@media (max-width: 768px) {
  .last-section {
    padding: 6.25rem 2.5rem 3.125rem 2.5rem;
  }
}

.last-section .last-section__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 39.375rem;
  margin: 0 auto;
  text-align: center;
  min-height: 100vh;
}

.last-section .last-section__container h2 {
  color: #C0E39F;
}

.last-section .last-section__container h2 br {
  display: block;
}

@media (max-width: 768px) {
  .last-section .last-section__container h2 br {
    display: none;
  }
}

.last-section .last-section__container p {
  color: #fff;
}

@media (max-width: 768px) {
  .last-section .last-section__container p {
    font-size: 0.875rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header .header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 75.3125rem;
  margin: 0 auto;
  padding: 1.5625rem 1.25rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .header .header__container.open-menu .header__logo:after {
    transform: rotate(180deg);
  }
  .header .header__container.open-menu .header__menu {
    display: -ms-flexbox;
    display: flex;
  }
}

.header .header__logo {
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.header .header__logo span {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.0125rem;
  color: #1D8070;
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  border-bottom: 2px solid #1D8070;
  padding-bottom: 0.3125rem;
}

@media (max-width: 768px) {
  .header .header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    width: 100%;
  }
  .header .header__logo:after {
    content: "\e900";
    font-family: 'icomoon', sans-serif;
    font-size: 1.0625rem;
    display: inline-block;
    color: #1D8070;
    position: absolute;
    top: 0.4375rem;
    right: 0.625rem;
    transition: transform 0.5s ease-in-out;
  }
}

@media (max-width: 768px) {
  .header .header__text {
    display: none;
  }
}

.header .header__text p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.0125rem;
  color: #042213;
}

@media (max-width: 768px) {
  .header .header__links {
    display: none;
  }
}

.header .header__links .button:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.header__menu {
  display: none;
}

@media (max-width: 768px) {
  .header__menu {
    background: white;
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 100vh;
    padding: 3.75rem 0 0 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .header__menu p {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    letter-spacing: 0.0125rem;
    color: #042213;
    text-align: center;
    margin-bottom: 3.75rem;
  }
  .header__menu .button {
    border: 1px solid #042213;
    color: #042213;
  }
}

.footer .footer__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 75.3125rem;
  margin: 0 auto;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(211, 211, 176, 0.43);
}

@media (max-width: 768px) {
  .footer .footer__container {
    padding: 1.25rem 1.25rem 3.75rem 1.25rem;
    margin: 0 1.25rem;
  }
}

.footer .footer__container p {
  color: #fff;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .footer .footer__container p {
    padding: 0 3.125rem;
    text-align: center;
  }
}

.footer .footer__container p a {
  color: #B9BF11;
  text-decoration: none;
}

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