@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&family=Geist:ital,wght@0,100..900;1,100..900&family=Instrument+Serif:ital@0;1&display=swap");
:root {
  --global-font-family: "Geist", sans-serif;
  --global-font-family-2: "Instrument Serif", serif;
  --global-font-family-3: "Caveat", cursive;
  --global-font-size: 1.125rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #6b6b6b;
  --global-background-color: #fdf8f4;
  --heading-size: 3.5rem;
  --subhead-size: 0.875rem;
  --body-size: 1.125rem;
  --btn-size: 0.9375rem;
}

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

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

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

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

@keyframes neechejaa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@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: #0d0d12;
  color: #f8f3eb;
}
body ::selection {
  background-color: #0d0d12;
  color: #f8f3eb;
}
body .container {
  max-width: 1350px;
  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: #e60b1d;
  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;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.4s;
  background: #f8f3eb;
  border-bottom: none;
  padding: 1.5rem 0;
}
body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: rgba(248, 243, 235, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(13, 13, 18, 0.06);
  padding: 0.875rem 0;
}
body header#masthead.sticky .header-main .logo img {
  max-height: 3rem;
  width: auto;
}
body header#masthead.sticky .header-main ul.menu-wrapper li.menu-item a {
  font-size: 0.9375rem;
}
body header#masthead.sticky .header-main .header-cta a, body header#masthead.sticky .header-main a.phone-btn {
  padding: 0.7rem 1.35rem;
  font-size: 0.9375rem;
}
body header#masthead .mobile-menu-link {
  display: none;
}
body header#masthead .header-main {
  padding: 0;
}
body header#masthead .header-main .header-inner {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  transition: all 0.4s;
}
body header#masthead .header-main .flex-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
}
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;
  display: flex;
  justify-content: center;
  min-width: 0;
}
body header#masthead .header-main .header-cta {
  flex: 0 0 auto;
}
body header#masthead .header-main .header-cta .widget {
  margin: 0;
}
body header#masthead .header-main .header-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #e60b1d;
  color: #fff;
  padding: 0.9rem 1.4rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.35s;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(230, 11, 29, 0.28);
}
body header#masthead .header-main .header-cta a::after {
  content: "↗";
  font-size: 0.95em;
  line-height: 1;
  font-weight: 500;
}
body header#masthead .header-main .header-cta a:hover {
  color: #fff;
  background: #c90a19;
  box-shadow: 0 10px 24px rgba(230, 11, 29, 0.36);
  transform: translateY(-1px);
}
body header#masthead .header-main .logo {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
}
body header#masthead .header-main .logo img {
  transition: all 0.4s;
  height: auto;
  max-height: 3.5rem;
  width: auto;
  display: block;
}
body header#masthead .header-main a.phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #e60b1d;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.35s;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(230, 11, 29, 0.28);
}
body header#masthead .header-main a.phone-btn i {
  font-size: 0.9em;
}
body header#masthead .header-main a.phone-btn:hover {
  color: #fff;
  background: #c90a19;
}
body header#masthead .header-main ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: none;
}
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: 30%;
  right: 0;
  font-size: 0.7em;
  transition: all 0.3s;
  color: #0d0d12;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
  color: #e60b1d;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a {
  color: #e60b1d;
}
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 a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #0d0d12;
  transition: 0.3s;
  position: relative;
  padding: 0.25rem 0;
  font-weight: 500;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  bottom: -0.15rem;
  background: #e60b1d;
  height: 2px;
  transition: all 0.3s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #e60b1d;
}
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%;
  right: 0;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 16px 40px rgba(13, 13, 18, 0.12);
  border-radius: 0.75rem;
  border-top: 2px solid #e60b1d;
  display: block;
  overflow: hidden;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(13, 13, 18, 0.06);
  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.75rem 1rem;
  color: #0d0d12;
  letter-spacing: 0;
  transition: 0.3s;
  display: block;
  position: relative;
  font-size: 0.9375rem;
  box-sizing: border-box;
  font-weight: 500;
  text-transform: none;
}
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: #e60b1d;
  color: #fff;
  transition: 0.3s;
}
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.3s;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #e60b1d;
  color: #f8f3eb;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #f8f3eb;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #e60b1d;
}
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: #f8f3eb;
}
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;
}
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 3.75rem 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 {
  max-width: 50%;
}
body #content .max-70 {
  max-width: 70%;
}
body #content .max-80 {
  max-width: 80%;
}
body #content .max-90 {
  max-width: 90%;
}
body #content .m-auto {
  margin: 0 auto;
}
body #content .mg-bottom {
  margin-bottom: 2rem;
}
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: 2.5rem;
}
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: #f8f3eb !important;
}
body #content .wht-txt p {
  color: #CFD6DF !important;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .main-head {
  font-family: var(--global-font-family);
  font-size: var(--heading-size);
  font-weight: 700;
  color: #0d0d12;
  margin: 0 0 1.15rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
body #content .main-head b {
  font-family: var(--global-font-family-2);
  font-weight: 400;
  font-style: italic;
  color: inherit;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  letter-spacing: -0.01em;
}
body #content .sub-head {
  font-family: var(--global-font-family);
  font-size: var(--subhead-size);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e60b1d;
  margin: 0 0 0.9rem;
  line-height: 1;
}
body #content .txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: var(--body-size);
  font-weight: 400;
  line-height: 1.7;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: var(--body-size);
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 1em;
}
body #content .txt p strong {
  color: #0d0d12;
  font-weight: 700;
}
body #content .txt a {
  color: inherit;
  transition: 0.3s;
  font-size: inherit;
  text-decoration: none;
}
body #content .txt a:hover {
  color: #e60b1d;
}
body #content .justify-center {
  justify-content: center;
}
body #content .btn-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
body #content .btn, body #content .btn-arrow, body #content .btn-2, body #content .btn-whatsapp {
  margin: 0;
}
body #content .btn a, body #content .btn-arrow a, body #content .btn-2 a, body #content .btn-whatsapp a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3.1rem;
  padding: 0.85rem 1.4rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: var(--btn-size);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.35s;
}
body #content .btn a, body #content .btn-arrow a {
  background: #e60b1d;
  color: #fff;
  box-shadow: 0 10px 24px rgba(230, 11, 29, 0.28);
  border: none;
  position: relative;
}
body #content .btn a::after, body #content .btn-arrow a::after {
  content: "↗";
  font-size: 0.95em;
  line-height: 1;
}
body #content .btn a:hover, body #content .btn-arrow a:hover {
  background: #c90a19;
  color: #fff;
  box-shadow: 0 12px 28px rgba(230, 11, 29, 0.38);
  transform: translateY(-1px);
}
body #content .btn a::before, body #content .btn-arrow a::before {
  display: none;
}
body #content .btn-whatsapp a {
  background: #0d0d12;
  color: #fff;
  border: none;
}
body #content .btn-whatsapp a i {
  color: #fff;
}
body #content .btn-whatsapp a:hover {
  background: #1a1a1f;
  color: #fff;
}
body #content .btn-2 a {
  background: #fff;
  color: #0d0d12;
  border: 1px solid #e0ddd8;
  box-shadow: 0 2px 8px rgba(13, 13, 18, 0.04);
}
body #content .btn-2 a::before {
  display: none;
}
body #content .btn-2 a:hover {
  background: #0d0d12;
  color: #fff;
  border-color: #0d0d12;
}
body #content .hero-sec {
  background: radial-gradient(1200px 600px at 85% -10%, rgba(230, 11, 29, 0.18), transparent 60%), radial-gradient(800px 500px at -10% 110%, rgba(30, 30, 35, 0.08), transparent 60%), #f8f3eb;
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  background-color: #fdf8f4;
}
body #content .hero-sec .hero-row {
  align-items: center;
}
body #content .hero-sec .hero-row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
body #content .hero-sec .hero-sub {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 13, 18, 0.1);
  border-radius: 9999px;
  padding: 0.55rem 1.1rem 0.55rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #3a3a3a !important;
  margin: 0 0 1.75rem;
  line-height: 1.3;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
body #content .hero-sec .hero-sub::before {
  content: "";
  flex: 0 0 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #e60b1d;
  box-shadow: 0 0 0 3px rgba(230, 11, 29, 0.15);
}
body #content .hero-sec .main-head {
  color: #0d0d12 !important;
  font-size: 5.5rem;
  margin: 0 0 1.35rem;
  max-width: 14ch;
}
body #content .hero-sec .main-head b {
  color: #e60b1d !important;
  -webkit-text-fill-color: #e60b1d;
}
body #content .hero-sec .txt {
  margin-bottom: 2rem;
  max-width: 34rem;
}
body #content .hero-sec .txt p {
  color: #5c5c5c;
  line-height: 1.7;
  font-size: 1.125rem;
  margin: 0;
}
body #content .hero-sec .txt p strong {
  color: #0d0d12;
  font-weight: 700;
}
body #content .hero-sec .btn-flex {
  margin-bottom: 3rem;
  width: 100%;
  max-width: none;
}
body #content .hero-sec .btn-flex .btn-2 a i {
  color: #0d0d12;
}
body #content .hero-sec .btn-flex .btn-2 a:hover i {
  color: #fff;
}
body #content .hero-sec .hero-list {
  margin-bottom: 0 !important;
  padding-top: 0;
  border-top: none;
}
body #content .hero-sec .hero-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
body #content .hero-sec .hero-list ul li {
  font-size: 0.975rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #8a8a8a;
  line-height: 1.35;
}
body #content .hero-sec .hero-list ul li strong {
  display: block;
  font-family: var(--global-font-family-2);
  font-size: 2.5rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #0d0d12;
  margin-bottom: 0.2rem;
  line-height: 1.1;
}
body #content .hero-sec .hero-img {
  position: relative;
  z-index: 1;
}
body #content .hero-sec .hero-img .vc_figure, body #content .hero-sec .hero-img .vc_single_image-wrapper {
  display: block;
  width: 100%;
}
body #content .hero-sec .hero-img .vc_single_image-wrapper {
  border-radius: 2.25rem;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(13, 13, 18, 0.14);
}
body #content .hero-sec .hero-img .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .hero-sec .hero-slot {
  position: absolute;
  left: -0.75rem;
  bottom: 5.5rem;
  z-index: 3;
  background: #1a1a1f;
  border-radius: 1.25rem 1.75rem 1.75rem 0.35rem;
  padding: 0.85rem 1.25rem 0.95rem;
  box-shadow: 0 14px 32px rgba(13, 13, 18, 0.28);
  max-width: 10.5rem;
}
body #content .hero-sec .hero-slot small {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e60b1d;
  line-height: 1.2;
  margin-bottom: 0.15rem;
}
body #content .hero-sec .hero-slot span {
  display: block;
  font-family: var(--global-font-family-3);
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
}
body #content .hero-sec .hero-review {
  position: absolute;
  left: 1.25rem;
  bottom: 1.35rem;
  z-index: 3;
  width: auto;
  max-width: 14rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 0.85rem 1.15rem;
  box-shadow: 0 14px 36px rgba(13, 13, 18, 0.14);
}
body #content .hero-sec .hero-review::before {
  content: "RECENTLY PASSED";
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin: 0 0 0.2rem;
  line-height: 1.2;
}
body #content .hero-sec .hero-review .stars, body #content .hero-sec .hero-review p, body #content .hero-sec .hero-review br {
  display: none;
}
body #content .hero-sec .hero-review small, body #content .hero-sec .hero-review .hero-review-label {
  display: none;
}
body #content .hero-sec .hero-review cite, body #content .hero-sec .hero-review .hero-review-name {
  display: block;
  font-family: var(--global-font-family-3);
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 600;
  color: #0d0d12;
  line-height: 1.15;
}
body #content .hero-sec .hero-spark {
  position: absolute;
  right: 1.25rem;
  bottom: 1.5rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #e60b1d;
  color: #fff;
  font-size: 1.15rem;
  box-shadow: 0 10px 24px rgba(230, 11, 29, 0.4);
  line-height: 1;
}
body #content .hero-sec .hero-spark i, body #content .hero-sec .hero-spark span {
  display: block;
  line-height: 1;
}
body #content .marquee-sec {
  background: #0d0d12;
}
body #content .marquee-sec[data-vc-full-width] {
  overflow: hidden;
}
body #content .marquee-sec .vc_row {
  margin: 0 !important;
}
body #content .marquee-sec .wpb_column > .vc_column-inner {
  padding: 0 !important;
}
body #content .marquee-sec .wpb_text_column, body #content .marquee-sec .wpb_raw_code {
  margin: 0 !important;
}
body #content .marquee-sec .marquee {
  overflow: hidden;
  width: 100%;
}
body #content .marquee-sec .marquee-track {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  padding: 1.25rem 0;
  animation: marqueeScroll 45s linear infinite;
  will-change: transform;
}
body #content .marquee-sec .marquee-track:hover {
  animation-play-state: paused;
}
body #content .marquee-sec .marquee-item, body #content .marquee-sec .marquee-track > div {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
  font-size: 0.8125rem;
  line-height: 1;
}
body #content .marquee-sec .marquee-item i, body #content .marquee-sec .marquee-item svg, body #content .marquee-sec .marquee-track > div i, body #content .marquee-sec .marquee-track > div svg {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  color: #e60b1d;
  stroke: #e60b1d;
  font-size: 0.9rem;
  line-height: 1;
}
body #content .marquee-sec .marquee-item span, body #content .marquee-sec .marquee-track > div span {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
body #content .marquee-sec .marquee-item .marquee-sep, body #content .marquee-sec .marquee-item .text-brand, body #content .marquee-sec .marquee-track > div .marquee-sep, body #content .marquee-sec .marquee-track > div .text-brand {
  color: #e60b1d;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 0.75rem;
}
body #content .marquee-sec .flex {
  display: flex;
}
body #content .marquee-sec .items-center {
  align-items: center;
}
body #content .marquee-sec .gap-3 {
  gap: 0.75rem;
}
body #content .marquee-sec .gap-14 {
  gap: 3.5rem;
}
body #content .marquee-sec .whitespace-nowrap {
  white-space: nowrap;
}
body #content .marquee-sec .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
body #content .marquee-sec .text-sm {
  font-size: 0.8125rem;
}
body #content .marquee-sec .uppercase {
  text-transform: uppercase;
}
body #content .marquee-sec .tracking-widest {
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #fff;
}
body #content .marquee-sec .text-brand {
  color: #e60b1d;
}
body #content .marquee-sec .h-4, body #content .marquee-sec .w-4 {
  width: 1rem;
  height: 1rem;
}
body #content .why-xcel-sec {
  padding: 5rem 0;
  background: #fdf8f4;
}
body #content .why-xcel-sec .why-xcel-layout {
  align-items: flex-start;
}
body #content .why-xcel-sec .why-xcel-intro .sub-head {
  color: #e60b1d !important;
  margin: 0 0 1rem;
}
body #content .why-xcel-sec .why-xcel-intro .main-head {
  color: #0d0d12 !important;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
  max-width: 10ch;
}
body #content .why-xcel-sec .why-xcel-intro .main-head b {
  color: #0d0d12 !important;
}
body #content .why-xcel-sec .why-xcel-intro .txt {
  margin: 0;
  max-width: 22rem;
}
body #content .why-xcel-sec .why-xcel-intro .txt p {
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0;
}
body #content .why-xcel-sec .why-xcel-grid > .vc_column-inner {
  padding-left: 1.5rem;
}
body #content .why-xcel-row, body #content .why-hk-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem !important;
}
body #content .why-xcel-row > .wpb_column, body #content .why-hk-row > .wpb_column {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
body #content .why-xcel-row > .wpb_column > .vc_column-inner, body #content .why-hk-row > .wpb_column > .vc_column-inner {
  padding: 0 !important;
  height: 100%;
}
body #content .why-xcel-row > .wpb_column > .vc_column-inner > .wpb_wrapper, body #content .why-hk-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  background: #fff;
  border: none;
  border-radius: 1.35rem;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 8px 28px rgba(13, 13, 18, 0.05);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  transition: box-shadow 0.35s, transform 0.35s;
}
body #content .why-xcel-row > .wpb_column > .vc_column-inner > .wpb_wrapper::after, body #content .why-hk-row > .wpb_column > .vc_column-inner > .wpb_wrapper::after {
  display: none !important;
}
body #content .why-xcel-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover, body #content .why-hk-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(13, 13, 18, 0.08);
}
body #content .why-xcel-row .why-card, body #content .why-hk-row .why-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  margin: 0;
}
body #content .why-xcel-row .why-num, body #content .why-hk-row .why-num {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #fce8ea;
  color: #e60b1d;
  font-family: var(--global-font-family-2);
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body #content .why-xcel-row .why-copy, body #content .why-hk-row .why-copy {
  flex: 1 1 auto;
  min-width: 0;
}
body #content .why-xcel-row .vc_icon_element, body #content .why-hk-row .vc_icon_element {
  display: none !important;
}
body #content .why-xcel-row h2, body #content .why-xcel-row h3, body #content .why-xcel-row h4, body #content .why-xcel-row .why-xcel-title, body #content .why-xcel-row .why-hk-title, body #content .why-hk-row h2, body #content .why-hk-row h3, body #content .why-hk-row h4, body #content .why-hk-row .why-xcel-title, body #content .why-hk-row .why-hk-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0d0d12 !important;
  line-height: 1.3;
  margin: 0 0 0.35rem !important;
}
body #content .why-xcel-row .txt, body #content .why-xcel-row .why-xcel-txt, body #content .why-xcel-row .why-hk-txt, body #content .why-hk-row .txt, body #content .why-hk-row .why-xcel-txt, body #content .why-hk-row .why-hk-txt {
  margin: 0;
}
body #content .why-xcel-row .txt p, body #content .why-xcel-row .why-xcel-txt p, body #content .why-xcel-row .why-hk-txt p, body #content .why-hk-row .txt p, body #content .why-hk-row .why-xcel-txt p, body #content .why-hk-row .why-hk-txt p {
  color: #6b6b6b;
  line-height: 1.55;
  margin: 0;
}
body #content .pricing-sec {
  padding: 5rem 0;
  background: #fdf8f4;
}
body #content .pricing-sec .pricing-row {
  align-items: stretch;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
