@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap);@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
}

.space-widget {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .space-widget {
    justify-content: flex-start;
  }
}

.gform_fields {
  gap: 2rem !important;
}
.gform__container {
  background-color: #fff;
  max-width: 90rem;
  margin: 0 auto;
}
.gform__container .wp-block-group__inner-container {
  padding: 2rem 4rem;
  max-width: 75%;
}
@media (max-width: 900px) {
  .gform__container .wp-block-group__inner-container {
    max-width: 100%;
  }
}

.large {
  background-color: #f1efeb !important;
  border-radius: 30px !important;
  border: none !important;
  box-shadow: none !important;
  padding: 1.5rem !important;
}

.medium {
  background-color: #f1efeb !important;
  border-radius: 30px !important;
  border: none !important;
  box-shadow: none !important;
}

.gform_title {
  display: none !important;
}

.ginput_container_consent {
  margin: 1rem !important;
}

.ginput_container {
  width: 50%;
}
.ginput_container #input_1_14_1 {
  border-radius: 5px !important;
}
.ginput_container input {
  background-color: #f1efeb !important;
  border-radius: 30px !important;
  border: none !important;
  box-shadow: none !important;
}

.gfield_required {
  display: none !important;
}

.gform_button {
  background-color: #F07D00 !important;
  border-radius: 30px !important;
  padding: 0 3rem !important;
  transition: all 0.3s ease !important;
  transform: scale(1) !important;
  cursor: pointer !important;
}
.gform_button:hover {
  background-color: rgb(189, 98.4375, 0) !important;
  transform: scale(1.05) translateY(-2px) !important;
}
.gform_button:active {
  transform: scale(0.98) translateY(0) !important;
  transition: all 0.1s ease !important;
}
.gform_button:focus {
  outline: 2px solid #F07D00 !important;
  outline-offset: 3px !important;
}
.gform_button svg {
  fill: #fff !important;
  all: revert !important;
  all: inherit !important;
  height: 20px !important;
  width: 20px !important;
  transition: transform 0.3s ease !important;
}
.gform_button:hover svg {
  transform: translateX(3px) !important;
}

@media (max-width: 750px) {
  .gform_fields {
    grid-template-columns: 1fr !important;
  }
  .gform__container .wp-block-group__inner-container {
    padding: 2rem 1rem;
  }
}
section.site-topbar {
  padding: 0.75rem;
  text-align: center;
  background-color: #cacaca;
}
section.site-topbar > * {
  padding: 0;
  margin: 0;
}

