.ontop {
  position: relative;
  z-index: 11;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.fill-grid {
  grid-column: 1 / -1;
}
.transition {
  transition: all 0.25s ease-out;
}
.image-filter::before {
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #796565D1;
}
.scroll-top {
  scroll-margin-top: calc(100rem * 1 / 18);
  scroll-padding-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top {
    scroll-margin-top: 100px;
    scroll-padding-top: 100px;
  }
}
.scroll-top-200 {
  scroll-margin-top: calc(200rem * 1 / 18);
  scroll-padding-top: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top-200 {
    scroll-margin-top: 200px;
    scroll-padding-top: 200px;
  }
}
:root {
  font-size: 0.9375vw;
  --column-gap: calc(16rem * 1 / 18);
  --header-height: calc(120rem * 1 / 18);
  --header-height-mobile: 80px;
}
/* Stop scaling at 2000px */
@media (min-width: 2000px) {
  :root {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  html {
    margin-top: 0 !important;
  }
}
html:has(body.admin-bar) {
  margin-top: 32px !important;
}
@media only screen and (max-width: 1023px) {
  html:has(body.admin-bar) {
    margin-top: 0 !important;
  }
}
html:has(body.admin-bar) .header {
  top: 32px !important;
}
@media only screen and (max-width: 1023px) {
  html:has(body.admin-bar) .header {
    top: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
}
body {
  background-color: white;
  color: #222222;
  position: relative;
  max-width: 1920px;
  margin: auto !important;
}
body p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-size: calc(20rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  body p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body .four04 {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  height: calc(500rem * 1 / 18);
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  body .four04 {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  body .four04 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  body .four04 {
    min-height: 500px;
  }
}
body .four04__title {
  font-weight: 500;
  color: #009C49;
}
body .four04__content {
  grid-column: 2 / span 24;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  body .four04__content {
    grid-column: 1 / -1;
  }
}
body #content {
  overflow: hidden;
}
body #content.hai-block-exist {
  overflow: visible;
}
body #content.single-post {
  overflow: visible;
}
body #wrapper {
  background-color: #f0f0f0;
  margin: auto;
  position: relative;
  z-index: 2;
}
body #container {
  background-color: white;
  margin: auto;
  z-index: 1;
  position: relative;
  overflow-x: clip;
  overflow-y: clip;
  padding-top: var(--header-height);
}
@media only screen and (max-width: 1400px) {
  body #container {
    padding-top: var(--header-height-mobile);
  }
}
body #container.sticky {
  padding-top: calc(90rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  body #container.sticky {
    padding-top: calc(85rem * 1 / 3.9375);
  }
}
body #footer {
  margin: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
