@charset "UTF-8";
/**
About Us pages styles
*/
.about-us-main-text-block {
  min-height: 640px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-us-main-text-block .main-text-block-wrapper {
  display: flex;
  flex-direction: column;
}
.about-us-main-text-block .main-text-block-wrapper .block-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 52px;
}
.about-us-main-text-block .main-text-block-wrapper .block-header .block-title {
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "Century Gothic";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  margin-bottom: 20px;
}
.about-us-main-text-block .main-text-block-wrapper .block-header .block-title span {
  color: #76B00A;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 116.667% */
}
.about-us-main-text-block .main-text-block-wrapper .block-header .block-subtitle {
  color: #344054;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-us-main-text-block .main-text-block-wrapper .buttons-block {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .about-us-main-text-block .main-text-block-wrapper .buttons-block {
    flex-direction: column;
    align-items: stretch;
  }
}
.short-about-us-text-video-block {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F2F4F7;
}
.short-about-us-text-video-block .two-columns {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 40px;
}
.short-about-us-text-video-block .two-columns .video-column {
  display: flex;
  align-items: center;
  min-height: 390px;
  /* Fallback для браузерів без aspect-ratio: */
}
.short-about-us-text-video-block .two-columns .video-column .iframe {
  border-radius: 12px;
}
.short-about-us-text-video-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;
}
.short-about-us-text-video-block .two-columns .video-column .yt-lazy__thumb,
.short-about-us-text-video-block .two-columns .video-column .yt-lazy__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}
.short-about-us-text-video-block .two-columns .video-column .yt-lazy__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.short-about-us-text-video-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;
}
.short-about-us-text-video-block .two-columns .video-column .yt-lazy__btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.short-about-us-text-video-block .two-columns .video-column .yt-lazy:hover .yt-lazy__btn {
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.short-about-us-text-video-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;
}
.short-about-us-text-video-block .two-columns .video-column .yt-lazy.is-fallback {
  height: 0;
  padding-bottom: 56.25%;
}
.short-about-us-text-video-block .two-columns .video-column .yt-lazy.is-fallback > * {
  position: absolute;
  inset: 0;
}
.short-about-us-text-video-block .two-columns .text-column {
  color: #101828;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.short-about-us-text-video-block .two-columns .text-column .video-block-title {
  font-size: 36px;
  font-weight: 400;
  margin: 12px 0;
}
.short-about-us-text-video-block .two-columns .text-column .video-block-text {
  font-size: 16px;
}
.short-about-us-text-video-block .two-columns .text-column .video-block-text blockquote {
  font-style: italic;
  padding: 10px;
  padding-left: 10px 20px;
  margin: 24px 0;
  border-left: 2px solid #76B00A;
}
.short-about-us-text-video-block .two-columns .text-column .all-link {
  margin-top: 24px;
}

