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

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

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

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

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

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          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: #DB3024;
  color: #fff;
}

body ::selection {
  background-color: #DB3024;
  color: #fff;
}

body .container {
  max-width: 1540px;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body a:hover {
  color: #DB3024;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}

body .mg-bottom {
  margin-bottom: 2em;
}

body .mg-none {
  margin: 0 !important;
}

body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .flex-row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.34%;
          flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.67%;
          flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33%;
          flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66%;
          flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}

body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

body .no-pad {
  padding: 0 !important;
}

body .no-pad > .vc_column-inner {
  padding: 0 !important;
}

body header#masthead {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

body header#masthead.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

body header#masthead.sticky .top-bar {
  padding: 0;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body header#masthead .top-bar {
  padding: 0.5rem 0;
  background: #0F1624;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead .top-bar .flex-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header#masthead .top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  list-style: none;
}

body header#masthead .top-bar ul li {
  list-style: none;
  color: #FFF;
}

body header#masthead .top-bar ul li a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .top-bar ul li a:hover {
  color: #DB3024;
}

body header#masthead .top-bar ul li span {
  color: #fff;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .header-main {
  padding: 0.75rem 0;
}

body header#masthead .header-main .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body header#masthead .header-main .flex-row > div {
  padding: 0;
}

body header#masthead .header-main .main-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 0;
}

body header#masthead .header-main .site-branding.logo-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}

body header#masthead .header-main .brand-lockup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body header#masthead .header-main .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body header#masthead .header-main .logo a {
  display: block;
  line-height: 0;
}

body header#masthead .header-main .logo img {
  width: auto;
  height: auto;
  max-width: 52px !important;
  max-height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}

body header#masthead .header-main .brand-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  line-height: 1.2;
  min-width: 0;
  text-align: left;
}

body header#masthead .header-main .brand-text .brand-title {
  font-family: var(--global-font-family);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0F1624;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body header#masthead .header-main .brand-text .brand-title:hover {
  color: #DB3024;
}

body header#masthead .header-main .brand-text .brand-tagline {
  margin: 0;
  font-family: var(--global-font-family);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9AA3AF;
}

body header#masthead .header-main ul.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 1.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a {
  padding-right: 1.15rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -0.35em;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5C6473;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
  color: #E85A2B;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5C6473;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0.4rem 0 0.55rem;
  font-weight: 500;
  border-bottom: 3px solid transparent;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a:hover {
  color: #E85A2B;
  background: transparent;
  padding: 0.4rem 0 0.55rem;
  border-radius: 0;
  border-bottom-color: transparent;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a {
  color: #E85A2B;
  font-weight: 600;
  background: transparent;
  padding: 0.4rem 0 0.55rem;
  border-radius: 0;
  border-bottom-color: #E85A2B;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:before, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover {
  color: #DB3024;
  background: transparent;
  border-bottom-color: #DB3024;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover:before, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a {
  padding-right: 1.45rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a::after, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a::after {
  color: #E85A2B;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #DB3024;
  display: block;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #0F1115;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 0;
}

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: #DB3024;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item button.sub-menu-toggle {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main .header-actions.head-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body header#masthead .header-main .header-actions.head-btns .btn {
  margin-bottom: 0;
}

body header#masthead .header-main .header-actions.head-btns .btn--email a {
  background: #fff;
  color: #4B5563;
  border: 1px solid #E5E8ED;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  z-index: 1;
  position: relative;
  font-size: 0.9375rem;
  font-family: var(--global-font-family);
  border-radius: 10px;
  font-weight: 500;
  padding: 0.65rem 1.1rem;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(15, 22, 36, 0.06);
          box-shadow: 0 1px 2px rgba(15, 22, 36, 0.06);
}

body header#masthead .header-main .header-actions.head-btns .btn--email a i {
  font-size: 1rem;
  color: #6B7280;
}

body header#masthead .header-main .header-actions.head-btns .btn--email a:hover {
  background: #F9FAFB;
  color: #0F1624;
  border-color: #D1D5DB;
}

body header#masthead .header-main .header-actions.head-btns .btn--email a:hover i {
  color: #0F1624;
}

body header#masthead .header-main .header-actions.head-btns .btn--book a {
  background: #DB3024;
  color: #fff;
  border: 1px solid #DB3024;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
  font-size: 0.9375rem;
  font-family: var(--global-font-family);
  border-radius: 10px;
  font-weight: 600;
  padding: 0.65rem 1.25rem;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 14px rgba(219, 48, 36, 0.35);
          box-shadow: 0 4px 14px rgba(219, 48, 36, 0.35);
}

body header#masthead .header-main .header-actions.head-btns .btn--book a:hover {
  opacity: 0.8;
  color: #fff;
  border-color: #C61010;
  -webkit-box-shadow: 0 6px 18px rgba(219, 48, 36, 0.42);
          box-shadow: 0 6px 18px rgba(219, 48, 36, 0.42);
}

body.book-modal-open {
  overflow: hidden;
}

body .book-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

body .book-modal.book-modal--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body .book-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 22, 36, 0.65);
  cursor: pointer;
}

body .book-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 32rem;
  max-height: min(94vh, 48rem);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: #fff;
  border-radius: 1.25rem;
  border-top: 3px solid #db3024;
  -webkit-box-shadow: 0 1.5rem 3rem rgba(15, 22, 36, 0.2);
          box-shadow: 0 1.5rem 3rem rgba(15, 22, 36, 0.2);
  padding: 2.25rem 2.5rem 2rem;
}

body .book-modal__dialog::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body .book-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: #8b9099;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body .book-modal__close:hover, body .book-modal__close:focus-visible {
  color: #0f1624;
}

body .book-modal__title {
  font-family: var(--global-font-family);
  font-size: clamp(1.5rem, 4vw, 1.75rem);
  font-weight: 700;
  color: #0f1624;
  margin: 0 2.5rem 0.75rem 0;
  line-height: 1.2;
}

body .book-modal__intro {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #5c6370;
  margin: 0 0 1.75rem;
}

body .book-modal__form {
  margin-bottom: 1.25rem;
}

body .book-modal__form form.wpcf7-form, body .book-modal__form .wpcf7-form {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

body .book-modal__form form.wpcf7-form:hover, body .book-modal__form .wpcf7-form:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

body .book-modal__form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.875rem;
  position: relative;
}

body .book-modal__form .wpcf7-form-control-wrap::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.95rem;
  color: #b0b5bd;
  pointer-events: none;
  z-index: 1;
}

body .book-modal__form .wpcf7-form-control-wrap:has(textarea)::before {
  top: 1.15rem;
  -webkit-transform: none;
          transform: none;
}