body em,
body i {
  font-style: italic;
}
body strong,
body b {
  font-weight: bold;
}
body .grid {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
  background-color: transparent;
  position: absolute;
  inset: 0;
  z-index: 101;
}
@media only screen and (max-width: 1023px) {
  body .grid {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  body .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
body .grid__item {
  background-color: rgba(0, 255, 255, 0.55);
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  html #wpadminbar {
    display: none !important;
  }
}
.cta-button {
  display: flex;
  align-items: center;
  gap: calc(15rem * 1 / 18);
  padding: calc(4rem * 1 / 18) calc(18rem * 1 / 18) calc(4rem * 1 / 18) calc(18rem * 1 / 18);
  border-radius: calc(6rem * 1 / 18);
  outline: none;
  border: calc(2rem * 1 / 18) solid #F1B53D;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  color: #DEDBD4;
  width: fit-content;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .cta-button {
    padding: 4px 18px 4px 18px;
    border-radius: 6px;
    border: 2px solid #F1B53D;
    gap: 8px;
    width: fit-content;
  }
}
.cta-button:hover {
  background-color: #F1B53D;
}
.cta-button:hover > span {
  color: #222222;
}
.cta-button > span {
  transition: all 0.25s ease-out;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18);
  line-height: normal;
  letter-spacing: calc(0.4rem * 1 / 18);
  color: #DEDBD4;
  white-space: nowrap;
  text-transform: uppercase;
}
.cta-button > span.light {
  color: white;
}
@media only screen and (max-width: 1023px) {
  .cta-button > span {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.4px;
  }
}
.apply-grid-and-padding {
  display: grid;
  padding-left: calc(56rem * 1 / 18);
  padding-right: calc(56rem * 1 / 18);
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .apply-grid-and-padding {
    padding-left: 32px;
    padding-right: 32px;
    column-gap: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .apply-grid-and-padding {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid-and-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.apply-grid-without-padding {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .apply-grid-without-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid-without-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.color-yellow {
  color: #F1B53D;
}
.color-tan {
  color: #F38F20;
}
.color-black {
  color: #222222;
}
.color-white {
  color: #FFFFFF;
}
.color-gray {
  color: #7D7D7D;
}
.color-gray1 {
  color: #DEDBD4;
}
.color-gray2 {
  color: #abada5;
}
.color-gray3 {
  color: #F8F8F6;
}
.color-gray4 {
  color: #ebe9e5;
}
.bg-color-yellow {
  background-color: #F1B53D;
}
.bg-color-black {
  background-color: #222222;
}
.bg-color-white {
  background-color: #FFFFFF;
}
.bg-color-gray {
  background-color: #7D7D7D;
}
.bg-color-gray1 {
  background-color: #DEDBD4;
}
.bg-color-gray2 {
  background-color: #abada5;
}
.bg-color-gray3 {
  background-color: #F8F8F6;
}
.bg-color-gray4 {
  background-color: #ebe9e5;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.saira-regular {
  font-family: "Saira", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.saira-medium {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.saira-semibold {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.saira-condensed-thin {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.saira-condensed-extralight {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.saira-condensed-light {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.saira-condensed-regular {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.saira-condensed-medium {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.saira-condensed-semibold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.saira-condensed-bold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.saira-condensed-extrabold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.saira-condensed-black {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.saira-semi-condensed-thin {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.saira-semi-condensed-extralight {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.saira-semi-condensed-light {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.saira-semi-condensed-regular {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.saira-semi-condensed-medium {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.saira-semi-condensed-semibold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.saira-semi-condensed-bold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.saira-semi-condensed-extrabold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.saira-semi-condensed-black {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.rajdhani-light {
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rajdhani-medium {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.rajdhani-semibold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.rajdhani-bold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-italic {
  font-style: italic;
}
.capitalize {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.font-size-18 {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size-18 {
    font-size: 18px;
    line-height: 21.6px;
  }
}
.font-size-20 {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(32rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size-20 {
    font-size: 20px;
    line-height: 23.6px;
  }
}
.font-size-22 {
  font-size: calc(22rem * 1 / 18);
  line-height: calc(28rem * 1 / 18);
}
#content h1,
#footer h1,
.header__mobile h1,
.fancybox-container h1,
#content .h1,
#footer .h1,
.header__mobile .h1,
.fancybox-container .h1 {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(70rem * 1 / 18);
  line-height: calc(76rem * 1 / 18);
}
#content h1.light,
#footer h1.light,
.header__mobile h1.light,
.fancybox-container h1.light,
#content .h1.light,
#footer .h1.light,
.header__mobile .h1.light,
.fancybox-container .h1.light {
  color: white;
}
@media only screen and (max-width: 1400px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  .fancybox-container h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1,
  .fancybox-container .h1 {
    font-size: 70px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
}
#content h2,
#footer h2,
.header__mobile h2,
.fancybox-container h2,
#content .h2,
#footer .h2,
.header__mobile .h2,
.fancybox-container .h2 {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(64rem * 1 / 18);
  line-height: calc(64rem * 1 / 18);
  letter-spacing: calc(-3rem * 1 / 18);
}
#content h2.light,
#footer h2.light,
.header__mobile h2.light,
.fancybox-container h2.light,
#content .h2.light,
#footer .h2.light,
.header__mobile .h2.light,
.fancybox-container .h2.light {
  color: white;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  .fancybox-container h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2,
  .fancybox-container .h2 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.5px;
  }
}
#content h3,
#footer h3,
.header__mobile h3,
.fancybox-container h3,
#content .h3,
#footer .h3,
.header__mobile .h3,
.fancybox-container .h3 {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(56rem * 1 / 18);
  line-height: calc(64rem * 1 / 18);
  letter-spacing: calc(-1rem * 1 / 18);
}
#content h3.light,
#footer h3.light,
.header__mobile h3.light,
.fancybox-container h3.light,
#content .h3.light,
#footer .h3.light,
.header__mobile .h3.light,
.fancybox-container .h3.light {
  color: white;
}
@media only screen and (max-width: 1023px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  .fancybox-container h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3,
  .fancybox-container .h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
}
#content h3.title,
#footer h3.title,
.header__mobile h3.title,
.fancybox-container h3.title,
#content .h3.title,
#footer .h3.title,
.header__mobile .h3.title,
.fancybox-container .h3.title {
  font-size: calc(55rem * 1 / 18);
  line-height: calc(55rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  #content h3.title,
  #footer h3.title,
  .header__mobile h3.title,
  .fancybox-container h3.title,
  #content .h3.title,
  #footer .h3.title,
  .header__mobile .h3.title,
  .fancybox-container .h3.title {
    font-size: 22px;
    line-height: 26px;
  }
}
#content h3.title-bold,
#footer h3.title-bold,
.header__mobile h3.title-bold,
.fancybox-container h3.title-bold,
#content .h3.title-bold,
#footer .h3.title-bold,
.header__mobile .h3.title-bold,
.fancybox-container .h3.title-bold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(55rem * 1 / 18);
  line-height: calc(55rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  #content h3.title-bold,
  #footer h3.title-bold,
  .header__mobile h3.title-bold,
  .fancybox-container h3.title-bold,
  #content .h3.title-bold,
  #footer .h3.title-bold,
  .header__mobile .h3.title-bold,
  .fancybox-container .h3.title-bold {
    font-size: 17px;
    line-height: 20px;
  }
}
#content h4,
#footer h4,
.header__mobile h4,
.fancybox-container h4,
#content .h4,
#footer .h4,
.header__mobile .h4,
.fancybox-container .h4 {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: 1;
}
#content h4.light,
#footer h4.light,
.header__mobile h4.light,
.fancybox-container h4.light,
#content .h4.light,
#footer .h4.light,
.header__mobile .h4.light,
.fancybox-container .h4.light {
  color: white;
}
@media only screen and (max-width: 1400px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  .fancybox-container h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4,
  .fancybox-container .h4 {
    font-size: 26px;
    letter-spacing: 0.5px;
  }
}
#content h5,
#footer h5,
.header__mobile h5,
.fancybox-container h5,
#content .h5,
#footer .h5,
.header__mobile .h5,
.fancybox-container .h5 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(36rem * 1 / 18);
  line-height: calc(44rem * 1 / 18);
}
#content h5.light,
#footer h5.light,
.header__mobile h5.light,
.fancybox-container h5.light,
#content .h5.light,
#footer .h5.light,
.header__mobile .h5.light,
.fancybox-container .h5.light {
  color: white;
}
#content h5 b,
#footer h5 b,
.header__mobile h5 b,
.fancybox-container h5 b,
#content .h5 b,
#footer .h5 b,
.header__mobile .h5 b,
.fancybox-container .h5 b,
#content h5 strong,
#footer h5 strong,
.header__mobile h5 strong,
.fancybox-container h5 strong,
#content .h5 strong,
#footer .h5 strong,
.header__mobile .h5 strong,
.fancybox-container .h5 strong {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1400px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  .fancybox-container h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5,
  .fancybox-container .h5 {
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0.5px;
  }
}
#content h6,
#footer h6,
.header__mobile h6,
.fancybox-container h6,
#content .h6,
#footer .h6,
.header__mobile .h6,
.fancybox-container .h6 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24rem * 1 / 18);
  line-height: calc(28rem * 1 / 18);
}
#content h6.light,
#footer h6.light,
.header__mobile h6.light,
.fancybox-container h6.light,
#content .h6.light,
#footer .h6.light,
.header__mobile .h6.light,
.fancybox-container .h6.light {
  color: white;
}
@media only screen and (max-width: 1023px) {
  #content h6,
  #footer h6,
  .header__mobile h6,
  .fancybox-container h6,
  #content .h6,
  #footer .h6,
  .header__mobile .h6,
  .fancybox-container .h6 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
  }
}
.body-intro,
.body-1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 18);
  line-height: calc(38rem * 1 / 18);
}
.body-intro.light,
.body-1.light {
  color: white;
}
@media only screen and (max-width: 1023px) {
  .body-intro,
  .body-1 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.paragraph {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(20rem * 1 / 18);
  font-style: normal;
  line-height: 150%;
  /* 30px */
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .paragraph {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 150%;
  }
}
.body,
.body-2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20rem * 1 / 18);
  line-height: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .body,
  .body-2 {
    font-size: 16px;
    line-height: 3dvh;
  }
}
.body-saira {
  font-family: "Saira", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20rem * 1 / 18);
  line-height: 1.4;
}
@media only screen and (max-width: 1400px) {
  .body-saira {
    font-size: 16px;
    line-height: 20px;
  }
}
.body-small {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(16rem * 1 / 18);
  line-height: 1.4;
}
@media only screen and (max-width: 1400px) {
  .body-small {
    font-size: 14px;
    line-height: 18px;
  }
}
.block-section-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18);
  line-height: 150%;
  letter-spacing: calc(0.4rem * 1 / 18);
  text-transform: uppercase;
  color: #abada5;
}
@media only screen and (max-width: 1023px) {
  .block-section-title {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.block-heading {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(56rem * 1 / 18);
  line-height: 110%;
  letter-spacing: calc(-0.56rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .block-heading {
    font-size: 42px;
    letter-spacing: unset;
    margin-bottom: 20px;
  }
}
.body-large {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28rem * 1 / 18);
  line-height: calc(36rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
.body-large.light {
  color: white;
}
@media only screen and (max-width: 1400px) {
  .body-large {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
  }
}
.body-large a {
  text-decoration: none;
  color: inherit;
}
.menu-item {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(16rem * 1 / 18);
  line-height: normal;
  color: #DEDBD4;
  letter-spacing: calc(0.4rem * 1 / 18);
}
.menu-item.light {
  color: white;
}
@media only screen and (max-width: 1900px) {
  .menu-item {
    font-size: calc(18rem * 1 / 18);
    letter-spacing: 0.4px;
  }
}
@media only screen and (max-width: 1023px) {
  .menu-item {
    font-size: 16px;
    line-height: normal;
  }
}
.menu-sub-item {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 18);
  line-height: normal;
  color: #DEDBD4;
}
.menu-sub-item.light {
  color: white;
}
@media only screen and (max-width: 1900px) {
  .menu-sub-item {
    font-size: calc(18rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .menu-sub-item {
    font-size: 16px;
    line-height: normal;
  }
}
.footer-item {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(17rem * 1 / 18);
  line-height: calc(20rem * 1 / 18);
  letter-spacing: calc(0.34rem * 1 / 18);
  color: #F8F8F6;
  line-height: 150%;
}
.footer-item.light {
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .footer-item {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.4px;
  }
}
.menu-button {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18);
  line-height: normal;
  letter-spacing: calc(0.4rem * 1 / 18);
  text-transform: uppercase;
}
.menu-button.light {
  color: white;
}
@media only screen and (max-width: 1023px) {
  .menu-button {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.4px;
  }
}
.mobile-menu-item {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
  font-size: 20px;
  line-height: normal;
}
.mobile-sub-item {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
.data-number {
  color: #F1B53D;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: calc(150rem * 1 / 18);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: calc(3rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .data-number {
    font-size: 100px;
    line-height: 1;
    letter-spacing: 3px;
  }
}
.data-text {
  color: #F8F8F6;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(20rem * 1 / 18);
  font-style: normal;
  line-height: 130%;
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .data-text {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
.scroll-text {
  color: #F8F8F6;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: calc(17rem * 1 / 18);
  font-style: normal;
  line-height: 150%;
  letter-spacing: calc(1.7rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .scroll-text {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1.7px;
  }
}
.service-card-heading {
  color: #DEDBD4;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: calc(40rem * 1 / 18);
  font-style: normal;
  line-height: 110%;
  /* 44px */
  letter-spacing: calc(0.8rem * 1 / 18);
  text-transform: capitalize;
}
@media only screen and (max-width: 1400px) {
  .service-card-heading {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.8px;
  }
}
.service-card-heading-mobile {
  color: #DEDBD4;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-size: 30px;
  font-style: normal;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: 0.6px;
}
.service-card-description {
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(20rem * 1 / 18);
  font-style: normal;
  line-height: 130%;
  /* 26px */
}
@media only screen and (max-width: 1400px) {
  .service-card-description {
    font-size: 20px;
    line-height: 26px;
  }
}
.post-date {
  color: #abada5;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(18rem * 1 / 18);
  font-style: normal;
  line-height: 150%;
  /* 27px */
  letter-spacing: calc(0.36rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .post-date {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.36px;
  }
}
.post-title-1 {
  color: #abada5;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: calc(48rem * 1 / 18);
  font-style: normal;
  line-height: 110%;
  /* 52.8px */
}
@media only screen and (max-width: 1023px) {
  .post-title-1 {
    font-size: 36px;
    line-height: 110%;
  }
}
.post-title-2 {
  color: #abada5;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: calc(30rem * 1 / 18);
  font-style: normal;
  line-height: 114%;
  /* 41.04px */
}
@media only screen and (max-width: 1023px) {
  .post-title-2 {
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0.35px;
  }
}
.post-title-3 {
  color: #373938;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: calc(36rem * 1 / 18);
  font-style: normal;
  line-height: 114%;
  /* 41.04px */
  letter-spacing: calc(0.36rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .post-title-3 {
    font-size: 36px;
    line-height: 41.04px;
    letter-spacing: 0.36px;
  }
}
.post-readmore {
  color: #abada5;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: calc(20rem * 1 / 18);
  font-style: normal;
  line-height: normal;
  letter-spacing: calc(0.2rem * 1 / 18);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}
@media only screen and (max-width: 1400px) {
  .post-readmore {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.2px;
  }
}
.testimonial-text {
  color: #373938;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(36rem * 1 / 18);
  font-style: italic;
  line-height: calc(48rem * 1 / 18);
  /* 133.333% */
  letter-spacing: calc(0.72rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .testimonial-text {
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0.56px;
    text-align: center;
    font-weight: 400;
  }
}
.testimonial-author {
  color: #009C49;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: calc(20rem * 1 / 18);
  font-style: normal;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .testimonial-author {
    font-size: 20px;
    line-height: normal;
  }
}
.fleet-intel-viewall {
  color: #abada5;
  text-align: right;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20rem * 1 / 18);
  line-height: normal;
  letter-spacing: calc(0.2rem * 1 / 18);
  text-transform: capitalize;
}
@media only screen and (max-width: 1400px) {
  .fleet-intel-viewall {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.2px;
  }
}
.fleet-intel-excerpt {
  color: #373938;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: calc(20rem * 1 / 18);
  font-style: normal;
  line-height: 140%;
  /* 28px */
  letter-spacing: calc(0.2rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .fleet-intel-excerpt {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.36px;
  }
}
.fleet-intel-title {
  color: #373938;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30rem * 1 / 18);
  line-height: 114%;
  /* 34.2px */
}
@media only screen and (max-width: 1023px) {
  .fleet-intel-title {
    font-size: 28px;
    line-height: 114%;
  }
}
.header-section-heading {
  color: #373938;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: calc(80rem * 1 / 18);
  font-style: normal;
  line-height: 105%;
  /* 84px */
  letter-spacing: calc(-1.6rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header-section-heading {
    font-size: 48px;
    line-height: 105%;
    letter-spacing: unset;
  }
}
.accordion-heading {
  color: #abada5;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(32rem * 1 / 18);
  line-height: 150%;
  /* 48px */
  letter-spacing: calc(0.64rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .accordion-heading {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.48px;
  }
}
.member-name {
  color: #373938;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: calc(28rem * 1 / 18);
  font-style: normal;
  line-height: 140%;
  /* 39.2px */
  letter-spacing: calc(0.28rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .member-name {
    font-size: 28px;
    line-height: 39.2px;
    letter-spacing: 0.28px;
  }
}
.member-role {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(18rem * 1 / 18);
  font-style: normal;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: calc(0.18rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .member-role {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0.18px;
  }
}
.service-card-num {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: calc(24rem * 1 / 18);
  font-style: normal;
  line-height: 110%;
  /* 26.4px */
  text-transform: capitalize;
}
@media only screen and (max-width: 1400px) {
  .service-card-num {
    font-size: 24px;
    line-height: 26.4px;
  }
}
.service-card-title {
  color: #373938;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: calc(36rem * 1 / 18);
  font-style: normal;
  line-height: 110%;
  /* 39.6px */
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .service-card-title {
    font-size: 28px;
    line-height: 110%;
    color: #F8F8F6;
    font-weight: 500;
  }
}
.form-label {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(20rem * 1 / 18);
  font-style: normal;
  line-height: 150%;
  /* 30px */
  letter-spacing: calc(0.4rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .form-label {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
}
.form-html-block {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(16rem * 1 / 18);
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: calc(0.16rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .form-html-block {
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0.16px;
  }
}
.privacy-content-text {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(18rem * 1 / 18);
  font-style: normal;
  line-height: 150%;
  letter-spacing: calc(0.36rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .privacy-content-text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.36px;
  }
}
.privacy-subheading {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: calc(24rem * 1 / 18);
  font-style: normal;
  line-height: 150%;
  /* 36px */
  letter-spacing: calc(0.48rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .privacy-subheading {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
  }
}
.singlePost-title {
  color: #373938;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 300;
  font-size: calc(72rem * 1 / 18);
  font-style: normal;
  line-height: 105%;
  /* 75.6px */
  letter-spacing: calc(-0.72rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .singlePost-title {
    font-size: 48px !important;
    line-height: 105% !important;
    letter-spacing: unset !important;
  }
}
.singlePost-subheadline {
  color: #373938;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: calc(48rem * 1 / 18);
  font-style: normal;
  line-height: 105%;
  /* 50.4px */
  letter-spacing: calc(-0.48rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .singlePost-subheadline {
    font-size: 36px !important;
    line-height: 105% !important;
    letter-spacing: unset !important;
  }
}
.post-author {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(18rem * 1 / 18);
  font-style: normal;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: calc(0.36rem * 1 / 18);
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .post-author {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0.36px;
  }
}
.post-tag {
  color: #abada5;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(18rem * 1 / 18);
  font-style: normal;
  line-height: 130%;
  letter-spacing: calc(0.36rem * 1 / 18);
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .post-tag {
    font-size: 18px;
    line-height: 23.4px;
    letter-spacing: 0.36px;
  }
}
.singlePost-excerpt {
  color: #009C49;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: calc(23rem * 1 / 18);
  font-style: normal;
  line-height: 130%;
  /* 37.5px */
  letter-spacing: calc(0.5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .singlePost-excerpt {
    font-size: 23px !important;
    line-height: 130% !important;
    letter-spacing: 0.5px !important;
  }
}
.opportunity-heading {
  color: #abada5;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: calc(48rem * 1 / 18);
  font-style: normal;
  line-height: 114%;
  /* 54.72px */
  letter-spacing: calc(0.48rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .opportunity-heading {
    font-size: 36px;
    line-height: 114%;
    letter-spacing: unset;
  }
}
.job-role {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: calc(28rem * 1 / 18);
  font-style: normal;
  line-height: 150%;
  /* 42px */
  letter-spacing: calc(0.56rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .job-role {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.56px;
  }
}
.job-filter-label {
  color: #373938;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: calc(20rem * 1 / 18);
  font-style: normal;
  line-height: calc(30rem * 1 / 18);
  /* 150% */
  letter-spacing: calc(0.4rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .job-filter-label {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
}
.footer-cta {
  color: #FFFFFF;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: calc(56rem * 1 / 18);
  font-style: normal;
  line-height: 110%;
  /* 61.6px */
  letter-spacing: calc(-0.56rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer-cta {
    font-size: 32px !important;
    line-height: 110% !important;
    letter-spacing: unset !important;
    text-transform: uppercase;
  }
}
.cta-banner-heading {
  color: #373938;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: calc(30rem * 1 / 18);
  font-style: normal;
  line-height: 100%;
  /* 30px */
  letter-spacing: calc(0.3rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .cta-banner-heading {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }
}
.singlePost-heading-green {
  color: #009C49;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: calc(25rem * 1 / 18);
  font-style: normal;
  line-height: 150%;
  letter-spacing: calc(0.5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .singlePost-heading-green {
    font-size: 25px !important;
    line-height: 30px !important;
    letter-spacing: 0.5px !important;
  }
}
.mt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
}
.mt__container {
  position: absolute;
  top: 0;
  left: calc(70rem * 1 / 18);
  right: calc(70rem * 1 / 18);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mt__container-title {
  position: absolute;
  top: 0;
  left: calc(70rem * 1 / 18);
  z-index: 2;
  color: #009C49;
  font-size: calc(80rem * 1 / 18);
  font-family: "Saira SemiCondensed", sans-serif;
  font-weight: 500;
  margin-top: calc(50rem * 1 / 18);
}
.mt__container-right {
  position: absolute;
  right: calc(70rem * 1 / 18);
  top: 0;
  display: flex;
  align-items: center;
  gap: calc(50rem * 1 / 18);
  z-index: 2;
  margin-top: calc(80rem * 1 / 18);
}
.mt__container-right .toggle-container {
  display: flex;
  align-items: center;
  gap: calc(10rem * 1 / 18);
  cursor: pointer;
}
.mt__container-right .toggle-container .switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 20px;
}
.mt__container-right .toggle-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.mt__container-right .toggle-container .switch input:checked + .slider:before {
  transform: translateX(16px);
}
.mt__container-right .toggle-container .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #DEDBD4;
  transition: 0.4s;
  border-radius: 34px;
}
.mt__container-right .toggle-container .switch .slider::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  top: 2px;
  bottom: 2px;
  background-color: #DEDBD4;
  transition: 0.4s;
  border-radius: 50%;
}
.mt__container-right .toggle-container .toggle-label {
  user-select: none;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #DEDBD4;
  font-size: calc(20rem * 1 / 18);
}
.mt__container-filter {
  width: calc(271rem * 1 / 18);
  right: 0;
  padding: calc(11rem * 1 / 18) calc(18rem * 1 / 18);
  border-radius: calc(6rem * 1 / 18);
  border: calc(2rem * 1 / 18) solid #DEDBD4;
  background: #373938;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .mt__container-filter {
    width: 271px;
    right: unset;
    top: 140px;
    left: 0;
    padding: 11px 20px;
    border: 2px solid #DEDBD4;
    border-radius: 6px;
  }
}
.mt__container-filter--label {
  color: #373938;
  font-size: calc(20rem * 1 / 18);
  line-height: 150%;
  /* 30px */
  letter-spacing: calc(0.4rem * 1 / 18);
  text-transform: uppercase;
  color: #DEDBD4;
  position: relative;
  cursor: pointer;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18) !important;
}
@media only screen and (max-width: 1400px) {
  .mt__container-filter--label {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
}
.mt__container-filter--label::after {
  content: "";
  width: calc(18rem * 1 / 18);
  height: calc(9rem * 1 / 18);
  background: url(/wp-content/uploads/2025/04/down-arrow-map.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(2rem * 1 / 18);
  top: calc(50%);
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .mt__container-filter--label::after {
    width: 18px;
    height: 9px;
    right: 2px;
  }
}
.mt__container-filter--label.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.mt__container-filter--list {
  position: absolute;
  width: 99.5%;
  background-color: #373938;
  padding-left: 1px;
  padding-bottom: calc(10rem * 1 / 18);
  margin-top: calc(8rem * 1 / 18);
  left: calc(-1rem * 1 / 18);
  padding-top: calc(10rem * 1 / 18);
  margin-bottom: calc(12rem * 1 / 18);
  border: calc(2rem * 1 / 18) solid #DEDBD4;
  border-bottom: calc(4rem * 1 / 18) solid #373938;
  border-radius: 0 0 calc(6rem * 1 / 18) calc(6rem * 1 / 18);
  border-top: none;
}
@media only screen and (max-width: 1023px) {
  .mt__container-filter--list {
    margin-top: 12px;
  }
}
.mt__container-filter--list.open {
  border: calc(2rem * 1 / 18) solid #DEDBD4;
  border-radius: 0 0 calc(6rem * 1 / 18) calc(6rem * 1 / 18);
  border-top: none;
  left: calc(-1rem * 1 / 18);
  padding-left: 1px;
}
.mt__container-filter--list li {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin: 0 calc(20rem * 1 / 18);
  font-size: calc(20rem * 1 / 18);
  line-height: 150%;
  letter-spacing: calc(0.4rem * 1 / 18);
  text-transform: uppercase;
  color: #abada5;
  display: block;
  padding: calc(15rem * 1 / 18) calc(10rem * 1 / 18) calc(15rem * 1 / 18) 0;
  border-bottom: calc(1rem * 1 / 18) solid #DEDBD4;
  cursor: pointer;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .mt__container-filter--list li {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
@media only screen and (max-width: 1023px) {
  .mt__container-filter--list li {
    padding: 10px 10px 10px 0;
  }
}
.mt__container-filter--list li:nth-child(1) {
  border-top: calc(1rem * 1 / 18) solid #DEDBD4;
}
@media only screen and (max-width: 1023px) {
  .mt__container-filter--list li:nth-child(1) {
    border-top: 1px solid #dedbd499;
  }
}
.mt__container-filter--list li:last-child {
  border-bottom: none;
}
.mt__container-filter--list li img {
  opacity: 0;
  visibility: visible;
}
.mt__container-filter--list li a {
  text-decoration: none;
  color: #abada5;
  display: block;
}
.mt__container-filter--list li:hover span,
.mt__container-filter--list li.active span {
  color: #fff;
}
.mt__container-filter--list li:hover img,
.mt__container-filter--list li.active img {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .mt__container-filter--list li:hover,
  .mt__container-filter--list li.active {
    padding-left: 10px;
  }
}
.mt__container-filter--list li:hover a,
.mt__container-filter--list li.active a {
  color: #F8F8F6;
}
.mt .info-window {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  padding: 8px;
}
.mt .info-window h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #fff !important;
}
.mt .gm-style .gm-style-iw-c {
  background-color: #373938 !important;
}
.mt .gm-style .gm-style-iw-c h1,
.mt .gm-style .gm-style-iw-c p {
  color: #fff !important;
}
.mt .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.mt .marker-info {
  padding: calc(10rem * 1 / 18) calc(20rem * 1 / 18);
  background-color: #373938 !important;
}
.mt.light .slider {
  border-color: #373938 !important;
}
.mt.light .slider::before {
  background-color: #373938 !important;
}
.mt.light .toggle-label {
  color: #373938 !important;
}
.mt.light .mt__container-filter {
  background-color: #ffffff !important;
  border: calc(2rem * 1 / 18) solid #373938 !important;
}
.mt.light .mt__container-filter--label {
  color: #373938 !important;
}
.mt.light .mt__container-filter--label::after {
  background: url(/wp-content/uploads/2025/04/down-arrow-map-dark.svg) no-repeat;
}
.mt.light .mt__container-filter--list {
  background-color: #ffffff !important;
  border: calc(2rem * 1 / 18) solid #373938 !important;
  border-radius: 0 0 calc(6rem * 1 / 18) calc(6rem * 1 / 18) !important;
  border-top: none !important;
}
.mt.light .mt__container-filter--list li {
  border-bottom: calc(1rem * 1 / 18) solid #373938 !important;
}
.mt.light .mt__container-filter--list li span {
  color: #abada5 !important;
}
.mt.light .mt__container-filter--list li:hover span,
.mt.light .mt__container-filter--list li.active span {
  color: #373938 !important;
}
.mt.light .mt__container-filter--list li:nth-child(1) {
  border-top: calc(1rem * 1 / 18) solid #373938 !important;
}
.mt.light .mt__container-filter--list li:last-child {
  border-bottom: none !important;
}
.mt.light .info-window h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #373938 !important;
}
.mt.light .gm-style .gm-style-iw-c {
  background-color: #fff !important;
}
.mt.light .gm-style .gm-style-iw-c h1,
.mt.light .gm-style .gm-style-iw-c p {
  color: #373938 !important;
}
.mt.light .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.mt.light .marker-info {
  padding: calc(10rem * 1 / 18) calc(20rem * 1 / 18);
  background-color: #fff !important;
}
.mt__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mt__map .gm-style .gm-style-mtc-bbw .gm-style-mtc button {
  display: none !important;
}
.mt__map .gm-style button {
  display: none;
}
.mt__hawaii {
  position: absolute;
  width: 157px;
  height: 153px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #abada5;
  z-index: 999;
}
.mt__container-filter--list li {
  cursor: pointer;
}
.mt__container-filter--list li .dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0.3rem;
  border-radius: 9999px;
  background-color: transparent;
  border: 1px solid #DEDBD4;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.mt__container-filter--list li .dot::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.mt__container-filter--list li.active .dot::before {
  background-color: var(--brand-color, #009c49);
}
.map-marker.hidden {
  display: none !important;
}
.password {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-password-form {
  z-index: 2;
  max-width: 400px;
  margin: 50px auto;
  padding: 20px;
}
.post-password-form input[type="password"],
.post-password-form input[type="submit"] {
  width: 100%;
  margin-top: 10px;
}
