/*-------------------------------------
    Template Name: ...
    Template URI: https://---.com
    Description: ...
    Author: ...
    Author URI: https://---.com
    Version: 1.0
    Tags: theme, template, etc
---------------------------------------*/
/*********************************
/* Fonts
/* Githam (Custom)
/* Inter
/*
*********************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,1,0");
@import '../fonts/gotham/stylesheet.css';
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

/**********
 ** Uses
@include themify($themes) {
    propnname: themed('variable');  
}
**/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background: transparent;
  font-family: "Gotham";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

button:hover, button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: clamp(65px, 5vw, 90px) 0;
  width: 100%;
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.gutters-5 > .col,
.gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.gutters-10 > .col,
.gutters-10 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.gutters-15 > .col,
.gutters-15 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}
.gutters-20 > .col,
.gutters-20 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}
.gutters-25 > .col,
.gutters-25 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.px-05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pb-05 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pl-05 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-05 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-17 {
  font-size: 17px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-23 {
  font-size: 23px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-31 {
  font-size: 31px !important;
}

.text-32 {
  font-size: 32px !important;
}

/*********************************
/*  Input Apperance Start
*********************************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/*********************************
/*  Input Apperance End
*********************************/
body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.05);
}
body::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
body::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: rgba(31, 31, 31, 0.7);
  border-radius: 99px;
}
body::-webkit-scrollbar-thumb:hover,
body ::-webkit-scrollbar-thumb:hover {
  background: #1F1F1F;
}

/*********************************
/*  Common Css Start
*********************************/
.border-none {
  border: none !important;
}