body #content .pricing-sec .pricing-row > .wpb_column {
  margin-bottom: 1.25rem;
}
body #content .pricing-sec .pricing-row > .wpb_column:first-child > .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 1.5rem;
}
body #content .pricing-sec .pricing-row .sub-head {
  color: #e60b1d !important;
  margin: 0 0 1rem;
}
body #content .pricing-sec .pricing-row .main-head {
  color: #0d0d12 !important;
  margin: 0 0 1.15rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: 11ch;
}
body #content .pricing-sec .pricing-row .main-head b {
  color: #0d0d12 !important;
}
body #content .pricing-sec .pricing-row .txt, body #content .pricing-sec .pricing-row .wht-txt {
  margin: 0 0 1.75rem;
}
body #content .pricing-sec .pricing-row .txt p, body #content .pricing-sec .pricing-row .wht-txt p {
  margin: 0;
  max-width: 22rem;
  line-height: 1.7;
  color: #6b6b6b !important;
}
body #content .pricing-sec .pricing-row .btn-flex {
  margin: 0;
}
body #content .pricing-sec .pricing-row > .wpb_column.pricing-card > .vc_column-inner {
  height: 100%;
  padding: 0 0.5rem;
}
body #content .pricing-sec .pricing-row > .wpb_column.pricing-card > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 1.75rem;
  padding: 2rem 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  box-shadow: 0 8px 28px rgba(13, 13, 18, 0.04);
  position: relative;
}
body #content .pricing-sec .pricing-row > .wpb_column.pricing-featured > .vc_column-inner > .wpb_wrapper {
  background: #0d0d12;
  border-color: #0d0d12;
  box-shadow: 0 16px 40px rgba(13, 13, 18, 0.18);
}
body #content .pricing-sec .pricing-row .pricing-badge {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0.75rem !important;
}
body #content .pricing-sec .pricing-row .pricing-badge span, body #content .pricing-sec .pricing-row .pricing-badge p {
  display: inline-block;
  background: transparent;
  color: #a3a3a3;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
body #content .pricing-sec .pricing-row .pricing-featured .pricing-badge {
  position: absolute;
  top: -0.65rem;
  right: 1.25rem;
  z-index: 2;
  margin: 0 !important;
}
body #content .pricing-sec .pricing-row .pricing-featured .pricing-badge span, body #content .pricing-sec .pricing-row .pricing-featured .pricing-badge p {
  background: #e60b1d;
  color: #fff;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  box-shadow: 0 6px 16px rgba(230, 11, 29, 0.35);
}
body #content .pricing-sec .pricing-row .pricing-kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a3a3a3 !important;
  margin: 0 0 0.5rem !important;
  line-height: 1.3;
}
body #content .pricing-sec .pricing-row .pricing-featured .pricing-kicker {
  color: #e60b1d !important;
}
body #content .pricing-sec .pricing-row .pricing-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d0d12 !important;
  margin: 0 0 0.85rem !important;
  line-height: 1.3;
}
body #content .pricing-sec .pricing-row .pricing-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.5rem;
}
body #content .pricing-sec .pricing-row .pricing-price {
  font-family: var(--global-font-family-2);
  font-size: 3.75rem;
  font-weight: 400;
  font-style: italic;
  color: #0d0d12 !important;
  margin: 0 !important;
  line-height: 1;
}
body #content .pricing-sec .pricing-row .pricing-unit {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #9a9a9a !important;
  margin: 0 !important;
  line-height: 1.4;
}
body #content .pricing-sec .pricing-row .pricing-list {
  margin-top: auto;
  margin-bottom: 0;
}
body #content .pricing-sec .pricing-row .pricing-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
body #content .pricing-sec .pricing-row .pricing-list ul li {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #4a4a4a;
  padding-left: 1.65rem;
  position: relative;
  line-height: 1.5;
}
body #content .pricing-sec .pricing-row .pricing-list ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e60b1d;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
body #content .pricing-sec .pricing-row .pricing-featured .pricing-label {
  color: #fff !important;
}
body #content .pricing-sec .pricing-row .pricing-featured .pricing-price {
  color: #fff !important;
}
body #content .pricing-sec .pricing-row .pricing-featured .pricing-unit {
  color: rgba(255, 255, 255, 0.55) !important;
}
body #content .pricing-sec .pricing-row .pricing-featured .pricing-list ul li {
  color: rgba(255, 255, 255, 0.88);
}
body #content .pricing-page-sec .pricing-page-head {
  margin-bottom: 2.5rem;
}
body #content .pricing-page-sec .pricing-page-row {
  align-items: stretch;
  margin-bottom: 2rem;
}
body #content .pricing-page-sec .pricing-page-row > .wpb_column {
  margin-bottom: 1.5rem;
}
body #content .pricing-page-sec .pricing-page-row > .wpb_column > .vc_column-inner {
  height: 100%;
}
body #content .pricing-page-sec .pricing-page-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 2rem;
  padding: 2.25rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
}
body #content .pricing-page-sec .pricing-page-row > .wpb_column.pricing-plan-featured > .vc_column-inner > .wpb_wrapper {
  background: #0d0d12;
  border-color: #0d0d12;
  box-shadow: 0 20px 48px rgba(11, 20, 13, 0.18);
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  background: #7FE954;
  color: #0d0d12;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 9999px;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-badge p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-label, body #content .pricing-page-sec .pricing-page-row h4.pricing-plan-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e60b1d !important;
  margin: 0 !important;
  line-height: 1.3;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 0.25rem 0 0;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-price .pricing-plan-amount {
  font-family: var(--global-font-family-2);
  font-size: 4rem;
  font-weight: 500;
  color: #0d0d12;
  line-height: 1;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-price .pricing-plan-unit {
  font-size: 1rem;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 1.4;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-price .pricing-plan-was {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(251, 253, 247, 0.45);
  text-decoration: line-through;
  line-height: 1.4;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-save {
  font-size: 0.875rem;
  font-weight: 500;
  color: #e60b1d;
  margin: 0;
  line-height: 1.4;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-desc, body #content .pricing-page-sec .pricing-page-row .txt.pricing-plan-desc {
  margin: 0;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-desc p, body #content .pricing-page-sec .pricing-page-row .txt.pricing-plan-desc p {
  color: #5A5A5A;
  line-height: 1.6;
  margin: 0;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-list {
  margin: 0.5rem 0 0;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-list ul li {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #0d0d12;
  padding-left: 2rem;
  position: relative;
  line-height: 1.45;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-list ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #E6F4D9;
  color: #e60b1d;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 1.25rem;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .pricing-btn-outline a, body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .btn-2 a, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .pricing-btn-outline a, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .btn-2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  padding: 0.875rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid #0d0d12;
  background: #fff;
  color: #0d0d12;
  line-height: 1.2;
  transition: all 0.4s;
  box-sizing: border-box;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .pricing-btn-outline a:hover, body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .btn-2 a:hover, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .pricing-btn-outline a:hover, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .btn-2 a:hover {
  background: #0d0d12;
  color: #fff;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .pricing-btn-primary a, body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .btn-arrow a, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .pricing-btn-primary a, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .btn-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 3rem;
  padding: 0.875rem 2.75rem 0.875rem 1.5rem;
  border-radius: 9999px;
  background: #B7F44D;
  color: #0d0d12;
  line-height: 1.2;
  transition: all 0.4s;
  box-sizing: border-box;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .pricing-btn-primary a::after, body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .btn-arrow a::after, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .pricing-btn-primary a::after, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .btn-arrow a::after {
  background: none;
  content: "→";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  font-size: 1rem;
  line-height: 1;
  color: #0d0d12;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .pricing-btn-primary a:hover, body #content .pricing-page-sec .pricing-page-row .pricing-plan-btn .btn-arrow a:hover, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .pricing-btn-primary a:hover, body #content .pricing-page-sec .pricing-page-row .btn-flex.pricing-plan-btn .btn-arrow a:hover {
  background: #e60b1d;
  color: #0d0d12;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-featured .pricing-plan-label {
  color: #7adf5f !important;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-featured .pricing-plan-price .pricing-plan-amount {
  color: #f8f3eb;
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-featured .pricing-plan-desc p, body #content .pricing-page-sec .pricing-page-row .pricing-plan-featured .txt.pricing-plan-desc p {
  color: rgba(251, 253, 247, 0.72);
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-featured .pricing-plan-list ul li {
  color: rgba(251, 253, 247, 0.9);
}
body #content .pricing-page-sec .pricing-page-row .pricing-plan-featured .pricing-plan-list ul li::before {
  background: rgba(183, 244, 77, 0.18);
  color: #B7F44D;
}
body #content .pricing-page-sec .pricing-note {
  margin: 0;
}
body #content .pricing-page-sec .pricing-note p {
  display: block;
  background: #E6F4D9;
  border-radius: 9999px;
  padding: 1rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #005217;
  line-height: 1.55;
  margin: 0;
  text-align: center;
}
body #content .pricing-page-sec .pricing-note p strong {
  font-weight: 700;
  color: #e60b1d;
}
body #content .areas-sec, body #content .postcodes-sec {
  padding: 5.5rem 0 5rem;
  background: #fdf8f4;
}
body #content .areas-sec .areas-head, body #content .postcodes-sec .areas-head {
  align-items: flex-end;
  margin-bottom: 2.75rem;
}
body #content .areas-sec .areas-head > .wpb_column, body #content .postcodes-sec .areas-head > .wpb_column {
  margin-bottom: 0;
}
body #content .areas-sec .areas-head > .wpb_column:last-child > .vc_column-inner, body #content .postcodes-sec .areas-head > .wpb_column:last-child > .vc_column-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 0.15rem;
}
body #content .areas-sec .areas-head .sub-head, body #content .postcodes-sec .areas-head .sub-head {
  color: #e60b1d !important;
  margin: 0 0 0.9rem;
  line-height: 1;
}
body #content .areas-sec .areas-head .main-head, body #content .postcodes-sec .areas-head .main-head {
  color: #0d0d12 !important;
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.035em;
  max-width: 15ch;
}
body #content .areas-sec .areas-head .main-head b, body #content .postcodes-sec .areas-head .main-head b {
  color: #0d0d12 !important;
  letter-spacing: -0.02em;
}
body #content .areas-sec .areas-head .txt p, body #content .postcodes-sec .areas-head .txt p {
  text-align: left;
  margin: 0;
  max-width: none;
}
body #content .areas-sec .areas-head .areas-all, body #content .areas-sec .areas-head .btn-flex.areas-all, body #content .postcodes-sec .areas-head .areas-all, body #content .postcodes-sec .areas-head .btn-flex.areas-all {
  margin: 0;
}
body #content .areas-sec .areas-head .areas-all a, body #content .areas-sec .areas-head .btn-flex.areas-all a, body #content .postcodes-sec .areas-head .areas-all a, body #content .postcodes-sec .areas-head .btn-flex.areas-all a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: transparent;
  color: #0d0d12;
  border: 1.5px solid #0d0d12;
  border-radius: 9999px;
  padding: 0.9rem 1.4rem;
  line-height: 1.2;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