.site-header .wp-block-button svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.site-header .wp-block-button.button-active .wp-block-button__link svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.site-header .enquiry-dropdown {
  background: #fff;
  position: absolute;
  top: 3.6rem;
  border-radius: 15px;
  padding: 1rem;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
.site-header .enquiry-dropdown.active {
  pointer-events: all;
  opacity: 1;
}
.site-header .enquiry-dropdown .primary-menu__contact__left a {
  display: flex;
  gap: 1rem;
  color: #000;
  text-decoration: none;
}
.site-header .site-nav {
  background: transparent;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.site-header .site-nav__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: opacity 0.3s ease;
  position: relative;
}
.site-header .site-nav__buttons.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 600px) {
  .site-header .site-nav__buttons .wp-block-button {
    display: none;
  }
}
.site-header .site-nav__container {
  margin: 0 auto;
  width: 90%;
  padding: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .site-header .site-nav__container {
    width: 100%;
    padding: 1rem;
  }
}
.site-header .site-nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 1050;
}
.site-header .site-nav__logo img {
  max-height: 50px;
  width: auto;
  display: block;
}
.site-header .site-nav__name {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
}
.site-header .menu-toggle {
  background: #F07D00;
  border: none;
  padding: 0.5rem;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
}
.site-header .menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header .menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header .menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header .menu-toggle[aria-expanded=true] ~ .menu-backdrop {
  opacity: 1;
  pointer-events: all;
}
.site-header .menu-toggle__line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.3s ease;
  transform-origin: center;
}
.site-header .primary-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: calc(50vw - 1rem);
  max-width: 85vw;
  height: calc(100vh - 1rem);
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  padding: 5rem 2rem 2rem;
  padding-top: 3rem;
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  margin: 0.5rem;
  border-radius: 15px;
}
@media (max-width: 700px) {
  .site-header .primary-menu {
    width: calc(100vw - 1rem);
    max-width: calc(100vw - 1rem);
    padding-top: 5rem;
  }
}
.site-header .primary-menu__contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 700px) {
  .site-header .primary-menu__contact {
    flex-direction: column;
  }
}
.site-header .primary-menu__contact__left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-header .primary-menu__contact__right {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  align-items: flex-end;
}
@media (max-width: 700px) {
  .site-header .primary-menu__contact__right {
    justify-content: flex-start;
  }
}
.site-header .primary-menu__contact {
  gap: 1rem;
}
.site-header .primary-menu__contact a {
  display: flex;
  gap: 0.5rem;
  color: #000;
  text-decoration: none;
}
.site-header .primary-menu__contact a:hover {
  text-decoration: underline;
}
.site-header .primary-menu__address {
  margin-bottom: 1rem;
}
.site-header .primary-menu__address p {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.site-header .primary-menu__address span {
  color: #F07D00;
}
.site-header .primary-menu.is-open {
  right: 0;
}
.site-header .primary-menu.is-open .primary-menu__close::after {
  opacity: 1;
  transform: translateX(0);
}
.site-header .primary-menu__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: #F07D00;
  border: none;
  padding: 0.5rem;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.site-header .primary-menu__close::after {
  content: "Close";
  position: absolute;
  right: 100%;
  margin-right: 1rem;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.site-header .primary-menu__close-line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}
.site-header .primary-menu__close-line:nth-child(1) {
  transform: rotate(45deg);
}
.site-header .primary-menu__close-line:nth-child(2) {
  transform: rotate(-45deg);
}
.site-header .primary-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2rem;
}
.site-header .primary-menu__list li {
  width: 100%;
}
.site-header .primary-menu__list a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  color: #333;
  font-size: clamp(2rem, 3.15vw, 3.15rem);
  transition: color 0.3s ease;
  display: inline-block;
}
.site-header .primary-menu__list a:hover {
  color: #F07D00;
}
.site-header .primary-menu__list .current-menu-item > a,
.site-header .primary-menu__list .current_page_item > a {
  font-weight: 600;
  color: #F07D00;
}
.site-header .primary-menu__list .menu-item-has-children {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 701px) {
  .site-header .primary-menu__list .menu-item-has-children::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 54vw;
    height: 100vh;
    z-index: 1025;
    pointer-events: none;
    opacity: 0;
  }
  .site-header .primary-menu__list .menu-item-has-children:hover::before {
    pointer-events: all;
  }
  .site-header .primary-menu__list .menu-item-has-children:hover .sub-menu, .site-header .primary-menu__list .menu-item-has-children:focus-within .sub-menu {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    transition: opacity 0.3s ease, transform 0.3s ease, pointer-events 0s;
  }
}
.site-header .primary-menu__list .menu-item-has-children .sub-menu {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  bottom: 0.5rem;
  width: calc(50vw - 1rem);
  height: calc(100vh - 1rem);
  background: #F07D00;
  border-radius: 15px;
  padding: 5rem 2rem 2rem;
  padding-top: 3rem;
  overflow-y: auto;
  z-index: 1060;
  list-style: none;
  margin: 0;
  transform: translateX(-105%);
  transition: opacity 0.3s ease, transform 0.3s ease, pointer-events 0s 0.3s;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 700px) {
  .site-header .primary-menu__list .menu-item-has-children .sub-menu {
    width: calc(100vw - 1rem);
    transform: translateX(105%);
    right: -100%;
    left: auto;
    transition: opacity 0.6s ease, transform 0.6s ease, pointer-events 0s 0.6s;
  }
  .site-header .primary-menu__list .menu-item-has-children .sub-menu.is-active {
    transform: translateX(-105%);
    pointer-events: all;
    transition: opacity 0.3s ease, transform 0.3s ease, pointer-events 0s 0.3s;
  }
}
@media (min-width: 701px) {
  .site-header .primary-menu__list .menu-item-has-children .sub-menu:hover {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    transition: opacity 0.3s ease, transform 0.3s ease, pointer-events 0s;
  }
}
.site-header .primary-menu__list .menu-item-has-children .sub-menu__back {
  display: none;
}
@media (max-width: 700px) {
  .site-header .primary-menu__list .menu-item-has-children .sub-menu__back {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 0;
    margin-bottom: 1rem;
    cursor: pointer;
    font-weight: 500;
  }
  .site-header .primary-menu__list .menu-item-has-children .sub-menu__back span {
    font-size: 2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 2rem;
    width: 2rem;
    background: white;
    border-radius: 3rem;
  }
  .site-header .primary-menu__list .menu-item-has-children .sub-menu__back span div:first-child {
    width: 12px;
    height: 12px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg) translate(6px, -6px);
  }
  .site-header .primary-menu__list .menu-item-has-children .sub-menu__back span div:last-child {
    width: 20px;
    height: 10px;
    border-bottom: 2px solid #000;
    transform: translate(-4px, -4px);
  }
  .site-header .primary-menu__list .menu-item-has-children .sub-menu__back:hover {
    color: #2c2c2c;
  }
}
.site-header .primary-menu__list .menu-item-has-children .sub-menu li {
  width: 100%;
  padding-left: 3rem;
  position: relative;
}
.site-header .primary-menu__list .menu-item-has-children .sub-menu li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 12px;
  height: 12px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}