body .book-modal__form .wpcf7-form-control-wrap:has(.wpcf7-text):not(:has(.wpcf7-tel))::before {
  content: "\f007";
}

body .book-modal__form .wpcf7-form-control-wrap:has(.wpcf7-tel)::before {
  content: "\f095";
}

body .book-modal__form .wpcf7-form-control-wrap:has(textarea)::before {
  content: "\f075";
}

body .book-modal__form .wpcf7-text, body .book-modal__form .wpcf7-tel, body .book-modal__form .wpcf7-textarea, body .book-modal__form select, body .book-modal__form .wpcf7-date {
  width: 100%;
  border: 1px solid transparent !important;
  border-radius: 0.75rem !important;
  background: #f0f1f4 !important;
  padding: 0.9rem 1rem 0.9rem 2.75rem !important;
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  color: #0f1624;
  margin-bottom: 0 !important;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  outline: none !important;
}

body .book-modal__form .wpcf7-text::-webkit-input-placeholder, body .book-modal__form .wpcf7-tel::-webkit-input-placeholder, body .book-modal__form .wpcf7-textarea::-webkit-input-placeholder, body .book-modal__form select::-webkit-input-placeholder, body .book-modal__form .wpcf7-date::-webkit-input-placeholder {
  color: #8b9099;
}

body .book-modal__form .wpcf7-text:-ms-input-placeholder, body .book-modal__form .wpcf7-tel:-ms-input-placeholder, body .book-modal__form .wpcf7-textarea:-ms-input-placeholder, body .book-modal__form select:-ms-input-placeholder, body .book-modal__form .wpcf7-date:-ms-input-placeholder {
  color: #8b9099;
}

body .book-modal__form .wpcf7-text::-ms-input-placeholder, body .book-modal__form .wpcf7-tel::-ms-input-placeholder, body .book-modal__form .wpcf7-textarea::-ms-input-placeholder, body .book-modal__form select::-ms-input-placeholder, body .book-modal__form .wpcf7-date::-ms-input-placeholder {
  color: #8b9099;
}

body .book-modal__form .wpcf7-text::placeholder, body .book-modal__form .wpcf7-tel::placeholder, body .book-modal__form .wpcf7-textarea::placeholder, body .book-modal__form select::placeholder, body .book-modal__form .wpcf7-date::placeholder {
  color: #8b9099;
}

body .book-modal__form .wpcf7-text:focus, body .book-modal__form .wpcf7-tel:focus, body .book-modal__form .wpcf7-textarea:focus, body .book-modal__form select:focus, body .book-modal__form .wpcf7-date:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #db3024 !important;
}

body .book-modal__form .wpcf7-textarea {
  min-height: 8.5rem;
  resize: vertical;
  padding-top: 0.95rem !important;
  height: auto !important;
}

body .book-modal__form p {
  margin: 0 0 0.875rem;
}

body .book-modal__form p:last-of-type {
  margin-bottom: 0;
}

body .book-modal__form .wpcf7-submit {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.95rem 1.25rem !important;
  border: 0 !important;
  border-radius: 0.75rem !important;
  background: #db3024 !important;
  color: #fff !important;
  font-family: var(--global-font-family);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(219, 48, 36, 0.35);
          box-shadow: 0 0.5rem 1.25rem rgba(219, 48, 36, 0.35);
  -webkit-transition: background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
}

body .book-modal__form button.wpcf7-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

body .book-modal__form button.wpcf7-submit::before {
  content: "\f1d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.95rem;
}

body .book-modal__form input.wpcf7-submit {
  background-image: none;
}

body .book-modal__form .wpcf7-submit:hover, body .book-modal__form .wpcf7-submit:focus-visible {
  background: #c42a1f !important;
  -webkit-box-shadow: 0 0.65rem 1.5rem rgba(219, 48, 36, 0.45) !important;
          box-shadow: 0 0.65rem 1.5rem rgba(219, 48, 36, 0.45) !important;
}

body .book-modal__form .wpcf7-submit:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

body .book-modal__form .wpcf7-spinner {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .book-modal__form .wpcf7-response-output {
  margin: 0.75rem 0 0;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  border: none !important;
}

body .book-modal__form .wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}

body .book-modal__footer {
  text-align: center;
  font-size: 0.8125rem;
  color: #8b9099;
  margin: 0;
}

body .book-modal__footer a {
  color: #5c6370;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body .book-modal__footer a:hover {
  color: #db3024;
}

body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #0F1624;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #0F1624;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .vc_row {
  margin: 0;
  padding: 0;
}

body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.444rem 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-80 {
  max-width: 80%;
}

body #content .m-auto {
  margin-left: auto;
  margin-right: 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: 1.5rem;
}

body #content .desk-hidden {
  display: none;
}

body #content .wht-head {
  color: #fff !important;
}

body #content .wht-txt p {
  color: #fff !important;
}

body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}

body #content .main-head {
  font-size: 2rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #0F1115;
  margin-bottom: 1.167rem;
}

body #content .main-head b {
  color: #DB3024;
  font-weight: 700;
}

body #content .sub-head {
  font-size: 1.15rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #DB3024;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

body #content .txt .pass-badge {
  background: #0EC879;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  font-size: 1.125rem;
  margin: 0 auto 1.5rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body #content .txt ul {
  padding-left: 1.5rem;
}

body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p strong {
  color: #DB3024;
  font-weight: 600;
}

body #content .txt a {
  color: var(--global-font-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: inherit;
}

body #content .txt a:hover {
  opacity: 0.8;
}

body #content .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body #content .btn {
  margin-bottom: 0;
}

body #content .btn a {
  background: #DB3024;
  color: #fff;
  border: 1px solid #DB3024;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #DB3024;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn a:hover {
  opacity: 0.8;
  color: #fff;
  border-color: #C61010;
}

body #content .btn-2 {
  margin-bottom: 0;
}

body #content .btn-2 a {
  background: transparent;
  color: #0F1624;
  border: 1px solid #0F1624 !important;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #0F1624;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn-2 a:hover {
  background: #0F1624;
  color: #fff;
}

body #content .btn-arrow {
  margin-bottom: 0;
}

body #content .btn-arrow a {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #DB3024;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  padding-right: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .btn-arrow a:hover {
  color: #C61010;
  padding-right: 2rem;
}

body #content .btn-arrow a:before {
  content: '\f061';
  font-family: 'FontAwesome';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
}

body #content .page-header-sec {
  background: linear-gradient(160deg, #0e1f39, #1d3963, #2d4a76);
}

body #content .page-header-sec .page-header-row .main-head {
  font-size: 3.5rem;
}

