@charset "UTF-8";
/**
HOME PAGE block styles
*/
.full-w-slider {
  width: 100%;
  height: 540px;
}
.full-w-slider .swiper-slider-wrapper {
  width: 100%;
  height: 540px;
}
.full-w-slider .swiper-slider-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text {
  color: #fff;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text h1,
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text h2,
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text h3,
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text h4,
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text h5,
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text h6 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text ul {
  list-style: url("../../../imgs/list-disc.svg");
  margin-left: 24px;
  margin-bottom: 32px;
}
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text ul li {
  margin-bottom: 15px;
}
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text ul li::marker {
  display: block;
}
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text a {
  text-decoration: none;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #76B00A;
}
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text a.slide-link {
  margin-top: 15px;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
  background-color: #76AF0A;
}
.full-w-slider .swiper-slider-wrapper .swiper-slide .slide-text a.slide-link:hover {
  background-color: rgba(118, 175, 10, 0.8);
}
.full-w-slider .swiper-button-next,
.full-w-slider .swiper-button-prev {
  color: #76B00A;
}
.full-w-slider .swiper-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 50%;
  bottom: 15px;
  bottom: 28px;
  transform: translateX(-50%);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 5px;
  padding: 3px 5px;
}
.full-w-slider .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
}
.full-w-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #76B00A;
}

.mob-slider {
  display: none;
}