.site-header .primary-menu__list .menu-item-has-children .sub-menu li::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-86%);
  width: 20px;
  height: 10px;
  background: transparent;
  border-bottom: 2px solid #000;
}
.site-header .primary-menu__list .menu-item-has-children .sub-menu a {
  display: block;
  padding: 0.25rem 0;
  text-decoration: none;
  color: #fff;
  font-size: clamp(2rem, 3.15vw, 3.15rem);
  transition: color 0.3s ease;
}
.site-header .primary-menu__list .menu-item-has-children .sub-menu a:hover {
  color: #2c2c2c;
}
.site-header .primary-menu__post {
  border-radius: 15px;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  padding: 1rem;
}
.site-header .primary-menu__post-link {
  text-decoration: none;
  color: #fff;
}
.site-header .primary-menu__post-link:hover {
  text-decoration: underline;
}
.site-header .primary-menu__post h3 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.site-header .primary-menu__post h3::before {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(135deg);
  top: 50%;
  right: -2rem;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.site-header .primary-menu__post h3::after {
  content: "";
  position: absolute;
  transform: translateY(-86%);
  top: 50%;
  right: -2rem;
  width: 20px;
  height: 10px;
  background: transparent;
  border-bottom: 2px solid #fff;
}

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.menu-backdrop.is-open {
  opacity: 1;
  pointer-events: all;
}

section.site-subbar {
  padding: 0.75rem;
  text-align: center;
  background-color: #cacaca;
}
section.site-subbar > * {
  padding: 0;
  margin: 0;
}

#site-footer {
  padding: 32px;
}
#site-footer .footer.main {
  margin-bottom: 3rem;
}
#site-footer .footer.main .widget_nav_menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.site-footer {
  position: relative;
  background-color: #000;
  background-image: url("../src/images/ecca3465e77237a1b80e14dca707f75345e63557.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer__menu {
  list-style: none;
}
.site-footer__menu li {
  position: relative;
}
.site-footer__menu li::before {
  content: "\2192";
  color: #F07D00;
  position: absolute;
  left: -1.6rem;
  top: 20%;
  font-size: 16px;
}
.site-footer__menu li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(48, 47, 47, 0.8);
  z-index: 1;
}
.site-footer__social {
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
}
@media (max-width: 800px) {
  .site-footer__social {
    margin-top: 1rem;
  }
}
.site-footer__social a {
  display: block;
}
.site-footer__main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 2rem;
}
@media (max-width: 800px) {
  .site-footer__main {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
}
.site-footer__secondary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 800px) {
  .site-footer__secondary {
    grid-template-columns: 1fr;
  }
}
.site-footer__secondary .site-footer__logo img {
  display: block;
  width: 80%;
}
.site-footer__secondary .site-footer__subfooter-menu {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
}
.site-footer__secondary .site-footer__subfooter-menu p {
  color: #797979;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.site-footer__secondary .site-footer__subfooter-menu .site-footer__subfooter-nav {
  display: flex;
  list-style: none;
  gap: 2rem;
  padding-left: 0;
}
.site-footer__secondary .site-footer__subfooter-menu .site-footer__subfooter-nav a {
  text-decoration: none;
  color: #797979;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.site-footer__links {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media (max-width: 800px) {
  .site-footer__links {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .site-footer__links .site-footer__column:first-child {
    padding-bottom: 2rem;
    border-bottom: 2px solid #444444;
  }
}
@media (max-width: 800px) {
  .site-footer__info {
    border-bottom: 2px solid #444444;
  }
}
.site-footer__info h4 {
  color: #F07D00;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 1rem;
}
.site-footer__info p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-footer__column h6 {
  color: #F07D00;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0.5rem;
}
.site-footer__column h4 {
  color: #F07D00;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1rem;
}
.site-footer__column p,
.site-footer__column a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.site-footer__column p:hover,
.site-footer__column a:hover {
  text-decoration: underline;
}
.site-footer__column #menu-footer-menu-about-us {
  list-style: none;
  padding: 0;
}
.site-footer__column #menu-footer-menu-about-us li {
  position: relative;
  padding-left: 1.5rem;
}
.site-footer__column #menu-footer-menu-about-us li::before {
  content: "\2192";
  color: #F07D00;
  position: absolute;
  left: 0;
  font-size: 16px;
}
.site-footer__column #menu-footer-menu-about-us li a {
  color: #fff;
}