body #content .page-header-sec .page-header-row .main-head b {
  color: #ffcc33;
}

body #content .page-header-sec .page-header-row .txt p {
  color: #fff;
}

body #content .hero-sec {
  background: linear-gradient(160deg, black, #1d3963, #2d4a76);
  height: 100vh;
}

body #content .hero-sec .hero-row {
  margin-bottom: 2rem;
}

body #content .hero-sec .hero-txt .wel {
  background: #302740;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem 0.5rem 0.65rem;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.35rem;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

body #content .hero-sec .hero-txt .wel::before {
  content: '\f005';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.75rem;
  color: #ffcc33;
  line-height: 1;
}

body #content .hero-sec .hero-txt h1.main-head {
  font-size: 4rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 1.125rem;
  color: #fff !important;
}

body #content .hero-sec .hero-txt h1.main-head b {
  font-weight: 700;
  background: none !important;
  background-clip: unset !important;
  color: #ffcc33 !important;
  -webkit-text-fill-color: #ffcc33 !important;
}

body #content .hero-sec .hero-txt p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.82) !important;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 1.75rem;
  line-height: 1.6;
}

body #content .hero-sec .hero-txt p strong {
  color: #fff;
  font-weight: 700;
}

body #content .hero-sec .hero-txt .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  max-width: 36rem;
}

body #content .hero-sec .hero-txt .btn-arrow {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}

body #content .hero-sec .hero-txt .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e32727;
  color: #fff !important;
  border: 1px solid #c92020;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.01em;
  padding: 0.95rem 2.5rem 0.95rem 1rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -webkit-box-shadow: 0 4px 16px rgba(227, 39, 39, 0.35);
          box-shadow: 0 4px 16px rgba(227, 39, 39, 0.35);
}

body #content .hero-sec .hero-txt .btn-arrow a:hover {
  background: #c92020;
  border-color: #b01a1a;
  color: #fff !important;
  -webkit-box-shadow: 0 6px 20px rgba(227, 39, 39, 0.45);
          box-shadow: 0 6px 20px rgba(227, 39, 39, 0.45);
}

body #content .hero-sec .hero-txt .btn-arrow a:before {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.85em;
  font-weight: 700;
}

body #content .hero-sec .hero-txt .btn-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}

body #content .hero-sec .hero-txt .btn-2 a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.95rem 1.25rem !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  -webkit-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
}

body #content .hero-sec .hero-txt .btn-2 a:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

body #content .hero-sec .hero-txt .rating-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  list-style: none;
  margin-top: 2.75rem;
  padding-top: 2rem;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--global-font-family);
  line-height: 1.35;
}

body #content .hero-sec .hero-txt .rating-badge li {
  font-size: 1.15rem;
  font-weight: 400;
  color: #ffffffad;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: none;
  text-align: center;
}

body #content .hero-sec .hero-txt .rating-badge li strong {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}

body #content .hero-sec .hero-row > .wpb_column:last-child .vc_column-inner > .wpb_wrapper:has(.hero-img) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 28rem;
  height: 100%;
  margin-bottom: 0 !important;
  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 !important;
}

body #content .hero-sec .hero-img img {
  width: 100%;
  height: 100vh !important;
  max-width: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body #content .hero-sec .wpb_wrapper:has(> .hero-img) {
  position: relative;
  z-index: 1;
}

body #content .hero-sec .wpb_raw_html.wpb_content_element {
  margin-bottom: 0 !important;
}

body #content .hero-num-sec {
  background: transparent !important;
  z-index: 9;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body #content .hero-num-sec .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body #content .hero-num-sec .wpb_column {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}

body #content .hero-num-sec .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

body #content .hero-num-sec .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(15, 22, 36, 0.08);
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 26px rgba(15, 22, 36, 0.08);
          box-shadow: 0 10px 26px rgba(15, 22, 36, 0.08);
  min-height: 13.5rem;
  padding: 1.25rem 1.1rem 1.15rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

body #content .hero-num-sec .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 14px 30px rgba(15, 22, 36, 0.12);
          box-shadow: 0 14px 30px rgba(15, 22, 36, 0.12);
}

body #content .hero-num-sec .wpb_column:first-child {
  padding-left: 0;
}

body #content .hero-num-sec .wpb_column:last-child {
  padding-right: 0;
}

body #content .hero-num-sec h2.main-head, body #content .hero-num-sec .vc_custom_heading.main-head {
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #0F1624 !important;
  margin: 0 0 0.6rem !important;
  letter-spacing: -0.02em;
  text-align: center !important;
}

body #content .hero-num-sec h2.main-head::before, body #content .hero-num-sec .vc_custom_heading.main-head::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.8rem;
  margin: 0 auto 0.8rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .hero-num-sec .txt.center {
  margin-bottom: 0 !important;
}

body #content .hero-num-sec .txt.center .wpb_wrapper p {
  margin: 0 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  color: #667085 !important;
  font-weight: 500 !important;
}

body #content .hero-num-sec .wpb_column:nth-child(1) h2.main-head::before {
  content: '\f132';
  color: #274b8f;
  background: #eff4ff;
  border: 1px solid #dae6ff;
}

body #content .hero-num-sec .wpb_column:nth-child(2) h2.main-head::before {
  content: '\f201';
  color: #db3024;
  background: #fff1f1;
  border: 1px solid #ffdede;
}

body #content .hero-num-sec .wpb_column:nth-child(3) h2.main-head::before {
  content: '\f500';
  color: #0a8f60;
  background: #ecfaf3;
  border: 1px solid #d3f2e3;
}

body #content .hero-num-sec .wpb_column:nth-child(4) h2.main-head::before {
  content: '\f3c5';
  color: #d38a00;
  background: #fff9ea;
  border: 1px solid #ffefc2;
}

body #content .hero-num-sec-2 .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body #content .hero-num-sec-2 .hero-num-row .wpb_column {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}

body #content .hero-num-sec-2 .hero-num-row .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

body #content .hero-num-sec-2 .hero-num-row .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(15, 22, 36, 0.08);
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 26px rgba(15, 22, 36, 0.08);
          box-shadow: 0 10px 26px rgba(15, 22, 36, 0.08);
  min-height: 13.5rem;
  padding: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

body #content .hero-num-sec-2 .hero-num-row .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 14px 30px rgba(15, 22, 36, 0.12);
          box-shadow: 0 14px 30px rgba(15, 22, 36, 0.12);
}

body #content .hero-num-sec-2 .hero-num-row .wpb_column:first-child {
  padding-left: 0;
}

body #content .hero-num-sec-2 .hero-num-row .wpb_column:last-child {
  padding-right: 0;
}

