@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
:root {
  --global-font-family: "Heebo", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #050708;
  --global-background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #1AAFDB;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #050708;
}

@keyframes neechejaa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes paintFill {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 0.95;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
    opacity: 1;
  }
}
@keyframes paintShine {
  0% {
    left: -100%;
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    left: 100%;
    opacity: 0.4;
  }
}
@keyframes brushSweep {
  0% {
    width: 0;
    opacity: 0.8;
  }
  100% {
    width: 100%;
    opacity: 0.8;
  }
}
@keyframes colorWash {
  0% {
    filter: brightness(1) saturate(1);
  }
  50% {
    filter: brightness(1.08) saturate(1.1);
  }
  100% {
    filter: brightness(1) saturate(1);
  }
}
@keyframes paintFadeIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}
body ::-moz-selection {
  background-color: #050708;
  color: #fff;
}
body ::selection {
  background-color: #050708;
  color: #fff;
}
body .container {
  max-width: 1890px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}
body .center {
  text-align: center;
}
body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}
body .wpb_single_image {
  margin-bottom: 0;
}
body .wpb_text_column {
  margin-bottom: 0;
}
body .vc_icon_element {
  margin-bottom: 0;
}
body .hidden {
  display: none !important;
}
body .desk-hide {
  display: none !important;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #1AAFDB;
  transition: 0.4s;
}
body .m-auto {
  margin-left: auto;
  margin-right: auto;
}
body .mg-none {
  margin: 0 !important;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body .vc_grid-item-zone-c-left .vc_gitem-animated-block {
  width: 100%;
  float: none;
}
body .no-pad {
  padding: 0 !important;
}
body .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body header#masthead {
  position: relative;
  z-index: 99;
  width: 100%;
  transition: all 0.4s;
  background: #FFF;
}
body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: #fff;
  box-shadow: 0 10px 56.9px 0 rgba(0, 0, 0, 0.2);
}
body header#masthead.sticky .top-bar {
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  overflow: hidden;
}
body header#masthead.sticky .header-main {
  padding: 0.8rem 0;
}
body header#masthead.sticky .header-main .logo img {
  width: 60%;
}
body header#masthead.sticky .header-main ul.menu-wrapper li.menu-item a {
  font-size: 1rem;
}
body header#masthead.sticky .header-main ul.menu-wrapper li.menu-item.btn a {
  font-size: 1rem;
}
body header#masthead .mobile-menu-link {
  display: none;
}
body header#masthead .header-main {
  padding: 1.88rem 0 1.25rem;
}
body header#masthead .header-main .flex-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
body header#masthead .header-main .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .logo-head {
  flex: 0 0 auto;
}
body header#masthead .header-main .main-menu {
  flex: 1 1 auto;
}
body header#masthead .header-main .logo {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
}
body header#masthead .header-main .logo img {
  transition: all 0.4s;
  height: auto;
  width: 90%;
  display: block;
}
body header#masthead .header-main ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 3.5rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0.75rem;
  transition: all 0.3s;
  color: #050708;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a {
  color: #1AAFDB;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  width: 100%;
  right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.btn a {
  background: #1AAFDB;
  color: #fff;
  padding: 0.6rem 1.8rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  transition: 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.btn a:hover {
  background: #050708;
  color: #fff;
  text-decoration: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.btn a:before {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  color: #050708;
  transition: 0.4s;
  position: relative;
  font-weight: 500;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #1AAFDB;
  height: 1px;
  transition: all 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #1AAFDB;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #7C7C7C;
  display: block;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #050708;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #1AAFDB;
  color: #fff;
  transition: 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #1AAFDB;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #1AAFDB;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body #content .vc_row {
  margin: 0;
  padding: 0;
}
body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 6.25rem 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .max-50 {
  width: 50%;
}
body #content .max-70 {
  width: 70%;
}
body #content .max-80 {
  width: 80%;
}
body #content .max-90 {
  width: 90%;
}
body #content .m-auto {
  margin: 0 auto;
}
body #content .full-img > .vc_figure {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}
body #content .border-img img {
  border-radius: 1.875rem;
}
body #content .vc-no-pad-left > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
}
body #content .vc-no-pad-left > .vc_column-inner {
  padding-left: 0 !important;
}
body #content .vc-no-pad-right > .wpb_column > .vc_column-inner {
  padding-right: 0 !important;
}
body #content .vc-no-pad-right > .vc_column-inner {
  padding-right: 0 !important;
}
body #content .desk-hidden {
  display: none;
}
body #content .wht-head {
  color: #fff !important;
}
body #content .wht-txt p {
  color: #CFD6DF !important;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .main-head {
  color: #050708;
  font-family: var(--global-font-family);
  text-transform: capitalize;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem;
}
body #content .main-head b {
  font-weight: 700;
  color: #1AAFDB;
}
body #content .sub-head {
  color: #050708;
  font-family: var(--global-font-family);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.31rem;
}
body #content .txt ul {
  margin: 0 0 1.5rem;
  padding-left: 2rem;
}
body #content .txt ul li {
  position: relative;
  color: #373939;
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 1rem;
}
body #content .txt ul li:last-child {
  margin-bottom: 0;
}
body #content .txt ol {
  padding-left: 1.5rem;
  margin: 0 0 1.5rem;
}
body #content .txt ol li {
  color: #373939;
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 1rem;
}
body #content .txt ol li:last-child {
  margin-bottom: 0;
}
body #content .txt p {
  color: #373939;
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 300;
}
body #content .txt p strong {
  color: #1AAFDB;
  font-weight: 500;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
  text-decoration: underline;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .mg-bottom {
  margin-bottom: 3.12rem;
}
body #content .justify-center {
  justify-content: center;
}
body #content .btn-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body #content .btn a {
  background: #1AAFDB;
  color: #fff;
  text-decoration: none;
  padding: 0.69rem 1.88rem;
  border-radius: 0.625rem;
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
  transition: all 0.6s;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body #content .btn a:hover {
  color: #fff;
  background: #050708 !important;
}
body #content .btn-2 a {
  background: transparent;
  color: #050708;
  text-decoration: none;
  padding: 0.69rem 1.88rem;
  border-radius: 0.625rem;
  border: 1px solid #050708;
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}
body #content .btn-2 a i {
  font-size: 0.95em;
}
body #content .btn-2 a:hover {
  color: #fff;
  background: #1AAFDB;
  border-color: #1AAFDB;
}
body #content .align-center {
  align-items: center;
}
body #content .sticky-col > .vc_column-inner {
  display: block;
}
body #content .sticky-col > .vc_column-inner > .wpb_wrapper {
  position: sticky;
  top: 10%;
}
body #content .page-header {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 600px;
  margin-bottom: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
}
body #content .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #050708;
  z-index: 0;
  mix-blend-mode: multiply;
  border-radius: 20px;
  opacity: 0.75;
}
body #content .page-header .page-header-inner {
  position: relative;
  z-index: 1;
  padding: 3.13rem;
}
body #content .page-header .page-header-inner .page-title {
  font-size: 3.25rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 0;
  text-transform: capitalize;
}
body #content .page-header .page-header-inner .page-breadcrumb {
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #fff;
  margin-top: 1rem;
}
body #content .page-header .page-header-inner .page-breadcrumb .woocommerce-breadcrumb {
  color: rgba(255, 255, 255, 0.7490196078);
}
body #content .page-header .page-header-inner .page-breadcrumb a {
  color: #fff;
  transition: 0.4s;
}
body #content .page-header .page-header-inner .page-breadcrumb a:hover {
  opacity: 0.8;
}
body #content .page-header .page-header-inner .page-breadcrumb span {
  color: #fff;
  transition: 0.4s;
}
body #content .page-header .page-header-inner .page-breadcrumb span:hover {
  opacity: 0.8;
}
body #content .page-header .page-header-inner .page-breadcrumb span:hover::before {
  right: 0.625rem;
}
body #content .hero-sec .hero-slider .vc_column-inner {
  padding: 0;
}
body #content .hero-sec .hero-slider .hero-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
  border-radius: 1.25rem;
}
body #content .hero-sec .hero-slider .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial !important;
  border-radius: 1.25rem;
}
body #content .hero-sec .hero-slider .hero-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 50%;
}
body #content .hero-sec .hero-slider .hero-txt .main-head {
  color: #fff;
  text-wrap: balance;
}
body #content .hero-sec .hero-slider .hero-txt p {
  color: #fff;
  text-wrap: balance;
  margin-bottom: 1.88rem;
  font-weight: 300;
}
body #content .about-sec .about-row {
  align-items: center;
}
body #content .about-sec .about-num-row {
  margin-bottom: 0;
}
body #content .about-sec .about-num-row .wpb_column > .vc_column-inner {
  padding-top: 0;
  padding-bottom: 0;
}
body #content .about-sec .about-num-row .about-txt {
  text-align: center;
  border: 1px solid #050708;
  border-radius: 0;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}