footer .widget {
  display: flex;
  justify-content: center;
}

#site-subfooter {
  background-color: #747474;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-subfooter .menu {
  display: flex;
  gap: 1rem;
  list-style: none;
}
#site-subfooter .wp-block-group__inner-container {
  display: flex;
  gap: 3rem;
  max-width: 70vw;
}

.product-main {
  padding: 180px 20px;
  background-color: #f1efeb;
}
.product-main__container {
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  margin-bottom: 5rem;
}
@media (max-width: 950px) {
  .product-main__container {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }
}
.product-main__others {
  max-width: 90%;
  margin: 0 auto;
}
.product-main__others h2 {
  margin-bottom: 2rem;
}
.product-main__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
.product-main__title {
  color: #000;
  font-size: 58px;
  font-size: clamp(20px, 4vw, 56px);
  font-style: normal;
  font-weight: 500;
}
.product-main__desc {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 1rem;
}
.product-main__subdesc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.product-main__tags {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.product-main__tags .product-main__tag {
  padding: 1rem 0;
  border-bottom: 1px solid #c2c2c2;
}
.product-main__tags .product-main__tag p {
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
  align-items: center;
}
.product-main__tags .product-main__tag:nth-child(1) {
  border-top: 1px solid #c2c2c2;
}
.product-main__buttons {
  display: flex;
  gap: 0.75rem;
}

.news-single {
  background: #F1EFEB;
  padding: 2rem 4rem;
}
@media (max-width: 900px) {
  .news-single {
    padding: 2rem 1rem;
  }
}
.news-single img {
  border-radius: 15px;
}
.news-single article {
  max-width: 60rem;
}
.news-single__header {
  padding-top: 5rem;
}
.news-single__title {
  font-size: clamp(24px, 5vw, 48px);
  font-weight: 500;
  margin-bottom: 2rem;
}

.wp-block-button.btn--secondary .wp-block-button__link {
  background: #F07D00;
  color: #fff;
}
.wp-block-button.btn--secondary .wp-block-button__link svg path {
  fill: #fff;
}
.wp-block-button a,
.wp-block-button .wp-block-button__link {
  padding: 0.7rem 2rem;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: #fff;
  color: #000;
}
.wp-block-button a svg path,
.wp-block-button .wp-block-button__link svg path {
  fill: #F07D00;
}
.testimonials {
  padding: 4rem;
  background-color: #f5f5f5;
}
.testimonials .container {
  max-width: 82rem;
  margin: 0 auto;
  padding: 6rem 4rem;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.testimonials__header {
  width: 50%;
}
.testimonials__heading {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #000;
}
.testimonials__description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 3rem;
  max-width: 600px;
}
.testimonials__description p {
  margin: 0;
}
.testimonials__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
.testimonials__quote {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
  quotes: "\201C" "\201D";
  margin-bottom: 8rem;
}
.testimonials__quote::before {
  content: open-quote;
  color: #F07D00;
}
.testimonials__quote::after {
  content: close-quote;
  color: #F07D00;
}
.testimonials__quote p {
  margin: 0;
}
.testimonials__author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ccc;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.testimonials__name {
  font-size: 1.125rem;
  color: #F07D00;
  margin: 0;
  line-height: 1rem;
}
.testimonials__grid {
  min-height: 24rem;
  overflow: hidden;
}
.testimonials__grid .splide__track {
  overflow: visible;
}
.testimonials__grid .splide__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonials__grid .splide__slide {
  list-style: none;
}
.testimonials__grid .splide__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.testimonials__role {
  font-size: 1.125rem;
  color: #F07D00;
  margin: 0;
}
.testimonials__wrapper {
  position: relative;
  width: 50%;
}
.testimonials__swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 5rem;
}
.testimonials__navigation {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
  position: absolute;
  right: 0;
  bottom: 2rem;
  background: #fff;
}
.testimonials__nav {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #F1EFEB;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}
.testimonials__nav:hover {
  background-color: #F07D00;
  border-color: #F07D00;
  color: #fff;
}
.testimonials__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.testimonials__nav:disabled:hover {
  background: transparent;
  border-color: #333;
  color: #333;
}
.testimonials__nav svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 900px) {
  .testimonials {
    padding: 1rem;
  }
  .testimonials .container {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 1rem;
  }
  .testimonials__description {
    margin-bottom: 0;
  }
  .testimonials__quote {
    margin-bottom: 5.5rem;
  }
  .testimonials__author {
    width: calc(100% - 8rem);
    border-top: none;
    padding-top: 2rem;
  }
  .testimonials__author::before {
    content: "";
    position: relative;
    bottom: 1rem;
    left: 0rem;
    width: calc(100% + 8rem);
    height: 1px;
    background-color: #ccc;
  }
  .testimonials__header, .testimonials__wrapper {
    width: 100%;
  }
  .testimonials__navigation {
    justify-content: center;
    margin-top: 2rem;
  }
}
.faq {
  padding: 4rem;
  max-width: 90rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.faq__section {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #bdbdbd;
}
.faq__section:first-child {
  margin-top: 0;
}
.faq__section:last-child {
  border-bottom: none;
}
.faq__heading {
  color: #F07D00;
  margin-right: 2rem;
  width: 27rem;
}
@media (max-width: 850px) {
  .faq__heading {
    width: 20rem;
  }
}
.faq__items {
  width: 60%;
}
.faq__items__item {
  margin-bottom: 2rem;
  border-bottom: 2px solid #bdbdbd;
}
.faq__items__item:last-child {
  border-bottom: none;
  margin-bottom: 3rem;
}
.faq__items__item__question {
  margin-bottom: 1.5rem;
  width: 100%;
  position: relative;
  cursor: pointer;
  padding-right: 4rem;
}
.faq__items__item__question--active + .faq__items__item__answer {
  max-height: 22rem;
  display: block;
}
.faq__items__item__icon {
  position: absolute;
  top: 40%;
  right: 2rem;
  transform: translateY(-30%);
  max-width: 1rem;
  width: 100%;
  padding-bottom: 1rem;
  pointer-events: none;
}
.faq__items__item__icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 2px;
  width: 1.3rem;
  background-color: #000;
  transition: transform 0.15s ease-in-out;
}
.faq__items__item__icon span:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.faq__items__item__answer {
  line-height: 1.6;
  text-align: left;
  overflow: hidden;
}
.faq__items__item__answer div {
  display: none;
}