body #content .hero-num-sec-2 .hero-num-row h2.main-head, body #content .hero-num-sec-2 .hero-num-row .vc_custom_heading.main-head {
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #0F1624 !important;
  margin: 0 0 0.6rem !important;
  letter-spacing: -0.02em;
  text-align: center !important;
}

body #content .hero-num-sec-2 .hero-num-row h2.main-head::before, body #content .hero-num-sec-2 .hero-num-row .vc_custom_heading.main-head::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.8rem;
  margin: 0 auto 0.8rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .hero-num-sec-2 .hero-num-row .txt.center {
  margin-bottom: 0 !important;
}

body #content .hero-num-sec-2 .hero-num-row .txt.center .wpb_wrapper p {
  margin: 0 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  color: #667085 !important;
  font-weight: 500 !important;
}

body #content .hero-num-sec-2 .hero-num-row .wpb_column:nth-child(1) h2.main-head::before {
  content: '\f004';
  color: #db3024;
  background: #fff1f1;
  border: 1px solid #ffdede;
}

body #content .hero-num-sec-2 .hero-num-row .wpb_column:nth-child(2) h2.main-head::before {
  content: '\f140';
  color: #d38a00;
  background: #fff9ea;
  border: 1px solid #ffefc2;
}

body #content .hero-num-sec-2 .hero-num-row .wpb_column:nth-child(3) h2.main-head::before {
  content: '\f132';
  color: #0a8f60;
  background: #ecfaf3;
  border: 1px solid #d3f2e3;
}

body #content .home-about-sec {
  background-color: #F0F1F4 !important;
  padding-top: 4.444rem !important;
  padding-bottom: 4.444rem !important;
}

body #content .home-about-sec .home-about-row.vc_row, body #content .home-about-sec .vc_row.home-about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1540px;
  width: 100%;
}

body #content .home-about-sec .home-about-row.vc_row > .wpb_column, body #content .home-about-sec .vc_row.home-about-row > .wpb_column {
  float: none !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .home-about-sec .home-about-row.vc_row > .wpb_column > .vc_column-inner, body #content .home-about-sec .vc_row.home-about-row > .wpb_column > .vc_column-inner {
  width: 100%;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .home-about-sec .btn-arrow {
  margin-bottom: 0 !important;
}

body #content .home-about-sec .btn-arrow a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: auto !important;
  min-width: 10rem;
  padding: 0.75rem 2.25rem 0.75rem 1.25rem !important;
  background: #fff !important;
  color: #0F1624 !important;
  border: 1px solid #e5e8ed !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-decoration: none !important;
  position: relative !important;
  -webkit-transition: border-color 0.25s, color 0.25s, -webkit-box-shadow 0.25s !important;
  transition: border-color 0.25s, color 0.25s, -webkit-box-shadow 0.25s !important;
  transition: border-color 0.25s, box-shadow 0.25s, color 0.25s !important;
  transition: border-color 0.25s, box-shadow 0.25s, color 0.25s, -webkit-box-shadow 0.25s !important;
}

body #content .home-about-sec .btn-arrow a:hover {
  color: #DB3024 !important;
  border-color: #d1d5db !important;
  -webkit-box-shadow: 0 4px 14px rgba(15, 22, 36, 0.08) !important;
          box-shadow: 0 4px 14px rgba(15, 22, 36, 0.08) !important;
  padding-right: 2.25rem !important;
}

body #content .home-about-sec .btn-arrow a:before {
  content: '\2192' !important;
  font-family: inherit !important;
  right: 1rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

body #content .home-about-sec .home-about-row > .wpb_column:last-child > .vc_column-inner {
  position: relative;
}

body #content .home-about-sec .home-about-row > .wpb_column:last-child > .vc_column-inner::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  right: 0.75rem;
  width: 5.5rem;
  height: 5.5rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: radial-gradient(circle at center, #c5cad4 1.25px, transparent 1.5px);
  background-size: 9px 9px;
  background-position: 0 0;
}

body #content .home-about-sec .home-about-img, body #content .home-about-sec .wpb_single_image.home-about-img {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}

body #content .home-about-sec .home-about-img .vc_figure, body #content .home-about-sec .home-about-img .vc_single_image-wrapper, body #content .home-about-sec .wpb_single_image.home-about-img .vc_figure, body #content .home-about-sec .wpb_single_image.home-about-img .vc_single_image-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 32px rgba(15, 22, 36, 0.12);
          box-shadow: 0 12px 32px rgba(15, 22, 36, 0.12);
  display: block !important;
}

body #content .home-about-sec .home-about-img img, body #content .home-about-sec .wpb_single_image.home-about-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

body #content .home-about-sec .home-about-row > .wpb_column:last-child .wpb_text_column {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

body #content .home-about-sec .home-about-rating {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  margin: -4.25rem 0 1.25rem -1.25rem;
  padding: 1rem 1.15rem 0.95rem 4.35rem;
  background: #fff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 8px 24px rgba(15, 22, 36, 0.12);
          box-shadow: 0 8px 24px rgba(15, 22, 36, 0.12);
  border: 1px solid rgba(15, 22, 36, 0.06);
  max-width: calc(100% - 2.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #8892a0;
  line-height: 1.35;
  text-transform: capitalize;
}

body #content .home-about-sec .home-about-rating::before {
  content: '\f005';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.45rem;
  background: #DB3024;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
}

body #content .home-about-sec .home-about-rating strong {
  display: block;
  margin: 0 0 0.15rem !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #0F1624 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
}

body #content .event-gal-row .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 8px 24px rgba(15, 22, 36, 0.06);
          box-shadow: 0 8px 24px rgba(15, 22, 36, 0.06);
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 1.25rem;
}

body #content .event-gal-row .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 14px 32px rgba(15, 22, 36, 0.1);
          box-shadow: 0 14px 32px rgba(15, 22, 36, 0.1);
}

body #content .event-gal-row .wpb_column.area-col #sub-head {
  font-size: 1.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #content .event-gal-row .wpb_column.area-col #sub-head::before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23DB3024'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center/contain;
}

body #content .event-gal-row .wpb_column.area-col .main-head {
  color: #0f1624 !important;
  font-size: 2.2rem !important;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.25rem !important;
}

body #content .event-gal-row .wpb_column.area-col .txt p {
  color: #6b7280;
  font-size: 1.25rem !important;
  margin-bottom: 16px;
}

body #content .event-gal-row .wpb_column.area-col .txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

body #content .event-gal-row .wpb_column.area-col .txt ul li {
  background: #fde8e6;
  color: #db3024;
  font-size: 1.15rem !important;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 50px;
}