body #content .about-sec .about-num-row .about-txt .about-num {
  color: #F7921D;
  font-family: var(--global-font-family);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.5rem;
}
body #content .about-sec .about-num-row .about-txt .about-num .odometer {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
body #content .about-sec .about-num-row .about-txt p {
  color: #050708;
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
body #content .about-sec .about-num-row .about-num-row .about-txt {
  padding-top: 1.75rem;
}
body #content .prod-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
}
body #content .prod-cat-grid .prod-cat-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
  height: 400px;
  text-decoration: none;
  color: #fff;
  background: #050708;
}
body #content .prod-cat-grid .prod-cat-card .prod-cat-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial !important;
  transition: transform 0.7s ease;
}
body #content .prod-cat-grid .prod-cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(5, 7, 8, 0.5);
  transition: background 0.45s ease;
  pointer-events: none;
}
body #content .prod-cat-grid .prod-cat-card .prod-cat-txt {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 1.875rem;
  box-sizing: border-box;
}
body #content .prod-cat-grid .prod-cat-card .prod-cat-txt .main-head {
  color: #fff !important;
  font-family: var(--global-font-family);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
  transition: margin 0.45s ease;
  text-wrap: balance;
}
body #content .prod-cat-grid .prod-cat-card .prod-cat-txt p {
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: opacity 0.45s ease, transform 0.45s ease, max-height 0.45s ease, margin 0.45s ease, visibility 0.45s;
}
body #content .prod-cat-grid .prod-cat-card .prod-cat-txt .prod-cat-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: opacity 0.45s ease 0.05s, transform 0.45s ease 0.05s, max-height 0.45s ease, margin 0.45s ease, visibility 0.45s, color 0.3s;
}
body #content .prod-cat-grid .prod-cat-card .prod-cat-txt .prod-cat-link i {
  font-size: 1rem;
  text-decoration: none;
  transform: rotate(-40deg);
  transition: transform 0.45s ease;
}
body #content .prod-cat-grid .prod-cat-card:hover::before, body #content .prod-cat-grid .prod-cat-card:focus-visible::before {
  background: rgba(5, 7, 8, 0.9);
}
body #content .prod-cat-grid .prod-cat-card:hover .prod-cat-img, body #content .prod-cat-grid .prod-cat-card:focus-visible .prod-cat-img {
  transform: scale(1.04);
}
body #content .prod-cat-grid .prod-cat-card:hover .prod-cat-txt .main-head, body #content .prod-cat-grid .prod-cat-card:focus-visible .prod-cat-txt .main-head {
  margin-bottom: 0.75rem;
}
body #content .prod-cat-grid .prod-cat-card:hover .prod-cat-txt p, body #content .prod-cat-grid .prod-cat-card:focus-visible .prod-cat-txt p {
  max-height: 5rem;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-bottom: 1.125rem;
}
body #content .prod-cat-grid .prod-cat-card:hover .prod-cat-txt .prod-cat-link, body #content .prod-cat-grid .prod-cat-card:focus-visible .prod-cat-txt .prod-cat-link {
  max-height: 2rem;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body #content .prod-cat-grid .prod-cat-card:hover .prod-cat-txt .prod-cat-link:hover, body #content .prod-cat-grid .prod-cat-card:focus-visible .prod-cat-txt .prod-cat-link:hover {
  color: #1AAFDB;
}
body #content .prod-cat-grid .prod-cat-card:hover .prod-cat-txt .prod-cat-link:hover i, body #content .prod-cat-grid .prod-cat-card:focus-visible .prod-cat-txt .prod-cat-link:hover i {
  transform: rotate(-40deg) translateX(0.25rem);
}
body #content .csol-slider .vc_column-inner {
  padding: 0;
}
body #content .csol-slider .csol-inner {
  position: relative;
  margin: 0 1.565rem;
  border-radius: 30px;
  overflow: hidden;
}
body #content .csol-slider .csol-inner:hover .csol-txt {
  background: linear-gradient(180deg, rgba(5, 7, 8, 0) 10%, #050708 100%);
}
body #content .csol-slider .csol-inner:hover .csol-img img {
  transform: scale(1.04);
}
body #content .csol-slider .csol-inner > .wpb_column > .vc_column-inner {
  padding: 0;
}
body #content .csol-slider .csol-inner .csol-img {
  margin: 0;
}
body #content .csol-slider .csol-inner .csol-img .vc_figure, body #content .csol-slider .csol-inner .csol-img .vc_single_image-wrapper {
  display: block !important;
  margin: 0;
  overflow: hidden;
}
body #content .csol-slider .csol-inner .csol-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial !important;
  border-radius: 1.5rem;
  transition: all 0.4s ease;
}
body #content .csol-slider .csol-inner .csol-txt {
  display: flex;
  align-items: end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 1.87rem 1.87rem;
  border-radius: 30px;
  transition: all 0.4s ease;
  background: linear-gradient(180deg, rgba(5, 7, 8, 0) 50%, #050708 100%);
}
body #content .csol-slider .csol-inner .csol-txt .main-head {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.63rem;
}
body #content .csol-slider .csol-inner .csol-txt p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
}
body #content .csol-slider .slick-slider {
  padding-bottom: 8rem;
}
body #content .csol-slider .slick-list {
  margin: 0 -1.565rem;
}
body #content .csol-slider .slick-arrow {
  transform: none;
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
body #content .csol-slider .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
  opacity: 1;
}
body #content .csol-slider .slick-arrow.slick-prev {
  background: #fff;
  border: 2px solid #1AAFDB;
  color: #1AAFDB;
}
body #content .csol-slider .slick-arrow.slick-prev::before {
  content: "\f060";
  color: #1AAFDB;
}
body #content .csol-slider .slick-arrow.slick-prev:hover {
  background: #1AAFDB;
  border-color: #1AAFDB;
  color: #fff;
}
body #content .csol-slider .slick-arrow.slick-prev:hover::before {
  color: #fff;
}
body #content .csol-slider .slick-arrow.slick-next {
  background: #fff;
  border: 2px solid #1AAFDB;
  color: #1AAFDB;
}
body #content .csol-slider .slick-arrow.slick-next::before {
  content: "\f061";
  color: #1AAFDB;
}
body #content .csol-slider .slick-arrow.slick-next:hover {
  background: #1AAFDB;
  border-color: #1AAFDB;
  color: #fff;
}
body #content .csol-slider .slick-arrow.slick-next:hover::before {
  color: #fff;
}
body #content .csol-slider .slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
body #content .csol-slider .slick-arrows {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
}
body #content .sys-row {
  align-items: stretch;
}
body #content .sys-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background: #fff;
  border: 2px solid #828383;
  padding: 2.75rem 2.25rem !important;
  box-sizing: border-box;
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
body #content .sys-row > .wpb_column .sys-icon {
  margin: 0 0 6.25rem;
}
body #content .sys-row > .wpb_column .sys-icon .vc_figure, body #content .sys-row > .wpb_column .sys-icon .vc_single_image-wrapper {
  display: block !important;
  margin: 0;
}
body #content .sys-row > .wpb_column .sys-icon img {
  display: block;
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.4s ease;
}
body #content .sys-row > .wpb_column .txt {
  margin: 0;
}
body #content .sys-row > .wpb_column .txt .main-head {
  color: #050708;
  font-size: 2.5rem;
  font-weight: 600;
  max-width: 80%;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  transition: color 0.4s ease;
}
body #content .sys-row > .wpb_column .txt p {
  color: #373939;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  transition: color 0.4s ease;
}
body #content .sys-row > .wpb_column:hover > .vc_column-inner > .wpb_wrapper {
  background: #050708;
  border-color: #050708;
}
body #content .sys-row > .wpb_column:hover > .vc_column-inner > .wpb_wrapper .sys-icon img {
  filter: brightness(0) invert(1);
}
body #content .sys-row > .wpb_column:hover > .vc_column-inner > .wpb_wrapper .txt .main-head {
  color: #fff;
}
body #content .sys-row > .wpb_column:hover > .vc_column-inner > .wpb_wrapper .txt p {
  color: #fff;
}
body #content .clients-row .clients-accordion .vc_tta-tabs-container {
  margin-bottom: 0;
}
body #content .clients-row .clients-accordion .vc_tta-tabs-container .vc_tta-tabs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
body #content .clients-row .clients-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
  margin: 0;
  padding: 0;
  list-style: none;
}
body #content .clients-row .clients-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
  display: inline-block;
  position: relative;
  padding: 0.875rem 2.25rem;
  font-family: var(--global-font-family);
  font-size: 1.5rem;
  font-weight: 500;
  color: #828383;
  text-decoration: none;
  border: none;
  background: transparent;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