.btn-round {
  border-radius: 4px !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-color {
  background: #fafafb !important;
}

.bg-primary {
  background: #A3BA2C !important;
}

.bg-secondary {
  background: #DDECF3 !important;
}

button:focus, button:focus-visible, button:active, .btn:focus, .btn:focus-visible, .btn:active {
  outline: 0px;
  background-color: #A3BA2C !important;
  border-color: #A3BA2C !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*********************************
/*  row Custom
*********************************/
@media (max-width: 991px) {
  .column-reverse-lg {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .column-reverse-md {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media (max-width: 575px) {
  .column-reverse-sm {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media (min-width: 479px) and (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
/*********************************
/*  Heading Typography
*********************************/
h1 {
  font-family: "Gotham";
}

/*********************************
/*  Content Typography
*********************************/
p {
  font-family: "Gotham";
}

.body {
  overflow: hidden;
}

.btn {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 18px 20px;
  border-radius: 99px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background-color: #A3BA2C;
  border-color: #A3BA2C;
  color: #fff;
}
.btn-primary:hover {
  background-color: #6d7c1d;
  color: #fff;
  border-color: #A3BA2C;
}
.btn-outline {
  background-color: transparent;
  border-color: #DDECF3;
  color: #DDECF3;
}
.btn-outline:hover {
  background-color: #DDECF3;
  color: #fff;
  border-color: #DDECF3;
}
.btn-secondary {
  background-color: rgba(0, 0, 0, 0.75);
  color: #1f1f1f;
  border-color: #fff;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.btn-secondary:hover {
  border-color: #DDECF3;
  color: #DDECF3;
  background-color: rgba(255, 255, 255, 0.75);
}
.btn-link {
  padding: 0;
  border-radius: 0;
  border: 0;
  color: #1f1f1f;
}
.btn-link:hover {
  color: #7f9122;
}
.btn-link:hover::after {
  right: 0;
}
.btn-light {
  color: #A3BA2C;
}
.btn-cta {
  padding-right: 3.5rem;
}
.btn-cta::after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-cta:hover {
  padding-right: 5rem;
}
.btn-toggler {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: #A3BA2C;
  color: #fff;
}
@media (max-width: 575px) {
  .btn-toggler {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.btn-toggler .icon {
  font-size: 1.25rem;
}
.btn-toggler:hover {
  background-color: #6d7c1d;
  color: #fff;
}
.btn-wide {
  padding: 1rem 2rem;
}
.btn-active::before {
  content: "";
  width: 0.75rem;
  aspect-ratio: 1/1;
  margin-right: 10px;
  display: inline-block;
  color: #DDECF3;
  border-radius: 50%;
  background-color: #DDECF3;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-active:hover::before {
  background-color: #fff;
}
.btn.calendlyPopup:focus, .btn.calendlyPopup:focus-visible, .btn.calendlyPopup:active {
  background: transparent !important;
  color: #A3BA2C;
}

.section-title {
  margin-bottom: 64px;
  text-align: center;
}
.section-title .section__image {
  width: 45px;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.section-title .section__image img, .section-title .section__image svg {
  width: 45px;
}
.section-title .section__image.bg {
  width: 90px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  margin-bottom: 48px;
}
.section-title .section__image.square {
  width: 68px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.section-title .section__subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 28px;
  color: #FFAA00;
}
.section-title .section__title {
  font-family: "Gotham";
  font-size: clamp(25px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: #1F1F1F;
}
.section-title .section__desc {
  font-family: "Gotham";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  margin-bottom: 0;
}
.section-title .section__btn {
  margin-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
}

.header {
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  top: 0;
  z-index: 998;
  padding: 24px 0;
}
@media (max-width: 991px) {
  .header {
    padding: 0.5rem 0;
  }
}
.header.sticky {
  background-color: #fff;
  position: fixed;
  top: 0;
  -webkit-animation: slideDown 500ms 1;
          animation: slideDown 500ms 1;
  z-index: 999;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 100px;
}
@media (max-width: 991px) {
  .header__logo {
    width: 72px;
  }
}
.header__menu ul.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu ul.menu li a {
  display: block;
  color: #1f1f1f;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 4px 16px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header__menu ul.menu li a:hover, .header__menu ul.menu li a.active {
  color: #A3BA2C;
}
.header__menu ul.menu li.submenu > a {
  position: relative;
  padding-right: 1.5rem;
}
.header__menu ul.menu li.submenu > a::after {
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
.header__menu ul.menu li.submenu:hover ul {
  opacity: 1;
  visibility: visible;
}
.header__menu ul.menu li.submenu:hover > a {
  color: #DDECF3;
}
.header__menu ul.menu li.submenu:hover > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.header__menu ul.menu li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header__menu ul.menu li > ul li {
  border-bottom: 1px solid #fff;
}
.header__menu ul.menu li > ul li:last-of-type {
  border-bottom: none;
}
.header__menu ul.menu li > ul li:last-of-type a {
  border-radius: 0 0 0.5rem 0.5rem;
}
.header__menu ul.menu li > ul li a {
  padding: 0.75rem 1rem;
}
.header__menu ul.menu li > ul li a:hover {
  background-color: #0d0d0d;
}
.header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 399px) {
  .header__meta .phone-mid-d-none {
    display: none;
  }
}

.flyout {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 1000;
}
.flyout.active {
  opacity: 1;
  visibility: visible;
}
.flyout.active .flyout__inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.flyout__inner {
  width: clamp(400px, 30%, 500px);
  height: 100%;
  background-color: #fff;
  background-position: center center, top -400px right -400px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: initial;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow-y: auto;
  margin-left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.flyout__inner::-webkit-scrollbar {
  width: 0px;
}
@media (max-width: 399px) {
  .flyout__inner {
    width: 100%;
  }
}
.flyout__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: sticky;
  padding: 1rem;
  top: 0;
  z-index: 2;
}
.flyout__header .logo {
  width: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
}
.flyout__menu {
  padding: clamp(2rem, 2vw, 5rem);
}
.flyout__menu .menu {
  list-style: none;
}
.flyout__menu .menu li a {
  font-size: clamp(22px, 3.5vw, 32px);
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #A3BA2C;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding-bottom: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), to(#ffaa00));
  background-image: linear-gradient(to right, #ffaa00 0%, #ffaa00 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 75%;
}
.flyout__menu .menu li a:hover, .flyout__menu .menu li a.active {
  color: #FFAA00;
  background-size: 100% 2px;
}
.flyout__menu .menu li a::after {
  content: attr("-data-title");
}
.flyout__menu .menu li.submenu {
  position: relative;
}
.flyout__menu .menu li.submenu > a::after {
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
  font-size: clamp(25px, 8vw, 72px);
  position: absolute;
  top: 10px;
  right: 4px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
.flyout__menu .menu li.submenu.open a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.flyout__menu .menu li.submenu:hover > a {
  color: #DDECF3;
}
.flyout__menu .menu li > ul {
  width: 100%;
  display: none;
  position: relative;
  border-radius: 0;
  -webkit-transition: initial;
  transition: initial;
  padding-left: 20px;
  border-left: 4px solid #DDECF3;
  margin-left: 30px;
  background: #f6f6f6;
}
.flyout__menu .menu li > ul li {
  padding: 15px;
}
.flyout__menu .menu li > ul li a {
  font-size: clamp(20px, 7vw, 56px);
}
.flyout__footer {
  padding: 1rem;
  margin-top: auto;
}
.flyout__footer .flyout-talk-btn {
  background-color: transparent;
  width: 100%;
  border-radius: 0.5rem;
  border: 2px solid #DDECF3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: clamp(25px, 4vw, 50px);
  color: #DDECF3;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flyout__footer .flyout-talk-btn .icon {
  font-size: clamp(25px, 4vw, 50px);
  background-color: #DDECF3;
  color: #fff;
  border-radius: 50%;
  padding: 0.75rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flyout__footer .flyout-talk-btn:hover {
  background-color: #DDECF3;
  color: #fff;
}
.flyout__footer .flyout-talk-btn:hover .icon {
  background-color: white;
}

.banner-section {
  padding: calc(clamp(50px, 10vw, 160px) + 80px) 0 clamp(75px, 10vw, 160px);
  position: relative;
}
.banner-section:not(.inner-page)::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(4.95%, #CDE0EA), color-stop(61.72%, rgba(205, 224, 234, 0.91))), url(../images/banners/banner_bg.webp);
  background: linear-gradient(0deg, #CDE0EA 4.95%, rgba(205, 224, 234, 0.91) 61.72%), url(../images/banners/banner_bg.webp);
  background-size: cover;
  background-position: center;
  background-color: #DDECF3;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9vw), 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9vw), 0% 100%);
}
.banner-section:not(.inner-page).page-banner::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(4.95%, #CDE0EA), color-stop(61.72%, rgba(205, 224, 234, 0.91)));
  background: linear-gradient(0deg, #CDE0EA 4.95%, rgba(205, 224, 234, 0.91) 61.72%);
}
@media (max-width: 575px) {
  .banner-section:not(.inner-page) {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0% 100%);
  }
}
.banner-section.inner-page::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(4.95%, #CDE0EA), color-stop(61.72%, rgba(205, 224, 234, 0)));
  background: linear-gradient(0deg, #CDE0EA 4.95%, rgba(205, 224, 234, 0) 61.72%);
  background-color: #DDECF3;
}
.banner-section.contact-banner .banner__inner {
  width: clamp(300px, 55%, 690px);
}
.banner-section.contact-banner .banner__image {
  max-width: 600px;
  -webkit-transform: translate(-10%, -15%);
          transform: translate(-10%, -15%);
}
.banner-section .banner__inner {
  width: clamp(300px, 45%, 571px);
}
@media (max-width: 991px) {
  .banner-section .banner__inner {
    width: clamp(300px, 56%, 571px);
  }
}
@media (max-width: 767px) {
  .banner-section .banner__inner {
    width: clamp(250px, 100%, 571px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner-section .banner__image {
  width: 50%;
  max-width: 650px;
  position: absolute;
  right: 0;
  -webkit-transform: translate(-10%, -6%);
          transform: translate(-10%, -6%);
}
@media (max-width: 1600px) {
  .banner-section .banner__image {
    -webkit-transform: translate(0, -6%);
            transform: translate(0, -6%);
  }
}
@media (max-width: 991px) {
  .banner-section .banner__image {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    width: clamp(200px, 75%, 320px);
  }
}
@media (max-width: 767px) {
  .banner-section .banner__image {
    -webkit-transform: unset;
            transform: unset;
    right: unset;
    position: initial;
    width: clamp(200px, 75%, 320px);
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .banner-section .banner__image {
    max-width: 200px;
  }
}
.banner-section .banner__title {
  font-family: "Gotham";
  font-size: clamp(28px, 4vw, 60px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .banner-section .banner__title {
    text-align: center;
  }
}
.banner-section .banner__desc {
  font-family: "Gotham";
  font-size: clamp(18px, 1.9vw, 21px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .banner-section .banner__desc {
    font-size: clamp(16px, 1.9vw, 21px);
  }
}
@media (max-width: 767px) {
  .banner-section .banner__desc {
    text-align: center;
  }
}
.banner-section .banner__btn {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
}
.banner-section .banner__key {
  width: 100%;
  max-width: 480px;
  margin-top: clamp(50px, 5vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
@media (max-width: 575px) {
  .banner-section .banner__key {
    gap: 4px;
  }
}
.banner-section .banner__key__item {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.banner-section .banner__key__item img {
  width: 28px;
}
.banner-section .banner__key__item h4 {
  font-family: "Gotham";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 991px) {
  .banner-section .banner__key__item h4 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .banner-section .banner__key__item h4 {
    font-size: 12px;
  }
}

.service-card {
  border-radius: 12px;
  padding: clamp(20px, 9%, 36px) clamp(22px, 9%, 44px);
  background-color: #fff;
  background-image: url(../images/service_bg_hvac.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  mix-blend-mode: luminosity;
}
.service-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #449ED0;
  opacity: 0.72;
}
.service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--service-bg, #DDECF3);
  top: 0;
  left: 0;
  z-index: 0;
  border: 3px solid transparent;
  border-radius: 12px;
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
  cursor: pointer;
}
.service-card .service__icon {
  width: clamp(75px, 35%, 150px);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 1;
  position: relative;
}
.service-card .service__icon .bg-path {
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.service-card .service__icon .bg-path path {
  fill: var(--service-icon-bg);
}
.service-card .service__icon .icon {
  width: 50%;
  max-width: 80px;
  max-height: 80px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 575px) {
  .service-card .service__icon .icon {
    width: 60%;
  }
}
.service-card .service__icon .icon path {
  fill: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.service-card .service__title, .service-card .service__desc {
  font-family: "Gotham";
  letter-spacing: -0.01em;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #1F1F1F;
  z-index: 1;
  position: relative;
}
.service-card .service__title {
  max-width: 300px;
  margin: 0 auto 12px;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.2;
  font-weight: 500;
}
.service-card .service__desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 575px) {
  .service-card .service__desc {
    font-size: 15px;
  }
}
.service-card:hover {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2392156863);
}
.service-card:hover::after {
  background-color: transparent;
  border-color: #449ED0;
}
.service-card:hover .service__icon .bg-path {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.service-card:hover .service__icon .bg-path path {
  fill: rgba(255, 255, 255, 0.6);
}
.service-card:hover .service__icon .icon path {
  fill: #000000;
}
.service-card:hover .service__title, .service-card:hover .service__desc {
  color: #fff;
}
.service-card__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .service-card__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .service-card__wrapper {
    grid-template-columns: 1fr;
  }
}
.service-card__wrapper.v2 .service-card {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.service-card__wrapper.v2 .service-card .bg-path {
  display: none;
}
.service-card__wrapper.v2 .service-card:hover {
  border-color: #449ED0;
}
.service-card__wrapper.v2 .service-card:hover .service__icon {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0);
}
.service-card__wrapper.v2 .service-card:hover .service__icon svg path {
  fill: #449ED0;
}
.service-card__wrapper.v2 .service__icon {
  border-radius: 50%;
  background-color: var(--service-icon-bg, #A3BA2C);
}
.service-card__wrapper.v2 .service__icon svg path {
  fill: #FFF;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 3vw, 36px);
  border-bottom: 1px solid #000000;
  text-align: left;
  cursor: pointer;
  padding: clamp(36px, 3.25vw, 60px) 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.service-list:nth-last-child(-n+2) {
  border-color: transparent;
}
@media (max-width: 575px) {
  .service-list:nth-last-child(2) {
    border-color: #000000;
  }
}
.service-list .service__icon {
  width: clamp(60px, 15%, 85px);
  aspect-ratio: 1/1;
  border: 2px solid #000000;
  background-color: var(--service-icon-bg, #fff);
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-list .service__icon svg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.service-list .service__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Gotham";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1F1F1F;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-list .service__title {
    font-size: 18px;
  }
}
.service-list:hover .service__icon {
  border-color: #A3BA2C;
}
.service-list:hover .service__title {
  color: #A3BA2C;
}
.service-list__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(50px, 5vw, 110px);
}
@media (max-width: 575px) {
  .service-list__wrapper {
    grid-template-columns: 1fr;
  }
}
.service-list__wrapper.v2 {
  max-width: 1493px;
  margin: 0 auto;
  background-color: rgba(244, 104, 6, 0.27);
  padding: clamp(25px, 4.5vw, 80px) clamp(36px, 5vw, 100px);
  border-radius: 40px;
}
.service-list__wrapper.v2 .service__icon {
  border-color: #6F6F6F;
}
.service-list__wrapper.v2 .service-list:hover .service__icon {
  border-color: #A3BA2C;
}
.service-list__wrapper.v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px 25px;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .service-list__wrapper.v3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .service-list__wrapper.v3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 65px 25px;
  }
}
@media (max-width: 575px) {
  .service-list__wrapper.v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.service-list__wrapper.v3 .service-list {
  height: 125px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  border: none;
  position: relative;
  background-color: #fff;
  padding: 25px;
  padding-left: 120px;
  text-align: right;
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .service-list__wrapper.v3 .service-list {
    padding-left: 80px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .service-list__wrapper.v3 .service-list {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-list__wrapper.v3 .service-list:hover {
  border-color: var(--service-icon-bg, #fff);
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0);
}
.service-list__wrapper.v3 .service-list:hover .service__title {
  color: var(--service-icon-bg, #A3BA2C);
}
.service-list__wrapper.v3 .service__icon {
  width: 112px;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .service-list__wrapper.v3 .service__icon {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .service-list__wrapper.v3 .service__icon {
    width: 80px;
  }
}
.service-list__wrapper.v3 .service__icon svg {
  width: clamp(48px, 60%, 60px);
  height: clamp(48px, 60%, 60px);
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.section-bg-image {
  width: 100vw;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.image-section__inner {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(56px, 7vw, 100px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1719px) {
  .image-section__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.image-section__inner .image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media (max-width: 767px) {
  .image-section__inner .image {
    -ms-flex-preferred-size: clamp(250px, 80%, 400px);
        flex-basis: clamp(250px, 80%, 400px);
  }
}
.image-section__inner .content {
  width: 50%;
  max-width: 464px;
}
@media (max-width: 767px) {
  .image-section__inner .content {
    width: 100%;
  }
}
.image-section__wrapper {
  border-radius: clamp(120px, 27vw, 500px) 0 0 0;
}
.image-section__wrapper:last-of-type {
  border-radius: 0 0 clamp(120px, 27vw, 500px) 0;
}
@media (min-width: 576px) {
  .image-section__wrapper:last-of-type .image-section__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.warranties-section {
  --flip-radius: clamp(80px, 8.6vw, 160px);
  --flip-padding: clamp(25px, 3.5vw, 65px);
}
@media (max-width: 575px) {
  .warranties-section {
    --flip-radius: clamp(56px, 16vw, 160px);
    --flip-padding: clamp(25px, 7vw, 65px);
  }
}
.warranties-section .warranties-item {
  width: 100%;
  aspect-ratio: 4.1/3.5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: left;
  position: relative;
  -webkit-perspective: 75rem;
          perspective: 75rem;
}
@media (max-width: 575px) {
  .warranties-section .warranties-item {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 399px) {
  .warranties-section .warranties-item {
    aspect-ratio: 3/2.5;
  }
}
.warranties-section .warranties-item:hover .warranties__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.warranties-section .warranties-item:hover .warranties__front img {
  -webkit-transform: translateY(-40%) scale(0.5);
          transform: translateY(-40%) scale(0.5);
  opacity: 0;
}
.warranties-section .warranties-item:hover .warranties__back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.warranties-section .warranties-item:hover .warranties__back img {
  -webkit-transform: translateY(-40%) scale(1);
          transform: translateY(-40%) scale(1);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  opacity: 1;
}
.warranties-section .warranties-item:nth-of-type(1) .warranties__front img {
  left: 0;
  bottom: -30px;
}
@media (max-width: 1719px) {
  .warranties-section .warranties-item:nth-of-type(1) .warranties__front img {
    bottom: -15px;
    width: 60%;
  }
}
.warranties-section .warranties-item:nth-of-type(2) .warranties__front img {
  left: 20px;
  bottom: -30px;
}
@media (max-width: 1719px) {
  .warranties-section .warranties-item:nth-of-type(2) .warranties__front img {
    bottom: -20px;
  }
}
@media (max-width: 575px) {
  .warranties-section .warranties-item:nth-of-type(2) .warranties__front img {
    width: 50%;
    bottom: -10px;
  }
}
.warranties-section .warranties-item:nth-of-type(2) .warranties__back img {
  top: 20px;
}
@media (max-width: 767px) {
  .warranties-section .warranties-item:nth-of-type(2) .warranties__back {
    padding-top: 48px;
  }
}
.warranties-section .warranties-item:nth-of-type(3) .warranties__front img {
  left: 80px;
  bottom: -100px;
}
@media (max-width: 1719px) {
  .warranties-section .warranties-item:nth-of-type(3) .warranties__front img {
    left: 50px;
    bottom: -60px;
  }
}
@media (max-width: 575px) {
  .warranties-section .warranties-item:nth-of-type(3) .warranties__front img {
    left: 20px;
    width: 60%;
  }
}
.warranties-section .warranties-item:last-of-type .warranties__front {
  border-radius: 0 0 var(--flip-radius) 0;
}
.warranties-section .warranties-item:last-of-type .warranties__back {
  padding-left: var(--flip-padding);
  padding-right: clamp(16px, 1.5vw, 32px);
  border-radius: var(--flip-radius) 0 0 0;
}
.warranties-section .warranties__title {
  font-family: Gotham;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.014em;
}
@media (max-width: 575px) {
  .warranties-section .warranties__title {
    font-size: clamp(20px, 5vw, 34px);
  }
}
.warranties-section .warranties__desc {
  font-family: "Gotham";
  font-size: 17px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #1f1f1f;
}
.warranties-section .warranties__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .warranties-section .warranties__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .warranties-section .warranties__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.warranties-section .warranties__front, .warranties-section .warranties__back {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  padding: 30px;
  border-radius: var(--flip-radius) 0 0 0;
}
.warranties-section .warranties__front img, .warranties-section .warranties__back img {
  position: absolute;
  max-width: 70%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 479px) {
  .warranties-section .warranties__front, .warranties-section .warranties__back {
    padding: 16px;
  }
}
.warranties-section .warranties__front {
  background-color: #DDECF3;
  position: relative;
  z-index: 1;
  padding-top: var(--flip-padding);
  padding-left: var(--flip-padding);
}
.warranties-section .warranties__front img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
  opacity: 1;
}
@media (max-width: 575px) {
  .warranties-section .warranties__front img {
    width: 35%;
  }
}
.warranties-section .warranties__back {
  padding-right: var(--flip-padding);
  padding-top: clamp(25px, 3vw, 48px);
  background-color: #A3BA2C;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border-radius: 0 var(--flip-radius) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.warranties-section .warranties__back img {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  -webkit-transform: translateY(0%) scale(0);
          transform: translateY(0%) scale(0);
  opacity: 0;
}
@media (max-width: 575px) {
  .warranties-section .warranties__back img {
    width: clamp(120px, 30%, 200px);
  }
}
.warranties-section .warranties__back .warranties__title {
  font-size: clamp(18px, 1.6vw, 28px);
}
@media (max-width: 575px) {
  .warranties-section .warranties__back .warranties__title {
    font-size: clamp(20px, 5vw, 36px);
  }
}
.warranties-section .warranties__back .warranties__desc {
  overflow: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .warranties-section .warranties__back .warranties__desc {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .warranties-section .warranties__back .warranties__desc {
    font-size: 16px;
  }
}

.map-section .section-title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.map-section .section-title .section__desc {
  font-size: 22px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .map-section .section-title .section__desc {
    font-size: 18px;
  }
}
.map-section .map__wrapper {
  width: 100%;
  height: clamp(360px, 50vw, 800px);
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.map-section .map__wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, white 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.map-section .map__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: absolute;
  mix-blend-mode: luminosity;
}
.map-section .map__pin {
  width: 72px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #DCBA00;
  position: absolute;
  left: 46.5%;
  top: clamp(48px, 6vw, 100px);
  z-index: 2;
  border: solid 20px #000000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .map-section .map__pin {
    width: 48px;
    border-width: 12px;
    left: 43%;
  }
}
.map-section .map__pin__toggler {
  display: none;
}
.map-section .map__pin:hover .content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.map-section .map__pin .content {
  width: 300px;
  border-radius: 15px;
  padding: 25px;
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  position: absolute;
  top: 100%;
  left: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.map-section .map__pin .content a {
  color: currentColor;
  line-height: 1.5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.map-section .map__pin .content a:hover {
  color: #DCBA00;
}
@media (max-width: 767px) {
  .map-section .map__pin .content {
    padding: 16px;
    width: 250px;
    font-size: 15px;
    -webkit-transform-origin: 5px top;
            transform-origin: 5px top;
    left: 10px;
  }
}
@media (max-width: 399px) {
  .map-section .map__pin .content {
    -webkit-transform-origin: 110px top;
            transform-origin: 110px top;
    left: -110px;
  }
}

.footer {
  background-color: #000000;
  padding: clamp(56px, 7vw, 120px) 0 0;
}
.footer__about {
  text-align: center;
  max-width: 726px;
  margin: 0 auto;
  margin-bottom: clamp(40px, 5vw, 80px);
}
.footer__about .logo {
  display: inline-block;
  width: 122px;
  margin-bottom: 40px;
}
.footer__about .desc {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px) {
  .footer__about .desc {
    font-size: 16px;
  }
}
.footer__widgets {
  max-width: 1110px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__widgets {
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
  }
}
@media (max-width: 767px) {
  .footer__widgets {
    grid-template-columns: repeat(1, -webkit-max-content);
    grid-template-columns: repeat(1, max-content);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__widgets .widget {
  min-width: 225px;
  max-width: 330px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
@media (max-width: 991px) {
  .footer__widgets .widget {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__widgets .widget .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .footer__widgets .widget .title {
    margin-bottom: 8px;
  }
}
.footer__widgets .widget .title .icon {
  width: 24px;
}
.footer__widgets .widget .desc {
  font-family: "Gotham";
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 32px;
  color: #fff;
}
@media (max-width: 575px) {
  .footer__widgets .widget .desc {
    font-size: 15px;
  }
}
.footer__widgets .widget .desc a {
  color: currentColor;
}
.footer__widgets .widget .desc a:hover {
  color: #FFAA00;
}
.footer__social {
  padding: clamp(56px, 4vw, 125px) 0 clamp(36px, 2vw, 60px);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.footer__social .social__item {
  display: block;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #266B47;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footer__social .social__item:hover {
  background-color: #FFAA00;
}
.footer__copyright {
  max-width: 1300px;
  margin: 0 auto;
  padding: clamp(36px, 2vw, 60px) 0 clamp(56px, 5vw, 125px);
  text-align: center;
  color: #fff;
  font-family: "Gotham";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0em;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px) {
  .footer__copyright {
    font-size: 15px;
  }
}
.footer__link {
  color: #A3BA2C;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-left: 8px;
  display: inline-block;
}
@media (max-width: 575px) {
  .footer__link {
    display: block;
    text-align: center;
    margin-top: 12px;
  }
}
.footer__link:hover {
  color: #fff;
}

.contact-section {
  padding-top: clamp(90px, 9vw, 160px);
}
.contact-wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-icon {
  width: clamp(50px, 4vw, 86px);
  aspect-ratio: 86/95;
  border-radius: 15px;
  background: var(--item-color, #A3BA2C);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(16px, 2vw, 42px);
}
.contact-icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.contact-content {
  padding: 0px 0 30px;
  position: relative;
}
.contact-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 99px;
  background: var(--item-color, #A3BA2C);
  margin-bottom: 30px;
}
.contact-content h4 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: -0.01em;
  margin-bottom: clamp(16px, 2vw, 19px);
  color: #000000;
}
.contact-content a,
.contact-content p {
  display: block;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact-content a:hover,
.contact-content p:hover {
  color: var(--item-color, #A3BA2C);
}

.page-section {
  padding-top: clamp(90px, 9vw, 160px);
  padding-bottom: calc(1.5 * clamp(90px, 9vw, 160px));
}
.page-section h4 {
  margin-bottom: 0;
  font-weight: 500;
}
.page-section h4, .page-section p, .page-section li {
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.5;
}
.page-section ul {
  list-style: none;
}
.page-section p {
  margin-bottom: clamp(20px, 2.5vw, 36px);
}
.page-section strong {
  font-weight: 500;
}
.page-section .regular {
  font-weight: 400;
}

.privacy-page .banner__inner {
  width: clamp(300px, 55%, 690px) !important;
}
@media (max-width: 991px) {
  .privacy-page .banner__inner {
    width: clamp(300px, 75%, 690px) !important;
  }
}
@media (max-width: 767px) {
  .privacy-page .banner__inner {
    width: 100% !important;
    text-align: center !important;
  }
}
.privacy-page .page-section {
  padding-left: 0.5rem;
  padding-right: 1rem;
}