body #content .event-gal-row .wpb_column.area-col .txt ul li::before {
  display: none;
}

body #content .event-gal-row .wpb_column.starter-col > .vc_column-inner > .wpb_wrapper {
  background: #1f3b64;
  color: #fff;
  border: 2px solid #db3024;
  position: relative;
}

body #content .event-gal-row .wpb_column.starter-col > .vc_column-inner > .wpb_wrapper::before {
  content: "Best Starter Offer";
  position: absolute;
  top: -12px;
  left: 20px;
  background: #db3024;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
}

body #content .event-gal-row .wpb_column.starter-col .main-head, body #content .event-gal-row .wpb_column.starter-col p, body #content .event-gal-row .wpb_column.starter-col li {
  color: #fff !important;
}

body #content .event-gal-row .wpb_column.starter-col .price .current {
  color: #fff;
}

body #content .event-gal-row .wpb_column .main-head {
  font-size: 1.25rem !important;
  margin-bottom: .5rem !important;
}

body #content .event-gal-row .wpb_column .hours {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  color: #db3024;
  margin-bottom: .75rem;
}

body #content .event-gal-row .wpb_column .price {
  margin-bottom: 1rem;
}

body #content .event-gal-row .wpb_column .price .current {
  font-size: 2rem;
  font-weight: 700;
  color: #0f1624;
}

body #content .event-gal-row .wpb_column .price .old {
  font-size: .9rem;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: .5rem;
}

body #content .event-gal-row .wpb_column ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

body #content .event-gal-row .wpb_column ul li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: .5rem;
  font-size: .95rem;
}

body #content .event-gal-row .wpb_column ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
  color: #0ec879;
  font-size: .75rem;
}

body #content .event-gal-row .wpb_column .btn {
  margin-top: auto;
}

body #content .event-gal-row .wpb_column .btn a {
  border-radius: 10px;
  font-weight: 600;
  background: #0f1624;
  border-color: #0f1624;
}

body #content .event-gal-row .wpb_column .btn a:hover {
  background: #db3024;
  border-color: #db3024;
}

body #content .event-gal-row .wpb_column:first-child .btn a {
  background: #db3024;
  border-color: #db3024;
}

body #content .event-gal-row .wpb_column:first-child .btn a:hover {
  background: #c61010;
}

body #content .wcu-row > .wpb_column > .vc_column-inner {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  padding-bottom: 1.25rem;
}

body #content .wcu-row > .wpb_column:first-child > .vc_column-inner {
  padding-left: 0;
}

body #content .wcu-row > .wpb_column:last-child > .vc_column-inner {
  padding-right: 0;
}

body #content .wcu-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 1.875rem;
  height: 100%;
  -webkit-box-shadow: 0 8px 28px rgba(15, 17, 21, 0.08);
          box-shadow: 0 8px 28px rgba(15, 17, 21, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -webkit-transition: -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
  transition: -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
  transition: box-shadow 0.35s, transform 0.35s;
  transition: box-shadow 0.35s, transform 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
}

body #content .wcu-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 14px 36px rgba(15, 17, 21, 0.12);
          box-shadow: 0 14px 36px rgba(15, 17, 21, 0.12);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

body #content .wcu-row .services-img {
  margin-bottom: 1.25rem;
}

body #content .wcu-row .services-img .vc_figure, body #content .wcu-row .services-img .vc_single_image-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: rgba(235, 27, 22, 0.1);
}

body #content .wcu-row .services-img img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

body #content .wcu-row .services-txt.txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  width: 100%;
  margin-bottom: 1rem;
}

body #content .wcu-row .services-txt.txt > .wpb_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

body #content .wcu-row .services-txt.txt h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #5c5c5c;
  margin: 0 0 0.4rem;
  font-family: var(--global-font-family);
  line-height: 1.35;
}

body #content .wcu-row .services-txt.txt p {
  margin: 0 0 0.65rem;
  font-family: var(--global-font-family);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #676F7E;
  font-weight: 400;
}

body #content .wcu-row .services-txt.txt p strong {
  font-size: 1.25rem;
  font-weight: 700;
  color: #DB3024;
  display: block;
  margin-bottom: 0.35rem;
}

body #content .wcu-row .services-txt.txt p:last-of-type {
  margin-bottom: 0;
}

body #content .wcu-row .services-txt.txt .btn {
  margin-top: auto;
  width: 100%;
  padding-top: 1.25rem;
}

body #content .wcu-row .services-txt.txt .btn a {
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  background: #DB3024;
  border-color: #DB3024;
  position: relative;
}

body #content .wcu-row .services-txt.txt .btn a:hover {
  background: #C61010;
  border-color: #C61010;
}

body #content .wcu-row .services-txt.txt .btn a::after {
  content: '\2192';
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
}

body #content .book-row h2.main-head {
  text-align: center !important;
  margin-bottom: 1.125rem !important;
  font-size: clamp(1.65rem, 3vw, 2.45rem) !important;
  line-height: 1.2;
  color: #0F1115 !important;
}

body #content .book-row h2.main-head b {
  background: linear-gradient(135deg, #F26B3A 0%, #DB3024 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

body #content .book-row .txt.center > .wpb_wrapper {
  text-align: center;
}

body #content .book-row .txt.center p {
  text-align: center;
  margin-bottom: 1.25rem;
  color: #676F7E;
  font-size: 1.0625rem;
  line-height: 1.6;
}

body #content .book-row .txt.center ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem 1.75rem;
}

body #content .book-row .txt.center ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  color: #676F7E;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

body #content .book-row .txt.center ul li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #0EC879;
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #content .book-row .btn {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

body #content .book-row .btn a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.95rem 2.75rem 0.95rem 1.5rem;
  border-radius: 12px;
  position: relative;
  font-size: 0.95rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body #content .book-row .btn a::after {
  content: '\2192';
  position: absolute;
  right: 1.35rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
}

body #content .btw-sec {
  background: linear-gradient(160deg, #0e1f39, #1d3963, #2d4a76);
  padding: 3.5rem 1rem 4rem;
  text-align: center;
  margin-bottom: 0;
}

body #content .btw-sec h2.main-head {
  font-size: 3.5rem;
}

body #content .btw-sec .txt.center {
  margin-bottom: 0 !important;
}

body #content .btw-sec .txt.center .wpb_wrapper p {
  color: #cbd5e1 !important;
  font-size: 1.25rem !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  margin: 0 auto 2rem !important;
  max-width: 38rem;
  text-align: center !important;
}

body #content .btw-sec .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 2.25rem;
  margin: 0;
}

body #content .btw-sec .btn-arrow {
  margin-bottom: 0 !important;
}