body #content .clients-row .clients-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin: 0.5rem 0 0 0;
  width: 0;
  height: 2px;
  transition: width 0.35s ease;
}
body #content .clients-row .clients-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover {
  color: #F7921D;
}
body #content .clients-row .clients-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover::after {
  width: 100%;
  background: #F7921D;
}
body #content .clients-row .clients-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
  color: #1AAFDB;
  font-weight: 700;
}
body #content .clients-row .clients-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a::after {
  width: 100%;
  background: #1AAFDB;
  top: inherit;
}
body #content .clients-row .clients-accordion .vc_tta-panels-container .vc_tta-panels {
  border: none;
  background: transparent;
  padding: 0;
}
body #content .clients-row .clients-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin: 0;
}
body #content .clients-row .clients-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active > .vc_tta-panel-body {
  animation: paintFadeIn 0.4s ease both;
}
body #content .clients-row .clients-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  display: none;
}
body #content .clients-row .clients-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  border: none;
  background: transparent;
  padding: 2.5rem 0 0;
  margin: 0;
}
body #content .brands-grid .vc_column-inner {
  padding: 0;
}
body #content .brands-grid > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #828383;
  border-left: 1px solid #828383;
  background: #fff;
}
body #content .brands-grid .brand-img {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10.5rem;
  padding: 1.75rem 1.5rem;
  box-sizing: border-box;
  border-right: 1px solid #828383;
  border-bottom: 1px solid #828383;
  background: #fff;
  transition: background 0.35s ease;
}
body #content .brands-grid .brand-img .vc_figure, body #content .brands-grid .brand-img .vc_single_image-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
body #content .brands-grid .brand-img img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
body #content .brands-grid .brand-img:hover {
  background: #FAFAFA;
}
body #content .brands-grid .brand-img:hover img {
  transform: scale(1.04);
}
body #content .cta-sec {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
body #content .cta-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(5, 7, 8, 0.72);
  pointer-events: none;
}
body #content .cta-sec > .vc_row, body #content .cta-sec > .vc_row-full-width + .vc_row {
  position: relative;
  z-index: 1;
}
body #content .cta-sec .vc_column-inner {
  padding-top: 0;
}
body #content .cta-sec .btn-flex {
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}
body #content .cta-sec .btn-flex .btn a {
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
body #content .cta-sec .btn-flex .btn a i {
  font-size: 1em;
  transition: transform 0.35s ease;
}
body #content .cta-sec .btn-flex .btn a:hover {
  background: #fff !important;
  color: #050708;
}
body #content .cta-sec .btn-flex .btn a:hover i {
  transform: translateX(0.25rem);
}
body #content .cta-sec .btn-flex .btn-2 a {
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}
body #content .cta-sec .btn-flex .btn-2 a:hover {
  background: #1AAFDB;
  border-color: #1AAFDB;
  color: #fff;
}
body #content .pillars-sec .pillars-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  margin-bottom: 2rem;
  height: 100%;
  padding: 2.5rem 3rem;
  border-radius: 1.25rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