body #content .areas-sec .areas-head .areas-all a::after, body #content .areas-sec .areas-head .btn-flex.areas-all a::after, body #content .postcodes-sec .areas-head .areas-all a::after, body #content .postcodes-sec .areas-head .btn-flex.areas-all a::after {
  content: "→";
  font-size: 0.95em;
  line-height: 1;
  font-weight: 500;
}
body #content .areas-sec .areas-head .areas-all a:hover, body #content .areas-sec .areas-head .btn-flex.areas-all a:hover, body #content .postcodes-sec .areas-head .areas-all a:hover, body #content .postcodes-sec .areas-head .btn-flex.areas-all a:hover {
  background: #0d0d12;
  color: #fff;
  border-color: #0d0d12;
}
body #content .areas-sec .postcodes-head, body #content .postcodes-sec .postcodes-head {
  margin: 0 0 1.35rem;
}
body #content .areas-sec .postcodes-head .sub-head, body #content .areas-sec .postcodes-head .postcodes-title, body #content .postcodes-sec .postcodes-head .sub-head, body #content .postcodes-sec .postcodes-head .postcodes-title {
  color: #e60b1d !important;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
}
body #content .areas-sec .areas-filters, body #content .areas-sec .postcodes-filters, body #content .postcodes-sec .areas-filters, body #content .postcodes-sec .postcodes-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
body #content .areas-sec .areas-filters li, body #content .areas-sec .areas-filters a, body #content .areas-sec .areas-filters span, body #content .areas-sec .areas-filters .postcode-chip, body #content .areas-sec .postcodes-filters li, body #content .areas-sec .postcodes-filters a, body #content .areas-sec .postcodes-filters span, body #content .areas-sec .postcodes-filters .postcode-chip, body #content .postcodes-sec .areas-filters li, body #content .postcodes-sec .areas-filters a, body #content .postcodes-sec .areas-filters span, body #content .postcodes-sec .areas-filters .postcode-chip, body #content .postcodes-sec .postcodes-filters li, body #content .postcodes-sec .postcodes-filters a, body #content .postcodes-sec .postcodes-filters span, body #content .postcodes-sec .postcodes-filters .postcode-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 2.35rem;
  padding: 0.45rem 1.1rem;
  border: 1px solid #ddd6cc;
  border-radius: 9999px;
  background: #fff;
  color: #0d0d12;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
body #content .areas-sec .areas-filters a:hover, body #content .areas-sec .areas-filters .postcode-chip:hover, body #content .areas-sec .postcodes-filters a:hover, body #content .areas-sec .postcodes-filters .postcode-chip:hover, body #content .postcodes-sec .areas-filters a:hover, body #content .postcodes-sec .areas-filters .postcode-chip:hover, body #content .postcodes-sec .postcodes-filters a:hover, body #content .postcodes-sec .postcodes-filters .postcode-chip:hover {
  border-color: #e60b1d;
  color: #e60b1d;
}
body #content .areas-sec .areas-filters a.is-active, body #content .areas-sec .areas-filters .postcode-chip.is-active, body #content .areas-sec .postcodes-filters a.is-active, body #content .areas-sec .postcodes-filters .postcode-chip.is-active, body #content .postcodes-sec .areas-filters a.is-active, body #content .postcodes-sec .areas-filters .postcode-chip.is-active, body #content .postcodes-sec .postcodes-filters a.is-active, body #content .postcodes-sec .postcodes-filters .postcode-chip.is-active {
  border-color: #e60b1d;
  background: rgba(230, 11, 29, 0.06);
  color: #e60b1d;
}
body #content .areas-sec .areas-filters p, body #content .areas-sec .postcodes-filters p, body #content .postcodes-sec .areas-filters p, body #content .postcodes-sec .postcodes-filters p {
  margin: 0;
  display: contents;
}
body #content .areas-sec .wpb_text_column.areas-filters .wpb_wrapper,
body #content .areas-sec .wpb_text_column.postcodes-filters .wpb_wrapper, body #content .postcodes-sec .wpb_text_column.areas-filters .wpb_wrapper,
body #content .postcodes-sec .wpb_text_column.postcodes-filters .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}
body #content .areas-sec .areas-grid, body #content .postcodes-sec .areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
body #content .areas-sec .areas-grid .area-card, body #content .postcodes-sec .areas-grid .area-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  min-height: 4.5rem;
  padding: 1.15rem 1.25rem;
  background: transparent;
  border: 1px solid #e4ddd3;
  border-radius: 1.35rem;
  box-sizing: border-box;
  transition: border-color 0.3s, background 0.3s;
}
body #content .areas-sec .areas-grid .area-card:hover, body #content .postcodes-sec .areas-grid .area-card:hover {
  border-color: #d2c9bc;
  background: rgba(255, 255, 255, 0.45);
}
body #content .areas-sec .areas-grid .area-copy, body #content .postcodes-sec .areas-grid .area-copy {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
body #content .areas-sec .areas-grid .area-copy .area-name, body #content .areas-sec .areas-grid .area-copy h3.area-name, body #content .postcodes-sec .areas-grid .area-copy .area-name, body #content .postcodes-sec .areas-grid .area-copy h3.area-name {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0d0d12;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
body #content .areas-sec .areas-grid .area-copy .area-postcode, body #content .areas-sec .areas-grid .area-copy p.area-postcode, body #content .postcodes-sec .areas-grid .area-copy .area-postcode, body #content .postcodes-sec .areas-grid .area-copy p.area-postcode {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #757575;
  margin: 0.3rem 0 0;
  line-height: 1.25;
}
body #content .areas-sec .areas-grid .area-pin, body #content .postcodes-sec .areas-grid .area-pin {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #e60b1d;
  padding: 0;
}
body #content .areas-sec .areas-grid .area-pin i, body #content .postcodes-sec .areas-grid .area-pin i {
  color: #e60b1d;
  font-size: 1.05rem;
  line-height: 1;
}
body #content .areas-sec .areas-row, body #content .postcodes-sec .areas-row {
  align-items: stretch;
  margin: 0 -0.5rem !important;
}
body #content .areas-sec .areas-row > .wpb_column.area-card, body #content .postcodes-sec .areas-row > .wpb_column.area-card {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
body #content .areas-sec .areas-row > .wpb_column.area-card > .vc_column-inner, body #content .postcodes-sec .areas-row > .wpb_column.area-card > .vc_column-inner {
  padding: 0 !important;
  height: 100%;
}
body #content .areas-sec .areas-row > .wpb_column.area-card > .vc_column-inner > .wpb_wrapper, body #content .postcodes-sec .areas-row > .wpb_column.area-card > .vc_column-inner > .wpb_wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  background: transparent;
  border: 1px solid #e4ddd3;
  border-radius: 1.35rem;
  padding: 1.15rem 1.25rem;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  box-shadow: none;
  transition: border-color 0.3s, background 0.3s;
}
body #content .areas-sec .areas-row > .wpb_column.area-card > .vc_column-inner > .wpb_wrapper::after, body #content .postcodes-sec .areas-row > .wpb_column.area-card > .vc_column-inner > .wpb_wrapper::after {
  display: none !important;
}
body #content .areas-sec .areas-row > .wpb_column.area-card > .vc_column-inner > .wpb_wrapper:hover, body #content .postcodes-sec .areas-row > .wpb_column.area-card > .vc_column-inner > .wpb_wrapper:hover {
  border-color: #d2c9bc;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
body #content .areas-sec .areas-row .area-card-inner, body #content .postcodes-sec .areas-row .area-card-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin: 0;
}
body #content .areas-sec .areas-row .area-copy, body #content .postcodes-sec .areas-row .area-copy {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
body #content .areas-sec .areas-row .area-copy .area-tag, body #content .areas-sec .areas-row .area-copy p.area-tag, body #content .areas-sec .areas-row .area-copy .area-postcode, body #content .areas-sec .areas-row .area-copy p.area-postcode, body #content .postcodes-sec .areas-row .area-copy .area-tag, body #content .postcodes-sec .areas-row .area-copy p.area-tag, body #content .postcodes-sec .areas-row .area-copy .area-postcode, body #content .postcodes-sec .areas-row .area-copy p.area-postcode {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #757575;
  margin: 0.3rem 0 0;
  line-height: 1.25;
}
body #content .areas-sec .areas-row .area-copy .area-name, body #content .areas-sec .areas-row .area-copy h3.area-name, body #content .postcodes-sec .areas-row .area-copy .area-name, body #content .postcodes-sec .areas-row .area-copy h3.area-name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0d0d12 !important;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
body #content .areas-sec .areas-row .area-pin, body #content .postcodes-sec .areas-row .area-pin {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #e60b1d;
  font-size: 1.05rem;
  line-height: 1;
  padding: 0;
}
body #content .areas-sec .areas-row .area-pin i, body #content .postcodes-sec .areas-row .area-pin i {
  color: #e60b1d;
  line-height: 1;
  font-size: 1.05rem;
}
body #content .areas-sec .areas-row .vc_icon_element, body #content .postcodes-sec .areas-row .vc_icon_element {
  flex: 0 0 auto;
  margin: 0;
  width: auto;
}
body #content .areas-sec .areas-row .vc_icon_element .vc_icon_element-inner, body #content .postcodes-sec .areas-row .vc_icon_element .vc_icon_element-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0;
  background: transparent !important;
  padding: 0 !important;
}
body #content .areas-sec .areas-row .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon, body #content .postcodes-sec .areas-row .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon {
  font-size: 1.05rem !important;
  color: #e60b1d !important;
  line-height: 1;
}
body #content .area-guides-sec {
  padding: 1rem 0 5.5rem;
  background: #fdf8f4;
}
body #content .area-guides-sec .area-guides {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
}
body #content .area-guides-sec .area-guide-card {
  display: grid;
  grid-template-columns: minmax(12rem, 0.95fr) minmax(0, 1.55fr) auto;
  align-items: center;
  gap: 1.75rem 2.25rem;
  margin: 0;
  padding: 2rem 2.15rem;
  background: #fff;
  border-radius: 1.65rem;
  box-shadow: 0 12px 32px rgba(13, 13, 18, 0.05);
}
body #content .area-guides-sec .area-guide-title {
  min-width: 0;
}
body #content .area-guides-sec .area-guide-title .area-guide-label {
  display: block;
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e60b1d;
  line-height: 1;
}
body #content .area-guides-sec .area-guide-title h2, body #content .area-guides-sec .area-guide-title h3, body #content .area-guides-sec .area-guide-title .area-guide-name {
  font-family: var(--global-font-family-2);
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  font-weight: 400;
  font-style: italic;
  color: #0d0d12;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