body #content .btw-sec .btn-arrow a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: auto !important;
  padding: 0.75rem 2.35rem 0.75rem 1.25rem !important;
  background: #e54331 !important;
  color: #fff !important;
  border: 1px solid #d63a28 !important;
  border-radius: 8px !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-decoration: none !important;
  position: relative !important;
  -webkit-transition: background 0.25s, border-color 0.25s, -webkit-box-shadow 0.25s !important;
  transition: background 0.25s, border-color 0.25s, -webkit-box-shadow 0.25s !important;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s !important;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s !important;
}

body #content .btw-sec .btn-arrow a:hover {
  background: #d63a28 !important;
  border-color: #c12f24 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 4px 18px rgba(229, 67, 49, 0.35) !important;
          box-shadow: 0 4px 18px rgba(229, 67, 49, 0.35) !important;
}

body #content .btw-sec .btn-arrow a:before {
  content: '\f054' !important;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  font-size: 0.85em !important;
}

body #content .btw-sec .btn-2 {
  margin-bottom: 0 !important;
}

body #content .btw-sec .btn-2 a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 0.45rem !important;
  width: auto !important;
  padding: 0.35rem 0 !important;
  background: transparent !important;
  color: #cbd5e1 !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  text-decoration: none !important;
  -webkit-transition: color 0.25s !important;
  transition: color 0.25s !important;
}

body #content .btw-sec .btn-2 a:hover {
  color: #f1f5f9 !important;
  background: transparent !important;
}

body #content .btw-sec .btn-2 a:hover:before {
  color: #f1f5f9 !important;
}

body #content .btw-sec .btn-2 a:before {
  content: '\f0e0' !important;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  font-size: 0.95rem !important;
  color: #cbd5e1 !important;
  -webkit-transition: color 0.25s !important;
  transition: color 0.25s !important;
}

body #content .start-sec {
  background: -webkit-gradient(linear, left top, right top, from(#DB3024), to(#F26B3A));
  background: linear-gradient(90deg, #DB3024 0%, #F26B3A 100%);
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
  text-align: center;
}

body #content .start-sec .btn-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 0.25rem;
}

body #content .start-sec .btn-flex .btn-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: min(100%, 14rem);
  margin-bottom: 0;
}

body #content .start-sec .btn-flex .btn-2 a {
  border-radius: 10px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  font-size: 1rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .start-sec .btn-flex .btn-2 a i {
  font-size: 0.95em;
}

body #content .start-sec .btn-flex .btn-2:first-of-type a {
  background: #fff !important;
  color: #DB3024 !important;
  border: 1px solid #fff !important;
}

body #content .start-sec .btn-flex .btn-2:first-of-type a:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #C61010 !important;
  border-color: rgba(255, 255, 255, 0.92) !important;
}

body #content .start-sec .btn-flex .btn-2:last-of-type:not(:only-of-type) a {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.92) !important;
}

body #content .start-sec .btn-flex .btn-2:last-of-type:not(:only-of-type) a:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

body #content .start-sec .btn-flex .btn-2:only-of-type a {
  background: #fff !important;
  color: #DB3024 !important;
  border: 1px solid #fff !important;
}

body #content .start-sec .btn-flex .btn-2:only-of-type a:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #C61010 !important;
}

body #content .dc-sec .dc-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}

body #content .dc-sec .dc-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

body #content .dc-sec .dc-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body #content .dc-sec .dc-row .wpb_single_image {
  margin-bottom: 1rem;
  background: #F5F5F5;
  padding: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

body #content .dc-sec .dc-row .wpb_single_image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #content .process-sec .process-row {
  counter-reset: my-awesome-counter;
}

body #content .process-sec .process-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
  position: relative;
  counter-increment: my-awesome-counter;
}

body #content .process-sec .process-row > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
  content: counter(my-awesome-counter, decimal);
  font-family: var(--global-font-family);
  font-size: 1.5rem;
  color: #fff;
  background: #DB3024;
  /* padding: 0.5rem 1rem; */
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  left: 8%;
  text-align: center;
  z-index: 1;
}

body #content .process-sec .process-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body #content .process-sec .process-row .process-txt .sub-head {
  color: #0F1624;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 1rem;
}

body #content .process-sec .process-row .process-txt p strong {
  color: #0F1624;
  font-weight: 600;
}

body #content .home-courses-sec .home-courses-row > .wpb_column > .vc_column-inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1.5rem;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:first-child > .vc_column-inner {
  padding-left: 0;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:last-child > .vc_column-inner {
  padding-right: 0;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) > .vc_column-inner {
  position: relative;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) > .vc_column-inner::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -42%);
          transform: translate(-50%, -42%);
  z-index: 2;
  background: #DB3024;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  font-family: var(--global-font-family);
  white-space: nowrap;
  -webkit-box-shadow: 0 4px 12px rgba(235, 27, 22, 0.35);
          box-shadow: 0 4px 12px rgba(235, 27, 22, 0.35);
}

body #content .home-courses-sec .home-courses-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  padding: 1.75rem 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  -webkit-box-shadow: 0 4px 18px rgba(15, 17, 21, 0.06);
          box-shadow: 0 4px 18px rgba(15, 17, 21, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

body #content .home-courses-sec .home-courses-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 8px 28px rgba(15, 17, 21, 0.1);
          box-shadow: 0 8px 28px rgba(15, 17, 21, 0.1);
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper {
  border: 2px solid #DB3024;
  -webkit-box-shadow: 0 6px 24px rgba(235, 27, 22, 0.12);
          box-shadow: 0 6px 24px rgba(235, 27, 22, 0.12);
}

body #content .home-courses-sec .home-courses-row h2.sub-head {
  color: #1F1F1F !important;
  text-align: center !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  margin: 0 0 0.5rem !important;
  line-height: 1.3;
  font-family: var(--global-font-family);
  letter-spacing: 0;
}

body #content .home-courses-sec .home-courses-row .txt.center {
  margin-bottom: 0.75rem;
}

body #content .home-courses-sec .home-courses-row .txt.center p {
  color: #8a8a8a !important;
  font-size: 0.9375rem !important;
  line-height: 1.5;
  margin: 0 !important;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-bottom: 0.75rem;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) > .wpb_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) .price {
  margin-bottom: 1rem;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) .price .amount {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  color: #DB3024;
  line-height: 1.1;
  font-family: var(--global-font-family);
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) .price .duration {
  font-size: 0.9375rem;
  color: #8a8a8a;
  font-weight: 500;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) p.was {
  margin: -0.35rem 0 0.85rem;
  font-size: 0.875rem;
  color: #a3a3a3;
  text-decoration: line-through;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) ul {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) ul li {
  position: relative;
  padding-left: 1.35rem;
  margin: 0 0 0.55rem;
  font-size: 0.875rem;
  color: #5c5c5c;
  line-height: 1.45;
  font-family: var(--global-font-family);
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) ul li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #DB3024;
  font-size: 0.8rem;
}