body #content .pillars-sec .pillars-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
body #content .pillars-sec .pillars-row .sub-head {
  text-transform: uppercase;
  margin: 1rem 0;
}
body #content .pillars-sec .pillars-row .txt p {
  font-size: 1.05rem;
  color: #828383;
}
body #content .contact-sec .contact-row > .contact-col > .vc_column-inner > .wpb_wrapper {
  border: 1px solid #e8e8e8;
  border-radius: 1rem;
  padding: 2.25rem 2rem;
}
body #content .contact-sec .contact-row .office-locations {
  display: grid;
  gap: 1.25rem;
}
body #content .contact-sec .contact-row .office-location {
  position: relative;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.25rem 2rem;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 1rem;
  isolation: isolate;
  background: #fff;
  transition: all 0.4s ease;
}
body #content .contact-sec .contact-row .office-location:hover {
  box-shadow: 0 0 10px 0 rgba(55, 57, 57, 0.2);
  transform: translateY(-10px);
}
body #content .contact-sec .contact-row .office-location:hover > i:first-child {
  background: #1AAFDB;
  color: #fff;
  border-color: #1AAFDB;
  transform: translateY(-0.25rem);
}
body #content .contact-sec .contact-row .office-location:hover p:first-of-type {
  color: #1AAFDB;
}
body #content .contact-sec .contact-row .office-location:hover ul li i {
  color: #1AAFDB;
}
body #content .contact-sec .contact-row .office-location a {
  color: #050708;
}
body #content .contact-sec .contact-row .office-location a:hover {
  color: #C8962E;
}
body #content .contact-sec .contact-row .office-location > i:first-child {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  border: 1px solid #C8962E;
  border-radius: 50%;
  color: #C8962E;
  font-size: 1.5rem;
  transition: all 0.35s ease;
}
body #content .contact-sec .contact-row .office-location > p:first-of-type {
  margin: 0 0 0.5rem;
  color: #C8962E;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
