/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-1rem) rotate(90deg);
            transform: translateX(-50%) translateY(-1rem) rotate(90deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(2.5rem) rotate(90deg);
            transform: translateX(-50%) translateY(2.5rem) rotate(90deg);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-1rem) rotate(90deg);
            transform: translateX(-50%) translateY(-1rem) rotate(90deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(2.5rem) rotate(90deg);
            transform: translateX(-50%) translateY(2.5rem) rotate(90deg);
  }
}
html, body {
  padding-top: 0;
}

@-webkit-keyframes logo {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  46% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}

@keyframes logo {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  46% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}
.section--hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100svh - var(--adminbar-height, 32px) - 12rem);
  min-height: 52rem;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .section--hero {
    height: auto;
    padding: 10rem 0 5rem 0;
  }
}
@media screen and (max-width: 450px) {
  .section--hero {
    padding: 7rem 0 5rem 0;
  }
}
.section--hero.section--in-bg .bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section--hero.section--in-view .container .left-col h1 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.section--hero.section--in-view .container .left-col .btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.section--hero.section--in-view .container .right-col .service-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.section--hero.section--in-view .container .right-col .mobile-button {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--hero.section--in-view .scroll {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.section--hero.section--in-view .scroll .arrow svg {
  -webkit-animation: arrow 3.5s ease-out 1s infinite;
          animation: arrow 3.5s ease-out 1s infinite;
}
.section--hero dotlottie-player {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-animation: logo 2.5s ease-out;
          animation: logo 2.5s ease-out;
  pointer-events: none;
}
.section--hero .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-image: url("../../images/top-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section--hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.section--hero .container .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 780px) {
  .section--hero .container .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.section--hero .container .left-col h1 {
  margin-bottom: 4rem;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  opacity: 0;
}
.section--hero .container .left-col .btn {
  -webkit-transition-duration: 0.4s, 0.6s, 0.6s, 0.6s;
          transition-duration: 0.4s, 0.6s, 0.6s, 0.6s;
  -webkit-transition-delay: 0s, 0.15s, 0.15s, 0.15s;
          transition-delay: 0s, 0.15s, 0.15s, 0.15s;
  -webkit-transition-timing-function: ease, ease-out, ease-out;
          transition-timing-function: ease, ease-out, ease-out;
  -webkit-transition-property: color, opacity, -webkit-transform;
  transition-property: color, opacity, -webkit-transform;
  transition-property: color, opacity, transform;
  transition-property: color, opacity, transform, -webkit-transform;
  -webkit-transform: translateX(-3rem);
          transform: translateX(-3rem);
  opacity: 0;
}
@media screen and (max-width: 780px) {
  .section--hero .container .left-col .btn {
    display: none;
  }
}
.section--hero .container .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 8rem;
}
@media screen and (max-width: 1000px) {
  .section--hero .container .right-col {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 780px) {
  .section--hero .container .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 780px) {
  .section--hero .container .right-col .services-items-list {
    width: calc(100% - 8rem);
    max-width: 41rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .section--hero .container .right-col .services-items-list {
    width: calc(100% - 5rem);
  }
}
.section--hero .container .right-col .service-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1.9rem 5rem 1.1rem 2.7rem;
  text-decoration: none;
  color: #A9BAA8;
  border-bottom: 1px solid rgba(169, 186, 168, 0.15);
  text-align: left;
  --lord-icon-primary: #A9BAA8;
  --lord-icon-secondary: #A9BAA8;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translateX(3rem);
          transform: translateX(3rem);
  opacity: 0;
}
.section--hero .container .right-col .service-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 450px) {
  .section--hero .container .right-col .service-item {
    padding-left: 0.8rem;
    padding-right: 3.3rem;
  }
}
.section--hero .container .right-col .service-item:nth-of-type(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.section--hero .container .right-col .service-item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section--hero .container .right-col .service-item:nth-of-type(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.section--hero .container .right-col .service-item.service-item--active, .section--hero .container .right-col .service-item:hover {
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}
.section--hero .container .right-col .service-item.service-item--active h3, .section--hero .container .right-col .service-item:hover h3 {
  color: white;
}
.section--hero .container .right-col .service-item.service-item--active .subheader, .section--hero .container .right-col .service-item:hover .subheader {
  color: #D5EFDB;
}
.section--hero .container .right-col .service-item.service-item--active .service-item__icon, .section--hero .container .right-col .service-item:hover .service-item__icon {
  color: #C8F564;
}
.section--hero .container .right-col .service-item.service-item--active .service-item__arrow, .section--hero .container .right-col .service-item:hover .service-item__arrow {
  opacity: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.section--hero .container .right-col .service-item h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #A9BAA8;
}
.section--hero .container .right-col .service-item .subheader {
  color: #A9BAA8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section--hero .container .right-col .service-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4rem;
          flex: 0 0 2.4rem;
  font-size: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.section--hero .container .right-col .service-item__icon svg path, .section--hero .container .right-col .service-item__icon svg line, .section--hero .container .right-col .service-item__icon svg circle, .section--hero .container .right-col .service-item__icon svg rect {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section--hero .container .right-col .service-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.6rem;
}
@media screen and (max-width: 780px) {
  .section--hero .container .right-col .service-item__content {
    padding-left: 0.8rem;
  }
}
.section--hero .container .right-col .service-item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(calc(50% - 2rem), -50%);
          transform: translate(calc(50% - 2rem), -50%);
  opacity: 0;
}
.section--hero .container .right-col .mobile-button {
  display: none;
}
@media screen and (max-width: 780px) {
  .section--hero .container .right-col .mobile-button {
    display: block;
    text-align: center;
    margin-top: 4rem;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    opacity: 0;
  }
}
@media screen and (max-width: 780px) and (max-width: 1290px) {
  .section--hero .container .right-col .mobile-button {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}
.section--hero .scroll {
  position: absolute;
  bottom: 2.5rem;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(2rem);
          transform: translateX(-50%) translateY(2rem);
}
@media screen and (max-height: 770px) {
  .section--hero .scroll {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .section--hero .scroll {
    display: none;
  }
}
.section--hero .scroll:hover p {
  color: white;
}
.section--hero .scroll .arrow {
  position: relative;
  display: inline-block;
  border: 1px solid #274F37;
  border-radius: 2rem;
  width: 4rem;
  height: 7.4rem;
  color: #C8F564;
  font-size: 0;
  margin-bottom: 1.6rem;
}
.section--hero .scroll .arrow svg {
  position: absolute;
  left: 50%;
  top: 1.2rem;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.section--hero .scroll p {
  text-transform: uppercase;
  color: #C8F564;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section--white-slider {
  padding: 10rem 0 8.6rem 0;
  background: white;
  overflow: hidden;
}
.section--white-slider.section--in-view .section-slider__slides {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--white-slider.section--in-view .bg {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.section--white-slider .bg {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  left: 50%;
  top: 50%;
  font-size: 0;
  -webkit-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.section--white-slider .bg img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--white-slider .bg:before {
  position: absolute;
  content: "";
  z-index: 4;
  width: 20rem;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f3f2f+0,1f3f2f+100&0.65+0,0+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
@media screen and (min-width: 1440px) {
  .section--white-slider .bg:before {
    opacity: 1;
  }
}
.section--white-slider .container {
  position: relative;
  z-index: 2;
}

.section-slider__slides {
  max-width: 68rem;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section-slider__slides {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}

.section-slider__slides.slick-slider {
  padding-bottom: 8rem;
}
.section-slider__slides.slick-slider .slick-arrow {
  width: 4rem;
  height: 4rem;
  top: auto;
  -webkit-transform: none;
          transform: none;
  bottom: 0;
}
.section-slider__slides.slick-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.section-slider__slides.slick-slider .slick-arrow.slick-next {
  right: auto;
  left: 4.8rem;
}

.section-slider__slide {
  padding-left: 1rem;
}
.section-slider__slide p.subheader {
  color: #A9BAA8;
  margin-bottom: 2rem;
}
.section-slider__slide .btn {
  margin-top: 2rem;
}

.section--how-we-do-it {
  padding-top: 8rem;
  -webkit-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
  opacity: 0;
  -webkit-transform: translateY(12rem);
          transform: translateY(12rem);
}
.section--how-we-do-it.section--in-viewport {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section--how-we-do-it.section--in-view .section__header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section--how-we-do-it.section--in-view .service-item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section--how-we-do-it .service-item {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
.section--how-we-do-it .service-item:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section--how-we-do-it .service-item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section--video {
  padding: 0;
  z-index: 2;
}
.section--video.section--in-view .youtube-iframe-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section--video.section--in-view .youtube-iframe-wrapper .play-btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section--video:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4rem;
  background: #1F3F2F;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section--video .container {
  max-width: calc(944px + var(--container-padding));
  position: relative;
  z-index: 2;
}
.section--video .youtube-iframe-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 944/531;
  background: #274F37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 0.8rem;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(-5rem);
  transform: translateY(-5rem);
  opacity: 0;
}
.section--video .youtube-iframe-wrapper:hover {
  cursor: pointer;
}
.section--video .youtube-iframe-wrapper .play-btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C8F564;
  color: #1F3F2F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
.section--video .youtube-iframe-wrapper .play-btn:hover {
  cursor: pointer;
  background: #1F3F2F;
  color: #C8F564;
}
@media screen and (max-width: 1000px) {
  .section--video .youtube-iframe-wrapper .play-btn {
    width: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .section--video .youtube-iframe-wrapper .play-btn {
    width: 4.5rem;
  }
}
.section--video .youtube-iframe-wrapper img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.section--video .youtube-iframe-wrapper iframe {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.section--about-us {
  padding-top: 4rem;
  z-index: 1;
}
.section--about-us.section--in-view .image-with-gradient-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section--about-us.section--in-view .scroll-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section--about-us .scroll-text {
  position: relative;
  height: 19rem;
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
.section--about-us .scroll-text .arrow {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 4rem;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  font-size: 0;
  color: #C8F564;
}
.section--about-us .container {
  position: relative;
  z-index: 2;
}
.section--about-us .container.container--wider {
  margin-top: -7rem;
}
@media screen and (max-width: 600px) {
  .section--about-us .container.container--wider {
    margin-top: 0;
  }
}
@media screen and (max-width: 370px) {
  .section--about-us .inner {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 370px) {
  .section--about-us .h3 {
    font-size: 1.9rem;
  }
}
.section--about-us .image-with-gradient-wrap {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
.section--about-us .icons-header-text-items {
  margin-top: 2.4rem;
}
.section--about-us .section__footer {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
.section--about-us .section__footer.part--in-view {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.icons-header-text-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 600px) {
  .icons-header-text-items {
    grid-template-columns: 1fr;
    max-width: 31rem;
    margin: 0 auto;
    text-align: center;
    gap: 2.5rem;
  }
}
.icons-header-text-items.part--in-view .icons-header-text-item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.icons-header-text-item {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
.icons-header-text-item:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.icons-header-text-item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.icons-header-text-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.6rem;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C8F564;
  font-size: 0;
  border-radius: 2.8rem;
  border: 1px solid #274F37;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 600px) {
  .icons-header-text-item__icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.icons-header-text-item h4 {
  margin-bottom: 0.8rem;
}
.icons-header-text-item__text {
  max-width: 36rem;
}

.section--text-image .container .left-col p.h3 {
  max-width: 40rem;
}
@media screen and (max-width: 700px) {
  .section--text-image .container .left-col p.h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
.section--text-image .container .left-col .text {
  max-width: 46rem;
}
.section--text-image .container .right-col img {
  max-width: 46rem;
}

.posts-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .posts-items {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 900px) {
  .posts-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .posts-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .posts-items .post-item {
    grid-column: span 2;
  }
  .posts-items .post-item:last-of-type {
    grid-column: 2/4;
  }
}
@media screen and (max-width: 600px) {
  .posts-items .post-item {
    grid-column: auto;
  }
  .posts-items .post-item:last-of-type {
    grid-column: auto;
  }
}

.section--news .juicer-feed h1.referral {
  display: none !important;
}
.section--news .juicer-feed .feed-item {
  background: transparent;
}
/*# sourceMappingURL=home.css.map */