body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn {
  margin-top: auto;
  margin-bottom: 0 !important;
  padding-top: 0.5rem;
}

body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn .vc_btn3.vc_btn3-color-grey, body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn .vc_btn3 {
  background: transparent !important;
  border: 2px solid #DB3024 !important;
  color: #DB3024 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  padding: 0.75rem 1.25rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn .vc_btn3.vc_btn3-color-grey:hover, body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn .vc_btn3:hover {
  background: rgba(235, 27, 22, 0.06) !important;
  color: #C61010 !important;
  border-color: #C61010 !important;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) .vc_btn3-container.btn .vc_btn3.vc_btn3-color-grey, body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) .vc_btn3-container.btn .vc_btn3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F26B3A), to(#DB3024)) !important;
  background: linear-gradient(180deg, #F26B3A 0%, #DB3024 100%) !important;
  border: 1px solid #DB3024 !important;
  color: #fff !important;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) .vc_btn3-container.btn .vc_btn3.vc_btn3-color-grey:hover, body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) .vc_btn3-container.btn .vc_btn3:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#E55A2E), to(#C61010)) !important;
  background: linear-gradient(180deg, #E55A2E 0%, #C61010 100%) !important;
  border-color: #C61010 !important;
  color: #fff !important;
}

body #content .add-offers-row > .wpb_column > .vc_column-inner {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  padding-bottom: 1.25rem;
}

body #content .add-offers-row > .wpb_column:first-child > .vc_column-inner {
  padding-left: 0;
}

body #content .add-offers-row > .wpb_column:last-child > .vc_column-inner {
  padding-right: 0;
}

body #content .add-offers-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fafafa;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 14px;
  padding: 1.75rem 1.35rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-shadow: 0 4px 16px rgba(15, 17, 21, 0.06);
          box-shadow: 0 4px 16px rgba(15, 17, 21, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

body #content .add-offers-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 8px 24px rgba(15, 17, 21, 0.1);
          box-shadow: 0 8px 24px rgba(15, 17, 21, 0.1);
}

body #content .add-offers-row h3.vc_custom_heading {
  color: #0F1115 !important;
  text-align: center !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin: 0 0 1rem !important;
  font-family: var(--global-font-family);
  line-height: 1.25;
}

body #content .add-offers-row .txt.center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-bottom: 1rem;
}

body #content .add-offers-row .txt.center .price {
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

body #content .add-offers-row .txt.center .price .amount {
  font-size: clamp(1.65rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: #DB3024;
  font-family: var(--global-font-family);
}

body #content .add-offers-row .txt.center .price .duration {
  font-size: 0.9375rem;
  color: #8a8a8a;
  font-weight: 500;
  margin-left: 0.2rem;
}

body #content .add-offers-row .txt.center p {
  color: #454545 !important;
  font-size: 0.9375rem !important;
  line-height: 1.55;
  margin: 0 !important;
}

body #content .add-offers-row .vc_btn3-container.btn-outline {
  margin-top: auto;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 15rem;
}

body #content .add-offers-row .vc_btn3-container.btn-outline .vc_btn3.vc_btn3-color-grey, body #content .add-offers-row .vc_btn3-container.btn-outline .vc_btn3 {
  background: #fff !important;
  border: 2px solid #DB3024 !important;
  color: #DB3024 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  padding: 0.7rem 1.35rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  width: 100%;
}

body #content .add-offers-row .vc_btn3-container.btn-outline .vc_btn3.vc_btn3-color-grey:hover, body #content .add-offers-row .vc_btn3-container.btn-outline .vc_btn3:hover {
  background: rgba(235, 27, 22, 0.06) !important;
  color: #C61010 !important;
  border-color: #C61010 !important;
}

body #content .contact-row.cont-details-row {
  margin-left: -0.65rem !important;
  margin-right: -0.65rem !important;
}

body #content .contact-row.cont-details-row > .wpb_column {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  margin-bottom: 1rem;
}

body #content .contact-row.cont-details-row > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

body #content .contact-row.cont-details-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

body #content .contact-row.cont-details-row .cont-detail.vc_row {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(15, 22, 36, 0.08);
  border-radius: 0.9rem;
  -webkit-box-shadow: 0 8px 24px rgba(15, 22, 36, 0.08);
          box-shadow: 0 8px 24px rgba(15, 22, 36, 0.08);
  padding: 1rem 1.1rem;
  margin: 0 !important;
  min-height: 5.2rem;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}

body #content .contact-row.cont-details-row .cont-detail.vc_row:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 28px rgba(15, 22, 36, 0.12);
          box-shadow: 0 12px 28px rgba(15, 22, 36, 0.12);
}

body #content .contact-row.cont-details-row .cont-detail.vc_row > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

body #content .contact-row.cont-details-row .contact-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.7rem;
  background: #eef4ff;
  color: #1f3b64;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .contact-row.cont-details-row .contact-icon i {
  font-size: 0.95rem;
  line-height: 1;
}

body #content .contact-row.cont-details-row .cont-link {
  margin-bottom: 0 !important;
}

body #content .contact-row.cont-details-row .cont-link h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0F1624;
  margin: 0 0 0.25rem !important;
  line-height: 1.3;
}

body #content .contact-row.cont-details-row .cont-link p {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.45;
  color: #6B7280;
  font-weight: 500;
}

body #content .contact-row.cont-details-row .cont-link a {
  color: #6B7280;
  text-decoration: none;
}

body #content .contact-row.cont-details-row .cont-link a:hover {
  color: #DB3024;
}

body #content .contact-row.cont-details-row > .wpb_column:nth-child(2) .contact-icon {
  background: #ecfaf3;
  color: #0a8f60;
}

body #content .contact-row.cont-details-row > .wpb_column:nth-child(3) .contact-icon {
  background: #fff7e5;
  color: #d38a00;
}