body #content .area-guides-sec .area-guide-copy {
  min-width: 0;
}
body #content .area-guides-sec .area-guide-copy p {
  margin: 0 0 0.75rem;
  color: #5c5c5c;
  font-size: 0.975rem;
  line-height: 1.65;
}
body #content .area-guides-sec .area-guide-copy p:last-child {
  margin-bottom: 0;
}
body #content .area-guides-sec .area-guide-copy p strong {
  color: #0d0d12;
  font-weight: 700;
}
body #content .area-guides-sec .area-guide-btn {
  flex: 0 0 auto;
  margin: 0;
}
body #content .area-guides-sec .area-guide-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 3rem;
  padding: 0.8rem 1.45rem;
  border-radius: 9999px;
  background: #e60b1d;
  color: #fff;
  font-size: var(--btn-size);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(230, 11, 29, 0.28);
  transition: all 0.35s;
}
body #content .area-guides-sec .area-guide-btn a::after {
  content: "↗";
  font-size: 0.95em;
  line-height: 1;
}
body #content .area-guides-sec .area-guide-btn a:hover {
  background: #c90a19;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(230, 11, 29, 0.38);
}
body #content .lessons-sec .lessons-head, body #content .lessons-sec .services-head, body #content .services-sec .lessons-head, body #content .services-sec .services-head {
  align-items: flex-end;
  margin-bottom: 2.75rem;
}
body #content .lessons-sec .lessons-head > .wpb_column, body #content .lessons-sec .services-head > .wpb_column, body #content .services-sec .lessons-head > .wpb_column, body #content .services-sec .services-head > .wpb_column {
  margin-bottom: 0;
}
body #content .lessons-sec .lessons-head > .wpb_column:last-child > .vc_column-inner, body #content .lessons-sec .services-head > .wpb_column:last-child > .vc_column-inner, body #content .services-sec .lessons-head > .wpb_column:last-child > .vc_column-inner, body #content .services-sec .services-head > .wpb_column:last-child > .vc_column-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
body #content .lessons-sec .lessons-head .sub-head, body #content .lessons-sec .services-head .sub-head, body #content .services-sec .lessons-head .sub-head, body #content .services-sec .services-head .sub-head {
  color: #e60b1d !important;
  margin: 0 0 0.85rem;
}
body #content .lessons-sec .lessons-head .main-head, body #content .lessons-sec .services-head .main-head, body #content .services-sec .lessons-head .main-head, body #content .services-sec .services-head .main-head {
  color: #0d0d12 !important;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 16ch;
}
body #content .lessons-sec .lessons-head .main-head b, body #content .lessons-sec .services-head .main-head b, body #content .services-sec .lessons-head .main-head b, body #content .services-sec .services-head .main-head b {
  color: #0d0d12 !important;
}
body #content .lessons-sec .lessons-head .lessons-all, body #content .lessons-sec .lessons-head .btn-flex.lessons-all, body #content .lessons-sec .services-head .lessons-all, body #content .lessons-sec .services-head .btn-flex.lessons-all, body #content .services-sec .lessons-head .lessons-all, body #content .services-sec .lessons-head .btn-flex.lessons-all, body #content .services-sec .services-head .lessons-all, body #content .services-sec .services-head .btn-flex.lessons-all {
  margin: 0;
}
body #content .lessons-sec .lessons-head .lessons-all a, body #content .lessons-sec .lessons-head .btn-flex.lessons-all a, body #content .lessons-sec .services-head .lessons-all a, body #content .lessons-sec .services-head .btn-flex.lessons-all a, body #content .services-sec .lessons-head .lessons-all a, body #content .services-sec .lessons-head .btn-flex.lessons-all a, body #content .services-sec .services-head .lessons-all a, body #content .services-sec .services-head .btn-flex.lessons-all a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: #0d0d12;
  border: 1px solid #cfc9c0;
  border-radius: 9999px;
  padding: 0.9rem 1.4rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s;
  text-decoration: none;
}
body #content .lessons-sec .lessons-head .lessons-all a::after, body #content .lessons-sec .lessons-head .btn-flex.lessons-all a::after, body #content .lessons-sec .services-head .lessons-all a::after, body #content .lessons-sec .services-head .btn-flex.lessons-all a::after, body #content .services-sec .lessons-head .lessons-all a::after, body #content .services-sec .lessons-head .btn-flex.lessons-all a::after, body #content .services-sec .services-head .lessons-all a::after, body #content .services-sec .services-head .btn-flex.lessons-all a::after {
  content: "→";
  font-size: 1em;
  line-height: 1;
}
body #content .lessons-sec .lessons-head .lessons-all a:hover, body #content .lessons-sec .lessons-head .btn-flex.lessons-all a:hover, body #content .lessons-sec .services-head .lessons-all a:hover, body #content .lessons-sec .services-head .btn-flex.lessons-all a:hover, body #content .services-sec .lessons-head .lessons-all a:hover, body #content .services-sec .lessons-head .btn-flex.lessons-all a:hover, body #content .services-sec .services-head .lessons-all a:hover, body #content .services-sec .services-head .btn-flex.lessons-all a:hover {
  background: #0d0d12;
  color: #fff;
  border-color: #0d0d12;
}
body #content .lessons-sec .lessons-row, body #content .lessons-sec .services-row, body #content .services-sec .lessons-row, body #content .services-sec .services-row {
  align-items: stretch;
  margin: 0 -0.625rem !important;
}
body #content .lessons-sec .lessons-row > .wpb_column.lesson-card, body #content .lessons-sec .lessons-row > .wpb_column.service-card, body #content .lessons-sec .services-row > .wpb_column.lesson-card, body #content .lessons-sec .services-row > .wpb_column.service-card, body #content .services-sec .lessons-row > .wpb_column.lesson-card, body #content .services-sec .lessons-row > .wpb_column.service-card, body #content .services-sec .services-row > .wpb_column.lesson-card, body #content .services-sec .services-row > .wpb_column.service-card {
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
}
body #content .lessons-sec .lessons-row > .wpb_column.lesson-card > .vc_column-inner, body #content .lessons-sec .lessons-row > .wpb_column.service-card > .vc_column-inner, body #content .lessons-sec .services-row > .wpb_column.lesson-card > .vc_column-inner, body #content .lessons-sec .services-row > .wpb_column.service-card > .vc_column-inner, body #content .services-sec .lessons-row > .wpb_column.lesson-card > .vc_column-inner, body #content .services-sec .lessons-row > .wpb_column.service-card > .vc_column-inner, body #content .services-sec .services-row > .wpb_column.lesson-card > .vc_column-inner, body #content .services-sec .services-row > .wpb_column.service-card > .vc_column-inner {
  padding: 0 !important;
  height: 100%;
}
body #content .lessons-sec .lessons-row > .wpb_column.lesson-card > .vc_column-inner > .wpb_wrapper, body #content .lessons-sec .lessons-row > .wpb_column.service-card > .vc_column-inner > .wpb_wrapper, body #content .lessons-sec .services-row > .wpb_column.lesson-card > .vc_column-inner > .wpb_wrapper, body #content .lessons-sec .services-row > .wpb_column.service-card > .vc_column-inner > .wpb_wrapper, body #content .services-sec .lessons-row > .wpb_column.lesson-card > .vc_column-inner > .wpb_wrapper, body #content .services-sec .lessons-row > .wpb_column.service-card > .vc_column-inner > .wpb_wrapper, body #content .services-sec .services-row > .wpb_column.lesson-card > .vc_column-inner > .wpb_wrapper, body #content .services-sec .services-row > .wpb_column.service-card > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: none;
  border-radius: 1.75rem;
  padding: 1.75rem 1.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: 0 10px 30px rgba(13, 13, 18, 0.05);
  transition: transform 0.35s, box-shadow 0.35s;
}
body #content .lessons-sec .lessons-row > .wpb_column.lesson-card > .vc_column-inner > .wpb_wrapper:hover, body #content .lessons-sec .lessons-row > .wpb_column.service-card > .vc_column-inner > .wpb_wrapper:hover, body #content .lessons-sec .services-row > .wpb_column.lesson-card > .vc_column-inner > .wpb_wrapper:hover, body #content .lessons-sec .services-row > .wpb_column.service-card > .vc_column-inner > .wpb_wrapper:hover, body #content .services-sec .lessons-row > .wpb_column.lesson-card > .vc_column-inner > .wpb_wrapper:hover, body #content .services-sec .lessons-row > .wpb_column.service-card > .vc_column-inner > .wpb_wrapper:hover, body #content .services-sec .services-row > .wpb_column.lesson-card > .vc_column-inner > .wpb_wrapper:hover, body #content .services-sec .services-row > .wpb_column.service-card > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(13, 13, 18, 0.09);
}
body #content .lessons-sec .lessons-row .lesson-card-inner, body #content .lessons-sec .lessons-row .service-card-inner, body #content .lessons-sec .services-row .lesson-card-inner, body #content .lessons-sec .services-row .service-card-inner, body #content .services-sec .lessons-row .lesson-card-inner, body #content .services-sec .lessons-row .service-card-inner, body #content .services-sec .services-row .lesson-card-inner, body #content .services-sec .services-row .service-card-inner {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
  margin: 0;
}
body #content .lessons-sec .lessons-row .lesson-top, body #content .lessons-sec .lessons-row .service-top, body #content .lessons-sec .services-row .lesson-top, body #content .lessons-sec .services-row .service-top, body #content .services-sec .lessons-row .lesson-top, body #content .services-sec .lessons-row .service-top, body #content .services-sec .services-row .lesson-top, body #content .services-sec .services-row .service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
}
body #content .lessons-sec .lessons-row .lesson-icon, body #content .lessons-sec .lessons-row .service-icon, body #content .lessons-sec .services-row .lesson-icon, body #content .lessons-sec .services-row .service-icon, body #content .services-sec .lessons-row .lesson-icon, body #content .services-sec .lessons-row .service-icon, body #content .services-sec .services-row .lesson-icon, body #content .services-sec .services-row .service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 50%;
  background: #0d0d12;
  color: #e60b1d;
  font-size: 1rem;
  line-height: 1;
}
body #content .lessons-sec .lessons-row .lesson-icon i, body #content .lessons-sec .lessons-row .service-icon i, body #content .lessons-sec .services-row .lesson-icon i, body #content .lessons-sec .services-row .service-icon i, body #content .services-sec .lessons-row .lesson-icon i, body #content .services-sec .lessons-row .service-icon i, body #content .services-sec .services-row .lesson-icon i, body #content .services-sec .services-row .service-icon i {
  color: #e60b1d;
  line-height: 1;
}
body #content .lessons-sec .lessons-row .vc_icon_element, body #content .lessons-sec .services-row .vc_icon_element, body #content .services-sec .lessons-row .vc_icon_element, body #content .services-sec .services-row .vc_icon_element {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
body #content .lessons-sec .lessons-row .vc_icon_element .vc_icon_element-inner, body #content .lessons-sec .services-row .vc_icon_element .vc_icon_element-inner, body #content .services-sec .lessons-row .vc_icon_element .vc_icon_element-inner, body #content .services-sec .services-row .vc_icon_element .vc_icon_element-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem !important;
  height: 2.75rem !important;
  min-width: 2.75rem !important;
  min-height: 2.75rem !important;
  border-radius: 50%;
  background: #0d0d12 !important;
  margin: 0 !important;
}
body #content .lessons-sec .lessons-row .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon, body #content .lessons-sec .services-row .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon, body #content .services-sec .lessons-row .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon, body #content .services-sec .services-row .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon {
  font-size: 1rem !important;
  color: #e60b1d !important;
  line-height: 1;
}
body #content .lessons-sec .lessons-row .lesson-tag, body #content .lessons-sec .lessons-row .service-tag, body #content .lessons-sec .lessons-row p.lesson-tag, body #content .lessons-sec .services-row .lesson-tag, body #content .lessons-sec .services-row .service-tag, body #content .lessons-sec .services-row p.lesson-tag, body #content .services-sec .lessons-row .lesson-tag, body #content .services-sec .lessons-row .service-tag, body #content .services-sec .lessons-row p.lesson-tag, body #content .services-sec .services-row .lesson-tag, body #content .services-sec .services-row .service-tag, body #content .services-sec .services-row p.lesson-tag {
  display: inline-block;
  margin: 0;
  background: transparent;
  color: #a3a3a3;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  line-height: 1.3;
}
body #content .lessons-sec .lessons-row h2, body #content .lessons-sec .lessons-row h3, body #content .lessons-sec .lessons-row h4, body #content .lessons-sec .lessons-row .lesson-title, body #content .lessons-sec .lessons-row .service-title, body #content .lessons-sec .services-row h2, body #content .lessons-sec .services-row h3, body #content .lessons-sec .services-row h4, body #content .lessons-sec .services-row .lesson-title, body #content .lessons-sec .services-row .service-title, body #content .services-sec .lessons-row h2, body #content .services-sec .lessons-row h3, body #content .services-sec .lessons-row h4, body #content .services-sec .lessons-row .lesson-title, body #content .services-sec .lessons-row .service-title, body #content .services-sec .services-row h2, body #content .services-sec .services-row h3, body #content .services-sec .services-row h4, body #content .services-sec .services-row .lesson-title, body #content .services-sec .services-row .service-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d0d12 !important;
  line-height: 1.25;
  margin: 0.15rem 0 0 !important;
}
body #content .lessons-sec .lessons-row .txt, body #content .lessons-sec .lessons-row .lesson-txt, body #content .lessons-sec .lessons-row .service-txt, body #content .lessons-sec .services-row .txt, body #content .lessons-sec .services-row .lesson-txt, body #content .lessons-sec .services-row .service-txt, body #content .services-sec .lessons-row .txt, body #content .services-sec .lessons-row .lesson-txt, body #content .services-sec .lessons-row .service-txt, body #content .services-sec .services-row .txt, body #content .services-sec .services-row .lesson-txt, body #content .services-sec .services-row .service-txt {
  margin: 0;
}
body #content .lessons-sec .lessons-row .txt p, body #content .lessons-sec .lessons-row .lesson-txt p, body #content .lessons-sec .lessons-row .service-txt p, body #content .lessons-sec .services-row .txt p, body #content .lessons-sec .services-row .lesson-txt p, body #content .lessons-sec .services-row .service-txt p, body #content .services-sec .lessons-row .txt p, body #content .services-sec .lessons-row .lesson-txt p, body #content .services-sec .lessons-row .service-txt p, body #content .services-sec .services-row .txt p, body #content .services-sec .services-row .lesson-txt p, body #content .services-sec .services-row .service-txt p {
  color: #6b6b6b;
  line-height: 1.6;
  margin: 0;
}
body #content .lessons-sec .lessons-row .lesson-link, body #content .lessons-sec .lessons-row .service-link, body #content .lessons-sec .services-row .lesson-link, body #content .lessons-sec .services-row .service-link, body #content .services-sec .lessons-row .lesson-link, body #content .services-sec .lessons-row .service-link, body #content .services-sec .services-row .lesson-link, body #content .services-sec .services-row .service-link {
  margin-top: auto;
  padding-top: 0.5rem;
}
body #content .lessons-sec .lessons-row .lesson-link p, body #content .lessons-sec .lessons-row .service-link p, body #content .lessons-sec .services-row .lesson-link p, body #content .lessons-sec .services-row .service-link p, body #content .services-sec .lessons-row .lesson-link p, body #content .services-sec .lessons-row .service-link p, body #content .services-sec .services-row .lesson-link p, body #content .services-sec .services-row .service-link p {
  margin: 0;
}
body #content .lessons-sec .lessons-row .lesson-link a, body #content .lessons-sec .lessons-row .service-link a, body #content .lessons-sec .services-row .lesson-link a, body #content .lessons-sec .services-row .service-link a, body #content .services-sec .lessons-row .lesson-link a, body #content .services-sec .lessons-row .service-link a, body #content .services-sec .services-row .lesson-link a, body #content .services-sec .services-row .service-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #e60b1d;
  text-decoration: none;
  transition: gap 0.3s, color 0.3s;
}
body #content .lessons-sec .lessons-row .lesson-link a::after, body #content .lessons-sec .lessons-row .service-link a::after, body #content .lessons-sec .services-row .lesson-link a::after, body #content .lessons-sec .services-row .service-link a::after, body #content .services-sec .lessons-row .lesson-link a::after, body #content .services-sec .lessons-row .service-link a::after, body #content .services-sec .services-row .lesson-link a::after, body #content .services-sec .services-row .service-link a::after {
  content: "→";
  font-size: 1em;
  line-height: 1;
}
body #content .lessons-sec .lessons-row .lesson-link a:hover, body #content .lessons-sec .lessons-row .service-link a:hover, body #content .lessons-sec .services-row .lesson-link a:hover, body #content .lessons-sec .services-row .service-link a:hover, body #content .services-sec .lessons-row .lesson-link a:hover, body #content .services-sec .lessons-row .service-link a:hover, body #content .services-sec .services-row .lesson-link a:hover, body #content .services-sec .services-row .service-link a:hover {
  color: #c90a19;
  gap: 0.55rem;
}
body #content .lessons-sec .lessons-row .service-benefits, body #content .lessons-sec .lessons-row .service-suitable, body #content .lessons-sec .lessons-row .service-btn, body #content .lessons-sec .services-row .service-benefits, body #content .lessons-sec .services-row .service-suitable, body #content .lessons-sec .services-row .service-btn, body #content .services-sec .lessons-row .service-benefits, body #content .services-sec .lessons-row .service-suitable, body #content .services-sec .lessons-row .service-btn, body #content .services-sec .services-row .service-benefits, body #content .services-sec .services-row .service-suitable, body #content .services-sec .services-row .service-btn {
  display: none;
}
body #content .lessons-sec .lesson-block {
  align-items: center;
  background: #fff;
  border-radius: 2rem;
  padding: 2.5rem 2.75rem;
  margin: 0 0 1.5rem;
  box-shadow: 0 12px 36px rgba(13, 13, 18, 0.05);
}
body #content .lessons-sec .lesson-block:last-child {
  margin-bottom: 0;
}
body #content .lessons-sec .lesson-block > .wpb_column {
  margin-bottom: 0;
}
body #content .lessons-sec .lesson-block.lesson-block-alt {
  flex-direction: row-reverse;
}
body #content .lessons-sec .lesson-main .lesson-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.15rem;
}
body #content .lessons-sec .lesson-main .lesson-badge i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: #e60b1d;
  color: #fff;
  flex-shrink: 0;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
}
body #content .lessons-sec .lesson-main .lesson-badge span, body #content .lessons-sec .lesson-main .lesson-badge p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9a9a;
  line-height: 1.3;
}
body #content .lessons-sec .lesson-main .main-head, body #content .lessons-sec .lesson-main .lesson-title {
  color: #0d0d12 !important;
  margin: 0 0 0.85rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
}
body #content .lessons-sec .lesson-main .main-head b, body #content .lessons-sec .lesson-main .lesson-title b {
  color: #0d0d12 !important;
  -webkit-text-fill-color: #0d0d12;
}
body #content .lessons-sec .lesson-main .lesson-desc, body #content .lessons-sec .lesson-main .txt.lesson-desc {
  margin: 0 0 1rem;
}
body #content .lessons-sec .lesson-main .lesson-desc p, body #content .lessons-sec .lesson-main .txt.lesson-desc p {
  margin: 0;
  color: #6b6b6b;
  line-height: 1.65;
}
body #content .lessons-sec .lesson-main .lesson-suitable {
  margin: 0 0 1.25rem;
}
body #content .lessons-sec .lesson-main .lesson-suitable p {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.55;
  font-size: 0.975rem;
}
body #content .lessons-sec .lesson-main .lesson-suitable p strong {
  color: #0d0d12;
  font-weight: 700;
}
body #content .lessons-sec .lesson-main .lesson-checks {
  margin: 0 0 1.75rem;
}
body #content .lessons-sec .lesson-main .lesson-checks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.5rem;
}
body #content .lessons-sec .lesson-main .lesson-checks li {
  position: relative;
  padding-left: 1.45rem;
  margin: 0;
  color: #4a4a4a;
  font-size: 0.9375rem;
  line-height: 1.45;
}
body #content .lessons-sec .lesson-main .lesson-checks li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #e60b1d;
  font-size: 0.8rem;
  line-height: 1;
}
body #content .lessons-sec .lesson-main .lesson-btns, body #content .lessons-sec .lesson-main .btn-flex.lesson-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}
body #content .lessons-sec .lesson-main .lesson-btns p, body #content .lessons-sec .lesson-main .btn-flex.lesson-btns p {
  display: none;
}
body #content .lessons-sec .lesson-main .lesson-btns .lesson-btn-primary, body #content .lessons-sec .lesson-main .lesson-btns .lesson-btn-outline, body #content .lessons-sec .lesson-main .btn-flex.lesson-btns .lesson-btn-primary, body #content .lessons-sec .lesson-main .btn-flex.lesson-btns .lesson-btn-outline {
  margin: 0;
}
body #content .lessons-sec .lesson-main .wpb_text_column.lesson-btns .wpb_wrapper,
body #content .lessons-sec .lesson-main .wpb_text_column.btn-flex.lesson-btns .wpb_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}
body #content .lessons-sec .lesson-main .lesson-btn-primary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.8rem 1.35rem;
  border-radius: 9999px;
  background: #e60b1d;
  color: #fff !important;
  font-size: var(--btn-size);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(230, 11, 29, 0.28);
  transition: all 0.35s;
}
body #content .lessons-sec .lesson-main .lesson-btn-primary a::after {
  content: "↗";
  font-size: 0.95em;
  line-height: 1;
}
body #content .lessons-sec .lesson-main .lesson-btn-primary a:hover {
  background: #c90a19;
  color: #fff !important;
  transform: translateY(-1px);
}
body #content .lessons-sec .lesson-main .lesson-btn-outline a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.35rem;
  border-radius: 9999px;
  background: #fff;
  color: #0d0d12 !important;
  border: 1px solid #d8d3cb;
  font-size: var(--btn-size);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.35s;
}
body #content .lessons-sec .lesson-main .lesson-btn-outline a:hover {
  background: #0d0d12;
  color: #fff !important;
  border-color: #0d0d12;
}
body #content .lessons-sec .lesson-info .lesson-info-box, body #content .lessons-sec .lesson-info > .vc_column-inner > .wpb_wrapper {
  background: #f3ebe1;
  border-radius: 1.5rem;
  padding: 2rem 1.75rem;
}
body #content .lessons-sec .lesson-info .lesson-info-label, body #content .lessons-sec .lesson-info .sub-head {
  color: #e60b1d !important;
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}
body #content .lessons-sec .lesson-info .txt, body #content .lessons-sec .lesson-info .lesson-info-txt {
  margin: 0;
}
body #content .lessons-sec .lesson-info .txt p, body #content .lessons-sec .lesson-info .lesson-info-txt p {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.65;
}
body #content .services-page-sec .services-row .service-benefits, body #content .services-page-sec .services-row .service-suitable, body #content .services-page-sec .services-row .service-btn {
  display: flex;
}
body #content .services-page-sec .services-row .service-btn {
  display: block;
}
body #content .services-cta-sec .services-cta-row {
  background: linear-gradient(135deg, #B7F44D 0%, #43B443 55%, #2A5735 100%);
  border-radius: 2rem;
  padding: 2.75rem 3rem;
  align-items: center;
}
body #content .services-cta-sec .services-cta-row > .wpb_column {
  margin-bottom: 0;
}
body #content .services-cta-sec .services-cta-row > .wpb_column:first-child > .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
body #content .services-cta-sec .services-cta-row > .wpb_column:last-child > .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
body #content .services-cta-sec .services-cta-row .main-head {
  color: #0d0d12 !important;
  margin-bottom: 0.75rem;
  line-height: 1.15;
}
body #content .services-cta-sec .services-cta-row .txt {
  margin: 0;
}
body #content .services-cta-sec .services-cta-row .txt p {
  color: rgba(11, 20, 13, 0.72);
  line-height: 1.65;
  margin: 0;
  max-width: 38rem;
}
body #content .services-cta-sec .services-cta-row .services-cta-btn, body #content .services-cta-sec .services-cta-row .btn-flex.services-cta-btn {
  margin: 0;
  justify-content: flex-end;
}
body #content .services-cta-sec .services-cta-row .services-cta-btn .cta-btn, body #content .services-cta-sec .services-cta-row .services-cta-btn .btn-arrow, body #content .services-cta-sec .services-cta-row .btn-flex.services-cta-btn .cta-btn, body #content .services-cta-sec .services-cta-row .btn-flex.services-cta-btn .btn-arrow {
  margin: 0;
}
body #content .services-cta-sec .services-cta-row .services-cta-btn .cta-btn a, body #content .services-cta-sec .services-cta-row .services-cta-btn .btn-arrow a, body #content .services-cta-sec .services-cta-row .btn-flex.services-cta-btn .cta-btn a, body #content .services-cta-sec .services-cta-row .btn-flex.services-cta-btn .btn-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d0d12;
  color: #fff;
  padding: 0.9rem 1.75rem;
  border-radius: 9999px;
  line-height: 1.2;
  white-space: nowrap;
  transition: all 0.4s;
}
body #content .services-cta-sec .services-cta-row .services-cta-btn .cta-btn a::after, body #content .services-cta-sec .services-cta-row .services-cta-btn .btn-arrow a::after, body #content .services-cta-sec .services-cta-row .btn-flex.services-cta-btn .cta-btn a::after, body #content .services-cta-sec .services-cta-row .btn-flex.services-cta-btn .btn-arrow a::after {
  display: none;
}
body #content .services-cta-sec .services-cta-row .services-cta-btn .cta-btn a:hover, body #content .services-cta-sec .services-cta-row .services-cta-btn .btn-arrow a:hover, body #content .services-cta-sec .services-cta-row .btn-flex.services-cta-btn .cta-btn a:hover, body #content .services-cta-sec .services-cta-row .btn-flex.services-cta-btn .btn-arrow a:hover {
  background: #1a261c;
  color: #fff;
}
body #content .contact-sec .contact-row {
  align-items: stretch;
  gap: 0;
}
body #content .contact-sec .contact-row > .wpb_column {
  margin-bottom: 0;
}
body #content .contact-sec .contact-row > .wpb_column:first-child > .vc_column-inner {
  padding-right: 1rem;
}
body #content .contact-sec .contact-row > .wpb_column:last-child > .vc_column-inner {
  padding-left: 1rem;
}
body #content .contact-sec .contact-row .wpb_raw_html {
  margin-bottom: 1.5rem !important;
}
body #content .contact-sec .contact-sidebar > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  height: 100%;
}
body #content .contact-sec .contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 0;
  padding: 1.25rem 1.3rem;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 8px 28px rgba(13, 13, 18, 0.05);
}
body #content .contact-sec .contact-info-card .contact-info-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: #e60b1d;
  color: #fff;
}
body #content .contact-sec .contact-info-card .contact-info-icon i {
  font-size: 1.05rem;
  line-height: 1;
  color: #fff;
}
body #content .contact-sec .contact-info-card .contact-info-copy {
  min-width: 0;
  flex: 1 1 auto;
  padding-top: 0.1rem;
}
body #content .contact-sec .contact-info-card .contact-info-copy .contact-info-label {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9a9a;
  line-height: 1.2;
}
body #content .contact-sec .contact-info-card .contact-info-copy .contact-info-title, body #content .contact-sec .contact-info-card .contact-info-copy a.contact-info-title, body #content .contact-sec .contact-info-card .contact-info-copy strong.contact-info-title {
  display: block;
  margin: 0 0 0.25rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0d0d12;
  line-height: 1.3;
  text-decoration: none;
  word-break: break-word;
}
body #content .contact-sec .contact-info-card .contact-info-copy .contact-info-title:hover, body #content .contact-sec .contact-info-card .contact-info-copy a.contact-info-title:hover, body #content .contact-sec .contact-info-card .contact-info-copy strong.contact-info-title:hover {
  color: #e60b1d;
}
body #content .contact-sec .contact-info-card .contact-info-copy .contact-info-meta, body #content .contact-sec .contact-info-card .contact-info-copy p.contact-info-meta {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #8a8a8a;
  line-height: 1.45;
}
body #content .contact-sec .contact-hours-card {
  margin: 0;
  padding: 1.35rem 1.4rem;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 8px 28px rgba(13, 13, 18, 0.05);
}
body #content .contact-sec .contact-hours-card .contact-hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
}
body #content .contact-sec .contact-hours-card .contact-hours-grid::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  bottom: 0.15rem;
  left: 50%;
  width: 1px;
  background: #ebe6df;
}
body #content .contact-sec .contact-hours-card .contact-hours-item {
  padding: 0 1.1rem;
}
body #content .contact-sec .contact-hours-card .contact-hours-item:first-child {
  padding-left: 0;
  padding-right: 1.25rem;
}
body #content .contact-sec .contact-hours-card .contact-hours-item:last-child {
  padding-right: 0;
  padding-left: 1.25rem;
}
body #content .contact-sec .contact-hours-card .contact-hours-item .contact-hours-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e60b1d;
  line-height: 1.2;
}
body #content .contact-sec .contact-hours-card .contact-hours-item .contact-hours-label i {
  font-size: 0.85rem;
  line-height: 1;
  color: #e60b1d;
}
body #content .contact-sec .contact-hours-card .contact-hours-item p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 1.45;
}
body #content .contact-sec .contact-form-card > .vc_column-inner {
  height: 100%;
}
body #content .contact-sec .contact-form-card > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: none;
  border-radius: 1.75rem;
  padding: 2.5rem 2.35rem;
  height: 100%;
  box-shadow: 0 10px 36px rgba(13, 13, 18, 0.06);
}
body #content .contact-sec .contact-form-card .contact-form-title, body #content .contact-sec .contact-form-card h2.contact-form-title, body #content .contact-sec .contact-form-card h3.contact-form-title {
  font-family: var(--global-font-family);
  font-size: clamp(1.85rem, 2.4vw, 2.35rem);
  font-weight: 700;
  color: #0d0d12 !important;
  margin: 0 0 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