@media screen and (max-width: 540px) {
  .full-w-slider,
  .full-w-slider .swiper-slider-wrapper {
    width: 100%;
    height: 600px;
  }
  .desktop-slider {
    display: none;
  }
  .mob-slider {
    display: block;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.conteiner-content-block {
  padding-top: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: 1px solid #FFF;
  background-color: rgba(234, 236, 240, 0.5);
}
.conteiner-content-block * {
  font-family: "Century Gothic" !important;
}
.conteiner-content-block .container {
  border-radius: 12px 12px 0 0;
  background: #FFF;
  padding: 32px 28px 0 28px;
}
.conteiner-content-block .page-article-wrapper {
  overflow: hidden;
  padding-bottom: 40px;
}
.conteiner-content-block .page-article-wrapper .post-image {
  float: right;
  width: 50%;
  height: 340px;
  object-fit: cover;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.conteiner-content-block .page-article-wrapper .post-content {
  color: #101828;
  font-size: 14px;
  line-height: 20px;
}
.conteiner-content-block .page-article-wrapper .post-content img {
  border-radius: 12px;
  margin: 5px;
  max-width: 100%;
}
.conteiner-content-block .page-article-wrapper .post-content a {
  text-decoration: none;
  color: #76B00A;
}
.conteiner-content-block .page-article-wrapper .post-content p {
  margin-bottom: 1em;
}
.conteiner-content-block .page-article-wrapper .post-content h1,
.conteiner-content-block .page-article-wrapper .post-content h2,
.conteiner-content-block .page-article-wrapper .post-content h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

@media screen and (max-width: 540px) {
  .conteiner-content-block {
    background-size: auto 160px;
    padding-top: 15px;
  }
  .conteiner-content-block .container {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0;
  }
  .conteiner-content-block .page-article-wrapper {
    margin-bottom: 0;
  }
  .conteiner-content-block .page-article-wrapper .post-image {
    max-height: 240px;
    width: 100%;
  }
  .conteiner-content-block .page-article-wrapper .post-content img {
    margin: 5px 0;
    max-width: 100%;
  }
}
.home-services-block {
  padding-top: 40px;
  padding-bottom: 60px;
}
.home-services-block header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.home-services-block .services-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 5fr);
  gap: 30px;
}
.home-services-block .services-wrapper .single-service .service-img-link {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 12px;
}
.home-services-block .services-wrapper .single-service .service-img-link img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home-services-block .services-wrapper .single-service .service-img-link img:hover {
  transform: scale(1.2);
}
.home-services-block .services-wrapper .single-service .service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px;
  text-decoration: none;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background-color: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  max-height: 51px;
}
.home-services-block .services-wrapper .single-service .service-link:hover {
  border-color: rgba(234, 236, 240, 0.5);
}
.home-services-block .block-footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .home-services-block header .all-obj-link {
    display: none;
  }
  .home-services-block .services-wrapper {
    grid-template-columns: repeat(2, 5fr);
  }
  .home-services-block .services-wrapper.swiper {
    display: block;
    height: auto;
  }
  .home-services-block .services-wrapper.swiper .swiper-wrapper {
    display: flex;
  }
  .home-services-block .services-wrapper.swiper .single-service {
    flex-direction: column;
  }
  .home-services-block .services-wrapper.swiper .single-service .service-link {
    width: 100%;
    justify-content: center;
  }
  .home-services-block .services-wrapper.swiper .single-service .service-link .pngicon {
    display: none;
  }
  .home-services-block .block-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
  }
  .home-services-block .block-footer .all-obj-link {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    text-decoration: none;
    font-family: "Century Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    max-height: 51px;
  }
  .home-services-block .block-footer .arrow-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
  }
  .home-services-block .block-footer .arrow-container .pngarrow {
    background-color: transparent;
  }
  .home-services-block .block-footer .arrow-container .swiper-pagination-services-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .home-services-block .block-footer .arrow-container .swiper-pagination-services-block .swiper-pagination-bullet-active {
    height: 10px;
    width: 10px;
    background-color: #76B00A;
  }
}
.home-catalog-block {
  padding-top: 65px;
  padding-bottom: 60px;
}
.home-catalog-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
.home-catalog-block .block-header .block-title {
  flex: 1 0 0;
}
.home-catalog-block .block-header .arrow-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper {
  max-height: 310px;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category {
  display: flex;
  flex-direction: column;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category .product-category-img-link {
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category .product-category-img-link img {
  height: 240px;
  width: 100%;
  border-radius: 12px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category .product-category-img-link:hover img {
  transform: scale(0.8);
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category .product-category-link {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px;
  text-decoration: none;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background-color: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  max-height: 51px;
}

.home-print-technologies-block {
  padding-top: 65px;
  padding-bottom: 60px;
}
.home-print-technologies-block .block-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 20px;
}
.home-print-technologies-block .block-header .block-title {
  flex: 1 0 0;
}
.home-print-technologies-block .block-header .arrow-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-print-technologies-block .swiper-slider-print-technologies-wrapper {
  max-height: 310px;
}
.home-print-technologies-block .swiper-slider-print-technologies-wrapper .single-print-technology {
  display: flex;
  flex-direction: column;
}
.home-print-technologies-block .swiper-slider-print-technologies-wrapper .single-print-technology .print-technology-img-link {
  width: 100%;
}
.home-print-technologies-block .swiper-slider-print-technologies-wrapper .single-print-technology .print-technology-img-link img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.home-print-technologies-block .swiper-slider-print-technologies-wrapper .single-print-technology .print-technology-link {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px;
  text-decoration: none;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background-color: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  max-height: 51px;
}
.home-print-technologies-block .block-footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .home-print-technologies-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-print-technologies-block .block-header .all-obj-link {
    display: none;
  }
  .home-print-technologies-block .block-header .arrow-container {
    display: none;
  }
  .home-print-technologies-block .block-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
  }
  .home-print-technologies-block .block-footer .all-obj-link {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    text-decoration: none;
    font-family: "Century Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    max-height: 51px;
  }
  .home-print-technologies-block .block-footer .arrow-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
  }
  .home-print-technologies-block .block-footer .arrow-container .pngarrow {
    background-color: transparent;
  }
  .home-print-technologies-block .block-footer .arrow-container .pngbullets-swiper-pagination-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .home-print-technologies-block .block-footer .arrow-container .pngbullets-swiper-pagination-block .swiper-pagination-bullet-active {
    height: 10px;
    width: 10px;
    background-color: #76B00A;
  }
}
.cf7-calc-modal {
  display: flex;
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  color: #101828;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}
.cf7-calc-modal .cf7-calc-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 650px;
  position: relative;
  animation: fadeIn 0.3s ease;
}
.cf7-calc-modal .cf7-calc-modal-content .modal-header {
  margin-bottom: 24px;
}
.cf7-calc-modal .cf7-calc-modal-content .modal-header .header-title {
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}
.cf7-calc-modal .cf7-calc-modal-content .modal-header .cf7-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}
.cf7-calc-modal .cf7-calc-modal-content label {
  margin-bottom: 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.cf7-calc-modal .cf7-calc-modal-content label input,
.cf7-calc-modal .cf7-calc-modal-content label textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.cf7-calc-modal .cf7-calc-modal-content label textarea {
  max-height: 130px;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group br {
  display: none;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon {
  display: flex;
  flex-direction: row;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-icon-wrap {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background-color: #FFF;
  flex: 1 0 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding-right: 8px;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-icon-wrap i {
  width: 24px;
  height: 21px;
  display: block;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap {
  width: 100%;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 8px;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap input:focus-visible, .cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap input:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cf7-calc-modal .cf7-calc-modal-content .submit-button-wrapper p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.cf7-calc-modal .cf7-calc-modal-content .submit-button-wrapper p input[type=submit] {
  width: 240px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 8px;
  background: #76B00A;
  /* Shadows/shadow-xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border-color: transparent;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.cf7-calc-modal .cf7-calc-modal-content .submit-button-wrapper p input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(118, 176, 10, 0.8);
}
.cf7-calc-modal .cf7-calc-modal-content .wpcf7-response-output {
  margin: 5px 0;
}

.home-calculate-order-block {
  padding: 100px 0;
}
.home-calculate-order-block .block-header .block-title {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-calculate-order-block .block-header .block-subtitle {
  text-overflow: ellipsis;
  overflow: hidden;
  color: #344054;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 540px) {
  .home-calculate-order-block {
    padding: 40px 0;
    text-align: center;
  }
  .home-calculate-order-block .block-header .block-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .home-calculate-order-block .block-header .block-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.home-portfolio-block {
  padding: 40px 0 60px;
}
.home-portfolio-block header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.home-portfolio-block .portfolio-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-portfolio-block .portfolio-wrapper .portfolio-template {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 200px;
  gap: 20px;
}
.home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-1 {
  grid-area: 1/1/3/4;
}
.home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-2 {
  grid-area: 1/4/3/7;
}
.home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-3 {
  grid-area: 3/1/4/3;
}
.home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-4 {
  grid-area: 4/1/5/3;
}
.home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-5 {
  grid-area: 3/3/5/5;
}
.home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-6 {
  grid-area: 3/5/5/7;
}

@media screen and (max-width: 540px) {
  .home-portfolio-block {
    padding: 20px 15px 40px;
  }
  .home-portfolio-block .block-header {
    margin-bottom: 20px;
  }
  .home-portfolio-block .block-header .block-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }
  .home-portfolio-block .single-portfolio {
    display: none;
  }
  .home-portfolio-block .portfolio-wrapper .portfolio-template {
    grid-auto-rows: 70px;
  }
  .home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-1, .home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-2, .home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-3, .home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-4 {
    display: block;
  }
  .home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-1 {
    grid-column: span 6/span 6;
    grid-row: span 2/span 2;
  }
  .home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-2 {
    grid-column: span 6/span 6;
    grid-row: span 2/span 2;
    grid-row-start: 3;
  }
  .home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-3 {
    grid-column: span 3/span 3;
    grid-row: span 2/span 2;
    grid-row-start: 5;
  }
  .home-portfolio-block .portfolio-wrapper .portfolio-template .single-portfolio-4 {
    grid-column: span 3/span 3;
    grid-row: span 2/span 2;
    grid-column-start: 4;
    grid-row-start: 5;
  }
  .home-portfolio-block .portfolio-footer {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
  }
}
.home-about-us-block {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.home-about-us-block .two-columns {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 40px;
}
.home-about-us-block .two-columns .video-column {
  display: flex;
  align-items: center;
  /* Fallback для браузерів без aspect-ratio: */
}
.home-about-us-block .two-columns .video-column .iframe {
  border-radius: 12px;
}
.home-about-us-block .two-columns .video-column .yt-lazy {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
}
.home-about-us-block .two-columns .video-column .yt-lazy__thumb,
.home-about-us-block .two-columns .video-column .yt-lazy__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}
.home-about-us-block .two-columns .video-column .yt-lazy__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.home-about-us-block .two-columns .video-column .yt-lazy__btn {
  pointer-events: auto;
  display: inline-grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0.75);
  transition: transform 0.15s ease, background 0.15s ease;
}
.home-about-us-block .two-columns .video-column .yt-lazy__btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.home-about-us-block .two-columns .video-column .yt-lazy:hover .yt-lazy__btn {
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.home-about-us-block .two-columns .video-column .yt-lazy__icon {
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 6px;
}
.home-about-us-block .two-columns .video-column .yt-lazy.is-fallback {
  height: 0;
  padding-bottom: 56.25%;
}
.home-about-us-block .two-columns .video-column .yt-lazy.is-fallback > * {
  position: absolute;
  inset: 0;
}
.home-about-us-block .two-columns .text-column {
  color: #101828;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-about-us-block .two-columns .text-column .about-us-title {
  font-size: 36px;
  font-weight: 400;
  margin: 12px 0;
}
.home-about-us-block .two-columns .text-column .about-us-text {
  font-size: 16px;
}
.home-about-us-block .two-columns .text-column .about-us-text blockquote {
  font-style: italic;
  padding: 10px;
  padding-left: 10px 20px;
  margin: 24px 0;
  border-left: 2px solid #76B00A;
}

@media screen and (max-width: 540px) {
  .home-about-us-block .two-columns {
    grid-template-columns: 2fr;
    gap: 20px;
  }
}
.work-with-us-block {
  padding-top: 60px;
  padding-bottom: 40px;
}
.work-with-us-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.work-with-us-block .block-header .block-title {
  flex: 1 0 0;
}
.work-with-us-block .block-header .arrow-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.work-with-us-block .slider-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.work-with-us-block .slider-box .swiper-slider-work-with-us-wrapper {
  max-height: 150px;
  padding: 52px 0px;
}
.work-with-us-block .slider-box .swiper-slider-work-with-us-wrapper .single-work-with-us img {
  height: 36px;
  width: 100%;
  object-fit: contain;
}
.work-with-us-block .slider-box .arrow-container .swiper-button-prev-work-with-us,
.work-with-us-block .slider-box .arrow-container .swiper-button-next-work-with-us {
  background-color: #fff;
  border: none;
}
.work-with-us-block .slider-box .arrow-container .swiper-button-prev-work-with-us:hover,
.work-with-us-block .slider-box .arrow-container .swiper-button-next-work-with-us:hover {
  background-color: #F9FAFB;
}

@media screen and (max-width: 768px) {
  .work-with-us-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client-review-block {
  padding-top: 40px;
  padding-bottom: 80px;
}
.client-review-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
.client-review-block .block-header .block-title {
  flex: 1 0 0;
}
.client-review-block .block-header .arrow-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.client-review-block .client-review-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 20px;
}
.client-review-block .client-review-wrapper .single-client-review {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.client-review-block .client-review-wrapper .single-client-review .review-text-wrapper {
  padding: 36px;
  border-radius: 12px;
  background: #F2F4F7;
  margin-bottom: 50px;
}
.client-review-block .client-review-wrapper .single-client-review .review-text-wrapper .review-blockquote {
  display: block;
  text-align: center;
}
.client-review-block .client-review-wrapper .single-client-review .review-text-wrapper .review-text {
  color: #344054;
  text-align: justify;
  font-family: "Century Gothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.client-review-block .client-review-wrapper .single-client-review .client-img {
  width: 60px;
  height: 60px;
}
.client-review-block .client-review-wrapper .single-client-review .client-name {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.client-review-block .block-footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .client-review-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .client-review-block .swiper-slider-client-review-wrapper {
    height: auto;
  }
  .client-review-block .client-review-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    display: flex;
    gap: 0;
  }
  .client-review-block .client-review-wrapper .single-client-review .review-text-wrapper {
    padding: 25px;
    margin-bottom: 40px;
  }
  .client-review-block .block-footer {
    display: block;
    margin-top: 30px;
  }
  .client-review-block .block-footer .arrow-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
  .client-review-block .block-footer .arrow-container .pngarrow {
    background-color: transparent;
  }
  .client-review-block .block-footer .arrow-container .pngbullets-swiper-pagination-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .client-review-block .block-footer .arrow-container .pngbullets-swiper-pagination-block .swiper-pagination-bullet-active {
    height: 10px;
    width: 10px;
    background-color: #76B00A;
  }
}
.home-blog-block {
  padding-top: 40px;
  padding-bottom: 80px;
}
.home-blog-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
.home-blog-block .block-header .block-title {
  flex: 1 0 0;
}
.home-blog-block .block-header .arrow-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-blog-block .blog-block-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.home-blog-block .blog-block-wrapper .single-blog-post {
  display: flex;
  flex-direction: column;
}
.home-blog-block .blog-block-wrapper .single-blog-post .post-thumbnail {
  width: 100%;
}
.home-blog-block .blog-block-wrapper .single-blog-post .post-thumbnail img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.home-blog-block .blog-block-wrapper .single-blog-post .post-meta {
  padding: 20px 0 8px;
}
.home-blog-block .blog-block-wrapper .single-blog-post .post-meta a {
  text-decoration: none;
  color: #76B00A;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.home-blog-block .blog-block-wrapper .single-blog-post .post-title {
  padding-bottom: 8px;
}
.home-blog-block .blog-block-wrapper .single-blog-post .post-title a {
  text-decoration: none;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}
.home-blog-block .blog-block-wrapper .single-blog-post .post-content {
  color: #475467;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .home-blog-block .swiper.swiper-slider-blog-block-wrapper {
    height: auto;
  }
  .home-blog-block .blog-block-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .home-blog-block .blog-block-wrapper.swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .home-blog-block .blog-block-wrapper.swiper-wrapper .single-blog-post {
    justify-content: start;
  }
}
.home-seo-text-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-seo-text-block .block-header {
  padding-bottom: 8px;
}
.home-seo-text-block .block-header .block-subtitle {
  color: #76B00A;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.home-seo-text-block .block-header .block-title {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 140% */
}
.home-seo-text-block .seo-text-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.home-seo-text-block .seo-text-wrapper .single-seo-text {
  flex: 1;
  color: #475467;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.home-seo-text-block .seo-text-wrapper .single-seo-text ul {
  margin-left: 15px;
}

@media screen and (max-width: 540px) {
  .home-seo-text-block .seo-text-wrapper {
    flex-direction: column;
  }
}
.swiper {
  width: 100%;
  height: 500px;
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.parallax-text {
  position: absolute;
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-button-next, .swiper-button-prev {
  color: white;
}

.swiper-pagination {
  bottom: 10px;
}
/*# sourceMappingURL=home-page.css.map */