.active div span:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(0deg) !important;
}

@media (max-width: 750px) {
  .faq {
    padding: 1rem;
  }
  .faq__section {
    flex-direction: column;
  }
  .faq__items {
    width: 100%;
  }
  .faq__items__item:last-child {
    margin-bottom: 0rem;
  }
  .faq__heading {
    margin-bottom: 2rem;
  }
}
.hero {
  position: relative;
  min-height: 700px;
  display: flex;
  overflow: hidden;
  color: #fff;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__background[style*=background-image] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero__container {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0rem 4rem 2rem;
}
.hero__content {
  padding: 0 0 80px 0;
}
.hero__title {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.2;
  max-width: 35rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
.hero__nav-btn {
  border-bottom: none;
  border-left: 1px solid #8c8b8b;
  border-right: none;
  border-top: none;
  color: #fff;
  width: 3.5rem;
  background-color: #fff;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero__nav-btn:first-of-type {
  border-bottom: 1px solid #8c8b8b;
  border-radius: 0 16px 0 0;
}
.hero__nav-btn:last-of-type {
  border-radius: 0 0 16px 0;
}
.hero__nav-btn:hover {
  background: #F07D00;
}
.hero__nav-btn svg {
  width: 24px;
  height: 24px;
}

.hero--home-main {
  min-height: 800px;
}
.hero--home-main .hero__main {
  max-width: 900px;
}
.hero--home-main .hero__title {
  font-size: 6rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .hero--home-main .hero__title {
    font-size: 4rem;
  }
}
.hero--home-main .hero__post-navigation {
  position: absolute;
  justify-content: space-between;
  display: flex;
  right: 4rem;
  background: #fff;
  color: #000;
  border-radius: 16px;
  max-width: 500px;
  min-width: 500px;
  bottom: 8rem;
  max-height: 150px;
}
.hero--home-main .hero__carousel-wrapper {
  position: absolute;
  right: 4rem;
  bottom: 2rem;
  max-width: 500px;
  min-width: 500px;
}
.hero--home-main .hero__carousel {
  background: #fff;
  color: #000;
  border-radius: 16px;
  padding: 1rem;
  overflow: hidden;
}
.hero--home-main .hero__carousel .splide__track {
  overflow: visible;
}
.hero--home-main .hero__carousel .splide__list {
  display: flex;
}
.hero--home-main .hero__carousel .splide__slide {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero--home-main .hero__carousel .splide__slide.is-active {
  opacity: 1;
}
.hero--home-main .hero__post-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 140px;
  padding: 1.2rem;
}
.hero--home-main .hero__post-header-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 140% */
}
@media (max-width: 768px) {
  .hero--home-main .hero__post-header-title {
    font-size: 1.25rem;
  }
}
.hero--home-main .hero__post-header-excerpt {
  display: none;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  opacity: 0.85;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero--home-main .hero__cta {
  display: inline-block;
  color: #F07D00;
  font-weight: 600;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.hero--home-main .hero__cta:hover {
  text-decoration: underline;
}
.hero--home-main .hero__navigation-controls {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
}
.hero--home-main .hero__post-counter {
  font-size: 1.125rem;
  font-weight: 500;
  min-width: 60px;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  right: 5rem;
  color: #cacaca;
  background: #fff;
}

.splide__wrapper {
  max-width: 500px;
}

.hero--sub-page {
  min-height: 500px;
}
.hero--sub-page .hero__subpage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 0rem;
}
.hero--sub-page .hero__title {
  max-width: 800px;
  font-size: 4rem;
  margin: 0 auto 3rem;
}

.hero--default {
  min-height: 250px;
  background-color: #f1efeb;
}
.hero--default .hero__content {
  padding: 0;
}
.hero--default .hero__container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.hero--default .hero__default {
  max-width: 800px;
  margin: 0;
}
.hero--default .hero__title {
  margin-bottom: 1rem;
  color: #000;
  text-align: left;
}
.hero--default .hero__description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 0;
  max-width: 600px;
}