body #content .contact-sec .contact-form-card .contact-form-title b, body #content .contact-sec .contact-form-card .contact-form-title em, body #content .contact-sec .contact-form-card h2.contact-form-title b, body #content .contact-sec .contact-form-card h2.contact-form-title em, body #content .contact-sec .contact-form-card h3.contact-form-title b, body #content .contact-sec .contact-form-card h3.contact-form-title em {
  font-family: var(--global-font-family-2);
  font-weight: 400;
  font-style: italic;
  color: #0d0d12;
}
body #content .contact-sec .contact-form-card .wpcf7 {
  margin: 0;
}
body #content .contact-sec .contact-form-card .wpcf7 .wpcf7-form {
  margin: 0;
  display: block;
}
body #content .contact-sec .contact-form-card .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 0.35rem;
}
body #content .contact-sec .contact-form-card .wpcf7 .wpcf7-response-output {
  margin: 1rem 0 0;
  border-radius: 0.85rem;
  font-size: 0.9rem;
}
body #content .contact-sec .contact-form-card .wpcf7 .wpcf7-spinner {
  margin-left: 0.75rem;
}
body #content .contact-sec .contact-form-card .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.55rem;
}
body #content .contact-sec .contact-form-card .form-group {
  margin: 0 0 1.15rem;
  width: 100%;
}
body #content .contact-sec .contact-form-card .form-group.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.55rem;
  box-sizing: border-box;
}
body #content .contact-sec .contact-form-card .form-group.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.55rem;
  box-sizing: border-box;
}
body #content .contact-sec .contact-form-card .form-group label {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9a9a;
  line-height: 1.2;
}
body #content .contact-sec .contact-form-card .form-group label .req {
  color: #e60b1d;
  margin-left: 0.15rem;
}
body #content .contact-sec .contact-form-card .form-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
}
body #content .contact-sec .contact-form-card .form-group.has-icon .wpcf7-form-control-wrap::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.9rem;
  color: #9a9a9a;
  line-height: 1;
}
body #content .contact-sec .contact-form-card .form-group.has-icon-date .wpcf7-form-control-wrap::after {
  content: "\f073";
}
body #content .contact-sec .contact-form-card .form-group.has-icon-time .wpcf7-form-control-wrap::after {
  content: "\f017";
}
body #content .contact-sec .contact-form-card .form-group.has-icon input {
  padding-right: 2.75rem;
}
body #content .contact-sec .contact-form-card input[type=text], body #content .contact-sec .contact-form-card input[type=email], body #content .contact-sec .contact-form-card input[type=tel], body #content .contact-sec .contact-form-card input[type=date], body #content .contact-sec .contact-form-card input[type=time], body #content .contact-sec .contact-form-card input[type=number], body #content .contact-sec .contact-form-card select, body #content .contact-sec .contact-form-card textarea {
  width: 100%;
  background: #f3efe7 !important;
  border: 1px solid transparent !important;
  border-radius: 0.85rem;
  padding: 1rem 1.15rem;
  font-size: 0.975rem;
  color: #0d0d12;
  font-weight: 400;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