body form.wpcf7-form {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body form.wpcf7-form .main-head {
  font-size: 1.8rem !important;
  font-family: var(--global-font-family);
  font-weight: 600 !important;
  color: #0F1624 !important;
  margin-bottom: 1.167rem;
}

body form.wpcf7-form .flex-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body form.wpcf7-form .error {
  color: #DB3024;
}

body form.wpcf7-form .success {
  color: #0EC879;
}

body form.wpcf7-form .form .form-group {
  padding-bottom: 1rem;
  width: 100%;
  margin-bottom: 0;
}

body form.wpcf7-form .form .form-group.relative {
  position: relative;
}

body form.wpcf7-form .form .form-group > svg {
  position: absolute;
  left: 1rem;
  top: 2.85rem;
  width: 1rem;
  height: 1rem;
  color: #8B9099;
  stroke: currentColor;
  pointer-events: none;
  z-index: 2;
}

body form.wpcf7-form .form .form-group:has(textarea) > svg {
  top: 2.7rem;
}

body form.wpcf7-form .form .input-wrapper {
  position: relative;
}

body form.wpcf7-form .form .input-wrapper > svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #8B9099;
  stroke: currentColor;
  pointer-events: none;
  z-index: 2;
}

body form.wpcf7-form .form .input-wrapper:has(textarea) > svg {
  top: 1rem;
  -webkit-transform: none;
          transform: none;
}

body form.wpcf7-form .form .relative {
  position: relative;
}

body form.wpcf7-form .form p {
  margin-bottom: 0.5rem;
}

body form.wpcf7-form .form p:last-child {
  margin-bottom: 0;
}

body form.wpcf7-form .form label {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #0F1624;
}

body form.wpcf7-form .form label span, body form.wpcf7-form .form label .red {
  color: #DB3024;
}

body form.wpcf7-form .form br {
  display: none;
}

body form.wpcf7-form .form svg {
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  width: 1rem;
  height: 1rem;
  color: #8B9099;
  stroke: currentColor;
  pointer-events: none;
  z-index: 2;
}

body form.wpcf7-form .form input, body form.wpcf7-form .form select, body form.wpcf7-form .form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  color: #0F1115;
}

body form.wpcf7-form .form input:focus, body form.wpcf7-form .form select:focus, body form.wpcf7-form .form textarea:focus {
  outline: none;
  border-color: #DB3024;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .form input[type="text"], body form.wpcf7-form .form input[type="email"], body form.wpcf7-form .form input[type="tel"], body form.wpcf7-form .form input[type="date"], body form.wpcf7-form .form select {
  height: 3.25rem;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem 0.75rem 2.8rem;
}

body form.wpcf7-form .form textarea {
  min-height: 10rem;
  border-radius: 0.75rem;
  padding: 0.9rem 1rem 0.9rem 2.8rem;
  resize: none;
}

body form.wpcf7-form .form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

body form.wpcf7-form .form .form-row > .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

body form.wpcf7-form .form .wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  margin-top: 0.35rem;
}

body form.wpcf7-form .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #DB3024;
}

body form.wpcf7-form .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

body form.wpcf7-form .submit-btn {
  text-align: right;
  margin-bottom: 0;
  position: relative;
}

body form.wpcf7-form .submit-btn input, body form.wpcf7-form .submit-btn button {
  padding: 0.806rem 3.333rem;
  border-radius: 0.5rem;
  background-color: #DB3024;
  color: #fff;
  border: none;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body form.wpcf7-form .submit-btn input:hover, body form.wpcf7-form .submit-btn button:hover {
  background: #C61010;
}

body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  top: 15%;
  position: absolute;
}

body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #DB3024;
}

body footer#colophon {
  background: linear-gradient(160deg, #0e1f39, #1d3963, #2d4a76);
}

body footer#colophon .footer-main {
  padding: 3.25rem 0 3rem;
}

body footer#colophon .footer-main .flex-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 2.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

body footer#colophon .footer-main .foot-brand .foot-brand-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem 1rem;
  margin-bottom: 1rem;
}

body footer#colophon .footer-main .foot-brand .logo {
  margin: 0;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body footer#colophon .footer-main .foot-brand .logo a {
  display: inline-block;
}

body footer#colophon .footer-main .foot-brand .logo img {
  width: auto;
  max-width: 3.125rem;
  height: auto;
  display: block;
  -webkit-filter: none;
          filter: none;
  border-radius: 50%;
}

body footer#colophon .footer-main .foot-brand .foot-brand-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
  text-align: left;
  min-width: 0;
}

body footer#colophon .footer-main .foot-brand .foot-brand-name {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

body footer#colophon .footer-main .foot-brand .foot-brand-tagline {
  font-family: var(--global-font-family);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a3abbd;
}

body footer#colophon .footer-main .foot-brand .widget {
  margin-top: 0;
}

body footer#colophon .footer-main .foot-brand .widget p, body footer#colophon .footer-main .foot-brand .textwidget p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #a3abbd;
  margin: 0 0 0.75rem;
}

body footer#colophon .footer-main .foot-brand ul.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  list-style: none;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.35rem 0 0;
}

body footer#colophon .footer-main .foot-brand ul.social-icons li {
  margin: 0;
  font-size: 1rem;
}

body footer#colophon .footer-main .foot-brand ul.social-icons li a {
  color: #fff;
  -webkit-transition: border-color 0.25s, background 0.25s;
  transition: border-color 0.25s, background 0.25s;
  border-radius: 0.4rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  height: 2.45rem;
  width: 2.45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer#colophon .footer-main .foot-brand ul.social-icons li a i {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
}

body footer#colophon .footer-main .foot-brand ul.social-icons li a:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.35);
}

body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a3abbd;
  margin: 0 0 1rem;
}

body footer#colophon .footer-main section.widget p {
  font-size: 0.9375rem;
  font-family: var(--global-font-family);
  color: #a3abbd;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 0.9375rem;
  color: #a3abbd;
  line-height: 1.45;
}

body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: #a3abbd;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.55rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

body footer#colophon .footer-main section.widget ul li a i {
  margin: 0.15rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #DB3024;
  font-size: 0.9rem;
  width: 1.125rem;
  text-align: center;
}

body footer#colophon .footer-main section.widget ul li a:hover {
  color: #e8ecf4;
}

body footer#colophon .copyright {
  padding: 0.95rem 0 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body footer#colophon .copyright .copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

body footer#colophon .copyright .copyright-left, body footer#colophon .copyright .copyright-right {
  font-size: 0.8125rem;
  font-family: var(--global-font-family);
  color: #a3abbd;
  font-weight: 400;
  margin: 0;
  line-height: 1.45;
}

body footer#colophon .copyright .copyright-left {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: min(100%, 16rem);
}

body footer#colophon .copyright .copyright-right {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
}

body footer#colophon .copyright .copyright-left > a {
  color: #e8ecf4;
  font-weight: 600;
  text-decoration: none;
}

body footer#colophon .copyright .copyright-left > a:hover {
  color: #DB3024;
}
/*# sourceMappingURL=template.css.map */