/* latin-ext */
@font-face {
  font-family: "Figtree";
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url("../../fonts/figtree/_Xmu-HUzqDCFdgfMm4GNAa5o7Cqcs8-2.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Figtree";
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url("../../fonts/figtree/_Xmu-HUzqDCFdgfMm4GND65o7Cqcsw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../../fonts/figtree/_Xms-HUzqDCFdgfMm4q9DaRvziissg.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../../fonts/figtree/_Xms-HUzqDCFdgfMm4S9DaRvzig.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --clr-ah-orange:#F37421;
  --clr-ah-orange-light:#FFB483;
  --clr-ah-blue-deep:#222C86;
  --clr-ah-blue-deeper:#161B48;
  --clr-ah-black:#040617;
  --clr-ah-white:#FFFFFF;
  --clr-ah-gray-100:#F8F8F8;
  --clr-ah-gray-200:#EAEAEA;
  --clr-ah-gray-300:#DBDBDB;
  --clr-ah-gray-400:#CBCBCB;
  --clr-ah-gray-500:#9D9D9D;
  --clr-ah-gray-600:#707070;
  --clr-ah-gray-700:#424242;
  --clr-ah-error:#EF2222;
  --clr-ah-warning:#FF9A36;
  --clr-ah-success:#97C74B;
  --clr-ah-note:#FFE783;
  --clr-ah-important:#3C80FF;
}

.bg-effect {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.bg-effect .glow-lt {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  border-radius: 100px;
  background-color: var(--clr-ah-orange);
  filter: blur(200px);
  animation: moverlt 5s infinite alternate;
}
@-webkit-keyframes moverlt {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}
@keyframes moverlt {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}
.bg-effect .glow-rt {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: 200px;
  margin-right: -100px;
  margin-bottom: -100px;
  border-radius: 100px;
  background-color: var(--clr-ah-orange);
  filter: blur(200px);
  animation: moverrt 5s infinite alternate;
}
@-webkit-keyframes moverrt {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}
@keyframes moverrt {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}

svg.aro {
  width: 13px;
  height: 10px;
  overflow: hidden;
}
svg.aro path {
  fill: var(--clr-ah-white);
}

svg.icon-star {
  display: block;
  margin: 0px auto;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
svg.icon-star path {
  fill: var(--clr-ah-orange);
}

* {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: var(--clr-ah-gray-500);
}
* :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: var(--clr-ah-gray-500);
  opacity: 1;
}
* ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--clr-ah-gray-500);
  opacity: 1;
}
* ::placeholder { /* Most modern browsers support this now. */
  color: var(--clr-ah-gray-500);
}

html {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}
html body {
  margin: 0px;
  padding: 0px;
  background-color: var(--clr-ah-white);
  font-family: "Figtree";
  font-weight: 400;
  font-size: 18px;
  font-optical-sizing: auto;
}
html body .bg-dark-overlay {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 100;
  backdrop-filter: blur(10px);
}
html body .bg-dark-overlay.show {
  display: unset;
}
html body .all-sections {
  position: relative;
  display: block;
  margin: 0px;
  padding: 165px 0px 0px 0px;
  min-height: 300px;
  transition: all 0.9s ease;
}
html body .all-sections section {
  position: relative;
  margin: 80px 0px;
  padding: 0px;
  transition: all 0.3s ease;
}
html body .all-sections section:first-child {
  margin-top: 0px;
}
html body .all-sections section:last-child {
  margin-bottom: 0px;
}
html body header.sticky + .all-sections {
  padding-top: 130px;
}
@media screen and (max-width: 1600px) {
  html body .all-sections {
    padding: 165px 0px 0px 0px;
  }
  html body header.sticky + .all-sections {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1400px) {
  html body .all-sections {
    padding: 165px 0px 0px 0px;
  }
  html body header.sticky + .all-sections {
    padding-top: 130px;
  }
}
@media screen and (max-width: 991px) {
  html body .all-sections section {
    margin: 50px 0px;
  }
  html body .all-sections section:first-child {
    margin-top: 0px;
  }
  html body .all-sections section:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body .all-sections {
    padding: 100px 0px 0px 0px;
  }
  html body header.sticky + .all-sections {
    padding-top: 80px;
  }
}
html body .pg-width {
  position: relative;
  display: block;
  margin: 0px auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1600px;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  html body .pg-width {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1400px) {
  html body .pg-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
html body ::selection {
  background: var(--clr-ah-note);
}
html body h1, html body h2, html body h3, html body h4 {
  font-family: "Figtree";
  font-weight: 700;
  transition: all 0.3s ease;
}
html body h1 span, html body h2 span, html body h3 span, html body h4 span {
  transition: all 0.3s ease;
}
html body p {
  font-size: 18px;
  line-height: 24px;
  transition: all 0.3s ease;
}
html body h1 {
  font-size: 56px;
  line-height: 60px;
}
html body h2 {
  font-size: 36px;
  line-height: 42px;
}
html body h3 {
  font-size: 28px;
  line-height: 32px;
}
html body h4 {
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 1600px) {
  html body p {
    font-size: 16px;
    line-height: 22px;
  }
  html body h1 {
    font-size: 48px;
    line-height: 54px;
  }
  html body h2 {
    font-size: 32px;
    line-height: 36px;
  }
  html body h3 {
    font-size: 28px;
    line-height: 32px;
  }
  html body h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1400px) {
  html body h1 {
    font-size: 42px;
    line-height: 48px;
  }
  html body h2 {
    font-size: 28px;
    line-height: 32px;
  }
  html body h3 {
    font-size: 26px;
    line-height: 30px;
  }
  html body h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  html body h1 {
    font-size: 36px;
    line-height: 40px;
  }
  html body h2 {
    font-size: 26px;
    line-height: 30px;
  }
  html body h3 {
    font-size: 24px;
    line-height: 28px;
  }
  html body h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  html body h1 {
    font-size: 34px;
    line-height: 38px;
  }
  html body h2 {
    font-size: 24px;
    line-height: 28px;
  }
  html body h3 {
    font-size: 20px;
    line-height: 24px;
  }
  html body h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}

nav.mob-menu-pnl {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 15px;
  right: -300px;
  top: 10px;
  bottom: 10px;
  width: 280px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--clr-ah-white);
  border: 1px solid var(--clr-ah-gray-300);
  z-index: 110;
  transition: all 0.3s ease;
  opacity: 0;
}
nav.mob-menu-pnl .pnl-header {
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 20px 20px 20px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
nav.mob-menu-pnl .pnl-header img {
  max-width: 180px;
  max-height: 28px;
  margin: 0px;
  padding: 0px;
}
nav.mob-menu-pnl .pnl-header a {
  margin: 0px;
  padding: 8px;
  overflow: hidden;
  background-color: var(--clr-ah-white);
  border-radius: 50px;
  overflow: hidden;
}
nav.mob-menu-pnl .pnl-header a svg {
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
nav.mob-menu-pnl .pnl-header a svg path {
  fill: var(--clr-ah-blue-deep);
}
nav.mob-menu-pnl .pnl-content {
  position: relative;
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  margin: 0px;
  padding: 0px;
}
nav.mob-menu-pnl .pnl-content ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
nav.mob-menu-pnl .pnl-content ul li {
  margin: 15px 0px;
  padding: 0px;
  overflow: hidden;
}
nav.mob-menu-pnl .pnl-content ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 12px 20px;
  color: var(--clr-ah-blue-deep);
}
nav.mob-menu-pnl .pnl-content ul li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px var(--clr-ah-gray-500);
  border-right: solid 1px var(--clr-ah-gray-500);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.mob-menu-pnl .pnl-content ul li.sml a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
nav.mob-menu-pnl .pnl-content ul li.current-menu-item {
  background-color: var(--clr-ah-blue-deeper);
}
nav.mob-menu-pnl .pnl-content ul li.current-menu-item a {
  color: var(--clr-ah-white);
}
nav.mob-menu-pnl .pnl-content ul li.current-menu-item a:after {
  opacity: 0.5;
}

nav.mob-menu-pnl.open {
  right: 10px;
  opacity: 1;
}

body header {
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  z-index: 50;
  transition: all 0.3s ease;
}
body header .pg-width .top-rw {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 0px;
  padding: 12px 0px;
  overflow: hidden;
  transition: all 0.9s ease;
  height: auto;
  opacity: 1;
}
body header .pg-width .top-rw .cl {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
body header .pg-width .top-rw .cl p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--clr-ah-black);
}
body header .pg-width .top-rw .cl p span {
  display: inline-block;
  padding: 0px 20px;
  color: var(--clr-ah-gray-300);
}
body header .pg-width .top-rw .cl p a {
  color: var(--clr-ah-blue-deeper);
}
body header .pg-width .top-rw .cl p a:hover {
  color: var(--clr-ah-orange);
}
body header .pg-width .btm-rw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 25px 0px;
  transition: all 0.9s ease;
}
body header .pg-width .btm-rw .arom-logo-link {
  width: 392px;
  height: 60px;
  overflow: hidden;
}
body header .pg-width .btm-rw .arom-logo-link img {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  margin: 0px;
  padding: 0px;
  object-fit: contain;
}
body header .pg-width .btm-rw .navigation {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
body header .pg-width .btm-rw .navigation ul {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin: 0px;
  padding: 0px;
}
body header .pg-width .btm-rw .navigation ul li {
  margin: 0px;
  padding: 0px;
}
body header .pg-width .btm-rw .navigation ul li a {
  display: block;
  margin: 0px;
  padding: 5px 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--clr-ah-blue-deep);
  overflow: hidden;
}
body header .pg-width .btm-rw .navigation ul li a:hover {
  color: var(--clr-ah-orange);
}
body header .pg-width .btm-rw .navigation ul li.current-menu-item a {
  color: var(--clr-ah-black);
}
body header .pg-width .btm-rw .navigation ul li.separator {
  pointer-events: none;
}
body header .pg-width .btm-rw .navigation ul li.separator a {
  display: block;
  margin: 0px;
  padding: 5px 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: var(--clr-ah-gray-400);
}
body header .pg-width .btm-rw .navigation ul li.sml a {
  display: block;
  margin: 0px;
  padding: 5px 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: var(--clr-ah-blue-deep);
}
body header .pg-width .btm-rw .navigation ul li.sml a:hover {
  color: var(--clr-ah-orange);
}
body header .pg-width .btm-rw .navigation ul li.btn a {
  display: block;
  margin: 0px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--clr-ah-white);
  background-color: var(--clr-ah-orange);
  border-radius: 6px;
}
body header .pg-width .btm-rw .navigation ul li.btn a:hover {
  background-color: var(--clr-ah-blue-deeper);
}
body header .pg-width .btm-rw .navigation ul li.btn.current-menu-item a {
  color: var(--clr-ah-white);
  background-color: var(--clr-ah-blue-deeper);
}
body header .pg-width .btm-rw .navigation ul li.btn.current-menu-item a:hover {
  background-color: var(--clr-ah-blue-deeper);
}
body header .pg-width .btm-rw .navigation .mob-menu {
  display: none;
  padding: 15px 8px;
  overflow: hidden;
}
body header .pg-width .btm-rw .navigation .mob-menu svg {
  display: block;
  width: 25px;
  height: 11px;
  overflow: hidden;
}
body header .pg-width .btm-rw .navigation .mob-menu svg .top-line {
  width: 25px;
  height: 2px;
  fill: var(--clr-ah-orange);
}
body header .pg-width .btm-rw .navigation .mob-menu svg .bottom-line {
  width: 18px;
  height: 2px;
  fill: var(--clr-ah-blue-deep);
}
body header.sticky {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin-top: -44px;
}
body header.sticky .pg-width .top-rw {
  opacity: 0;
}
body header.sticky .pg-width .btm-rw {
  padding: 15px 0px;
}
body header.sticky .pg-width .btm-rw .arom-logo-link {
  width: 327px;
  height: 50px;
}
@media screen and (max-width: 1600px) {
  body header .pg-width {
    gap: 30px;
  }
}
@media screen and (max-width: 1400px) {
  body header .pg-width {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body header .pg-width {
    gap: 20px;
  }
  body header .pg-width .btm-rw .navigation ul {
    display: none;
  }
  body header .pg-width .btm-rw .navigation .mob-menu {
    display: unset;
  }
}
@media screen and (max-width: 767px) {
  body header .pg-width .top-rw {
    display: none;
  }
  body header .pg-width .btm-rw .arom-logo-link {
    width: 261px;
    height: 40px;
  }
  body header.sticky {
    margin-top: 0px;
  }
  body header.sticky .pg-width .btm-rw .arom-logo-link {
    width: 196px;
    height: 30px;
  }
}

body footer {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-top: 80px;
  overflow: hidden;
}
body footer .pg-width .logo-rw {
  display: block;
  margin: 0px;
  padding: 50px 0px 7px 0px;
  overflow: hidden;
  border-top: 4px solid var(--clr-ah-blue-deeper);
}
body footer .pg-width .logo-rw .arom-logo {
  position: relative;
  display: block;
  width: 261px;
  height: 40px;
  overflow: hidden;
}
body footer .pg-width .logo-rw .arom-logo img {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  margin: 0px;
  padding: 0px;
  object-fit: contain;
}
body footer .rw-three-cols {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 0px;
  padding: 10px 0px 50px 0px;
}
body footer .rw-three-cols .cl-info {
  width: 320px;
}
body footer .rw-three-cols .cl-info p {
  display: block;
  margin: 8px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: var(--clr-ah-gray-600);
}
body footer .rw-three-cols .cl-info p:first-child {
  margin-top: 0px;
}
body footer .rw-three-cols .cl-info p:last-child {
  margin-bottom: 0px;
}
body footer .rw-three-cols .cl-info p b {
  color: var(--clr-ah-gray-700);
  font-weight: 600;
}
body footer .rw-three-cols .cl-info p a {
  color: var(--clr-ah-blue-deep);
  text-decoration: underline;
  font-weight: 500;
}
body footer .rw-three-cols .cl-info p a:hover {
  color: var(--clr-ah-orange);
  text-decoration: none;
}
body footer .rw-three-cols .cl-info p span {
  display: inline-block;
  padding: 0px 6px;
  color: var(--clr-ls-gray-300);
}
body footer .rw-three-cols .cl-nav {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
  gap: 2px 30px;
  margin: 0px;
  padding: 0px 50px;
  list-style: none;
  overflow: hidden;
  border-left: 1px solid var(--clr-ah-gray-200);
  border-right: 1px solid var(--clr-ah-gray-200);
  max-width: 650px;
}
body footer .rw-three-cols .cl-nav li {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
body footer .rw-three-cols .cl-nav li a {
  display: block;
  color: var(--clr-ah-blue-deep);
  font-size: 16px;
  line-height: 20px;
  font-weight: 550;
  padding: 4px 0px;
  margin: 0px;
  white-space: nowrap;
}
body footer .rw-three-cols .cl-nav li .menu-description {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--clr-ah-gray-500);
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
body footer .rw-three-cols .cl-nav li.current-menu-item a {
  color: var(--clr-ls-life-900);
}
body footer .rw-three-cols .cl-side {
  width: 250px;
}
body footer .rw-three-cols .cl-side ul {
  display: block;
  gap: 2px 30px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
body footer .rw-three-cols .cl-side ul li {
  margin: 15px 0px;
  padding: 0px;
  overflow: hidden;
}
body footer .rw-three-cols .cl-side ul li:first-child {
  margin-top: 0px;
}
body footer .rw-three-cols .cl-side ul li:last-child {
  margin-bottom: 0px;
}
body footer .rw-three-cols .cl-side ul li a {
  display: block;
  color: var(--clr-ah-blue-deep);
  font-size: 16px;
  line-height: 20px;
  font-weight: 550;
  padding: 4px 0px;
  margin: 0px;
  white-space: nowrap;
}
body footer .rw-three-cols .cl-side ul li .menu-description {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--clr-ah-gray-500);
  white-space: nowrap;
}
body footer .rw-three-cols .cl-side .menu-description {
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--clr-ah-gray-500);
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
body footer .rw-three-cols .cl-side .menu-description a {
  padding: 5px 0px;
  color: var(--clr-ah-orange);
}
body footer .rw-three-cols .cl-side .menu-description a:hover {
  color: var(--clr-ah-blue-deep);
}
@media screen and (max-width: 1200px) {
  body footer {
    margin-top: 40px;
  }
  body footer .logo-rw {
    padding-top: 40px;
  }
  body footer .rw-three-cols {
    gap: 30px;
    padding-bottom: 40px;
  }
  body footer .rw-three-cols .cl-info {
    width: 240px;
  }
  body footer .rw-three-cols .cl-nav {
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 550px;
  }
  body footer .rw-three-cols .cl-side {
    width: 240px;
  }
}
@media screen and (max-width: 1069px) {
  body footer {
    margin-top: 30px;
  }
  body footer .pg-width .logo-rw {
    padding-top: 30px;
  }
  body footer .pg-width .rw-three-cols {
    gap: 30px;
    flex-direction: column;
    padding-bottom: 40px;
  }
  body footer .pg-width .rw-three-cols .cl-info {
    width: unset;
  }
  body footer .pg-width .rw-three-cols .cl-nav {
    display: none;
  }
  body footer .pg-width .rw-three-cols .cl-side {
    width: unset;
  }
}

section.sec-hero-center {
  overflow: hidden;
}
section.sec-hero-center .pg-width .txt-rw {
  position: relative;
  display: block;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
  padding-top: 60px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-hero-center .pg-width .txt-rw h1 {
  color: var(--clr-ah-blue-deep);
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
section.sec-hero-center .pg-width .txt-rw h1 span {
  display: block;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: var(--clr-ah-blue-deeper);
}
section.sec-hero-center .pg-width .txt-rw p {
  display: block;
  padding: 0px;
  margin: 10px 0px;
}
section.sec-hero-center .pg-width .txt-rw p b {
  font-weight: 550;
}
section.sec-hero-center .pg-width .txt-rw p:last-child {
  margin-bottom: 0px;
}
section.sec-hero-center .pg-width .icons-rw {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0px;
  padding: 0px;
  transition: all 0.3s ease;
}
section.sec-hero-center .pg-width .icons-rw img {
  width: auto !important;
  height: 32px !important;
  transition: all 0.3s ease;
}
section.sec-hero-center .pg-width .btn-rw {
  position: relative;
  justify-content: space-around;
}
section.sec-hero-center .pg-width .img-rw {
  position: relative;
  display: block;
  margin: 0px;
  margin-top: 25px;
  padding: 0px;
  overflow: hidden;
  border-radius: 18px;
  transition: all 0.3s ease;
}
section.sec-hero-center .pg-width .img-rw img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  transition: all 0.3s ease;
}
section.sec-hero-center .pg-width .btn-rw + .img-rw {
  margin-top: -25px;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  section.sec-hero-center .pg-width .txt-rw {
    padding-top: 50px;
  }
  section.sec-hero-center .pg-width .txt-rw h1 span {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  section.sec-hero-center .pg-width .txt-rw {
    padding-top: 40px;
  }
  section.sec-hero-center .pg-width .txt-rw h1 span {
    font-size: 24px;
    line-height: 28px;
  }
  section.sec-hero-center .pg-width .icons-rw {
    gap: 15px;
  }
  section.sec-hero-center .pg-width .icons-rw img {
    width: auto !important;
    height: 26px !important;
  }
  section.sec-hero-center .pg-width .img-rw img {
    height: 320px !important;
  }
}
@media screen and (max-width: 467px) {
  section.sec-hero-center .pg-width .txt-rw {
    padding-top: 30px;
  }
  section.sec-hero-center .pg-width .txt-rw h1 span {
    font-size: 22px;
    line-height: 26px;
  }
  section.sec-hero-center .pg-width .img-rw img {
    height: 280px !important;
  }
}
section.sec-vtabs-full .pg-width .heading-row {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-vtabs-full .pg-width .heading-row h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-vtabs-full .pg-width .heading-row p {
  margin: 0px 0px;
}
section.sec-vtabs-full .pg-width .heading-row p b {
  font-weight: 600;
}
section.sec-vtabs-full .pg-width .heading-row p:first-child {
  margin-top: 0px;
}
section.sec-vtabs-full .pg-width .heading-row p:last-child {
  margin-bottom: 0px;
}
section.sec-vtabs-full .pg-width .all-tabs {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin: 0px;
  padding: 40px 0px 0px 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-vtabs-full .pg-width .all-tabs .nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 320px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-vtabs-full .pg-width .all-tabs .nav button {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0px;
  padding: 0px 80px 0px 0px;
  border: 0px solid transparent;
  border-right: 1px solid transparent;
  background-color: transparent;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  overflow: hidden;
  color: var(--clr-ah-blue-deep);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
section.sec-vtabs-full .pg-width .all-tabs .nav button:hover {
  color: var(--clr-ah-orange);
}
section.sec-vtabs-full .pg-width .all-tabs .nav button.active {
  color: var(--clr-ah-black);
  border-right: 8px solid var(--clr-ah-orange);
  font-weight: 800;
}
section.sec-vtabs-full .pg-width .all-tabs .tab-content {
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls {
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw {
  position: relative;
  display: block;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease;
}
section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
  transition: all 0.3s ease;
}
section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls h3 {
  color: var(--clr-ah-blue-deep);
}

@media screen and (max-width: 1600px) {
  section.sec-vtabs-full .pg-width .all-tabs {
    gap: 30px;
    padding: 30px 0px 0px 0px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .nav {
    gap: 20px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .nav button {
    font-size: 24px;
    line-height: 30px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw {
    margin-bottom: 20px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw img {
    height: 380px !important;
  }
}
@media screen and (max-width: 1200px) {
  section.sec-vtabs-full .pg-width .all-tabs .nav button {
    font-size: 22px;
    line-height: 28px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw {
    margin-bottom: 15px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw img {
    height: 340px !important;
  }
}
@media screen and (max-width: 991px) {
  section.sec-vtabs-full .pg-width .all-tabs .nav {
    display: none;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw {
    margin-bottom: 15px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw img {
    height: 260px !important;
  }
}
@media screen and (max-width: 767px) {
  section.sec-vtabs-full .pg-width .all-tabs .tab-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw img {
    height: 260px !important;
  }
}
@media screen and (max-width: 467px) {
  section.sec-vtabs-full .pg-width .all-tabs .tab-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  section.sec-vtabs-full .pg-width .all-tabs .tab-content .tab-pane .full-cls .img-rw img {
    height: 220px !important;
  }
}
section.sec-logos-scroller {
  overflow: hidden;
}
section.sec-logos-scroller .pg-width .heading-row {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 1px dashed var(--clr-ah-blue-deep);
  padding-top: 30px;
}
section.sec-logos-scroller .pg-width .heading-row .cl-img {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-logos-scroller .pg-width .heading-row .cl-img img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  object-fit: contain;
}
section.sec-logos-scroller .pg-width .heading-row .cl-txt {
  flex: 1;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-logos-scroller .pg-width .heading-row .cl-txt h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-logos-scroller .pg-width .heading-row .cl-txt h2 b {
  font-weight: 800;
}
section.sec-logos-scroller .pg-width .heading-row .cl-txt p {
  margin: 0px 0px;
}
section.sec-logos-scroller .pg-width .heading-row .cl-txt p b {
  font-weight: 600;
}
section.sec-logos-scroller .pg-width .heading-row .cl-txt p:first-child {
  margin-top: 0px;
}
section.sec-logos-scroller .pg-width .heading-row .cl-txt p:last-child {
  margin-bottom: 0px;
}
section.sec-logos-scroller .pg-width .marquee {
  display: flex;
  overflow: visible;
  user-select: none;
  gap: 15px;
  border-bottom: 1px dashed var(--clr-ah-blue-deep);
  padding-bottom: 30px;
}
section.sec-logos-scroller .pg-width .marquee .marquee_group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
  min-width: 100%;
  animation: scrolllogos 60s linear infinite;
}
section.sec-logos-scroller .pg-width .marquee .marquee_group .ech-logo {
  width: 195px;
  min-width: 195px;
  max-width: 195px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}
section.sec-logos-scroller .pg-width .marquee .marquee_group .ech-logo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  object-fit: contain;
}
@keyframes scrolllogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 15px));
  }
}
section.sec-logos-scroller .pg-width + .pg-width {
  overflow: visible;
  margin-top: 20px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0));
}
section.sec-logos-scroller:last-child .pg-width .marquee {
  border-bottom: 0px;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  section.sec-logos-scroller .pg-width .heading-row {
    align-items: flex-start;
    gap: 20px;
  }
  section.sec-logos-scroller .pg-width .heading-row .cl-img {
    margin-top: 5px;
  }
  section.sec-logos-scroller .pg-width .marquee .marquee_group .ech-logo {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 62px;
    min-height: 62px;
    max-height: 62px;
  }
  section.sec-logos-scroller .pg-width + .pg-width {
    margin-top: 15px;
  }
}
@media screen and (max-width: 667px) {
  section.sec-logos-scroller .pg-width .heading-row {
    flex-direction: column;
    align-items: unset;
    gap: 15px;
  }
}
section.sec-logos-scroller + section.sec-logos-scroller .pg-width .heading-row {
  border-top: 0px dashed var(--clr-ah-blue-deep);
  padding-top: 0px;
}

section.sec-text-columns .pg-width .heading-row {
  position: relative;
  display: block;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-text-columns .pg-width .heading-row h1, section.sec-text-columns .pg-width .heading-row h2, section.sec-text-columns .pg-width .heading-row h3, section.sec-text-columns .pg-width .heading-row h4 {
  display: block;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-text-columns .pg-width .all-columns {
  position: relative;
  display: flex;
  gap: 50px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-text-columns .pg-width .all-columns .ech-cl {
  flex: 1;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-text-columns .pg-width .all-columns .ech-cl h1, section.sec-text-columns .pg-width .all-columns .ech-cl h2, section.sec-text-columns .pg-width .all-columns .ech-cl h3, section.sec-text-columns .pg-width .all-columns .ech-cl h4 {
  display: block;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-text-columns .pg-width .all-columns .ech-cl h1:first-child, section.sec-text-columns .pg-width .all-columns .ech-cl h2:first-child, section.sec-text-columns .pg-width .all-columns .ech-cl h3:first-child, section.sec-text-columns .pg-width .all-columns .ech-cl h4:first-child {
  margin-top: 0px;
}
section.sec-text-columns .pg-width .all-columns .ech-cl h3 {
  font-size: 20px;
  line-height: 24px;
}
section.sec-text-columns .pg-width .all-columns .ech-cl p {
  margin: 8px 0px;
}
section.sec-text-columns .pg-width .all-columns .ech-cl p b {
  font-weight: 600;
}
section.sec-text-columns .pg-width .all-columns .ech-cl p:first-child {
  margin-top: 0px;
}
section.sec-text-columns .pg-width .all-columns .ech-cl p:last-child {
  margin-bottom: 0px;
}
section.sec-text-columns .pg-width .all-columns .ech-cl p a {
  color: var(--clr-ah-orange);
  text-decoration: underline;
}
section.sec-text-columns .pg-width .all-columns .ech-cl p a:hover {
  color: var(--clr-ah-blue-deep);
  text-decoration: none;
}
section.sec-text-columns .pg-width .all-columns .ech-cl p.small {
  font-size: 14px;
  line-height: 16px;
}
section.sec-text-columns .pg-width .all-columns .ech-cl ul li {
  font-family: "Figtree";
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
section.sec-text-columns .pg-width .all-columns .ech-cl ul li b, section.sec-text-columns .pg-width .all-columns .ech-cl ul li strong {
  font-weight: 600;
}
section.sec-text-columns .pg-width .all-columns .ech-cl ul li a {
  color: var(--clr-ah-orange);
  text-decoration: underline;
}
section.sec-text-columns .pg-width .all-columns .ech-cl ul li a:hover {
  color: var(--clr-ah-blue-deep);
  text-decoration: none;
}
section.sec-text-columns .pg-width .all-columns .ech-cl h3 + p {
  margin-top: 5px;
}
section.sec-text-columns .pg-width .btn-rw {
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  section.sec-text-columns .pg-width .all-columns {
    flex-direction: column;
    gap: 15px;
  }
}
section.sec-full-image .pg-width .heading-row {
  position: relative;
  display: block;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: center;
}
section.sec-full-image .pg-width .heading-row h2 {
  display: block;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-full-image .pg-width .heading-row p {
  margin: 8px 0px;
}
section.sec-full-image .pg-width .heading-row p b {
  font-weight: 600;
}
section.sec-full-image .pg-width .heading-row p:first-child {
  margin-top: 0px;
}
section.sec-full-image .pg-width .heading-row p:last-child {
  margin-bottom: 0px;
}
section.sec-full-image .pg-width .img-holder {
  position: relative;
  display: block;
  margin: 0px;
  margin-top: 25px;
  padding: 0px;
  overflow: hidden;
  border-radius: 18px;
  transition: all 0.3s ease;
}
section.sec-full-image .pg-width .img-holder img {
  display: none;
  margin: 0px;
  padding: 0px;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  transition: all 0.3s ease;
}
section.sec-full-image .pg-width .img-holder img.web {
  display: block;
}
section.sec-full-image .pg-width .btn-rw {
  display: flex;
  width: fit-content;
  margin: 0px auto;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  section.sec-full-image .pg-width .img-holder img.web, section.sec-full-image .pg-width .img-holder img.mob {
    display: none;
  }
  section.sec-full-image .pg-width .img-holder img.tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.sec-full-image .pg-width .img-holder img.web, section.sec-full-image .pg-width .img-holder img.tab {
    display: none;
  }
  section.sec-full-image .pg-width .img-holder img.mob {
    display: block;
  }
  section.sec-full-image .pg-width .btn-rw {
    flex-direction: column;
  }
  section.sec-full-image .pg-width .btn-rw .btn-aro {
    width: fit-content;
    margin: 0px auto;
  }
}
section.sec-twocl-center .pg-width .two-cl {
  display: flex;
  gap: 50px;
  margin: 0px;
  padding: 40px 0px;
  border-top: 4px solid var(--clr-ah-blue-deep);
  border-bottom: 4px solid var(--clr-ah-blue-deep);
  overflow: hidden;
}
section.sec-twocl-center .pg-width .two-cl .ech-cl {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
}
section.sec-twocl-center .pg-width .two-cl .ech-cl h2 {
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
}
section.sec-twocl-center .pg-width .two-cl .ech-cl h3 {
  margin: 0px;
  padding: 0px;
  color: var(--clr-ah-orange);
  font-weight: 550;
}

@media screen and (max-width: 1167px) {
  section.sec-twocl-center .pg-width .two-cl {
    flex-direction: column;
    gap: 30px;
    margin: 0px;
    padding: 30px 0px;
  }
}
section.sec-map-text .pg-width .map-txt {
  display: flex;
  gap: 50px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.9s ease;
}
section.sec-map-text .pg-width .map-txt .map-cl {
  flex: 1;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--clr-ah-gray-400);
  transition: all 0.9s ease;
}
section.sec-map-text .pg-width .map-txt .map-cl iframe {
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
section.sec-map-text .pg-width .map-txt .txt-cl {
  flex: 1;
  margin: 0px;
  padding: 15px 0px;
  overflow: hidden;
  transition: all 0.9s ease;
}
section.sec-map-text .pg-width .map-txt .txt-cl h1, section.sec-map-text .pg-width .map-txt .txt-cl h2, section.sec-map-text .pg-width .map-txt .txt-cl h3, section.sec-map-text .pg-width .map-txt .txt-cl h4 {
  display: block;
  margin: 0px;
  margin-top: 18px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-map-text .pg-width .map-txt .txt-cl h1:first-child, section.sec-map-text .pg-width .map-txt .txt-cl h2:first-child, section.sec-map-text .pg-width .map-txt .txt-cl h3:first-child, section.sec-map-text .pg-width .map-txt .txt-cl h4:first-child {
  margin-top: 0px;
}
section.sec-map-text .pg-width .map-txt .txt-cl h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 550;
}
section.sec-map-text .pg-width .map-txt .txt-cl p {
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0px;
}
section.sec-map-text .pg-width .map-txt .txt-cl p b {
  font-weight: 600;
}
section.sec-map-text .pg-width .map-txt .txt-cl p:first-child {
  margin-top: 0px;
}
section.sec-map-text .pg-width .map-txt .txt-cl p:last-child {
  margin-bottom: 0px;
}
section.sec-map-text .pg-width .map-txt .txt-cl p a {
  color: var(--clr-ah-orange);
  text-decoration: underline;
}
section.sec-map-text .pg-width .map-txt .txt-cl p a:hover {
  color: var(--clr-ah-blue-deep);
  text-decoration: none;
}
section.sec-map-text .pg-width .map-txt .txt-cl ul li {
  font-family: "Figtree";
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
section.sec-map-text .pg-width .map-txt .txt-cl ul li b, section.sec-map-text .pg-width .map-txt .txt-cl ul li strong {
  font-weight: 600;
}
section.sec-map-text .pg-width .map-txt .txt-cl ul li a {
  color: var(--clr-ah-orange);
  text-decoration: underline;
}
section.sec-map-text .pg-width .map-txt .txt-cl ul li a:hover {
  color: var(--clr-ah-blue-deep);
  text-decoration: none;
}
section.sec-map-text .pg-width .map-txt .txt-cl h3 + p {
  margin-top: 5px;
}

@media screen and (max-width: 1400px) {
  section.sec-map-text .pg-width .map-txt {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  section.sec-map-text .pg-width .map-txt {
    flex-direction: column;
    gap: 20px;
  }
  section.sec-map-text .pg-width .map-txt .map-cl {
    flex: unset;
    height: 400px;
    min-height: 400px;
  }
  section.sec-map-text .pg-width .map-txt .txt-cl h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.sec-map-text .pg-width .map-txt .map-cl {
    height: 320px;
    min-height: 320px;
  }
}
@media screen and (max-width: 467px) {
  section.sec-map-text .pg-width .map-txt .map-cl {
    height: 260px;
    min-height: 260px;
  }
}
section.sec-form .pg-width .heading-row {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 0px;
  padding-top: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: center;
  border-top: 4px solid var(--clr-ah-blue-deep);
}
section.sec-form .pg-width .heading-row h2 {
  display: block;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-form .pg-width .heading-row p {
  margin: 8px 0px;
}
section.sec-form .pg-width .heading-row p b {
  font-weight: 600;
}
section.sec-form .pg-width .heading-row p:first-child {
  margin-top: 0px;
}
section.sec-form .pg-width .heading-row p:last-child {
  margin-bottom: 0px;
}
section.sec-form .pg-width .form-holder {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  max-width: 991px;
}
section.sec-form .pg-width .form-holder form {
  display: block;
  margin: 0px;
  padding: 0px;
}
section.sec-form .pg-width .form-holder form .rw {
  display: flex;
  gap: 30px;
  margin: 0px;
  padding: 15px 0px;
}
section.sec-form .pg-width .form-holder form .rw .cl {
  flex: 1;
  padding: 0px;
  margin: 0px;
}
section.sec-form .pg-width .form-holder form .rw .cl input:focus,
section.sec-form .pg-width .form-holder form .rw .cl textarea:focus {
  outline: none;
  border-color: var(--clr-ah-blue-deep) !important;
  background: var(--clr-ah-white) !important;
}
section.sec-form .pg-width .form-holder form .rw .cl select:focus {
  outline: none;
  border-color: var(--clr-ah-blue-deep) !important;
  background: var(--clr-ah-white) url("../../svgs/select-arrow.svg") no-repeat center right !important;
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp {
  display: block;
  margin: 0px;
  padding: 0px;
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .label {
  display: block;
  margin: 0px;
  padding: 0px 0px 2px 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: var(--clr-ah-gray-600);
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .sltFld {
  display: block;
  margin: 0px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--clr-ah-gray-400);
  font-family: "Figtree";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 15px;
  appearance: none;
  background: var(--clr-ah-white) url("../../svgs/select-arrow.svg") no-repeat center right;
  color: var(--clr-ah-black);
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .txtFld {
  display: block;
  margin: 0px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--clr-ah-gray-400);
  font-family: "Figtree";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 15px;
  color: var(--clr-ah-black);
  background: var(--clr-ah-white);
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .emlFld {
  display: block;
  margin: 0px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--clr-ah-gray-400);
  font-family: "Figtree";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 15px;
  color: var(--clr-ah-black);
  background: var(--clr-ah-white);
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .telFld {
  display: block;
  margin: 0px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--clr-ah-gray-400);
  font-family: "Figtree";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 15px;
  color: var(--clr-ah-black);
  background: var(--clr-ah-white);
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .msgFld {
  display: block;
  margin: 0px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--clr-ah-gray-400);
  font-family: "Figtree";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 15px;
  color: var(--clr-ah-black);
  background: var(--clr-ah-white);
  resize: none;
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .wpcf7-form-control-wrap label {
  display: flex;
  margin: 0px;
  padding: 0px;
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .wpcf7-form-control-wrap label .wpcf7-quiz-label {
  flex: 0;
  margin: 0px;
  width: 100%;
  border-radius: 6px 0px 0px 6px;
  border: 1px solid var(--clr-ah-gray-400);
  border-right: 0;
  font-family: "Figtree";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 15px;
  color: var(--clr-ah-black);
  background: var(--clr-ah-white);
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .wpcf7-form-control-wrap label .wpcf7-form-control.wpcf7-quiz {
  margin: 0px;
  width: 100%;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid var(--clr-ah-gray-400);
  font-family: "Figtree";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 15px;
  color: var(--clr-ah-black);
  background: var(--clr-ah-white);
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .wpcf7-form-control-wrap label:focus-within .wpcf7-quiz-label {
  border-color: var(--clr-ah-blue-deep) !important;
  background: var(--clr-ag-white) !important;
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp input[data-status=invalid],
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp input[aria-invalid=true] {
  border-color: var(--clr-ah-error);
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .sltFld[data-status=invalid],
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .sltFld[aria-invalid=true] {
  border-color: var(--clr-ah-error);
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp .wpcf7-not-valid-tip {
  color: var(--clr-ah-error);
  font-size: 14px;
  line-height: 18px;
  padding: 2px 0px 0px 0px;
}
section.sec-form .pg-width .form-holder form .rw .cl .fldGrp:has(.wpcf7-not-valid-tip) .label {
  color: var(--clr-ah-error);
}
section.sec-form .pg-width .form-holder form .rw:first-child {
  padding-top: 0px;
}
section.sec-form .pg-width .form-holder form .btnRw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin: 0px;
  padding: 20px 0px 20px 0px !important;
}
section.sec-form .pg-width .form-holder form .btnRw .btn {
  background-color: var(--clr-ah-orange);
  color: var(--clr-ah-white);
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  overflow: hidden;
}
section.sec-form .pg-width .form-holder form .btnRw span.wpcf7-spinner {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  section.sec-form .pg-width .form-holder form .rw {
    flex-direction: column;
  }
}
section.sec-form .pg-width .form-holder .wpcf7 form .wpcf7-response-output {
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin: 0px;
  border: 1px solid #00a0d2; /* Blue */
  color: var(--clr-black);
}
section.sec-form .pg-width .form-holder .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #d5ffd9;
}
section.sec-form .pg-width .form-holder .wpcf7 form.failed .wpcf7-response-output,
section.sec-form .pg-width .form-holder .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  background-color: #fcb0b0;
  color: #dc3232;
}
section.sec-form .pg-width .form-holder .wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  background-color: #ffcfb7;
}
section.sec-form .pg-width .form-holder .wpcf7 form.invalid .wpcf7-response-output,
section.sec-form .pg-width .form-holder .wpcf7 form.unaccepted .wpcf7-response-output,
section.sec-form .pg-width .form-holder .wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid var(--clr-ah-note);
  background-color: var(--clr-ah-note);
}

section.sec-contact-details .pg-width .banner {
  display: flex;
  align-items: center;
  gap: 80px;
  background-color: var(--clr-ah-blue-deeper);
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.9s ease;
}
section.sec-contact-details .pg-width .banner .ech-cl {
  min-width: 280px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.9s ease;
  color: var(--clr-ah-white);
}
section.sec-contact-details .pg-width .banner .ech-cl:first-child {
  flex: 1;
}
section.sec-contact-details .pg-width .banner .ech-cl p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
section.sec-contact-details .pg-width .banner .ech-cl p b {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
section.sec-contact-details .pg-width .banner .ech-cl p a {
  color: var(--clr-ah-orange-light);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
section.sec-contact-details .pg-width .banner .ech-cl p a:hover {
  color: var(--clr-ah-white);
}
section.sec-contact-details .pg-width .banner .ech-cl p:last-child {
  margin-bottom: 0px;
}
section.sec-contact-details .pg-width .banner .ech-cl p.heading-sml {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin: 0px 0px 4px 0px;
}

@media screen and (max-width: 1400px) {
  section.sec-contact-details .pg-width .banner {
    gap: 50px;
    padding: 40px;
  }
  section.sec-contact-details .pg-width .banner .ech-cl {
    min-width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  section.sec-contact-details .pg-width .banner {
    gap: 30px;
    padding: 30px;
  }
  section.sec-contact-details .pg-width .banner .ech-cl {
    min-width: 200px;
  }
}
@media screen and (max-width: 991px) {
  section.sec-contact-details .pg-width .banner {
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
  }
  section.sec-contact-details .pg-width .banner .ech-cl {
    min-width: unset;
    width: 50%;
    flex: 1;
  }
  section.sec-contact-details .pg-width .banner .ech-cl:first-child {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.sec-contact-details .pg-width .banner {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  section.sec-contact-details .pg-width .banner .ech-cl {
    min-width: unset;
    width: 100%;
    flex: unset;
  }
  section.sec-contact-details .pg-width .banner .ech-cl:first-child {
    min-width: unset;
  }
}
section.sec-box-imgrw-txtrw .pg-width .box {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--clr-ah-blue-deep);
  transition: all 0.9s ease;
}
section.sec-box-imgrw-txtrw .pg-width .box img {
  width: 100% !important;
  height: auto !important;
  max-height: 600px;
  padding: 0px;
  margin: 0px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px;
  margin: 0px;
  overflow: hidden;
  transition: all 0.9s ease;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .heading-row {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .heading-row h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  color: var(--clr-ah-white);
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .heading-row p {
  color: var(--clr-ah-white);
  margin: 8px 0px;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .heading-row p b {
  font-weight: 600;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .heading-row p:first-child {
  margin-top: 0px;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .heading-row p:last-child {
  margin-bottom: 0px;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .heading-row h2 + p {
  margin-top: 5px;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 50px;
  margin: 0px;
  padding: 15px 0px;
  overflow: hidden;
  list-style: none;
  transition: all 0.9s ease;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets li {
  color: var(--clr-ah-white);
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.9s ease;
}
section.sec-box-imgrw-txtrw .pg-width .box .text-set .btn-rw {
  margin-top: 0px;
}

@media screen and (max-width: 1600px) {
  section.sec-box-imgrw-txtrw .pg-width .box img {
    max-height: 500px;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set {
    padding: 30px;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 40px;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets li {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1200px) {
  section.sec-box-imgrw-txtrw .pg-width .box img {
    max-height: 400px;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set {
    padding: 20px;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
  }
}
@media screen and (max-width: 991px) {
  section.sec-box-imgrw-txtrw .pg-width .box img {
    max-height: 300px;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set {
    gap: 10px;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px 20px;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  section.sec-box-imgrw-txtrw .pg-width .box img {
    min-height: 280px;
    max-height: 280px;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets {
    grid-template-columns: 1fr 1fr;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets li {
    font-size: 15px;
    line-height: 16px;
  }
}
@media screen and (max-width: 467px) {
  section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
  section.sec-box-imgrw-txtrw .pg-width .box .text-set .all-bullets li {
    font-size: 14px;
    line-height: 15px;
  }
}
section.sec-rtxt-points-rtxt .pg-width .richtext {
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
}
section.sec-rtxt-points-rtxt .pg-width .richtext h1, section.sec-rtxt-points-rtxt .pg-width .richtext h2, section.sec-rtxt-points-rtxt .pg-width .richtext h3, section.sec-rtxt-points-rtxt .pg-width .richtext h4 {
  display: block;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-rtxt-points-rtxt .pg-width .richtext h1:first-child, section.sec-rtxt-points-rtxt .pg-width .richtext h2:first-child, section.sec-rtxt-points-rtxt .pg-width .richtext h3:first-child, section.sec-rtxt-points-rtxt .pg-width .richtext h4:first-child {
  margin-top: 0px;
}
section.sec-rtxt-points-rtxt .pg-width .richtext h3 {
  font-size: 20px;
  line-height: 24px;
}
section.sec-rtxt-points-rtxt .pg-width .richtext p {
  margin: 8px 0px;
}
section.sec-rtxt-points-rtxt .pg-width .richtext p b {
  font-weight: 600;
}
section.sec-rtxt-points-rtxt .pg-width .richtext p:first-child {
  margin-top: 0px;
}
section.sec-rtxt-points-rtxt .pg-width .richtext p:last-child {
  margin-bottom: 0px;
}
section.sec-rtxt-points-rtxt .pg-width .richtext p a {
  color: var(--clr-ah-orange);
  text-decoration: underline;
}
section.sec-rtxt-points-rtxt .pg-width .richtext p a:hover {
  color: var(--clr-ah-blue-deep);
  text-decoration: none;
}
section.sec-rtxt-points-rtxt .pg-width .richtext p.small {
  font-size: 14px;
  line-height: 16px;
}
section.sec-rtxt-points-rtxt .pg-width .richtext ul li {
  font-family: "Figtree";
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
section.sec-rtxt-points-rtxt .pg-width .richtext ul li b, section.sec-rtxt-points-rtxt .pg-width .richtext ul li strong {
  font-weight: 600;
}
section.sec-rtxt-points-rtxt .pg-width .richtext ul li a {
  color: var(--clr-ah-orange);
  text-decoration: underline;
}
section.sec-rtxt-points-rtxt .pg-width .richtext ul li a:hover {
  color: var(--clr-ah-blue-deep);
  text-decoration: none;
}
section.sec-rtxt-points-rtxt .pg-width .richtext h3 + p {
  margin-top: 5px;
}
section.sec-rtxt-points-rtxt .pg-width .all-bullets {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 60px;
  margin: 30px 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
section.sec-rtxt-points-rtxt .pg-width .all-bullets svg {
  margin-bottom: 10px;
}
section.sec-rtxt-points-rtxt .pg-width .all-bullets li {
  margin: 0px;
  padding: 0px;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  font-weight: 650;
  color: var(--clr-ah-blue-deeper);
  white-space: nowrap;
}
section.sec-rtxt-points-rtxt .pg-width .btn-rw {
  display: flex;
  width: fit-content;
  margin: 0px auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  section.sec-rtxt-points-rtxt .pg-width .btn-rw {
    flex-direction: column;
  }
  section.sec-rtxt-points-rtxt .pg-width .btn-rw .btn-aro {
    width: fit-content;
    margin: 0px auto;
  }
}
section.sec-vtabs-grid .pg-width .all-tabs {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin: 0px;
  padding: 40px 0px 0px 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-vtabs-grid .pg-width .all-tabs .nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 320px;
  max-width: 320px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-vtabs-grid .pg-width .all-tabs .nav button {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0px;
  padding: 0px 95px 0px 0px;
  border: 0px solid transparent;
  border-right: 1px solid transparent;
  background-color: transparent;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  overflow: hidden;
  color: var(--clr-ah-blue-deep);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
section.sec-vtabs-grid .pg-width .all-tabs .nav button:hover {
  color: var(--clr-ah-orange);
}
section.sec-vtabs-grid .pg-width .all-tabs .nav button.active {
  color: var(--clr-ah-black);
  border-right: 8px solid var(--clr-ah-orange);
  font-weight: 800;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content {
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane p {
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0px;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane p b {
  font-weight: 600;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane p:first-child {
  margin-top: 0px;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane p:last-child {
  margin-bottom: 0px;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-top, section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-btm {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-top h3, section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-top h4, section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-btm h3, section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-btm h4 {
  display: block;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-top h3:first-child, section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-top h4:first-child, section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-btm h3:first-child, section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-btm h4:first-child {
  margin-top: 0px;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-top h3, section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-btm h3 {
  font-size: 24px;
  line-height: 28px;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane h2 + .text-top {
  margin-top: 5px;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .text-btm {
  margin: 40px 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 4px solid var(--clr-ah-blue-deep);
  border-bottom: 4px solid var(--clr-ah-blue-deep);
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
  margin: 30px 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article .img-rw {
  position: relative;
  display: block;
  height: 220px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article .img-rw img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s ease;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article h3 {
  font-size: 20px;
  line-height: 24px;
  color: var(--clr-ah-blue-deep);
  margin-bottom: 0px;
  margin-top: 0px;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article h3 + p {
  margin-top: 4px;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles:has(> article > p) {
  grid-template-columns: 1fr 1fr;
  gap: 50px 50px;
}
section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles:has(> article > p) .img-rw {
  height: 280px;
}

@media screen and (max-width: 1600px) {
  section.sec-vtabs-grid .pg-width .all-tabs {
    gap: 30px;
    padding: 30px 0px 0px 0px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav {
    gap: 30px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav button {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  section.sec-vtabs-grid .pg-width .all-tabs .nav {
    gap: 20px;
    width: 250px;
    max-width: 250px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav button {
    font-size: 22px;
    line-height: 28px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav button.active {
    border-right: 5px solid var(--clr-ah-orange);
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles {
    gap: 30px !important;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article .img-rw {
    height: 180px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles .articles:has(> article > p) .img-rw {
    height: 240px;
  }
}
@media screen and (max-width: 1000px) {
  section.sec-vtabs-grid .pg-width .all-tabs {
    flex-direction: column;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav {
    flex-direction: row !important;
    gap: 10px;
    width: unset;
    max-width: unset;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav button {
    padding: 8px 18px !important;
    border: 1px solid var(--clr-ah-orange) !important;
    border-radius: 50px;
    background-color: var(--clr-ah-white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600 !important;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav button.active {
    background-color: var(--clr-ah-orange);
    color: var(--clr-ah-white);
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article .img-rw {
    height: 200px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles .articles:has(> article > p) {
    gap: 30px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles .articles:has(> article > p) .img-rw {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles {
    gap: 20px !important;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article .img-rw {
    height: 140px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article h3 {
    font-size: 16px;
    line-height: 20px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles:has(> article > p) .img-rw {
    height: 200px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles:has(> article > p) h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 667px) {
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article .img-rw {
    height: 260px !important;
  }
}
@media screen and (max-width: 477px) {
  section.sec-vtabs-grid .pg-width .all-tabs .nav {
    gap: 0px;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav button {
    width: 100% !important;
    border-radius: 0px !important;
    margin-top: -1px;
    padding: 8px 15px !important;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav button:first-child {
    margin-top: 0px;
    border-radius: 10px 10px 0px 0px !important;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .nav button:last-child {
    border-radius: 0px 0px 10px 10px !important;
  }
  section.sec-vtabs-grid .pg-width .all-tabs .tab-content .tab-pane .articles article .img-rw {
    height: 240px;
  }
}
section.sec-vtabs-small .pg-width .all-tabs {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-vtabs-small .pg-width .all-tabs .nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 280px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-vtabs-small .pg-width .all-tabs .nav button {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0px;
  padding: 0px 80px 0px 0px;
  border: 0px solid transparent;
  border-right: 8px solid transparent;
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
  color: var(--clr-ah-blue-deep);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
section.sec-vtabs-small .pg-width .all-tabs .nav button:hover {
  color: var(--clr-ah-orange);
}
section.sec-vtabs-small .pg-width .all-tabs .nav button.active {
  color: var(--clr-ah-black);
  border-right: 8px solid var(--clr-ah-orange);
  font-weight: 800;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content {
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .heading-row {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .heading-row h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .heading-row p {
  margin: 8px 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .heading-row p b {
  font-weight: 600;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .heading-row p:first-child {
  margin-top: 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .heading-row p:last-child {
  margin-bottom: 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 30px 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .img-cl {
  flex: 1;
  position: relative;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 325px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .img-cl img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s ease;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .img-cl:only-child {
  height: 360px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl {
  flex: 1;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl h3, section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl h4 {
  display: block;
  margin: 0px;
  padding: 0px;
  color: var(--clr-ah-blue-deep);
  font-weight: 700;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl h3:first-child, section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl h4:first-child {
  margin-top: 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl h3 {
  font-size: 20px;
  line-height: 24px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl p {
  margin: 8px 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl p b {
  font-weight: 600;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl p:first-child {
  margin-top: 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl p:last-child {
  margin-bottom: 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl p a {
  color: var(--clr-ah-orange);
  text-decoration: underline;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl p a:hover {
  color: var(--clr-ah-blue-deep);
  text-decoration: none;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl p.small {
  font-size: 14px;
  line-height: 16px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl ul {
  margin: 15px 0px;
  padding-left: 15px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl ul:first-child {
  margin-top: 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl ul li {
  font-family: "Figtree";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 8px 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl ul li b, section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl ul li strong {
  font-weight: 600;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl ul li a {
  color: var(--clr-ah-orange);
  text-decoration: underline;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl ul li a:hover {
  color: var(--clr-ah-blue-deep);
  text-decoration: none;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl ul li:first-child {
  margin-top: 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl ul li:last-child {
  margin-bottom: 0px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl h3 + p {
  margin-top: 5px;
}
section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1600px) {
  section.sec-vtabs-small .pg-width .all-tabs {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  section.sec-vtabs-small .pg-width .all-tabs {
    flex-direction: column;
  }
  section.sec-vtabs-small .pg-width .all-tabs .nav {
    flex-direction: row !important;
    gap: 10px;
    width: unset;
    max-width: unset;
  }
  section.sec-vtabs-small .pg-width .all-tabs .nav button {
    padding: 8px 18px !important;
    border: 1px solid var(--clr-ah-orange) !important;
    border-radius: 50px;
    background-color: var(--clr-ah-white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600 !important;
  }
  section.sec-vtabs-small .pg-width .all-tabs .nav button.active {
    background-color: var(--clr-ah-orange);
    color: var(--clr-ah-white);
  }
  section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls {
    gap: 30px;
  }
  section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .img-cl {
    min-width: 500px;
  }
}
@media screen and (max-width: 891px) {
  section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .img-cl {
    min-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .img-cl {
    min-width: 300px;
  }
  section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .txt-cl {
    width: 100%;
  }
}
@media screen and (max-width: 595px) {
  section.sec-vtabs-small .pg-width .all-tabs .nav {
    gap: 0px;
  }
  section.sec-vtabs-small .pg-width .all-tabs .nav button {
    width: 100% !important;
    border-radius: 0px !important;
    margin-top: -1px;
    padding: 8px 15px !important;
  }
  section.sec-vtabs-small .pg-width .all-tabs .nav button:first-child {
    margin-top: 0px;
    border-radius: 10px 10px 0px 0px !important;
  }
  section.sec-vtabs-small .pg-width .all-tabs .nav button:last-child {
    border-radius: 0px 0px 10px 10px !important;
  }
  section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .img-cl {
    min-width: unset;
  }
  section.sec-vtabs-small .pg-width .all-tabs .tab-content .tab-pane .two-cls .img-cl img {
    height: 260px !important;
  }
}
.btn-rw {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.btn-rw .btn-aro {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px;
  padding: 12px 25px;
  border: 1px solid var(--clr-ah-white);
  background-color: var(--clr-ah-orange);
  border-radius: 6px;
  overflow: hidden;
}
.btn-rw .btn-aro span {
  color: var(--clr-ah-white);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
}
.btn-rw .btn-aro img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.btn-rw .btn-aro svg {
  width: 26px;
  height: 13px;
}
.btn-rw .btn-aro svg path {
  fill: var(--clr-ah-white);
}
.btn-rw .btn-aro:hover {
  padding: 12px 22px;
  gap: 14px;
}
.btn-rw .btn-aro-sml {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0px;
  padding: 10px 15px;
  border: 1px solid var(--clr-ah-orange);
  background-color: var(--clr-ah-orange);
  border-radius: 6px;
  overflow: hidden;
}
.btn-rw .btn-aro-sml span {
  color: var(--clr-ah-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.btn-rw .btn-aro-sml img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.btn-rw .btn-aro-sml:hover {
  padding: 10px 14px;
  gap: 8px;
}

@media screen and (max-width: 1400px) {
  .btn-rw {
    margin-top: 15px;
    gap: 15px;
  }
  .btn-rw .btn-aro {
    padding: 10px 20px;
  }
  .btn-rw .btn-aro span {
    font-size: 16px;
    line-height: 20px;
  }
  .btn-rw .btn-aro svg {
    width: 20px;
    height: 10px;
  }
  .btn-rw .btn-aro:hover {
    padding: 10px 17px;
    gap: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .btn-rw {
    margin-top: 15px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .btn-rw .btn-aro-sml {
    gap: 4px;
    padding: 8px 12px;
  }
  .btn-rw .btn-aro-sml span {
    font-size: 15px;
    line-height: 19px;
  }
  .btn-rw .btn-aro-sml img {
    width: 20px;
    height: 20px;
  }
  .btn-rw .btn-aro-sml:hover {
    padding: 8px 11px;
    gap: 6px;
  }
}/*# sourceMappingURL=aromhaullage.css.map */