@media screen and (max-width: 540px) {
  .video-block {
    padding: 40px 0;
  }
  .video-block .two-columns {
    grid-template-columns: 2fr;
    gap: 20px;
  }
  .video-block .two-columns .text-column {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .video-block .two-columns .text-column .video-block-title {
    font-size: 20px;
    line-height: normal;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .video-block .two-columns .text-column .video-block-text {
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .video-block .two-columns .text-column .all-link {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .short-about-us-text-video-block {
    padding: 32px 0;
  }
  .short-about-us-text-video-block .two-columns {
    grid-template-columns: 1fr;
  }
  .short-about-us-text-video-block .two-columns .video-column {
    min-height: auto;
  }
}
.our-team-block {
  padding-top: 52px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-team-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.our-team-block .block-header .block-title {
  flex: 1 0 0;
}
.our-team-block .our-team-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 60px;
  row-gap: 40px;
}
.our-team-block .our-team-grid .single-our_team {
  display: flex;
  flex-direction: column;
}
.our-team-block .our-team-grid .single-our_team .teammate_img {
  width: 140px;
  height: 180px;
  flex-shrink: 0;
  object-fit: contain;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.our-team-block .our-team-grid .single-our_team .teammate_title {
  color: #101828;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.our-team-block .our-team-grid .single-our_team .teammate_desc {
  color: #475467;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.our-team-block .our-team-grid .single-our_team:hover .teammate_img {
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .our-team-block {
    padding: 32px 0;
  }
  .our-team-block .our-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .our-team-block .our-team-grid .single-our_team .teammate_img {
    width: 100%;
  }
}
.our-goals-block {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.our-goals-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.our-goals-block .block-header .block-title {
  flex: 1 0 0;
}
.our-goals-block .our-goal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.our-goals-block .our-goal-grid .single-our_goal {
  display: flex;
  flex-direction: row;
  border-radius: 16px;
  border: 1px solid #D0D5DD;
  padding: 24px;
  gap: 20px;
}
.our-goals-block .our-goal-grid .single-our_goal .our_goal_img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.our-goals-block .our-goal-grid .single-our_goal .our_goal_desc {
  color: #475467;
  text-align: left;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.our-goals-block .our-goal-grid .single-our_goal:hover .our_goal_img {
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .our-goals-block {
    padding: 32px 0;
  }
  .our-goals-block .our-goal-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-goals-block .our-goal-grid .single-our_goal .our_goal_img_wrapper img {
    width: 80px;
    height: 80px;
  }
  .our-goals-block .our-goal-grid .single-our_goal .our_goal_desc {
    font-size: 14px;
    line-height: normal;
  }
}
.our-projects-block {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.our-projects-block .our-projects-block-grid {
  display: grid;
  grid-template-columns: 530fr 770fr;
  gap: 20px;
}
.our-projects-block .our-projects-block-grid .our-projects-text .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.our-projects-block .our-projects-block-grid .our-projects-text .block-header .block-title {
  flex: 1 0 0;
}
.our-projects-block .our-projects-block-grid .our-projects-text .our-projects-text-block {
  color: #344054;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.our-projects-block .our-projects-block-grid .our-projects-text .our-projects-text-block p {
  margin-bottom: 20px;
}
.our-projects-block .our-projects-block-grid .our-projects-text .our-projects-text-block b,
.our-projects-block .our-projects-block-grid .our-projects-text .our-projects-text-block a,
.our-projects-block .our-projects-block-grid .our-projects-text .our-projects-text-block strong {
  color: #76B009;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}
.our-projects-block .our-projects-block-grid .our-projects-text .our-projects-text-block a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.our-projects-block .our-projects-block-grid .our-projects-text .our-projects-text-block a:hover {
  color: #344054;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid {
  display: grid;
  grid-template-columns: 196fr 224fr 224fr;
  gap: 20px;
  height: 520px;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid .column-wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  gap: 20px;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid .column-wrapper .single-our-project {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  background: #FFF;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid .column-wrapper .single-our-project .our-project-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid .column-wrapper .single-our-project .our-project-img:hover {
  transform: scale(1.1);
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid > *:nth-child(1) {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  border-radius: 12px;
  border: none;
  background: #F2F4F7;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid > *:nth-child(1) .single-our-project {
  height: auto;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid > *:nth-child(1) > *:nth-child(1) {
  border: none;
  display: flex;
  justify-content: center;
  background-color: transparent;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid > *:nth-child(1) > *:nth-child(1) .our-project-img {
  width: 100%;
  object-fit: contain;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid > *:nth-child(1) > *:nth-child(2) {
  border: none;
  border-radius: 10px;
  max-height: 196px;
}
.our-projects-block .our-projects-block-grid .our-projects-gallery-grid > *:nth-child(1) > *:nth-child(2) .our-project-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .our-projects-block {
    padding: 32px 0;
  }
  .our-projects-block .our-projects-block-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-projects-block .our-projects-block-grid .our-projects-gallery-grid {
    height: auto;
  }
}
.our-numbers-block {
  background: #F2F4F7;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: "Century Gothic";
}
.our-numbers-block .block-header .block-title {
  color: #101828;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.our-numbers-block .block-header .block-description {
  color: #101828;
  font-size: 14px;
  line-height: 20px;
  max-width: 70%;
}
.our-numbers-block .feature-block {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 125%;
  margin-top: 52px;
  flex-wrap: wrap;
}
.our-numbers-block .feature-block .single-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  font-size: 14px;
}
.our-numbers-block .feature-block .single-feature .feature-img {
  height: 48px;
  width: 48px;
  object-fit: contain;
  margin-bottom: 20px;
}
.our-numbers-block .feature-block .single-feature .feature-count {
  color: #76B00A;
  text-align: center;
  font-weight: 700;
  line-height: 143%;
}
.our-numbers-block .feature-block .single-feature .feature-title {
  text-align: center;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .our-numbers-block .feature-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .our-numbers-block .feature-block .single-feature {
    gap: 0;
  }
  .our-numbers-block .feature-block .single-feature .feature-img {
    height: 32px;
    width: 32px;
    margin-bottom: 20px;
  }
  .our-numbers-block .feature-block .single-feature .feature-count {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .our-numbers-block .feature-block .single-feature .feature-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .our-numbers-block .block-header .block-description {
    max-width: 100%;
  }
}
.our-history-block {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.our-history-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.our-history-block .block-header .block-title {
  flex: 1 0 0;
}
.our-history-block .our-history-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 32px;
  margin-right: 32px;
}
.our-history-block .our-history-grid > *:nth-child(2n+1) {
  grid-template-columns: 65fr 37fr;
}
.our-history-block .our-history-grid > *:nth-child(2n+1) > *:nth-child(2n) {
  grid-template-columns: 1fr !important;
}
.our-history-block .our-history-grid > *:nth-child(2n+1) > *:nth-child(2n) .img-column {
  display: none;
}
.our-history-block .our-history-grid > *:nth-child(2n) {
  grid-template-columns: 37fr 65fr;
}
.our-history-block .our-history-grid > *:nth-child(2n) > *:nth-child(2n+1) {
  grid-template-columns: 1fr !important;
}
.our-history-block .our-history-grid > *:nth-child(2n) > *:nth-child(2n+1) .img-column {
  display: none;
}
.our-history-block .our-history-grid .row-wrapper {
  display: grid;
  gap: 12px;
}
.our-history-block .our-history-grid .row-wrapper .single-our-history {
  display: grid;
  grid-template-columns: 508fr 212fr;
  gap: 12px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  /* Shadows/shadow-xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.our-history-block .our-history-grid .row-wrapper .single-our-history .text-column {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
}
.our-history-block .our-history-grid .row-wrapper .single-our-history .text-column .year {
  color: #76B00A;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  display: inline-flex;
  padding: 12px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(118, 176, 9, 0.2);
}
.our-history-block .our-history-grid .row-wrapper .single-our-history .text-column .title {
  color: #101828;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.our-history-block .our-history-grid .row-wrapper .single-our-history .text-column .description {
  color: #475467;
  font-size: 14px;
  line-height: 140%;
}
.our-history-block .our-history-grid .row-wrapper .single-our-history .img-column {
  overflow: hidden;
  border-radius: 12px;
}
.our-history-block .our-history-grid .row-wrapper .single-our-history .img-column img {
  width: 212px;
  height: 180px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.our-history-block .our-history-grid .row-wrapper .single-our-history:hover .img-column img {
  transform: scale(1.2);
}
.our-history-block .our-history-grid .row-wrapper .single-our-history.dark {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0C111D;
  /* Shadows/shadow-xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.our-history-block .our-history-grid .row-wrapper .single-our-history.dark .text-column .title {
  color: #76B00A;
}
.our-history-block .our-history-grid .row-wrapper .single-our-history.dark .text-column .description {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .our-history-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .our-history-block .our-history-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .our-history-block .our-history-grid .row-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-history-block .our-history-grid .row-wrapper .single-our-history {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-history-block .our-history-grid .row-wrapper .single-our-history .img-column img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.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;
  }
}
.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;
  }
}
.blog-popular-articles {
  padding-top: 40px;
  padding-bottom: 80px;
}
.blog-popular-articles .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
.blog-popular-articles .block-header .block-title {
  flex: 1 0 0;
}
.blog-popular-articles .block-header .arrow-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post {
  display: flex;
  flex-direction: column;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post .post-thumbnail img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post .post-meta {
  padding: 20px 0 8px;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-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%;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-wrapper .single-blog-post .post-title {
  padding-bottom: 8px;
}
.blog-popular-articles .swiper-slider-blog-popular-articles-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% */
}
.blog-popular-articles .swiper-slider-blog-popular-articles-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: 540px) {
  .blog-popular-articles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.faq-block {
  background: #F2F4F7;
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: "Century Gothic";
}
.faq-block .block-header {
  margin-bottom: 64px;
}
.faq-block .block-header .block-title {
  display: block;
  text-align: center;
  color: #101828;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.faq-block .block-header .block-description {
  display: block;
  text-align: center;
  color: #475467;
  font-size: 20px;
  line-height: 150%;
}
.faq-block .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-block .faq-accordion .faq-accordion__item {
  display: flex;
  padding: var(--spacing-4xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: var(--spacing-3xl, 24px);
  border-radius: 16px;
  background: #F9FAFB;
  transition: all 0.3s ease;
}
.faq-block .faq-accordion .faq-accordion__item .faq-accordion__question {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "Century Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  gap: 24px;
  width: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.faq-block .faq-accordion .faq-accordion__item .faq-accordion__question i {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.faq-block .faq-accordion .faq-accordion__item .faq-accordion__answer {
  color: #475467;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.faq-block .faq-accordion .faq-accordion__item.is-active .faq-accordion__question i {
  transform: rotate(-45deg);
  transform-origin: center;
}

@media screen and (max-width: 768px) {
  .faq-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq-block .faq-accordion .faq-accordion__item .faq-accordion__question .pngbtn-toggle-plus-circle {
    flex: 0 0 auto;
  }
}
/*# sourceMappingURL=about-us-page.css.map */