body #content .contact-sec .contact-form-card input[type=text]::-moz-placeholder, body #content .contact-sec .contact-form-card input[type=email]::-moz-placeholder, body #content .contact-sec .contact-form-card input[type=tel]::-moz-placeholder, body #content .contact-sec .contact-form-card input[type=date]::-moz-placeholder, body #content .contact-sec .contact-form-card input[type=time]::-moz-placeholder, body #content .contact-sec .contact-form-card input[type=number]::-moz-placeholder, body #content .contact-sec .contact-form-card select::-moz-placeholder, body #content .contact-sec .contact-form-card textarea::-moz-placeholder {
  color: #a3a3a3;
}
body #content .contact-sec .contact-form-card input[type=text]::placeholder, body #content .contact-sec .contact-form-card input[type=email]::placeholder, body #content .contact-sec .contact-form-card input[type=tel]::placeholder, body #content .contact-sec .contact-form-card input[type=date]::placeholder, body #content .contact-sec .contact-form-card input[type=time]::placeholder, body #content .contact-sec .contact-form-card input[type=number]::placeholder, body #content .contact-sec .contact-form-card select::placeholder, body #content .contact-sec .contact-form-card textarea::placeholder {
  color: #a3a3a3;
}
body #content .contact-sec .contact-form-card input[type=text]:focus, body #content .contact-sec .contact-form-card input[type=email]:focus, body #content .contact-sec .contact-form-card input[type=tel]:focus, body #content .contact-sec .contact-form-card input[type=date]:focus, body #content .contact-sec .contact-form-card input[type=time]:focus, body #content .contact-sec .contact-form-card input[type=number]:focus, body #content .contact-sec .contact-form-card select:focus, body #content .contact-sec .contact-form-card textarea:focus {
  border-color: #e60b1d !important;
  box-shadow: 0 0 0 3px rgba(230, 11, 29, 0.08);
}
body #content .contact-sec .contact-form-card select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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='%23666666' stroke-width='2'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.1rem center !important;
  background-size: 0.85rem !important;
  padding-right: 2.75rem;
}
body #content .contact-sec .contact-form-card textarea {
  min-height: 8.5rem;
  height: 8.5rem;
  resize: vertical;
  line-height: 1.55;
}
body #content .contact-sec .contact-form-card .submit-btn {
  text-align: left;
  margin: 0.5rem 0 0;
  padding: 0 0.55rem;
}
body #content .contact-sec .contact-form-card .submit-btn input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  border-radius: 9999px;
  background: #e60b1d url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'><path d='M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 400.7l-85.7 85.7c-8.2 8.2-20.6 9.9-30.5 4.3s-14.9-16.6-12.8-27.2l32-144L43.3 272c-10.3-5.3-16.7-16.3-16.1-27.7s7.9-21.5 18.7-25.4l448-160c10.7-3.8 22.5-1.1 30.2 6.7z'/></svg>") no-repeat 1.25rem center/0.95rem;
  color: #fff !important;
  font-size: var(--btn-size);
  font-weight: 600 !important;
  border: none;
  box-shadow: 0 12px 28px rgba(230, 11, 29, 0.32);
  width: auto;
  cursor: pointer;
  transition: all 0.35s;
}
body #content .contact-sec .contact-form-card .submit-btn input[type=submit]::after {
  display: none;
}
body #content .contact-sec .contact-form-card .submit-btn input[type=submit]:hover {
  background-color: #c90a19 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(230, 11, 29, 0.4);
}
body #content .contact-sec .contact-map {
  margin-top: 1.75rem;
}
body #content .contact-sec .contact-map iframe, body #content .contact-sec .contact-map .wpb_gmaps_widget .wpb_wrapper, body #content .contact-sec .contact-map .wpb_map_wraper, body #content .contact-sec .contact-map .wpb_map_wraper iframe {
  display: block;
  width: 100%;
  min-height: 24rem;
  border: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
body #content .contact-sec .contact-map .wpb_gmaps_widget {
  margin: 0;
}
body #content .contact-sec .contact-map-card {
  margin: 0;
}
body #content .contact-sec .contact-map-card iframe {
  display: block;
  width: 100%;
  min-height: 24rem;
  border: 0;
  border-radius: 1.5rem;
}
body #content .inside-page-header {
  background: radial-gradient(1200px 600px at 85% -10%, rgba(255, 107, 99, 0.18), transparent 60%), radial-gradient(800px 500px at -10% 110%, rgba(31, 32, 39, 0.08), transparent 60%), #F7F4ED;
}
body #content .inside-page-header .inside-page-header-inner .main-head {
  font-size: 4.5rem;
}
body #content .about-sec {
  padding: 5.5rem 0 2.5rem;
  background: radial-gradient(900px 480px at 100% 0%, rgba(230, 11, 29, 0.12), transparent 62%), #fdf8f4;
  position: relative;
  overflow: hidden;
}
body #content .about-sec .about-row {
  align-items: flex-end;
  justify-content: space-between;
}
body #content .about-sec .about-row > .wpb_column {
  margin-bottom: 0;
}
body #content .about-sec .about-intro .sub-head {
  color: #e60b1d !important;
  margin: 0 0 1.1rem;
}
body #content .about-sec .about-intro .main-head {
  color: #0d0d12 !important;
  margin: 0;
  max-width: 12ch;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
body #content .about-sec .about-intro .main-head b {
  color: #0d0d12 !important;
  -webkit-text-fill-color: #0d0d12;
}
body #content .about-sec .about-copy .txt {
  margin: 0 0 0.35rem;
}
body #content .about-sec .about-copy .txt p {
  margin: 0;
  max-width: 28rem;
  color: #5c5c5c;
  line-height: 1.7;
}
body #content .about-sec .about-img {
  margin-top: 2.5rem;
}
body #content .about-sec .about-img .vc_figure, body #content .about-sec .about-img .vc_single_image-wrapper {
  display: block;
  width: 100%;
}
body #content .about-sec .about-img .vc_single_image-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(13, 13, 18, 0.08);
}
body #content .about-sec .about-img .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .mission-sec {
  padding: 3rem 0 3rem;
  background: #ede5d9;
}
body #content .mission-sec .mission-row {
  align-items: stretch;
}
body #content .mission-sec .mission-row > .wpb_column.mission-card {
  margin-bottom: 0;
}
body #content .mission-sec .mission-row > .wpb_column.mission-card > .vc_column-inner {
  height: 100%;
}
body #content .mission-sec .mission-row > .wpb_column.mission-card > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  background: #fff;
  border-radius: 1.75rem;
  padding: 2.35rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: 0 12px 32px rgba(13, 13, 18, 0.06);
  transition: transform 0.35s, box-shadow 0.35s;
}
body #content .mission-sec .mission-row > .wpb_column.mission-card > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(13, 13, 18, 0.09);
}
body #content .mission-sec .vc_icon_element {
  margin: 0 0 0.35rem;
  width: -moz-fit-content;
  width: fit-content;
}
body #content .mission-sec .vc_icon_element .vc_icon_element-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 50%;
  background: #e60b1d !important;
  margin: 0 !important;
}
body #content .mission-sec .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon {
  font-size: 1.05rem !important;
  color: #fff !important;
  line-height: 1;
}
body #content .mission-sec .mission-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #e60b1d;
  color: #fff;
  margin: 0 0 0.35rem;
}
body #content .mission-sec .mission-icon i {
  font-size: 1.05rem;
  line-height: 1;
  color: #fff;
}
body #content .mission-sec h2, body #content .mission-sec h3, body #content .mission-sec h4, body #content .mission-sec .mission-title {
  font-family: var(--global-font-family-2);
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #0d0d12 !important;
  line-height: 1.2;
  margin: 0 !important;
  letter-spacing: -0.01em;
}
body #content .mission-sec .txt, body #content .mission-sec .mission-txt {
  margin: 0;
}
body #content .mission-sec .txt p, body #content .mission-sec .mission-txt p {
  color: #5c5c5c;
  line-height: 1.65;
  margin: 0;
}
body #content .story-sec {
  padding: 2.5rem 0 5.5rem;
  background: #fdf8f4;
}
body #content .story-sec .story-row {
  align-items: center;
  gap: 0;
}
body #content .story-sec .story-row > .wpb_column {
  margin-bottom: 0;
}
body #content .story-sec .story-img .vc_figure, body #content .story-sec .story-img .vc_single_image-wrapper {
  display: block;
  width: 100%;
}
body #content .story-sec .story-img .vc_single_image-wrapper {
  border-radius: 2.75rem;
  overflow: hidden;
}
body #content .story-sec .story-img .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .story-sec .story-copy .main-head {
  color: #0d0d12 !important;
  margin: 0 0 1.75rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
body #content .story-sec .story-copy .main-head b {
  color: #0d0d12 !important;
  -webkit-text-fill-color: #0d0d12;
}
body #content .story-sec .story-copy .txt {
  margin: 0;
  max-width: 34rem;
}
body #content .story-sec .story-copy .txt p {
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
body #content .story-sec .story-copy .txt p:last-child {
  margin-bottom: 0;
}
body #content .values-sec {
  padding: 1rem 0 5.5rem;
  background: #fdf8f4;
}
body #content .values-sec .values-head {
  align-items: flex-end;
  margin-bottom: 2.75rem;
}
body #content .values-sec .values-head > .wpb_column {
  margin-bottom: 0;
}
body #content .values-sec .values-intro .sub-head {
  color: #e60b1d !important;
  margin: 0 0 1rem;
}
body #content .values-sec .values-intro .main-head {
  color: #0d0d12 !important;
  margin: 0;
  max-width: 14ch;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