body #content .contact-sec .contact-row .office-location > h3 {
  margin: 0 0 0.65rem;
  color: #050708;
  font-size: 2.65rem;
  font-weight: 700;
  line-height: 1.05;
}
body #content .contact-sec .contact-row .office-location > p:nth-of-type(2) {
  max-width: 34rem;
  margin: 0 0 1rem;
  color: #050708;
  font-size: 0.98rem;
  line-height: 1.5;
}
body #content .contact-sec .contact-row .office-location > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin: 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid #e8e8e8;
  list-style: none;
}
body #content .contact-sec .contact-row .office-location > ul li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #050708;
  font-size: 0.95rem;
}
body #content .contact-sec .contact-row .office-location > ul li i {
  width: 1rem;
  color: #C8962E;
  text-align: center;
}
body #content ul.product-navigator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem 10rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 1.75rem 0;
  margin: 0 0 6.25rem 0;
  background: rgba(5, 7, 8, 0.8);
}
body #content ul.product-navigator li a {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
  position: relative;
}
body #content ul.product-navigator li a:hover {
  color: #1AAFDB;
}
body #content ul.product-navigator li a:after {
  content: "";
  display: block;
  width: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #1AAFDB;
  transition: all 0.4s;
  position: absolute;
}
body #content ul.product-navigator li a:hover:after {
  width: 100%;
  background: #1AAFDB;
}
body #content .product-features-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(5, 7, 8, 0.85);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body #content .product-features-sec .product-features-row .sub-head {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1.25rem 0;
}
body #content .spec-block {
  margin: 0 0 3.12rem;
}
body #content .spec-block h2 {
  font-family: var(--global-font-family);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
}
body #content .spec-block dl {
  display: grid;
  grid-template-columns: 40% 60%;
  margin: 0;
  border-top: 1px solid rgba(5, 7, 8, 0.08);
}
body #content .spec-block dt, body #content .spec-block dd {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid rgba(5, 7, 8, 0.08);
  font-family: var(--global-font-family);
}
body #content .spec-block dt {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #050708;
}
body #content .spec-block dd {
  font-size: 0.9375rem;
  font-weight: 300;
  color: rgba(5, 7, 8, 0.75);
  line-height: 1.5;
  margin: 0;
}
body #content .spec-block dt:nth-of-type(odd), body #content .spec-block dd:nth-of-type(odd) {
  background: #f5f6f7;
}
body #content .spec-block table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid rgba(5, 7, 8, 0.08);
}
body #content .spec-block table th, body #content .spec-block table td {
  padding: 0.875rem 1rem;
  text-align: left;
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  border-bottom: 1px solid rgba(5, 7, 8, 0.08);
}
body #content .spec-block table th {
  font-weight: 600;
  color: #050708;
}
body #content .spec-block table td {
  font-weight: 300;
  color: rgba(5, 7, 8, 0.75);
}
body #content .spec-block table tbody tr:nth-child(odd) {
  background: #f5f6f7;
}
@media (max-width: 600px) {
  body #content .spec-block dl {
    grid-template-columns: 1fr;
  }
  body #content .spec-block dt {
    border-bottom: none;
    padding-bottom: 0.25rem;
  }
  body #content .spec-block table, body #content .spec-block thead, body #content .spec-block tbody, body #content .spec-block th, body #content .spec-block td, body #content .spec-block tr {
    display: block;
  }
  body #content .spec-block thead {
    display: none;
  }
  body #content .spec-block td {
    border-bottom: none;
    padding: 0.25rem 1rem;
  }
  body #content .spec-block td:first-child {
    font-weight: 600;
    color: #050708;
    padding-top: 0.875rem;
  }
  body #content .spec-block tr {
    border-bottom: 1px solid rgba(5, 7, 8, 0.08);
    padding-bottom: 0.5rem;
  }
}
body #content ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2em;
}
body #content ul.slick-dots li {
  margin: 0;
}
body #content ul.slick-dots li button {
  outline: none;
  font-size: 0;
  padding: 0;
  width: 3rem;
  height: 0.25rem;
  border: none;
  border-radius: 0px;
  background: #050708;
  cursor: pointer;
  transition: background 0.4s;
  transition: all 0.4s;
}
body #content ul.slick-dots li.slick-active button {
  height: 0.25rem;
  background: #1AAFDB;
  transition: all 0.4s;
}
body form > h2, body form.wpcf7-form > h2 {
  margin: 0 0 2rem;
  color: #050708;
  font-family: var(--global-font-family);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.05;
}
body form > .form-section, body form.wpcf7-form > .form-section {
  clear: both;
  overflow: hidden;
}
body form .form-group.col-6, body form .form-group.col-12, body form.wpcf7-form .form-group.col-6, body form.wpcf7-form .form-group.col-12 {
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
}
body form br, body form.wpcf7-form br {
  display: none;
}
body form .flex-row, body form.wpcf7-form .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
body form .form-section, body form.wpcf7-form .form-section {
  padding-top: 0.25rem;
  margin: 0 0 1.5rem;
}
body form .form-section:first-of-type, body form.wpcf7-form .form-section:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
body form .form-section .form-section-title, body form.wpcf7-form .form-section .form-section-title {
  font-family: var(--global-font-family-2);
  font-size: 1.5625rem;
  font-weight: 700;
  color: #1AAFDB;
  margin: 0 0 1.75rem;
  line-height: 1.3;
}
body form .field-label, body form.wpcf7-form .field-label {
  display: block;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #050708;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
body form label, body form.wpcf7-form label {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #050708;
  font-family: var(--global-font-family);
  line-height: 1.4;
}
body form label span, body form.wpcf7-form label span {
  color: #1AAFDB;
}
body form input[type=text], body form input[type=email], body form input[type=tel], body form input[type=date], body form input[type=number], body form.wpcf7-form input[type=text], body form.wpcf7-form input[type=email], body form.wpcf7-form input[type=tel], body form.wpcf7-form input[type=date], body form.wpcf7-form input[type=number] {
  width: 100%;
  background: #fff;
  padding: 0.94rem 1.125rem;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  outline: none;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #050708;
  border-radius: 1.25rem;
  font-family: var(--global-font-family);
  transition: all 0.4s;
}
body form input[type=text]::-moz-placeholder, body form input[type=email]::-moz-placeholder, body form input[type=tel]::-moz-placeholder, body form input[type=date]::-moz-placeholder, body form input[type=number]::-moz-placeholder, body form.wpcf7-form input[type=text]::-moz-placeholder, body form.wpcf7-form input[type=email]::-moz-placeholder, body form.wpcf7-form input[type=tel]::-moz-placeholder, body form.wpcf7-form input[type=date]::-moz-placeholder, body form.wpcf7-form input[type=number]::-moz-placeholder {
  color: #8797AF;
  opacity: 1;
}
body form input[type=text]::placeholder, body form input[type=email]::placeholder, body form input[type=tel]::placeholder, body form input[type=date]::placeholder, body form input[type=number]::placeholder, body form.wpcf7-form input[type=text]::placeholder, body form.wpcf7-form input[type=email]::placeholder, body form.wpcf7-form input[type=tel]::placeholder, body form.wpcf7-form input[type=date]::placeholder, body form.wpcf7-form input[type=number]::placeholder {
  color: #8797AF;
  opacity: 1;
}
body form input[type=text]:focus, body form input[type=email]:focus, body form input[type=tel]:focus, body form input[type=date]:focus, body form input[type=number]:focus, body form.wpcf7-form input[type=text]:focus, body form.wpcf7-form input[type=email]:focus, body form.wpcf7-form input[type=tel]:focus, body form.wpcf7-form input[type=date]:focus, body form.wpcf7-form input[type=number]:focus {
  outline: none;
  border-color: #1AAFDB;
  box-shadow: 0 0 0 3px rgba(16, 48, 96, 0.08);
}
body form input[type=radio], body form.wpcf7-form input[type=radio] {
  accent-color: #1AAFDB;
  height: 1.125rem;
  width: 1.125rem;
  margin: 0;
  flex-shrink: 0;
}
body form input[type=checkbox], body form.wpcf7-form input[type=checkbox] {
  accent-color: #1AAFDB;
  height: 1rem;
  width: 1rem;
  margin: 0;
  flex-shrink: 0;
}
body form select, body form.wpcf7-form select {
  width: 100%;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.94rem 2.75rem 0.94rem 1.125rem;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  outline: none;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #050708;
  border-radius: 1.25rem;
  font-family: var(--global-font-family);
  transition: all 0.4s;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'><path d='M1.5 1.5l5 5 5-5' fill='none' stroke='%23103060' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.125rem center;
  background-size: 1rem;
}
body form select:focus, body form.wpcf7-form select:focus {
  outline: none;
  border-color: #1AAFDB;
  box-shadow: 0 0 0 3px rgba(16, 48, 96, 0.08);
}
body form textarea, body form.wpcf7-form textarea {
  width: 100%;
  background: #fff;
  padding: 0.94rem 1.125rem;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  outline: none;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #050708;
  border-radius: 1.25rem;
  font-family: var(--global-font-family);
  resize: none;
  height: 10rem;
}
body form textarea::-moz-placeholder, body form.wpcf7-form textarea::-moz-placeholder {
  color: #8797AF;
  opacity: 1;
}
body form textarea::placeholder, body form.wpcf7-form textarea::placeholder {
  color: #8797AF;
  opacity: 1;
}
body form textarea:focus, body form.wpcf7-form textarea:focus {
  outline: none;
  border-color: #1AAFDB;
  box-shadow: 0 0 0 3px rgba(16, 48, 96, 0.08);
}
body form .wpcf7-form-control-wrap, body form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0;
}
body form .wpcf7-not-valid, body form.wpcf7-form .wpcf7-not-valid {
  border-color: #BA2925 !important;
}
body form .wpcf7-not-valid-tip, body form.wpcf7-form .wpcf7-not-valid-tip {
  color: #BA2925;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 0.375rem;
}
body form .interval-radio, body form .location-check, body form .yesno-radio, body form.wpcf7-form .interval-radio, body form.wpcf7-form .location-check, body form.wpcf7-form .yesno-radio {
  display: block;
  margin-top: 0.25rem;
  clear: both;
}
body form .interval-radio .wpcf7-radio, body form .interval-radio .wpcf7-checkbox, body form .location-check .wpcf7-radio, body form .location-check .wpcf7-checkbox, body form .yesno-radio .wpcf7-radio, body form .yesno-radio .wpcf7-checkbox, body form.wpcf7-form .interval-radio .wpcf7-radio, body form.wpcf7-form .interval-radio .wpcf7-checkbox, body form.wpcf7-form .location-check .wpcf7-radio, body form.wpcf7-form .location-check .wpcf7-checkbox, body form.wpcf7-form .yesno-radio .wpcf7-radio, body form.wpcf7-form .yesno-radio .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
body form .interval-radio .wpcf7-radio .wpcf7-list-item, body form .interval-radio .wpcf7-checkbox .wpcf7-list-item, body form .location-check .wpcf7-radio .wpcf7-list-item, body form .location-check .wpcf7-checkbox .wpcf7-list-item, body form .yesno-radio .wpcf7-radio .wpcf7-list-item, body form .yesno-radio .wpcf7-checkbox .wpcf7-list-item, body form.wpcf7-form .interval-radio .wpcf7-radio .wpcf7-list-item, body form.wpcf7-form .interval-radio .wpcf7-checkbox .wpcf7-list-item, body form.wpcf7-form .location-check .wpcf7-radio .wpcf7-list-item, body form.wpcf7-form .location-check .wpcf7-checkbox .wpcf7-list-item, body form.wpcf7-form .yesno-radio .wpcf7-radio .wpcf7-list-item, body form.wpcf7-form .yesno-radio .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
body form .interval-radio .wpcf7-radio .wpcf7-list-item label, body form .interval-radio .wpcf7-checkbox .wpcf7-list-item label, body form .location-check .wpcf7-radio .wpcf7-list-item label, body form .location-check .wpcf7-checkbox .wpcf7-list-item label, body form .yesno-radio .wpcf7-radio .wpcf7-list-item label, body form .yesno-radio .wpcf7-checkbox .wpcf7-list-item label, body form.wpcf7-form .interval-radio .wpcf7-radio .wpcf7-list-item label, body form.wpcf7-form .interval-radio .wpcf7-checkbox .wpcf7-list-item label, body form.wpcf7-form .location-check .wpcf7-radio .wpcf7-list-item label, body form.wpcf7-form .location-check .wpcf7-checkbox .wpcf7-list-item label, body form.wpcf7-form .yesno-radio .wpcf7-radio .wpcf7-list-item label, body form.wpcf7-form .yesno-radio .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  color: #050708;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.4s;
}
body form .interval-radio .wpcf7-radio, body form.wpcf7-form .interval-radio .wpcf7-radio {
  gap: 1rem;
}
body form .interval-radio .wpcf7-list-item, body form.wpcf7-form .interval-radio .wpcf7-list-item {
  flex: 1;
  min-width: 7.5rem;
}
body form .interval-radio .wpcf7-list-item label, body form.wpcf7-form .interval-radio .wpcf7-list-item label {
  border: 1px solid #E8E8E8;
  border-radius: 1.25rem;
  padding: 0.94rem 1.125rem;
  background: #fff;
}
body form .interval-radio .wpcf7-list-item label:hover, body form.wpcf7-form .interval-radio .wpcf7-list-item label:hover {
  border-color: #050708;
}
body form .interval-radio .wpcf7-list-item label:has(input:checked), body form.wpcf7-form .interval-radio .wpcf7-list-item label:has(input:checked) {
  border-color: #1AAFDB;
  background: rgba(16, 48, 96, 0.04);
  box-shadow: 0 0 0 1px #1AAFDB;
  color: #1AAFDB;
}
body form .yesno-radio .wpcf7-radio, body form.wpcf7-form .yesno-radio .wpcf7-radio {
  gap: 1.5rem;
}
body form .yesno-radio .wpcf7-list-item label, body form.wpcf7-form .yesno-radio .wpcf7-list-item label {
  border: none;
  padding: 0;
  background: transparent;
}
body form .yesno-radio .wpcf7-list-item label:has(input:checked), body form.wpcf7-form .yesno-radio .wpcf7-list-item label:has(input:checked) {
  color: #1AAFDB;
  font-weight: 500;
}
body form .location-check, body form.wpcf7-form .location-check {
  min-height: 3rem;
  padding-bottom: 0.25rem;
}
body form .location-check .wpcf7-checkbox .wpcf7-list-item label, body form.wpcf7-form .location-check .wpcf7-checkbox .wpcf7-list-item label {
  background: #F5F6F8;
  border: 1px solid #E8E8E8;
  border-radius: 1.875rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
}
body form .location-check .wpcf7-checkbox .wpcf7-list-item label:hover, body form.wpcf7-form .location-check .wpcf7-checkbox .wpcf7-list-item label:hover {
  border-color: #050708;
}
body form .location-check .wpcf7-checkbox .wpcf7-list-item label:has(input:checked), body form.wpcf7-form .location-check .wpcf7-checkbox .wpcf7-list-item label:has(input:checked) {
  border-color: #1AAFDB;
  background: rgba(16, 48, 96, 0.06);
  color: #1AAFDB;
  font-weight: 500;
}
body form input[type=submit], body form.wpcf7-form input[type=submit] {
  background: #1AAFDB !important;
  font-size: 1.125rem;
  color: #fff !important;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #1AAFDB;
  padding: 0.87rem 2rem;
  border-radius: 1.875rem;
  font-family: var(--global-font-family);
  font-weight: 500 !important;
  transition: all 0.4s;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
body form input[type=submit]:hover, body form.wpcf7-form input[type=submit]:hover {
  color: #fff !important;
  background: #050708 !important;
  border-color: #050708 !important;
}
body form input[type=submit]:hover::after, body form.wpcf7-form input[type=submit]:hover::after {
  transform: skewX(-30deg) scale(1, 1);
}
body form input[type=submit]::after, body form.wpcf7-form input[type=submit]::after {
  content: "";
  background: #050708;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-30deg) scale(0, 1);
  transition: all 0.5s;
}
body form .wpcf7-response-output, body form.wpcf7-form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem 1.25rem;
  border-radius: 1.25rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  border-width: 1px;
}
body form .submit-btn, body form.wpcf7-form .submit-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25rem;
}
body form .submit-btn p, body form.wpcf7-form .submit-btn p {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}
body form .submit-btn input[type=submit], body form.wpcf7-form .submit-btn input[type=submit] {
  background: #C8962E !important;
  border-color: #C8962E !important;
  border-radius: 1.875rem;
  padding: 0.87rem 2.25rem;
  font-size: 1.25rem;
  font-weight: 500 !important;
}
body form .submit-btn input[type=submit]:hover, body form.wpcf7-form .submit-btn input[type=submit]:hover {
  background: #1AAFDB !important;
  border-color: #1AAFDB !important;
  color: #fff !important;
}
body form .submit-btn input[type=submit]::after, body form.wpcf7-form .submit-btn input[type=submit]::after {
  display: none;
}
body footer#colophon {
  margin-bottom: 1.87rem;
}
body footer#colophon a {
  color: #fff;
  text-decoration: none;
  transition: color 0.35s ease;
}
body footer#colophon a:hover {
  color: #1AAFDB;
}
body footer#colophon .footer-main {
  background: #050708;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
}
body footer#colophon .footer-main-top {
  padding: 3.12rem 1.88rem;
}
body footer#colophon .footer-top {
  align-items: flex-start;
  justify-content: space-between;
}
body footer#colophon .footer-left {
  padding-right: 2rem;
}
body footer#colophon .footer-left .footer-logo {
  margin-bottom: 1.87rem;
  max-width: 220px;
}
body footer#colophon .footer-left .footer-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 4.5rem;
}
body footer#colophon .footer-left .footer-logo .footer-logo-link {
  display: inline-block;
  transition: filter 0.35s ease;
}
body footer#colophon .footer-left .footer-tagline {
  max-width: 28rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
}
body footer#colophon .footer-left .footer-tagline .widget-title {
  display: none;
}
body footer#colophon .footer-left .footer-tagline p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
body footer#colophon .footer-left .footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  padding-top: 0.63rem;
  width: -moz-fit-content;
  width: fit-content;
}
body footer#colophon .footer-left .footer-social .footer-social-label {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}
body footer#colophon .footer-left .footer-social .footer-social-list, body footer#colophon .footer-left .footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
body footer#colophon .footer-left .footer-social .footer-social-list li, body footer#colophon .footer-left .footer-social ul li {
  margin: 0;
}
body footer#colophon .footer-left .footer-social .footer-social-list li a, body footer#colophon .footer-left .footer-social ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  font-size: 1rem;
}
body footer#colophon .footer-left .footer-social .footer-social-list li a:hover, body footer#colophon .footer-left .footer-social ul li a:hover {
  color: #1AAFDB;
}
body footer#colophon .footer-right {
  text-align: right;
  padding-left: 1rem;
}
body footer#colophon .footer-right ul.menu {
  list-style: none;
  padding: 0;
  margin: 0 0 3.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 3rem;
}
body footer#colophon .footer-right ul.menu li {
  margin: 0;
}
body footer#colophon .footer-right ul.menu li a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  white-space: nowrap;
}
body footer#colophon .footer-right ul.menu li a:hover {
  color: #1AAFDB;
}
body footer#colophon .footer-right .footer-addresses {
  margin: 0;
}
body footer#colophon .footer-right .footer-addresses .widget-title {
  display: none;
}
body footer#colophon .footer-right .footer-addresses p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 1.31rem;
}
body footer#colophon .footer-right .footer-addresses p:last-child {
  margin-bottom: 0;
}
body footer#colophon .footer-right .footer-addresses p strong {
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  margin-right: 0.25rem;
}
body footer#colophon .footer-right .footer-addresses p a {
  color: #fff;
}
body footer#colophon .footer-right .footer-addresses p a:hover {
  color: #1AAFDB;
}
body footer#colophon .copyright {
  border-top: 1px solid #fff;
  padding: 0.94rem 0;
}
body footer#colophon .copyright p {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
body footer#colophon .copyright p a {
  color: #fff;
  text-decoration: none;
}
body footer#colophon .copyright p a:hover {
  color: #1AAFDB;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}/*# sourceMappingURL=template.css.map */