@media (max-width: 768px) {
  .hero {
    min-height: 250px;
  }
  .hero--home-main {
    min-height: 600px;
  }
  .hero--sub-page,
  .hero--default {
    min-height: 250px;
  }
}
@media (max-width: 400px) {
  .hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .hero {
    min-height: 310px;
  }
}
@media (max-width: 750px) {
  .hero__container {
    padding: 5rem 1rem;
  }
}
@media (max-width: 635px) {
  .hero--home-main .hero__content {
    padding: 0;
    height: 100%;
  }
  .hero--home-main .hero__main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero--home-main .hero__post-navigation {
    position: relative;
    right: unset;
    max-width: unset;
    min-width: 300px;
    bottom: 0;
  }
}
@media (max-width: 400px) {
  .hero--sub-page .hero__title {
    font-size: 3rem;
  }
  .hero--home-main .hero__title {
    font-size: 3rem;
  }
}
.block-cpt-query {
  padding: 45px 20px;
  background-color: #f1efeb;
}
@media (max-width: 768px) {
  .block-cpt-query {
    padding: 25px 10px;
  }
}
.block-cpt-query.taxonomy-template .block-cpt-query__card-image img {
  padding: 0;
}
.block-cpt-query__container {
  margin: 0 auto;
  max-width: 98%;
}
@media (max-width: 768px) {
  .block-cpt-query__container {
    max-width: 100%;
  }
}
.block-cpt-query__intro {
  margin-bottom: 40px;
  padding: 0 25px;
}
.block-cpt-query__intro p {
  color: #000;
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}
.block-cpt-query__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.block-cpt-query__card {
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.block-cpt-query__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.block-cpt-query__card-image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.block-cpt-query__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 6%;
}
.block-cpt-query__card-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-cpt-query__card-content {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 80% 20%;
  background: #fff;
}
@media (max-width: 768px) {
  .block-cpt-query__card-content {
    grid-template-columns: 70% 30%;
  }
}
.block-cpt-query__card-title {
  border-right: 1px solid #e0e0e0;
  padding: 1.5rem;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 30px;
  color: #000;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .block-cpt-query__card-title {
    padding: 1rem;
    font-size: 16px;
  }
}
.block-cpt-query__card-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.block-cpt-query__card-title a:hover {
  color: #F07D00;
}
.block-cpt-query__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F07D00;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: gap 0.3s ease;
  justify-self: center;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.block-cpt-query__card-link span {
  display: inline-block;
}
.block-cpt-query__card-link svg {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
}
.block-cpt-query__card-link:hover {
  gap: 12px;
}
.block-cpt-query__card-link:hover svg {
  transform: translateX(4px);
}
.block-cpt-query__pagination {
  grid-column: 1/-1;
  display: flex;
  justify-content: right;
  align-items: center;
  border-radius: 30px;
  gap: 10px;
  margin: 2rem 0;
}
.block-cpt-query__pagination__wrapper {
  background-color: #fff;
  border-radius: 30px;
}
.block-cpt-query__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 8px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.block-cpt-query__pagination .page-numbers:hover {
  background-color: #F07D00;
  color: #fff;
  border-color: #F07D00;
}
.block-cpt-query__pagination .page-numbers.current {
  background-color: #F07D00;
  color: #fff;
  border-color: #F07D00;
  pointer-events: none;
}
.block-cpt-query__pagination .page-numbers.prev, .block-cpt-query__pagination .page-numbers.next {
  font-weight: 600;
}
.block-cpt-query__pagination .page-numbers.prev svg, .block-cpt-query__pagination .page-numbers.next svg {
  width: 20px;
  height: 20px;
}
.block-cpt-query__pagination .page-numbers.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
@media (max-width: 1024px) {
  .block-cpt-query__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .block-cpt-query {
    padding: 40px 20px;
  }
  .block-cpt-query__grid {
    gap: 10px;
  }
  .block-cpt-query__intro p {
    font-size: 16px;
  }
  .block-cpt-query__card-title {
    min-height: auto;
  }
}
@media (max-width: 500px) {
  .block-cpt-query__grid {
    grid-template-columns: 1fr;
  }
}