body #content .values-sec .values-intro .main-head b {
  color: #0d0d12 !important;
  -webkit-text-fill-color: #0d0d12;
}
body #content .values-sec .values-icon-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0.35rem;
}
body #content .values-sec .values-icon-wrap .values-icon, body #content .values-sec .values-icon-wrap .vc_icon_element {
  margin: 0;
}
body #content .values-sec .values-icon-wrap .values-icon i, body #content .values-sec .values-icon-wrap .values-icon .vc_icon_element-icon, body #content .values-sec .values-icon-wrap .vc_icon_element i, body #content .values-sec .values-icon-wrap .vc_icon_element .vc_icon_element-icon {
  font-size: 2.75rem !important;
  color: #e60b1d !important;
  line-height: 1;
}
body #content .values-sec .values-icon-wrap .vc_icon_element-inner {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
}
body #content .values-sec .values-row {
  align-items: stretch;
  margin-bottom: 1.25rem;
}
body #content .values-sec .values-row:last-child {
  margin-bottom: 0;
}
body #content .values-sec .values-row > .wpb_column.value-card {
  margin-bottom: 0;
}
body #content .values-sec .values-row > .wpb_column.value-card > .vc_column-inner {
  height: 100%;
}
body #content .values-sec .values-row > .wpb_column.value-card > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.85rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  box-shadow: 0 10px 28px rgba(13, 13, 18, 0.05);
  transition: transform 0.35s, box-shadow 0.35s;
}
body #content .values-sec .values-row > .wpb_column.value-card > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(13, 13, 18, 0.08);
}
body #content .values-sec .values-row h2, body #content .values-sec .values-row h3, body #content .values-sec .values-row h4, body #content .values-sec .values-row .value-title {
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  color: #0d0d12 !important;
  line-height: 1.25;
  margin: 0 !important;
  letter-spacing: -0.01em;
}
body #content .values-sec .values-row .txt, body #content .values-sec .values-row .value-txt {
  margin: 0;
}
body #content .values-sec .values-row .txt p, body #content .values-sec .values-row .value-txt p {
  color: #5c5c5c;
  line-height: 1.6;
  margin: 0;
  font-size: 0.9375rem;
}
body #content .why-choose-sec .why-choose-row {
  margin: 0 !important;
  border-radius: 2.5rem;
  overflow: hidden;
  background: #0d0d12;
}
body #content .why-choose-sec .why-choose-row::before, body #content .why-choose-sec .why-choose-row::after {
  display: none;
}
body #content .why-choose-sec .why-choose-row > .wpb_column {
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
  max-width: 50% !important;
  flex: 0 0 50% !important;
}
body #content .why-choose-sec .why-choose-row > .wpb_column > .vc_column-inner {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 26rem;
  border: none;
  background: transparent;
}
body #content .why-choose-sec .why-choose-row > .wpb_column:first-child > .vc_column-inner {
  background: #0d0d12;
  padding: 3.5rem 3rem;
  display: flex;
  align-items: center;
}
body #content .why-choose-sec .why-choose-row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
  width: 100%;
}
body #content .why-choose-sec .why-choose-row > .wpb_column:last-child > .vc_column-inner {
  padding: 0;
  display: flex;
  min-height: 26rem;
}
body #content .why-choose-sec .why-choose-row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
  width: 100%;
  height: 100%;
  min-height: 26rem;
}
body #content .why-choose-sec .why-choose-row .btn-flex {
  margin: 0;
}
body #content .why-choose-sec .why-choose-row .btn-arrow {
  margin: 0;
}
body #content .why-choose-sec .why-choose-row .btn-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #7adf5f;
  color: #0d0d12;
  padding: 0.9rem 3.1rem 0.9rem 1.85rem;
  border-radius: 9999px;
  line-height: 1.2;
  white-space: nowrap;
  transition: all 0.4s;
}
body #content .why-choose-sec .why-choose-row .btn-arrow a::after {
  background: none;
  content: "→";
  position: absolute;
  top: 50%;
  right: 1.35rem;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  font-size: 1rem;
  line-height: 1;
  color: #0d0d12;
}
body #content .why-choose-sec .why-choose-row .btn-arrow a:hover {
  background: #B7F44D;
  color: #0d0d12;
}
body #content .why-choose-sec .why-choose-row .why-choose-img .wpb_wrapper, body #content .why-choose-sec .why-choose-row .why-choose-img .vc_figure, body #content .why-choose-sec .why-choose-row .why-choose-img .vc_single_image-wrapper {
  display: block !important;
  width: 100% !important;
}
body #content .why-choose-sec .why-choose-row .why-choose-img .vc_single_image-wrapper {
  display: block !important;
  width: 100% !important;
}
body #content .why-choose-sec .why-choose-row .why-choose-img .vc_single_image-wrapper img {
  height: 30rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .journey-sec {
  padding: 5rem 0;
  background-color: #0d0d12;
  background-image: radial-gradient(circle at 12% 0%, rgba(230, 11, 29, 0.22), transparent 42%);
}
body #content .journey-sec[data-vc-full-width] {
  overflow: hidden;
}
body #content .journey-sec .journey-head {
  margin-bottom: 2.75rem;
}
body #content .journey-sec .journey-head .sub-head {
  color: #e60b1d !important;
  margin: 0 0 0.9rem;
}
body #content .journey-sec .journey-head .main-head {
  color: #fff !important;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 14ch;
}
body #content .journey-sec .journey-head .main-head b {
  color: #e60b1d !important;
}
body #content .journey-sec .journey-img {
  display: none;
}
body #content .journey-sec .journey-steps-row {
  align-items: stretch;
  margin: 0 -0.45rem !important;
}
body #content .journey-sec .journey-steps-row > .wpb_column {
  margin-bottom: 0.9rem;
  padding: 0 0.45rem;
}
body #content .journey-sec .journey-steps-row > .wpb_column > .vc_column-inner {
  padding: 0 !important;
  height: 100%;
}
body #content .journey-sec .journey-steps-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #16161a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.15rem;
  padding: 1.35rem 1.15rem 1.45rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
}
body #content .journey-sec .journey-steps-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  border-color: rgba(230, 11, 29, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}
body #content .journey-sec .journey-step, body #content .journey-sec .journey-step-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  height: 100%;
  margin: 0;
  padding: 0;
}
body #content .journey-sec .journey-step .step-num, body #content .journey-sec .journey-step-card .step-num {
  display: block;
  flex: none;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--global-font-family-2);
  font-size: 1.75rem;
  font-weight: 400;
  font-style: italic;
  color: #e60b1d;
  line-height: 1;
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}
body #content .journey-sec .journey-step .step-copy, body #content .journey-sec .journey-step-card .step-copy {
  padding: 0;
}
body #content .journey-sec .journey-step .step-copy h4, body #content .journey-sec .journey-step .step-copy .step-title, body #content .journey-sec .journey-step-card .step-copy h4, body #content .journey-sec .journey-step-card .step-copy .step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
body #content .journey-sec .journey-step .step-copy p, body #content .journey-sec .journey-step-card .step-copy p {
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
  margin: 0;
  max-width: none;
}
body #content .journey-sec .journey-steps {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.9rem;
  position: relative;
  padding: 0;
}
body #content .journey-sec .journey-steps::before {
  display: none;
}
body #content .journey-sec .journey-steps .journey-step {
  flex: 1 1 calc(16.666% - 0.75rem);
  min-width: 9.5rem;
  background: #16161a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.15rem;
  padding: 1.35rem 1.15rem 1.45rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 1.45rem;
}
body #content .journey-sec .journey-steps .journey-step .step-num {
  margin-bottom: 0.65rem;
}
body #content .faq-sec {
  padding: 5.5rem 0 5rem;
  background: #f9f7f2;
}
body #content .faq-sec .faq-row {
  align-items: flex-start;
}
body #content .faq-sec .faq-intro .sub-head {
  color: #d63031 !important;
  margin: 0 0 0.9rem;
  line-height: 1;
}
body #content .faq-sec .faq-intro .main-head {
  color: #1a1a1a !important;
  margin: 0 0 1.15rem;
  line-height: 1.1;
  letter-spacing: -0.035em;
  max-width: 11ch;
}
body #content .faq-sec .faq-intro .main-head b {
  color: #1a1a1a !important;
}
body #content .faq-sec .faq-intro .txt {
  margin: 0 0 2rem;
  max-width: 22rem;
}
body #content .faq-sec .faq-intro .txt p {
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0;
}
body #content .faq-sec .faq-img .vc_figure, body #content .faq-sec .faq-img .vc_single_image-wrapper {
  display: block;
  width: 100%;
}
body #content .faq-sec .faq-img .vc_single_image-wrapper {
  border-radius: 1.75rem;
  overflow: hidden;
}
body #content .faq-sec .faq-img .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .faq-sec .faq-link {
  margin: 0 0 1.5rem;
}
body #content .faq-sec .faq-link p {
  margin: 0;
}
body #content .faq-sec .faq-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  color: #d63031;
  text-decoration: none;
  transition: color 0.3s;
}
body #content .faq-sec .faq-link a:hover {
  color: #1a1a1a;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panels-container, body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel {
  margin: 0;
  border: none;
  border-bottom: 1px solid #e5e0d8;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
  transition: none;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel:first-child {
  border-top: 1px solid #e5e0d8;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active {
  border-color: #e5e0d8;
  box-shadow: none;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel-heading {
  border: none !important;
  background: transparent !important;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
  margin: 0;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a !important;
  background: transparent !important;
  border: none !important;
  line-height: 1.4;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title > a:hover, body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title > a:focus {
  color: #1a1a1a !important;
  background: transparent !important;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-title-text {
  flex: 1 1 auto;
  padding-right: 0.5rem;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon {
  position: relative;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  transform: none;
  margin-top: 0.15rem;
  top: initial;
  right: initial;
  border-radius: 50%;
  background: transparent !important;
  border: 1.5px solid #d2cbc0;
  font-size: 0 !important;
  line-height: 1;
  transition: border-color 0.3s, transform 0.3s;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon::before, body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #8a8a8a;
  border: none;
  transform: translate(-50%, -50%);
  transition: background 0.3s, opacity 0.3s, transform 0.3s;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon::before {
  width: 0.7rem;
  height: 1.5px;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon::after {
  width: 1.5px;
  height: 0.7rem;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon,
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus {
  border-color: #d63031;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon::before, body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon::after,
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus::before,
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus::after {
  background: #d63031;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon::after,
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus::after {
  opacity: 1;
  width: 1.5px;
  height: 0.7rem;
  transform: translate(-50%, -50%);
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel-body {
  border: none !important;
  padding: 1rem 0 !important;
  background: transparent !important;
}
body #content .faq-sec .faq-accordion.vc_tta.vc_tta-accordion .vc_tta-panel-body p {
  font-size: 1.05rem;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0;
  max-width: 40rem;
}
body #content .cta-sec {
  position: relative;
  border-radius: 2.5rem;
}
body #content .cta-sec::before {
  content: "";
  position: absolute;
  border-radius: 2.5rem;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(8, 8, 10, 0.88) 0%, rgba(8, 8, 10, 0.72) 48%, rgba(8, 8, 10, 0.55) 100%);
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
body #content .cta-sec .cta-banner-row {
  position: relative;
  overflow: hidden;
  align-items: center;
  border-radius: 2.5rem;
  padding: 3.5rem 3.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 18rem;
}
body #content .cta-sec .cta-banner-row > .wpb_column {
  position: relative;
  z-index: 1;
}
body #content .cta-sec .cta-banner-row > .wpb_column > .vc_column-inner {
  position: relative;
  z-index: 1;
}
body #content .cta-sec .cta-banner-row > .wpb_column:last-child > .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
body #content .cta-sec .cta-banner-row .sub-head {
  color: #e60b1d !important;
  margin: 0 0 0.9rem;
  line-height: 1;
}
body #content .cta-sec .cta-banner-row .main-head {
  color: #fff !important;
  margin: 0 0 1rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
  max-width: 12ch;
}
body #content .cta-sec .cta-banner-row .main-head b {
  color: #e60b1d !important;
}
body #content .cta-sec .cta-banner-row .main-head b::after {
  content: "";
  display: inline-block;
  width: 0.22em;
  height: 0.22em;
  background: #fff;
  margin-left: 0.18em;
  vertical-align: 0.2em;
  border-radius: 1px;
}
body #content .cta-sec .cta-banner-row .txt {
  margin: 0;
}
body #content .cta-sec .cta-banner-row .txt p {
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.6;
  margin: 0;
  max-width: 28rem;
}
body #content .cta-sec .cta-btns, body #content .cta-sec .btn-flex.cta-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  width: 100%;
}
body #content .cta-sec .cta-btn {
  margin: 0;
}
body #content .cta-sec .cta-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.1rem;
  padding: 0.85rem 1.45rem;
  border-radius: 9999px;
  line-height: 1.2;
  white-space: nowrap;
  transition: all 0.35s;
  text-decoration: none;
}
body #content .cta-sec .cta-btn a i {
  font-size: 0.95em;
  line-height: 1;
}
body #content .cta-sec .cta-btn-primary a, body #content .cta-sec .cta-btn-dark a {
  background: #e60b1d;
  color: #fff;
  box-shadow: 0 10px 28px rgba(230, 11, 29, 0.4);
}
body #content .cta-sec .cta-btn-primary a::after, body #content .cta-sec .cta-btn-dark a::after {
  content: "↗";
  font-size: 0.95em;
  line-height: 1;
}
body #content .cta-sec .cta-btn-primary a:hover, body #content .cta-sec .cta-btn-dark a:hover {
  background: #c90a19;
  color: #fff;
  box-shadow: 0 12px 32px rgba(230, 11, 29, 0.5);
  transform: translateY(-1px);
}
body #content .cta-sec .cta-btn-whatsapp a, body #content .cta-sec .cta-btn-light a {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  backdrop-filter: none;
}
body #content .cta-sec .cta-btn-whatsapp a i, body #content .cta-sec .cta-btn-light a i {
  color: #fff;
}
body #content .cta-sec .cta-btn-whatsapp a:hover, body #content .cta-sec .cta-btn-light a:hover {
  background: #fff;
  color: #0d0d12;
  border-color: #fff;
}
body #content .cta-sec .cta-btn-whatsapp a:hover i, body #content .cta-sec .cta-btn-light a:hover i {
  color: #0d0d12;
}
body #content .testimonials-sec {
  padding: 5.5rem 0 5rem;
  background: #f2ebe1;
}
body #content .testimonials-sec .testimonials-head {
  margin-bottom: 2.75rem;
}
body #content .testimonials-sec .testimonials-head .sub-head {
  color: #d63031 !important;
  margin: 0 0 0.9rem;
  line-height: 1;
}
body #content .testimonials-sec .testimonials-head .main-head {
  color: #1a1a1a !important;
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.035em;
  max-width: 16ch;
}
body #content .testimonials-sec .testimonials-head .main-head b {
  color: #1a1a1a !important;
}
body #content .testimonials-sec .testimonials-row {
  align-items: stretch;
  margin: 0 -0.625rem !important;
}
body #content .testimonials-sec .testimonials-row > .wpb_column.testimonial-card {
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
}
body #content .testimonials-sec .testimonials-row > .wpb_column.testimonial-card > .vc_column-inner {
  padding: 0 !important;
  height: 100%;
}
body #content .testimonials-sec .testimonials-row > .wpb_column.testimonial-card > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: none;
  border-radius: 1.35rem;
  padding: 2rem 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.06);
  transition: box-shadow 0.35s, transform 0.35s;
}
body #content .testimonials-sec .testimonials-row > .wpb_column.testimonial-card > .vc_column-inner > .wpb_wrapper br {
  display: none;
}
body #content .testimonials-sec .testimonials-row > .wpb_column.testimonial-card > .vc_column-inner > .wpb_wrapper:hover {
  box-shadow: 0 16px 40px rgba(26, 26, 26, 0.1);
  transform: translateY(-3px);
}
body #content .testimonials-sec .testimonials-row .testimonial-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
body #content .testimonials-sec .testimonials-row .testimonial-stars, body #content .testimonials-sec .testimonials-row .stars {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0 0 1.15rem;
  color: #d63031;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