.news-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}

.block-about-machines {
  padding: 60px 0;
  background: #f5f5f5;
  width: 99%;
  margin: -100px auto 0 auto;
}
@media (max-width: 635px) {
  .block-about-machines {
    margin: -55px auto 0 auto;
  }
}
.block-about-machines {
  position: relative;
  z-index: 20;
  border-radius: 30px 30px 0 0;
}
.block-about-machines__about {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}
@media (max-width: 860px) {
  .block-about-machines__about {
    width: 95%;
    flex-direction: column;
  }
}
.block-about-machines__about-content {
  max-width: 800px;
}
.block-about-machines__about-title {
  color: #F07D00;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 128.571% */
  margin-bottom: 20px;
}
.block-about-machines__about-description {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 134.615% */
  max-width: 45vw;
}
@media (max-width: 860px) {
  .block-about-machines__about-description {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.block-about-machines__machines {
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 66px;
}
@media (max-width: 860px) {
  .block-about-machines__machines {
    width: 95%;
  }
}
.block-about-machines__machines-title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 128.571% */
  margin-bottom: 36px;
}
.block-about-machines__carousel {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  max-width: 82rem;
  margin: 0 auto;
}
.block-about-machines__carousel-main {
  position: relative;
  background-color: #F07D00;
  padding: 0.5rem;
  border-radius: 20px;
}
.block-about-machines__carousel-slide {
  display: none;
  grid-template-columns: 6fr 4fr;
  gap: 0.5rem;
  align-items: center;
}
.block-about-machines__carousel-slide.active {
  display: grid;
}
.block-about-machines__carousel-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-about-machines__carousel-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-about-machines__carousel-content {
  padding: 30px;
  height: 100%;
  background: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-about-machines__carousel-number {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  padding: 0.4rem;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  margin-bottom: 2rem;
}
.block-about-machines__carousel-title {
  color: #000;
  font-size: 39px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 104.651% */
}
.block-about-machines__carousel-description {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.block-about-machines__carousel-link {
  color: #F07D00;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.block-about-machines__carousel-link:after {
  content: "\2192";
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.block-about-machines__carousel-link:hover:after {
  transform: translateX(4px);
}
.block-about-machines__carousel-nav {
  display: flex;
  gap: 1.25rem;
}
.block-about-machines__carousel-tab {
  color: #000;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 0.4rem;
  border: 1px solid #f1efeb;
  border-radius: 100%;
  margin-bottom: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.block-about-machines__carousel-tab.active {
  background: #f1efeb;
}
.block-about-machines__accreditations {
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media (max-width: 860px) {
  .block-about-machines__accreditations {
    width: 95%;
  }
}
.block-about-machines__accreditations-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.block-about-machines__accreditations-carousel {
  width: 100%;
}
.block-about-machines__accreditations-carousel .splide__track {
  overflow: visible;
}
.block-about-machines__accreditations-carousel .splide__list {
  align-items: center;
}
.block-about-machines__accreditations-carousel .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-about-machines__accreditation-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.block-about-machines__accreditation-item img {
  max-height: 97px;
  max-width: 224px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .block-about-machines__carousel-slide {
    grid-template-columns: 1fr;
  }
  .block-about-machines__carousel-image {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .block-about-machines__about-title {
    font-size: 2rem;
  }
  .block-about-machines__machines-title, .block-about-machines__carousel-title {
    font-size: 1.5rem;
  }
  .block-about-machines__carousel-nav {
    flex-wrap: wrap;
  }
  .block-about-machines__accreditations-grid {
    gap: 20px;
  }
}

.block-video-overlay {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block-video-overlay__media-wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
  background: #000;
  overflow: hidden;
}
.block-video-overlay__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-video-overlay__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-video-overlay__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-video-overlay__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-video-overlay__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.block-video-overlay__content-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
  width: calc(100% - 80px);
  width: 70%;
  max-width: 50rem;
}
.block-video-overlay__content {
  background: #f1efeb;
  padding: 35px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 1rem;
  aspect-ratio: 4/1;
}
@media (max-width: 520px) {
  .block-video-overlay__content__image {
    display: none;
  }
}
.block-video-overlay__content__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  min-height: 10rem;
}
.block-video-overlay__content__content {
  max-width: 66%;
}
@media (max-width: 520px) {
  .block-video-overlay__content__content {
    max-width: 100%;
  }
}
.block-video-overlay__title {
  color: #f07d00;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.block-video-overlay__para {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.block-video-overlay__link {
  color: #F07D00;
  text-decoration: none;
}
.block-video-overlay__link:hover {
  transform: translateY(-2px);
  text-decoration: underline;
}
@media (max-width: 991px) {
  .block-video-overlay__content-wrapper {
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
  }
  .block-video-overlay__content {
    padding: 30px;
  }
  .block-video-overlay__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .block-video-overlay__media-wrapper {
    padding-bottom: 75%;
  }
  .block-video-overlay__content-wrapper {
    bottom: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    max-width: none;
  }
  .block-video-overlay__content {
    padding: 25px;
  }
  .block-video-overlay__title {
    font-size: 1.5rem;
  }
  .block-video-overlay__para {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .block-video-overlay__content-wrapper {
    bottom: 15px;
    right: 15px;
    left: 15px;
  }
  .block-video-overlay__content {
    padding: 20px;
  }
  .block-video-overlay__title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .block-video-overlay__para {
    font-size: 0.85rem;
    margin-bottom: 20px;
  }
  .block-video-overlay__link {
    padding: 10px 24px;
    font-size: 0.9rem;
  }
}

.simple-text {
  background-color: #f5f5f5;
}
.simple-text-container {
  padding: 45px;
}
@media (max-width: 768px) {
  .simple-text-container {
    width: 95%;
    padding: 25px 0;
    margin: 0 auto;
  }
}
.simple-text-container p {
  width: 70%;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 768px) {
  .simple-text-container p {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
}

.policy-text__container {
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.policy-text__content {
  padding: 20px 45px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 154.545% */
  width: 80%;
}

.accreditations {
  display: flex;
  gap: 1rem;
  justify-content: center;
}