body #content .testimonials-sec .testimonials-row .testimonial-stars i, body #content .testimonials-sec .testimonials-row .stars i {
  color: #d63031;
  font-size: 0.9rem;
  line-height: 1;
}
body #content .testimonials-sec .testimonials-row .vc_icon_element {
  display: none !important;
}
body #content .testimonials-sec .testimonials-row .testimonial-quote {
  margin: 0 0 1.5rem;
}
body #content .testimonials-sec .testimonials-row .testimonial-quote p {
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.65;
  margin: 0;
}
body #content .testimonials-sec .testimonials-row .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #ebe6df;
}
body #content .testimonials-sec .testimonials-row .testimonial-author .testimonial-avatar {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
body #content .testimonials-sec .testimonials-row .testimonial-author .testimonial-meta {
  flex: 1 1 auto;
  min-width: 0;
}
body #content .testimonials-sec .testimonials-row .testimonial-author strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.15rem;
  line-height: 1.3;
}
body #content .testimonials-sec .testimonials-row .testimonial-author span, body #content .testimonials-sec .testimonials-row .testimonial-author cite {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: normal;
  color: #757575;
  line-height: 1.4;
}
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.125rem;
  border: none;
  border-radius: 0px;
  background: #3768B0;
  cursor: pointer;
  transition: background 0.4s;
  transition: all 0.4s;
}
body #content ul.slick-dots li.slick-active button {
  height: 0.125rem;
  background: #e60b1d;
  transition: all 0.4s;
}
body form .form-group.col-6, body form .form-group.col-12 {
  padding: 0 0.5rem;
}
body form br {
  display: none;
}
body form label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9a9a;
  font-family: var(--global-font-family);
  line-height: 1.3;
  margin: 0 0 0.45rem;
}
body form label span {
  color: #e60b1d;
}
body form input[type=text], body form input[type=email], body form input[type=tel], body form input[type=date], body form input[type=time], body form input[type=number] {
  width: 100%;
  background: #f8f3eb;
  padding: 1.125rem 1.25rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  color: #0d0d12;
  border-radius: 1rem;
  font-weight: 400;
  transition: all 0.4s;
}
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=time]:focus, body form input[type=number]:focus {
  outline: none;
  border-color: #e60b1d;
  transition: 0.4s;
}
body form input[type=radio] {
  accent-color: #e60b1d;
  height: 2rem;
  width: 2rem;
}
body form select {
  width: 100%;
  background: #f8f3eb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.125rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  color: #0d0d12;
  border-radius: 1rem;
  font-weight: 400;
  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='%23000' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.1rem;
}
body form select:focus {
  outline: none;
  border-color: #e60b1d;
  transition: 0.4s;
}
body form .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
body form textarea {
  width: 100%;
  background: #f8f3eb;
  padding: 1.125rem 1.25rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  color: #0d0d12;
  border-radius: 1rem;
  font-weight: 400;
  resize: none;
  height: 10rem;
  width: 100%;
}
body form textarea:focus {
  outline: none;
  border-color: #e60b1d;
  transition: 0.4s;
}
body form input[type=submit] {
  background: #e60b1d !important;
  font-size: var(--btn-size);
  color: #fff !important;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  min-height: 3.1rem;
  padding: 0.85rem 1.75rem;
  border-radius: 9999px;
  font-weight: 600 !important;
  transition: all 0.35s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(230, 11, 29, 0.28);
}
body form input[type=submit]:hover {
  color: #fff !important;
  background: #c90a19 !important;
  transform: translateY(-1px);
}
body form input[type=submit]:hover::after {
  display: none;
}
body form input[type=submit]::after {
  display: none;
}
body form .submit-btn {
  text-align: center;
}
body form .submit-btn input {
  background: #e60b1d;
  font-size: 1rem;
  color: #f8f3eb;
  width: 100%;
  border: none;
  padding: 0.469rem 2.5rem;
  border-radius: 20px;
  font-weight: 400;
  transition: all 0.6s;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
body form .submit-btn input:hover {
  color: #f8f3eb;
  background: #0d0d12 !important;
}
body form .submit-btn input:hover::after {
  transform: skewX(-45deg) scale(1, 1);
  transition: all 0.5s;
}
body form .submit-btn input::after {
  content: "";
  background: #0d0d12;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
body form .submit-btn .wpcf7-spinner {
  display: none;
}
body footer#colophon {
  background: #0d0d12;
  color: #f8f3eb;
}
body footer#colophon .footer-main {
  padding: 4.5rem 0 3.5rem;
}
body footer#colophon .footer-grid {
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem 2rem;
  flex-wrap: wrap;
}
body footer#colophon .footer-col {
  padding: 0;
}
body footer#colophon .footer-brand {
  flex: 1 1 22%;
  max-width: 18rem;
}
body footer#colophon .footer-brand .footer-logo {
  margin: 0 0 1.35rem;
}
body footer#colophon .footer-brand .footer-logo a {
  display: inline-block;
  background: #fff;
  border-radius: 0.85rem;
  padding: 0.7rem 1.15rem;
  line-height: 0;
}
body footer#colophon .footer-brand .footer-logo a img {
  max-height: 2.75rem;
  width: auto;
  display: block;
	width:100%
}
body footer#colophon .footer-brand .widget {
  margin: 0 0 1.35rem;
}
body footer#colophon .footer-brand .widget p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
  margin: 0;
}
body footer#colophon .footer-nav {
  flex: 0 1 12%;
  min-width: 8rem;
}
body footer#colophon .footer-areas {
  flex: 1 1 26%;
  min-width: 14rem;
}
body footer#colophon .footer-contact {
  flex: 1 1 22%;
  min-width: 14rem;
}
body footer#colophon .footer-heading, body footer#colophon .widget-title.footer-heading, body footer#colophon h2.footer-heading {
  font-size: var(--subhead-size);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e60b1d !important;
  margin: 0 0 1.35rem;
  line-height: 1.2;
}
body footer#colophon .footer-menu, body footer#colophon .footer-links, body footer#colophon .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body footer#colophon .footer-menu li, body footer#colophon .footer-links li, body footer#colophon .widget_nav_menu ul li {
  margin: 0 0 0.7rem;
}
body footer#colophon .footer-menu li:last-child, body footer#colophon .footer-links li:last-child, body footer#colophon .widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
body footer#colophon .footer-menu li a, body footer#colophon .footer-links li a, body footer#colophon .widget_nav_menu ul li a {
  font-size: var(--body-size);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
  transition: color 0.3s;
}
body footer#colophon .footer-menu li a:hover, body footer#colophon .footer-links li a:hover, body footer#colophon .widget_nav_menu ul li a:hover {
  color: #e60b1d;
}
body footer#colophon .footer-areas-list, body footer#colophon .footer-areas .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.5rem;
}
body footer#colophon .footer-areas-list li, body footer#colophon .footer-areas .widget ul li {
  margin: 0;
  font-size: var(--body-size);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}
body footer#colophon .footer-areas-list li a, body footer#colophon .footer-areas .widget ul li a {
  color: inherit;
  transition: color 0.3s;
}
body footer#colophon .footer-areas-list li a:hover, body footer#colophon .footer-areas .widget ul li a:hover {
  color: #e60b1d;
}
body footer#colophon .footer-social {
  margin-top: 0.15rem;
}
body footer#colophon .footer-social .widget {
  margin: 0;
}
body footer#colophon .footer-social .textwidget, body footer#colophon .footer-social p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
}
body footer#colophon .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  transition: all 0.3s;
}
body footer#colophon .footer-social a:hover {
  border-color: #e60b1d;
  color: #e60b1d;
  background: rgba(230, 11, 29, 0.1);
}
body footer#colophon .footer-contact .footer-contact-list, body footer#colophon .footer-contact .footer-contact-item, body footer#colophon .footer-contact ul, body footer#colophon .footer-contact .widget .footer-contact-list, body footer#colophon .footer-contact .widget .footer-contact-item, body footer#colophon .footer-contact .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body footer#colophon .footer-contact .footer-contact-item, body footer#colophon .footer-contact li, body footer#colophon .footer-contact .widget .footer-contact-item, body footer#colophon .footer-contact .widget li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 1rem;
}
body footer#colophon .footer-contact .footer-contact-item:last-child, body footer#colophon .footer-contact li:last-child, body footer#colophon .footer-contact .widget .footer-contact-item:last-child, body footer#colophon .footer-contact .widget li:last-child {
  margin-bottom: 0;
}
body footer#colophon .footer-contact .footer-contact-item > i, body footer#colophon .footer-contact .footer-contact-item .icon, body footer#colophon .footer-contact li > i, body footer#colophon .footer-contact li .icon, body footer#colophon .footer-contact .widget .footer-contact-item > i, body footer#colophon .footer-contact .widget .footer-contact-item .icon, body footer#colophon .footer-contact .widget li > i, body footer#colophon .footer-contact .widget li .icon {
  flex: 0 0 1.1rem;
  width: 1.1rem;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  color: #e60b1d;
  line-height: 1.4;
  text-align: center;
}
body footer#colophon .footer-contact p, body footer#colophon .footer-contact a, body footer#colophon .footer-contact span, body footer#colophon .footer-contact .widget p, body footer#colophon .footer-contact .widget a, body footer#colophon .footer-contact .widget span {
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  margin: 0;
  transition: color 0.3s;
  word-break: break-word;
}
body footer#colophon .footer-contact a:hover, body footer#colophon .footer-contact .widget a:hover {
  color: #e60b1d;
}
body footer#colophon .footer-contact strong, body footer#colophon .footer-contact .widget strong {
  display: block;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.15rem;
}
body footer#colophon .copyright {
  padding: 1.35rem 0;
  background: #0d0d12;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body footer#colophon .copyright .copyright-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
body footer#colophon .copyright p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
body footer#colophon .copyright p a {
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s;
}
body footer#colophon .copyright p a:hover {
  color: #e60b1d;
}
body footer#colophon .copyright .footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
}
body footer#colophon .copyright .footer-legal li {
  margin: 0;
}
body footer#colophon .copyright .footer-legal li a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.3s;
}
body footer#colophon .copyright .footer-legal li a:hover {
  color: #e60b1d;
}
body .whatsapp-float {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.35rem;
  padding: 0.45rem 1.35rem 0.45rem 0.45rem;
  background: #e60b1d;
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(230, 11, 29, 0.38);
  transition: transform 0.3s, background 0.3s, box-shadow 0.3s;
}
body .whatsapp-float .whatsapp-float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  flex-shrink: 0;
}
body .whatsapp-float .whatsapp-float-icon i {
  font-size: 1.35rem;
  line-height: 1;
}
body .whatsapp-float .whatsapp-float-text {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  padding-right: 0.35rem;
}
body .whatsapp-float:hover {
  background: #c90a19;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(230, 11, 29, 0.45);
}/*# sourceMappingURL=template.css.map */