/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sources/scss/style.scss ***!
  \**************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sources/scss/style.scss (1) ***!
  \******************************************************************************************************************************************************************************/
/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Reset css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

/* Text-level semantics */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
audio,
video,
iframe {
  display: block;
  max-width: 100%;
}

/**
 * Basic typography style for copy text
 */
html {
  height: 100%;
  font-size: pxtopercent(16px);
  text-size-adjust: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}
body.scroll-fixed {
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}

h1,
.h1 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
  color: #004A68;
  word-break: keep-all;
}
h1 a,
.h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h1 span,
.h1 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 3.375rem;
  font-weight: 300;
  line-height: 1.1;
  color: #004A68;
  word-break: keep-all;
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h2 span,
.h2 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  color: #004A68;
  word-break: keep-all;
}
h3 a,
.h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h3 span,
.h3 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.1;
  color: #004A68;
  word-break: keep-all;
}
h4 a,
.h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h4 span,
.h4 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.375rem;
  }
}

h5,
.h5 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.1;
  color: #004A68;
  word-break: keep-all;
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h5 span,
.h5 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
  color: #004A68;
  word-break: keep-all;
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h6 span,
.h6 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

p {
  margin-bottom: 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}

.eyebrow-text {
  position: relative;
  display: inline-block;
  color: #0AA6B8;
  margin-bottom: 1.438rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .eyebrow-text {
    margin-bottom: 0.938rem;
  }
}

:is(ul, ol) {
  --ulol-left-padding: 1.25rem;
  margin-bottom: 0.938rem;
  padding-left: var(--ulol-left-padding);
}
:is(ul, ol) li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
:is(ul, ol) li:last-child {
  padding-bottom: 0;
}

ul > li::marker {
  font-size: 1.2em;
  color: #004A68;
}

blockquote {
  position: relative;
  display: block;
  padding: 0 0 0 1.313rem;
  border-left: 0.375rem solid #0AA6B8;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.33;
  color: #101010;
  text-align: left;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  overflow: visible;
  width: 100%;
  height: 0;
  margin: 1.875rem auto;
  border: 0 #000 solid;
  border-top-width: 0.063rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link */
a {
  color: #0AA6B8;
  text-decoration: underline;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover {
  color: #004A68;
  outline: none;
}
a.tab-outline {
  outline: 1px solid;
  outline-offset: 0.188rem;
}

/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  font-weight: normal;
  text-align: left;
}

.table-responsive {
  overflow-x: auto;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  padding: 0.625rem;
  border-bottom: 0.063rem solid #dee3e2;
  vertical-align: bottom;
}

/* stylelint-disable selector-class-pattern */
.fancybox__content > .carousel__button.is-close {
  top: -3.125rem;
  right: 0;
}

/* stylelint-enable selector-class-pattern */
.container-fluid {
  max-width: 1716px;
  margin: 0 auto;
}

/**
 * Main content containers
 */
:root {
  --gutter: 3.125rem;
}
@media (max-width: 767px) {
  :root {
    --gutter: 1.875rem;
  }
}

.alignfull, .alignwide, .container-fluid, .container {
  width: min(100% - var(--gutter) * 2, var(--container-width, 100%));
  margin-right: auto;
  margin-left: auto;
}

.container {
  --container-width: 106.75rem;
}
[class*=cell-] {
  position: relative;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

/* display helpers */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* alignment helpers */
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* background and text color */
.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-dark {
  background-color: #004A68;
}

.text-dark {
  color: #004A68;
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

/* responsive variants */
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30,
  .m-md-30,
  .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30,
  .p-md-30,
  .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30,
  .m-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30,
  .p-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30,
  .p-md-30,
  .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30,
  .p-md-30,
  .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1680px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
/* WordPress default alignment */
.alignwide {
  --container-width: 106.75rem;
}

.btn-parent > a, button, input[type=button],
input[type=reset],
input[type=submit], .btn {
  --focus-outline-space: -1px;
  user-select: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.813rem 1.875rem;
  color: #003B56;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #EF4136;
  border-radius: 1.75rem;
  background-color: transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn-parent > a, button, input[type=button],
  input[type=reset],
  input[type=submit], .btn {
    padding: 0.563rem 0.875rem;
  }
}
.btn-parent > a.btn-lg, button.btn-lg, input.btn-lg[type=button],
input.btn-lg[type=reset],
input.btn-lg[type=submit], .btn-lg.btn {
  padding: 0.813rem 3.313rem;
}
@media (max-width: 767px) {
  .btn-parent > a.btn-lg, button.btn-lg, input.btn-lg[type=button],
  input.btn-lg[type=reset],
  input.btn-lg[type=submit], .btn-lg.btn {
    padding: 0.563rem 0.875rem;
  }
}
.btn-parent > a.btn-xl, button.btn-xl, input.btn-xl[type=button],
input.btn-xl[type=reset],
input.btn-xl[type=submit], .btn-xl.btn {
  padding: 0.813rem 5.5rem;
}
@media (max-width: 767px) {
  .btn-parent > a.btn-xl, button.btn-xl, input.btn-xl[type=button],
  input.btn-xl[type=reset],
  input.btn-xl[type=submit], .btn-xl.btn {
    padding: 0.563rem 1.25rem;
  }
}
.btn-parent > a svg, button svg, input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg, .btn svg {
  fill: currentColor;
}
a:hover .btn-parent > a, a:hover button, a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit], a:hover .btn, .btn-parent > a:hover, button:hover, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #EF4136;
}
.btn-parent > a:focus, button:focus, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus {
  --focus-outline-space: -4px;
  outline: 0;
}
.btn-parent > a:focus::before, button:focus::before, input[type=button]:focus::before,
input[type=reset]:focus::before,
input[type=submit]:focus::before, .btn:focus::before {
  visibility: visible;
  opacity: 1;
}

.btn.-dark {
  color: #fff;
}
.btn-sm {
  padding: 0.25rem 0.563rem;
  font-size: 0.75rem;
}
.btn-link {
  padding: 0.444rem 1.063rem;
  font-size: 0.813rem;
  letter-spacing: 1.3px;
  align-items: center;
}
.btn-link svg {
  transition: 0.3s;
  fill: #004A68;
  width: 0.5rem;
  margin-left: 0.438rem;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:hover::after {
  transform: translateX(4px);
  color: #004A68;
}
.btn-link:hover svg {
  fill: #fff;
}
.btn-link:focus {
  outline: 0;
}
.btn-link:focus::before {
  visibility: visible;
  opacity: 1;
}

input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
}

.btn-parent {
  list-style: none;
  padding: 0;
}
form label {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

:is(input, textarea, button, select) {
  font-family: "Roboto", "Arial", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  appearance: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
  display: block;
  height: 9.375rem;
  padding: 0.625rem 0.938rem;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 2.625rem;
  padding: 0 0.938rem;
  border: 0.063rem solid #004A68;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #004A68;
  outline: none;
}
input[type=url]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* for IE */
select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  padding: 0 0.625rem;
  vertical-align: middle;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom-label {
  cursor: pointer;
  margin: 0;
  color: #000;
}
.radio-btn-group .radio-option .radio-custom-label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.188rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 0 0 2px #000;
}
.radio-btn-group .radio-option .radio-custom {
  position: absolute;
  opacity: 0;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label::before {
  background-color: #000;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(42deg);
  display: block;
  width: 0.313rem;
  height: 0.625rem;
  border: solid #004A68;
  border-width: 0 0.125rem 0.125rem 0;
}
.checkbox label {
  cursor: pointer;
  position: relative;
}
.checkbox label::before {
  cursor: pointer;
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.5rem;
  border: 0.125rem solid #004A68;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
}

.home-hero-component {
  position: relative;
}
@media (min-width: 992px) {
  .home-hero-component .hh-mainwrap {
    height: 80dvh;
    min-height: 43.75rem;
  }
}
@media (max-width: 991px) {
  .home-hero-component .hh-mainwrap {
    padding: 9.375rem 0;
  }
}
.home-hero-component .hh-overlay-main {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .home-hero-component .hh-overlay-main {
    height: 87dvh;
    position: fixed;
    min-height: 43.75rem;
  }
}
.home-hero-component .hh-overlay-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-component .hh-anchor-wrap {
  position: absolute;
  bottom: -10.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .home-hero-component .hh-anchor-wrap {
    bottom: -7.188rem;
  }
}
@media (max-width: 767px) {
  .home-hero-component .hh-anchor-wrap {
    bottom: -4.438rem;
  }
}
.home-hero-component .hh-anchor-wrap .hh-anchor {
  display: inline-block;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  background-color: #DBF6F9;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  color: #0AA6B8;
  font-size: 1.188rem;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.188rem;
  text-align: center;
  line-height: 1.16;
  font-weight: 400;
  transition: all 0.3s ease;
  z-index: 111;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 991px) {
  .home-hero-component .hh-anchor-wrap .hh-anchor {
    width: 11.875rem;
    height: 11.875rem;
    font-size: 1rem;
  }
}
.home-hero-component .hh-anchor-wrap .hh-anchor:hover {
  transform: scale(1.092);
}
.home-hero-component .hh-anchor-wrap .hh-anchor span {
  display: block;
  font-size: 5.313rem;
  font-weight: 300;
  line-height: 1.04;
}
@media (max-width: 767px) {
  .home-hero-component .hh-anchor-wrap .hh-anchor span {
    font-size: 3.438rem;
    margin: 0.625rem 0;
  }
}
.home-hero-component .hh-anchor-wrap .hh-anchor svg {
  transform: rotate(90deg);
}
.home-hero-component .hh-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.home-hero-component .hh-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-component .hh-cta-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.438rem;
}
@media (max-width: 767px) {
  .home-hero-component .hh-cta-main {
    gap: 1.25rem;
  }
}
.home-hero-component .hh-cta-main .btn {
  min-width: 18.75rem;
}
.home-hero-component .hh-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  max-width: 52.375rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .home-hero-component .hh-wrap {
    gap: 1.875rem;
  }
}
.home-hero-component .hh-content {
  display: flex;
  flex-direction: column;
  gap: 2.188rem;
}
@media (max-width: 767px) {
  .home-hero-component .hh-content {
    gap: 0;
  }
}
.home-hero-component .hh-content .h1 span {
  color: #0AA6B8;
  font-weight: 300;
}
.home-hero-component .hh-decs p {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.38;
  color: #004A68;
}
@media (max-width: 1199px) {
  .home-hero-component .hh-decs p {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .home-hero-component .hh-decs p {
    font-size: 1.125rem;
  }
}
.home-hero-component .hh-decs strong {
  font-weight: 500;
}

.our-solutions {
  position: relative;
  padding: 1.25rem 0 8.438rem;
  z-index: 1;
}
.our-solutions:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #034361;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  transform: scaleX(2);
  z-index: -1;
}
@media (max-width: 767px) {
  .our-solutions:before {
    top: 52%;
    left: 50%;
    width: 410%;
    transform: translate(-50%, -54%);
  }
}
.our-solutions .container-inner {
  max-width: 95.063rem;
  margin: 0 auto;
}
.our-solutions .os-sec-logo {
  max-width: 21.625rem;
  margin: 0 auto 2.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .our-solutions .os-sec-logo {
    max-width: 17.5rem;
  }
}
.our-solutions .os-sec-logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.our-solutions .os-section-title {
  position: relative;
  max-width: 60.875rem;
  margin: 0 auto;
  background-color: #034361;
  padding: 0 0.625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-top: -1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
  .our-solutions .os-section-title {
    max-width: 48.375rem;
  }
}
@media (max-width: 991px) {
  .our-solutions .os-section-title {
    max-width: 34.625rem;
  }
}
@media (max-width: 767px) {
  .our-solutions .os-section-title {
    max-width: 27.5rem;
  }
}
@media (max-width: 575px) {
  .our-solutions .os-section-title {
    max-width: 18.75rem;
  }
}
.our-solutions .os-section-title .h3 {
  color: #fff;
  line-height: 1.18;
  margin: 0;
}
@media (max-width: 1199px) {
  .our-solutions .os-section-title .h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .our-solutions .os-section-title .h3 {
    font-size: 1.438rem;
  }
}
@media (max-width: 767px) {
  .our-solutions .os-section-title .h3 {
    font-size: 1.25rem;
  }
}
.our-solutions .os-solutions-intro {
  border: 1px solid #fff;
  border-radius: 0.938rem;
  padding: 0 0 3.938rem;
}
.our-solutions .os-solutions-grid {
  display: flex;
  justify-content: center;
  gap: 6.25rem 0;
}
.our-solutions .os-solution-item {
  max-width: 22.813rem;
  margin: 0 auto;
  text-align: center;
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1679px) {
  .our-solutions .os-solution-item {
    max-width: 100%;
    padding: 0 0.625rem;
  }
}
.our-solutions .os-solution-item span {
  display: block;
  color: #B0E8F0;
  letter-spacing: 0.15rem;
}
.our-solutions .os-solution-item .eyebrow-text {
  margin: 1.875rem 0 0;
}
@media (max-width: 767px) {
  .our-solutions .os-solution-item .eyebrow-text {
    margin: 0.625rem 0 0;
  }
}
.our-solutions .os-solution-logo {
  max-width: 15rem;
  width: 100%;
  height: 2.75rem;
  transition: all 0.3s;
  pointer-events: fill;
  margin-top: 1rem;
}
@media (max-width: 1199px) {
  .our-solutions .os-solution-logo {
    max-width: 12.5rem;
  }
}
.our-solutions .os-solution-logo img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  transition: all 0.3s;
}
.our-solutions .os-solution-logo:hover img {
  transform: scale(1.099);
}
.our-solutions .os-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.438rem;
  margin-top: 3.438rem;
}
@media (max-width: 767px) {
  .our-solutions .os-cta-buttons {
    gap: 1.25rem;
  }
}
.our-solutions .os-cta-buttons .btn {
  min-width: 18.75rem;
}
.our-solutions .os-solution-description {
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
}
.our-solutions .os-solution-item-wrap {
  position: relative;
  pointer-events: none;
}
.our-solutions .os-solution-item-wrap:last-child .os-plus-icon {
  display: none;
}
.our-solutions .os-plus-icon {
  position: absolute;
  top: 0;
  right: -2.188rem;
  width: 4.375rem;
  height: 4.375rem;
  pointer-events: fill;
}
@media (max-width: 1199px) {
  .our-solutions .os-plus-icon {
    width: 2.5rem;
    right: -1.25rem;
    height: 2.5rem;
  }
}
@media (max-width: 991px) {
  .our-solutions .os-plus-icon {
    right: 50%;
    transform: translateX(50%);
    top: unset;
    bottom: -4.375rem;
  }
}
.our-solutions .os-plus-icon::before {
  content: "";
  display: inline-block;
  width: 4.375rem;
  height: 4.375rem;
  background-image: url(../images/plus-symbol.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .our-solutions .os-plus-icon::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.our-solutions .os-plus-icon:hover::before {
  opacity: 1;
  transform: scale(1.17);
  transition: all 0.3s;
}

.partner-stories {
  position: relative;
}
.partner-stories .ps-wrap {
  max-width: 87.313rem;
  margin: auto;
}
.partner-stories .ps-left {
  width: 67.65%;
}
@media (max-width: 1199px) {
  .partner-stories .ps-left {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .partner-stories .ps-left {
    width: 100%;
  }
}
.partner-stories .ps-right {
  width: 32.35%;
}
@media (max-width: 1199px) {
  .partner-stories .ps-right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .partner-stories .ps-right {
    width: 100%;
  }
}
.partner-stories .ps-img {
  position: relative;
  padding-top: 56.256684492%;
}
.partner-stories .ps-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-stories .ps-img img {
  border-radius: 1.5rem;
}
.partner-stories .ps-desc {
  margin: 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .partner-stories .ps-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
  }
}
.partner-stories .ps-detailwrap {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.813rem;
}
@media (min-width: 1200px) {
  .partner-stories .ps-detailwrap {
    max-width: 23rem;
  }
}
@media (max-width: 991px) {
  .partner-stories .ps-detailwrap {
    margin-top: 1.25rem;
  }
}
.partner-stories .ps-logowrap {
  max-width: 13.313rem;
}
.partner-stories .ps-logowrap .ps-logo {
  position: relative;
  padding-top: 66.6666666667%;
}
.partner-stories .ps-logowrap .ps-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-stories .ps-logowrap .ps-logo img {
  object-fit: contain;
}
.partner-stories .ps-headingwrap {
  display: flex;
  flex-direction: column;
  row-gap: 2.125rem;
}
.partner-stories .ps-heading {
  margin-bottom: 4.688rem;
}
@media (max-width: 767px) {
  .partner-stories .ps-heading {
    margin-bottom: 2.5rem;
  }
}
.partner-stories .ps-heading .h2 {
  margin: 0;
}
.partner-stories .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.partner-stories .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}
@media (min-width: 768px) {
  .partner-stories .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .partner-stories .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
  }
}

.our-location {
  padding: 16.875rem 0;
  position: relative;
  background-color: #F5F5F7;
}
@media (max-width: 1199px) {
  .our-location {
    padding: 10.625rem 0;
  }
}
@media (max-width: 767px) {
  .our-location {
    padding: 6.25rem 0;
  }
}
.our-location::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 60px;
  background-image: url(../images/top-shape.svg);
  background-repeat: repeat;
  background-size: cover;
  transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .our-location::before {
    top: -1.875rem;
    background-size: 100%;
  }
}
.our-location::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-image: url(../images/top-shape.svg);
  background-repeat: repeat;
  background-size: cover;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .our-location::after {
    bottom: -1.875rem;
    background-size: 100%;
  }
}
.our-location .location-wrap::before {
  content: "";
  position: absolute;
  left: -1.625rem;
  top: 5.375rem;
  width: 21.563rem;
  height: 33.875rem;
  background-image: url(../images/arrow-shape.svg);
  background-repeat: repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.75;
}
@media (max-width: 991px) {
  .our-location .location-wrap::before {
    width: 18.125rem;
    height: 27.625rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .our-location .location-wrap::before {
    width: 9.063rem;
    height: 21.375rem;
  }
}
.our-location .ol-wrap {
  max-width: 98.75rem;
  margin-left: auto;
}
.our-location .ol-description {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (max-width: 1679px) {
  .our-location .ol-description {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .our-location .ol-description {
    font-size: 1.125rem;
  }
}
@media (max-width: 1679px) {
  .our-location .ol-section-title .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .our-location .ol-section-title .h2 {
    font-size: 1.875rem;
  }
}
.our-location .ol-main-image {
  position: relative;
  padding-top: 69.5906432749%;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
}
.our-location .ol-main-image:hover .mapboxgl-map {
  scale: 1.05;
}
.our-location .ol-main-image .mapboxgl-map {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  left: 0;
  border-radius: 1.5rem;
  transition: 0.3s;
}
@media (max-width: 1679px) {
  .our-location .ol-main-image {
    padding-left: 3.125rem;
  }
}
@media (max-width: 991px) {
  .our-location .ol-main-image {
    padding-left: 0;
  }
}
.our-location .ol-image {
  position: relative;
  padding-top: 69.5906432749%;
  overflow: hidden;
  border-radius: 0.938rem;
}
.our-location .ol-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-location .ol-image img {
  border-radius: 0.938rem;
  transition: transform 0.3s ease;
}
.our-location .ol-image:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.our-location .ol-row {
  display: flex;
  margin-right: -2.594rem;
  margin-left: -2.594rem;
}
.our-location .ol-row [class*=cell-] {
  padding-right: 2.594rem;
  padding-left: 2.594rem;
}
@media (max-width: 1199px) {
  .our-location .ol-row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .our-location .ol-row [class*=cell-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (max-width: 991px) {
  .our-location .ol-row {
    row-gap: 1.875rem;
  }
}
.our-location .mapboxgl-map .mapboxgl-popup-close-button {
  padding: 0.188rem 0.25rem;
  background: transparent;
}
.our-location .mapboxgl-map .mapboxgl-popup-close-button span {
  color: #004A68;
  font-size: 1.125rem;
  line-height: 1;
}
.our-location .mapboxgl-map .mapboxgl-popup-content strong {
  font-weight: 500;
}
.our-location .mapboxgl-map .mapboxgl-popup-content * {
  font-family: "Roboto", "Arial", sans-serif !important;
  font-weight: 300;
  color: #004A68;
}
.our-location .mapboxgl-map .mapboxgl-popup-content {
  padding: 1.25rem;
}

.interactive-map {
  background-image: url(../images/bg-shape-hero.svg);
  position: relative;
  padding-top: 4.75rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .interactive-map {
    margin-top: -3.125rem;
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .interactive-map {
    padding-top: 3.75rem;
  }
  .interactive-map .drag_element.active .ihotspot_tooltop_html img {
    transform: rotate(0) scale(1);
  }
}
.interactive-map:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  background-color: #024361;
  height: 500px;
  width: 100%;
}
.interactive-map .im-wrapper {
  background-color: #024361;
}
.interactive-map .im-heading {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.interactive-map .im-mobile-media {
  position: relative;
  z-index: 1;
}
.interactive-map .im-mobile-media video,
.interactive-map .im-mobile-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.interactive-map .im-main-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  max-width: 43.188rem;
  transform: translateY(-50%);
}
@media (min-width: 1680px) {
  .interactive-map .im-main-wrap {
    left: 140px;
  }
}
@media (max-width: 1199px) {
  .interactive-map .im-main-wrap {
    padding: 3.125rem 0.938rem;
    max-width: 36.938rem;
  }
}
@media (max-width: 991px) {
  .interactive-map .im-main-wrap {
    padding: 10rem 0 3.75rem;
    position: relative;
    max-width: 100%;
    transform: unset;
  }
}
@media (max-width: 767px) {
  .interactive-map .im-main-wrap {
    padding: 6.25rem 0 3.125rem;
  }
}
.interactive-map .im-main-wrap .h1 {
  color: #0AA6B8;
  width: 90%;
}
.interactive-map .im-desc {
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .interactive-map .im-desc {
    font-size: 1.125rem;
  }
}
.interactive-map .im-desc span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .interactive-map .im-hotspot .tooltip-wrap {
    display: none !important;
  }
}
.interactive-map .im-hotspot .tips .point_style {
  position: relative;
}
@media (max-width: 767px) {
  .interactive-map .im-hotspot .tips .point_style img {
    height: 9.375rem;
  }
}
@media (max-width: 575px) {
  .interactive-map .im-hotspot .tips .point_style img {
    height: 5.625rem;
  }
}
@media (max-width: 991px) {
  .interactive-map .im-hotspot .drag_element.active-dropdown .point_style::before {
    background-color: #22bc9e !important;
    scale: 1.2;
  }
}
@media (max-width: 991px) {
  .interactive-map .im-hotspot .drag_element.active-dropdown > .im-tool span {
    opacity: 1;
    font-size: 0.688rem;
  }
}
.interactive-map .im-hotspot .drag_element > .im-tool {
  position: absolute;
  top: 50%;
  left: 1.875rem;
  height: auto;
  width: 6.25rem;
  transition: 0.35s ease 0s;
  text-align: left;
  transform: translateY(-60%);
}
@media (max-width: 991px) {
  .interactive-map .im-hotspot .drag_element > .im-tool {
    left: 50%;
    transform: translate(-40%, -100%);
    width: max-content;
    pointer-events: none;
  }
}
.interactive-map .im-hotspot .drag_element > .im-tool span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .interactive-map .im-hotspot .drag_element > .im-tool span {
    font-size: 0.375rem;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .interactive-map .im-hotspot .drag_element .tooltip-wrap {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .interactive-map .im-hotspot .drag_element.active > .im-tool {
    opacity: 1 !important;
    color: #0AA6B8;
  }
}
@media (max-width: 991px) {
  .interactive-map .im-hotspot .drag_element.active .im-dropdown-link {
    color: #0AA6B8;
  }
}
.interactive-map .im-hotspot .wrap_svl {
  width: 100%;
}
.interactive-map .im-hotspot .wrap_svl_center_box {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.interactive-map .im-map-dropdown-wrap {
  display: none;
  background-color: #024361;
}
@media (max-width: 991px) {
  .interactive-map .im-map-dropdown-wrap {
    position: relative;
    display: block;
    max-width: 100%;
    margin-right: 0;
    padding: 1.5rem 1.25rem;
  }
}
.interactive-map .im-map-dropdown-wrap .dropdown-title {
  position: relative;
  padding: 0.625rem 3.125rem 0.625rem 1.25rem;
  border: 1px solid #0AA6B8;
  border-radius: 0.25rem;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  cursor: pointer;
}
.interactive-map .im-map-dropdown-wrap .dropdown-title::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  transition: 0.4s;
  border-right: 0.125rem solid;
  border-bottom: 0.125rem solid;
}
.interactive-map .im-map-dropdown-wrap .dropdown-title.active::before {
  transform: translateY(-10%) rotate(-45deg) scaleY(-1);
}
.interactive-map .im-map-dropdown-wrap .dropdown-title span {
  color: #fff;
}
.interactive-map .im-map-dropdown-wrap .im-map-dropdown {
  display: none;
  position: absolute;
  top: calc(50% + 30px);
  width: calc(100% - 40px);
  background-color: #fff;
  z-index: 10;
  border-radius: 0.25rem;
  border: 1px solid #0AA6B8;
  padding: 0;
  min-height: 23.75rem;
  max-height: 23.75rem;
  overflow-x: auto;
}
.interactive-map .im-map-dropdown-wrap .im-map-dropdown li {
  list-style-type: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 0;
}
.interactive-map .im-map-dropdown-wrap .im-map-dropdown li span {
  color: #0AA6B8;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 0.625rem 1.25rem;
}
.interactive-map .im-map-dropdown-wrap .im-map-dropdown li:hover {
  background-color: #0AA6B8;
}
.interactive-map .im-map-dropdown-wrap .im-map-dropdown li:hover span {
  color: #fff;
}
.interactive-map .im-wrap .im-hotspot .drag_element .ihotspot_tooltop_html {
  position: relative;
  transition: 0.3s ease all;
}
.interactive-map .im-wrap .im-hotspot .drag_element .ihotspot_tooltop_html::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 1.688rem;
  height: 1.688rem;
  transition: 0.3s ease all;
  cursor: pointer;
  border-radius: 50%;
  background: #F04035;
  border: 3px solid #fff;
}
@media (max-width: 1199px) {
  .interactive-map .im-wrap .im-hotspot .drag_element .ihotspot_tooltop_html::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 991px) {
  .interactive-map .im-wrap .im-hotspot .drag_element .ihotspot_tooltop_html::before {
    width: 0.625rem;
    height: 0.625rem;
    border: 2px solid #fff;
    pointer-events: none;
  }
}
.interactive-map .im-wrap .im-hotspot .drag_element .ihotspot_tooltop_html img {
  display: none;
}
.interactive-map .im-wrap .im-hotspot .drag_element.tips {
  cursor: pointer;
}
.interactive-map .im-wrap .im-hotspot .drag_element.tips .tooltip-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-22%, -2%);
  width: auto;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s ease 0s;
  min-height: 8.563rem;
}
.interactive-map .im-wrap .im-hotspot .drag_element.tips .tooltip-wrap:has(.box_img img) {
  width: 22.688rem;
}
.interactive-map .im-wrap .im-hotspot .drag_element.tips .tooltip-wrap .box_text {
  background: #fff !important;
  height: max-content;
  width: 12.813rem;
}
@media (max-width: 991px) {
  .interactive-map .im-wrap .im-hotspot .drag_element.tips .tooltip-wrap {
    display: none !important;
  }
}
.interactive-map .im-wrap .im-hotspot .drag_element.tips .tooltip-wrap > .im-tool {
  margin-bottom: 0.5rem;
  display: none;
}
.interactive-map .im-wrap .im-hotspot .drag_element.tips .tooltip-wrap > .im-tool .im-dropdown-link {
  color: #0AA6B8;
  font-size: 1.125rem;
}
.interactive-map .im-wrap .im-hotspot .drag_element.tips .tooltip-wrap p {
  font-size: 1rem;
  font-weight: 400;
  color: #393939 !important;
}
.interactive-map .im-wrap .im-hotspot .drag_element.tips .point_style[data-placement=e] ~ .tooltip-wrap {
  transform: translate(-70%, -2%);
}
.interactive-map .im-wrap .im-hotspot .drag_element.tips .point_style[data-placement=e] ~ .tooltip-wrap:has(.box_img:empty) {
  transform: translate(-22%, -2%);
}
.interactive-map .im-wrap .im-hotspot .drag_element.active::before {
  height: 16.625rem;
}
.interactive-map .im-wrap .im-hotspot .drag_element.active .ihotspot_tooltop_html {
  z-index: 12;
}
.interactive-map .im-wrap .im-hotspot .drag_element.active .ihotspot_tooltop_html::before {
  --bgColor1: #0AA6B8;
  transform: scale(1.2);
}
.interactive-map .im-wrap .im-hotspot .drag_element.active .ihotspot_tooltop_html::after {
  opacity: 1;
  transition-delay: 0.15s;
}
.interactive-map .im-wrap .im-hotspot .drag_element.active .tooltip-wrap {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
.interactive-map .im-wrap .im-hotspot .drag_element.active .tooltip-wrap .box_img,
.interactive-map .im-wrap .im-hotspot .drag_element.active .tooltip-wrap .box_text {
  pointer-events: all;
}
@media (max-width: 991px) {
  .interactive-map .im-wrap .im-hotspot .drag_element.active .tooltip-wrap {
    pointer-events: none;
    display: none;
  }
}
.interactive-map .im-wrap .im-hotspot .drag_element.active > .im-tool {
  opacity: 0;
}
@media (max-width: 767px) {
  .interactive-map .im-wrap .im-hotspot .drag_element.active > .im-tool {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .interactive-map .im-wrap .im-hotspot .images_wrap {
    padding-top: 90%;
    position: relative;
  }
}
@media (max-width: 575px) {
  .interactive-map .im-wrap .im-hotspot .images_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.interactive-map .im-map-content-wrap {
  background-color: #024361;
}
.interactive-map .im-map-content-wrap .im-map-content {
  display: none;
}
@media (max-width: 991px) {
  .interactive-map .im-map-content-wrap .im-map-content {
    position: relative;
    display: none;
    margin: 0 1.563rem;
    padding: 0;
    z-index: 1;
  }
  .interactive-map .im-map-content-wrap .im-map-content h6 {
    font-size: 1rem;
  }
  .interactive-map .im-map-content-wrap .im-map-content h1,
  .interactive-map .im-map-content-wrap .im-map-content h2,
  .interactive-map .im-map-content-wrap .im-map-content h3,
  .interactive-map .im-map-content-wrap .im-map-content h4,
  .interactive-map .im-map-content-wrap .im-map-content h5,
  .interactive-map .im-map-content-wrap .im-map-content h6 {
    margin-bottom: 0.69rem;
    color: #004A68;
    font-weight: 600;
  }
  .interactive-map .im-map-content-wrap .im-map-content ul li,
  .interactive-map .im-map-content-wrap .im-map-content ol li {
    color: #fff;
  }
  .interactive-map .im-map-content-wrap .im-map-content p {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
  }
  .interactive-map .im-map-content-wrap .im-map-content .btn-link {
    display: block;
    margin-top: 2rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .interactive-map .im-map-content-wrap .im-map-content .tooltip-wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
}
.interactive-map .im-map-content-wrap .im-map-content .tooltip-wrap p {
  color: #0AA6B8;
  font-size: 0.875rem;
  font-weight: 400;
  display: grid;
}
.interactive-map .im-map-content-wrap .im-map-content .tooltip-wrap p strong {
  color: #0AA6B8;
}
.interactive-map .im-map-content-wrap .im-map-content .tooltip-wrap .box_view_html {
  background-color: #fff;
  display: flex;
}
@media (max-width: 991px) {
  .interactive-map .im-map-content-wrap .im-map-content .tooltip-wrap .box_view_html {
    background-color: unset;
  }
}
.interactive-map .im-map-content-wrap .im-map-content .tooltip-wrap .box_view_html h6 {
  color: #004A68;
  font-size: 1.125rem;
}
.interactive-map .im-map-content-wrap .im-map-content .tooltip-wrap .im-tool .im-dropdown-link {
  display: block;
  color: #004A68;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.interactive-map .box_view_html {
  display: flex;
}
@media (max-width: 991px) {
  .interactive-map .box_view_html {
    max-width: 100%;
  }
}
.interactive-map .box_view_html .box_img {
  background: #fff;
}
.interactive-map .box_view_html img {
  width: 9.875rem;
  height: 12.313rem;
  object-fit: cover;
  margin: 0;
}
@media (max-width: 991px) {
  .interactive-map .box_view_html img {
    object-fit: contain;
    min-width: 9.875rem;
    height: 7.5rem;
    margin-right: 1.25rem;
  }
}
.interactive-map .box_view_html p {
  margin: 0;
}
.interactive-map .box_view_html p:empty {
  display: none;
}
.interactive-map .box_view_html p br {
  display: none;
}
.interactive-map .box_view_html .close_ihp {
  display: none;
}
.interactive-map .box_view_html .box_text {
  padding: 0.813rem 1.313rem 1rem;
}
@media (max-width: 991px) {
  .interactive-map .box_view_html .box_text {
    padding: unset;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
  }
}
.interactive-map .box_view_html .all-content {
  display: flex;
  flex-direction: column-reverse;
}
.interactive-map .box_view_html .all-content strong {
  font-size: 1rem;
  font-weight: 700;
  color: #17A5B9 !important;
}
.interactive-map .box_view_html .all-content .close_ihp {
  display: none;
}
.interactive-map .box_view_html .static-fix {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 0.563rem;
}
.interactive-map .box_view_html .static-fix span {
  color: #22bc9e;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
}

.our-partners {
  margin: 4.313rem 0 6.25rem;
}
@media (max-width: 767px) {
  .our-partners {
    margin: 3.125rem 0 4.375rem;
  }
}
.our-partners .swiper-slide {
  height: 100%;
  padding: 0.625rem;
}
.our-partners .container {
  --container-width: 1751px;
}
.our-partners .op-partner-item {
  /* background: red; */
  padding: 1.875rem 0.875rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1803921569);
  border-radius: 0.625rem;
}
.our-partners .op-cta-buttons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 4.688rem;
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  .our-partners .op-cta-buttons {
    margin-top: 1.875rem;
  }
}
.our-partners .op-partner-logo {
  width: 12.5rem;
}
.our-partners .op-partner-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.our-partners .op-section-title {
  text-align: center;
  margin-bottom: 2.563rem;
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  .our-partners .op-section-title {
    margin-bottom: 1.875rem;
  }
}
.our-partners .op-section-title .eyebrow-text {
  color: #0AA6B8;
  letter-spacing: 2.4px;
  margin: 0;
}

.full-width-cta {
  background-color: #004A68;
  position: relative;
  padding: 7.625rem 0;
  width: 100%;
  z-index: 1;
}
.full-width-cta .fwc-content {
  max-width: 89.188rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .full-width-cta .fwc-content {
    max-width: 100%;
  }
}
.full-width-cta .fwc-content .h2 {
  color: #fff;
}
.full-width-cta .fwc-content .sub-title {
  color: #17A5B9;
  font-weight: 500;
}
.full-width-cta .fwc-content .cta-buttons {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .full-width-cta .fwc-content .cta-buttons {
    margin-top: 1.875rem;
  }
}
.full-width-cta .fwc-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
@media (max-width: 767px) {
  .full-width-cta .fwc-main-wrap {
    gap: 1.25rem;
  }
}
.full-width-cta .fwc-logo {
  max-width: 21.625rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .full-width-cta .fwc-logo {
    max-width: 15.375rem;
  }
}
.full-width-cta .fwc-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-vision {
  margin: 8.25rem 0 4.25rem;
}
@media (max-width: 767px) {
  .our-vision {
    margin: 3.125rem 0;
  }
}
.our-vision .sec-heading {
  margin-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .our-vision .sec-heading {
    margin-bottom: 1.875rem;
  }
}
.our-vision .ov-main-contain {
  max-width: 62.188rem;
  margin: 0 auto;
}
.our-vision .ov-section-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.our-vision .ov-section-title .eyebrow-text {
  color: #0AA6B8;
  letter-spacing: 2.4px;
}
.our-vision .ov-description .text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  color: #101010;
}
.our-vision .ov-description-box {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
.our-vision .ov-image {
  position: relative;
  padding-top: 56.9565217391%;
}
.our-vision .ov-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-vision .ov-image img {
  border-radius: 1.5rem;
}
.our-vision .ov-row {
  margin-right: -2.219rem;
  margin-left: -2.219rem;
}
.our-vision .ov-row [class*=cell-] {
  padding-right: 2.219rem;
  padding-left: 2.219rem;
}
@media (max-width: 767px) {
  .our-vision .ov-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.our-vision .ov-statistic-label {
  color: #004A68;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.our-vision .ov-statistic-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.our-vision .ov-statistic {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.our-vision .ov-card-desc {
  margin-top: 0.625rem;
}
.our-vision .ov-card-desc.h4 {
  font-weight: 700;
  margin: 0;
}
.our-vision .ov-counter {
  font-size: 4.688rem;
  font-weight: 300;
  color: #0AA6B8;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .our-vision .ov-counter {
    font-size: 2.813rem;
  }
}

.landing-hero {
  position: relative;
  padding: 0 !important;
}
.landing-hero:not(.landing-hero.has-video) {
  padding-top: var(--header-height) !important;
}
.landing-hero.color-light .hh-bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.2);
}
.landing-hero.color-light .hh-content .h2 {
  color: #fff;
}
.landing-hero.color-light .hh-content .eyebrow-text {
  color: #fff;
}
.landing-hero.color-light .hh-decs p {
  color: #fff;
}
@media (min-width: 992px) {
  .landing-hero .hh-mainwrap {
    height: 60dvh;
    min-height: 31.25rem;
  }
}
.landing-hero .hh-overlay-main {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 7.2916666667% 0;
}
@media (min-width: 992px) {
  .landing-hero .hh-overlay-main {
    position: fixed;
    min-height: 31.25rem;
  }
}
.landing-hero .hh-overlay-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-hero .hh-overlay-main:has(.hh-bg-video) {
  padding-top: var(--header-height);
}
.landing-hero .hh-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.landing-hero .hh-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-hero .hh-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.landing-hero .hh-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-hero .hh-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  max-width: 52.375rem;
  margin: 0 auto;
  text-align: center;
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .landing-hero .hh-wrap {
    gap: 1.875rem;
  }
}
.landing-hero .hh-content {
  display: flex;
  flex-direction: column;
  gap: 1.438rem;
}
.landing-hero .hh-content .h2 {
  font-weight: 300;
  margin: 0.688rem 0 0;
  color: #003B56;
}
.landing-hero .hh-content .eyebrow-text {
  margin: 0;
  color: #0AA6B8;
  letter-spacing: 2.4px;
}
.landing-hero .hh-content .author-title {
  font-weight: 500;
}
.landing-hero .hh-content .author-title,
.landing-hero .hh-content .author-designation,
.landing-hero .hh-content .author-department {
  color: #004A68;
  font-size: 1.25rem;
}
.landing-hero .hh-decs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .landing-hero .hh-decs {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 767px) {
  .landing-hero .hh-decs {
    -webkit-line-clamp: 7;
  }
}
.landing-hero .hh-decs * {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33;
  color: #004A68;
}
@media (max-width: 1199px) {
  .landing-hero .hh-decs * {
    font-size: 1.125rem;
  }
}
.landing-hero .hh-decs a {
  text-decoration: none;
  transition: 0.3s all;
}
.landing-hero .hh-decs a:hover {
  text-decoration: underline;
  transition: 0.3s all;
}

.feature-highlights {
  padding: 6.25rem 0 10.375rem;
  background-color: #024361;
}
@media (min-width: 1600px) {
  .feature-highlights {
    padding-bottom: 12.5rem;
  }
}
.feature-highlights::after {
  position: absolute;
  left: 50%;
  bottom: -0.188rem;
  width: 100%;
  height: 2.813rem;
  background-image: url(../images/top-shape.svg);
  background-repeat: repeat;
  background-size: cover;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .feature-highlights::after {
    bottom: -1.875rem;
    background-size: 100%;
  }
}
.feature-highlights .fh-top-row {
  margin-right: -2.844rem;
  margin-left: -2.844rem;
}
.feature-highlights .fh-top-row [class*=cell-] {
  padding-right: 2.844rem;
  padding-left: 2.844rem;
}
@media (max-width: 991px) {
  .feature-highlights .fh-top-row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .feature-highlights .fh-top-row [class*=cell-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .feature-highlights .fh-top-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.feature-highlights .fh-bottom-row {
  margin-right: -2.813rem;
  margin-left: -2.813rem;
}
.feature-highlights .fh-bottom-row [class*=cell-] {
  padding-right: 2.813rem;
  padding-left: 2.813rem;
}
@media (max-width: 1199px) {
  .feature-highlights .fh-bottom-row {
    margin-right: -0.938rem;
    margin-left: -0.938rem;
  }
  .feature-highlights .fh-bottom-row [class*=cell-] {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }
}
.feature-highlights .fh-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.feature-highlights .fh-bg-image img {
  height: auto;
}
.feature-highlights .fh-main-wrap {
  max-width: 78.563rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.188rem;
}
.feature-highlights .fh-description {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
.feature-highlights .fh-description .h2 {
  color: #17A5B9;
  margin: 0;
}
@media (min-width: 1680px) {
  .feature-highlights .fh-description .h2 {
    width: 90%;
  }
}
.feature-highlights .fh-description .description {
  color: #fff;
  font-size: 1.313rem;
  line-height: 1.6;
}
.feature-highlights .fh-image {
  position: relative;
  padding-top: 57.7777777778%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.feature-highlights .fh-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-highlights .fh-image img {
  transition: 0.3s all;
}
.feature-highlights .fh-image:hover img {
  transform: scale(1.1);
}
.feature-highlights .fh-item {
  border-top: 1px solid #0AA6B8;
}
.feature-highlights .fh-item:last-child {
  border-bottom: 1px solid #0AA6B8;
}
.feature-highlights .fh-item.is-active .fh-title-wrap .plus-icon::before, .feature-highlights .fh-item.is-active .fh-title-wrap .plus-icon::after {
  background-color: #fff;
}
.feature-highlights .fh-item.is-active .fh-title-wrap .plus-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.feature-highlights .fh-item.is-active .fh-title-wrap .plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.feature-highlights .fh-title-wrap {
  position: relative;
  cursor: pointer;
}
.feature-highlights .fh-title-wrap span {
  display: block;
  padding: 0.938rem 3.125rem 0.938rem 0;
}
.feature-highlights .fh-title-wrap .plus-icon {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  transform: translateY(-50%);
  transition: 0.4s;
  pointer-events: none;
}
.feature-highlights .fh-title-wrap .plus-icon::before, .feature-highlights .fh-title-wrap .plus-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
.feature-highlights .fh-title-wrap .plus-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.feature-highlights .fh-item-title {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.feature-highlights .fh-desc {
  display: none;
  padding-bottom: 1.25rem;
  color: #fff;
}

.service-highlights {
  background-color: #fff;
  margin: 8.75rem 0 7.813rem;
}
@media (max-width: 767px) {
  .service-highlights {
    margin: 5rem 0;
  }
}
@media (max-width: 767px) {
  .service-highlights {
    margin: 2.5rem 0;
  }
}
.service-highlights.left-image .sh-right {
  order: -1;
}
.service-highlights .sh-row {
  display: flex;
  max-width: 88.75rem;
  width: 100%;
  margin: 0 auto;
  gap: 3.938rem;
}
@media (max-width: 991px) {
  .service-highlights .sh-row {
    flex-direction: column;
    gap: 2rem;
  }
}
.service-highlights .sh-left {
  width: 42%;
}
.service-highlights .sh-right {
  width: 58%;
}
@media (max-width: 1199px) {
  .service-highlights .sh-left, .service-highlights .sh-right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .service-highlights .sh-left, .service-highlights .sh-right {
    width: 100%;
  }
}
.service-highlights .sh-tech-image {
  max-width: 48.75rem;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .service-highlights .sh-tech-image {
    max-width: 31.25rem;
    margin: 0 auto;
  }
}
.service-highlights .sh-heading {
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto 7.5rem;
}
@media (max-width: 1679px) {
  .service-highlights .sh-heading {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 991px) {
  .service-highlights .sh-heading {
    margin-bottom: 1.25rem;
  }
}
.service-highlights .sh-heading-logo {
  max-width: 19.813rem;
  width: 100%;
  height: 3.125rem;
  margin: 0 auto 1.75rem;
}
@media (max-width: 1199px) {
  .service-highlights .sh-heading-logo {
    max-width: 13.438rem;
  }
}
@media (max-width: 767px) {
  .service-highlights .sh-heading-logo {
    margin-bottom: 0.938rem;
  }
}
@media (max-width: 575px) {
  .service-highlights .sh-heading-logo {
    margin-bottom: 0.625rem;
  }
}
.service-highlights .sh-heading-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-highlights .sh-title {
  color: #003B56;
}
.service-highlights .sh-title span {
  color: #0AA6B8;
  font-weight: 300;
}
.service-highlights .sh-sub-title {
  line-height: 1.33;
}
@media (min-width: 1680px) {
  .service-highlights .sh-sub-title {
    max-width: 60%;
    margin: 0 auto;
  }
}
.service-highlights .sh-sub-title, .service-highlights .sh-tech-desc {
  color: #101010;
  line-height: 1.33;
}
.service-highlights .sh-tech-logo {
  max-width: 15.688rem;
  width: 100%;
  height: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .service-highlights .sh-tech-logo {
    max-width: 13.438rem;
  }
}
@media (max-width: 767px) {
  .service-highlights .sh-tech-logo {
    margin-bottom: 0.938rem;
  }
}
@media (max-width: 575px) {
  .service-highlights .sh-tech-logo {
    margin-bottom: 0.625rem;
  }
}
.service-highlights .sh-tech-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-highlights .sh-tech-title {
  color: #003B56;
  margin-bottom: 1.438rem;
}
.service-highlights .sh-add-items {
  margin-top: 1.438rem;
}
.service-highlights .sh-item {
  padding: 0.938rem 0;
  border-top: 1px solid #0AA6B8;
  cursor: pointer;
  font-weight: 300;
}
.service-highlights .sh-item:last-child {
  border-bottom: 1px solid #0AA6B8;
}
.service-highlights .sh-item.is-active .sh-title-wrap .plus-icon::before, .service-highlights .sh-item.is-active .sh-title-wrap .plus-icon::after {
  background-color: #003B56;
}
.service-highlights .sh-item.is-active .sh-title-wrap .plus-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.service-highlights .sh-item.is-active .sh-title-wrap .plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.service-highlights .sh-title-wrap {
  position: relative;
}
.service-highlights .sh-title-wrap .plus-icon {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  transform: translateY(-50%);
  transition: 0.4s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .service-highlights .sh-title-wrap .plus-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.service-highlights .sh-title-wrap .plus-icon::before, .service-highlights .sh-title-wrap .plus-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background-color: #074765;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
.service-highlights .sh-title-wrap .plus-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.service-highlights .sh-item-title {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #074765;
  width: 90%;
}
.service-highlights .sh-desc {
  display: none;
  margin-top: 1.25rem;
}

.tabbing-banner {
  background-color: #fff;
  padding: 7.938rem 0 9.188rem;
  position: relative;
}
.tabbing-banner:has(+ .service-highlights) {
  padding: 0;
}
.tabbing-banner .background-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  pointer-events: none;
  opacity: var(--overlay-opacity);
}
.tabbing-banner .container.main-container {
  --container-width: 112.5rem;
}
.tabbing-banner .tb-heading {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto 2rem;
}
.tabbing-banner .tb-logo {
  max-width: 15.688rem;
  width: 100%;
  height: 3rem;
  margin: 0 auto 2rem;
}
@media (max-width: 1199px) {
  .tabbing-banner .tb-logo {
    max-width: 12.5rem;
  }
}
@media (max-width: 767px) {
  .tabbing-banner .tb-logo {
    max-width: 9.375rem;
    margin-bottom: 0.938rem;
  }
}
.tabbing-banner .tb-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tabbing-banner .tb-desc-top {
  color: #101010;
  line-height: 1.33;
}
.tabbing-banner .tb-list {
  display: flex;
  max-width: max-content;
  margin: 0 auto 3.313rem;
  overflow: auto;
}
@media (max-width: 767px) {
  .tabbing-banner .tb-list {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .tabbing-banner .tb-list-wrap {
    margin: 0 calc(var(--gutter) * -1);
  }
}
.tabbing-banner .tb-item {
  position: relative;
}
.tabbing-banner .tb-item:not(:last-child) {
  padding-right: 1.875rem;
  margin-right: 1.875rem;
}
@media (max-width: 767px) {
  .tabbing-banner .tb-item:not(:last-child) {
    padding-right: 0;
    margin-right: 0.625rem;
  }
}
.tabbing-banner .tb-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.375rem;
  top: 50%;
  width: 0.75rem;
  height: 1.5rem;
  background-image: url(../images/right-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tabbing-banner .tb-item:not(:last-child)::after {
    display: none;
  }
}
.tabbing-banner .tb-item .tb-link {
  display: block;
  padding: 0.438rem 1.875rem;
  background-color: #fff;
  color: #0AA6B8;
  border: 1.5px solid #0AA6B8;
  border-radius: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}
@media (min-width: 992px) {
  .tabbing-banner .tb-item .tb-link {
    min-width: 12.5rem;
  }
}
@media (max-width: 991px) {
  .tabbing-banner .tb-item .tb-link {
    font-size: 1.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .tabbing-banner .tb-item .tb-link {
    font-size: 0.875rem;
    padding: 0.375rem 0.875rem;
    min-width: auto;
  }
}
.tabbing-banner .tb-item .tb-link span {
  transition: 0.4s;
}
.tabbing-banner .tb-item .tb-link:hover {
  background-color: #004A68;
  border-color: #004A68;
}
.tabbing-banner .tb-item .tb-link:hover span {
  color: #fff;
}
.tabbing-banner .tb-item.is-active .tb-link {
  background-color: #004A68;
  border-color: #004A68;
}
.tabbing-banner .tb-item.is-active .tb-link span {
  color: #fff;
}
@media (max-width: 767px) {
  .tabbing-banner .tb-dropdown-wrap {
    position: relative;
  }
}
.tabbing-banner .tb-dropdown {
  position: relative;
  display: none;
  padding: 1rem 2.5rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #004A68;
  margin-bottom: 1.875rem;
  color: #0AA6B8;
}
.tabbing-banner .tb-dropdown span {
  color: #fff;
}
.tabbing-banner .tb-dropdown::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 1.375rem;
  right: 0.938rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/down-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: 0.35s ease 0s;
}
.tabbing-banner .tb-dropdown.is-open::before {
  transform: scale(-1);
}
.tabbing-banner .tb-dropdown h3,
.tabbing-banner .tb-dropdown h4 {
  margin: 0;
}
.tabbing-banner .tb-dropdown h4 {
  margin-top: 0.5rem;
}
.tabbing-banner .tb-content:not(:first-child) {
  display: none;
}
.tabbing-banner .tb-content-wrap {
  position: relative;
  z-index: 1;
}
.tabbing-banner .tb-content-wrap:hover .tb-image {
  transform: scale(1.1);
}
.tabbing-banner .tb-content-wrap-inner {
  position: relative;
  padding: 9.375rem 0;
}
@media (max-width: 1199px) {
  .tabbing-banner .tb-content-wrap-inner {
    padding: 6.25rem 0;
  }
}
@media (max-width: 991px) {
  .tabbing-banner .tb-content-wrap-inner {
    padding: 3.125rem 0;
  }
}
.tabbing-banner .tb-content-wrap-inner .container {
  --container-width: 90.375rem;
}
.tabbing-banner .tb-image {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s ease 0s;
}
.tabbing-banner .tb-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #000 0%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.1;
}
@media (max-width: 1199px) {
  .tabbing-banner .tb-image::before {
    background: linear-gradient(0deg, #000 0%, #fff 100%);
    opacity: 0.5;
  }
}
.tabbing-banner .tb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabbing-banner .tb-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 1.563rem;
}
.tabbing-banner .tb-inner-row {
  justify-content: space-between;
}
.tabbing-banner .tb-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 40.5rem;
  padding: 4.063rem 3.625rem;
  border-radius: 1.25rem;
  background-color: rgba(0, 59, 86, 0.9);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .tabbing-banner .tb-card {
    max-width: 33.438rem;
    padding: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .tabbing-banner .tb-card {
    margin: 0 auto 2.5rem;
  }
}
@media (max-width: 767px) {
  .tabbing-banner .tb-card {
    padding: 1.5rem;
  }
}
.tabbing-banner .tb-card-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8.875rem;
}
@media (max-width: 991px) {
  .tabbing-banner .tb-card-title-icon {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 767px) {
  .tabbing-banner .tb-card-title-icon {
    margin-bottom: 1.125rem;
  }
}
.tabbing-banner .tb-card-title-icon .h2 {
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1.32;
  color: #0AA6B8;
  margin-right: 0.938rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tabbing-banner .tb-card-title-icon .h2 {
    font-size: 1.5rem;
  }
}
.tabbing-banner .tb-card-title-icon .h2 span {
  color: #fff;
}
.tabbing-banner .tb-card-title-icon img {
  width: 4.25rem;
  height: 6.688rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .tabbing-banner .tb-card-title-icon img {
    width: 2.25rem;
    height: 3.75rem;
  }
}
.tabbing-banner .tb-card-title .h1 {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tabbing-banner .tb-card-title .h1 {
    font-size: 1.5rem;
  }
}
.tabbing-banner .tb-card-right .h4 {
  color: #fff;
  font-weight: 700;
}
.tabbing-banner .tb-add-items {
  margin-top: 1.75rem;
}
.tabbing-banner .tb-card-item {
  padding: 0.938rem 0;
  border-top: 1px solid #fff;
  cursor: pointer;
}
.tabbing-banner .tb-card-item:last-child {
  border-bottom: 1px solid #fff;
}
.tabbing-banner .tb-card-item.no-content {
  cursor: default;
  pointer-events: none;
}
.tabbing-banner .tb-card-item.no-content .tb-title-wrap .plus-icon {
  display: none;
}
.tabbing-banner .tb-card-item.is-active .tb-title-wrap .plus-icon::before, .tabbing-banner .tb-card-item.is-active .tb-title-wrap .plus-icon::after {
  background-color: #fff;
}
.tabbing-banner .tb-card-item.is-active .tb-title-wrap .plus-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tabbing-banner .tb-card-item.is-active .tb-title-wrap .plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tabbing-banner .tb-title-wrap {
  position: relative;
}
.tabbing-banner .tb-title-wrap .plus-icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  transform: translateY(-50%);
  transition: 0.4s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tabbing-banner .tb-title-wrap .plus-icon {
    right: 0.75rem;
  }
}
.tabbing-banner .tb-title-wrap .plus-icon::before, .tabbing-banner .tb-title-wrap .plus-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
.tabbing-banner .tb-title-wrap .plus-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tabbing-banner .tb-item-title {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  padding-right: 8.125rem;
  line-height: 1.3;
}
@media (max-width: 1679px) {
  .tabbing-banner .tb-item-title {
    padding-right: 4.063rem;
  }
}
@media (max-width: 767px) {
  .tabbing-banner .tb-item-title {
    font-size: 1.125rem;
    padding-right: 3.125rem;
  }
}
.tabbing-banner .tb-desc {
  display: none;
  margin-top: 1.25rem;
}
.tabbing-banner .tb-desc .desc {
  color: #fff;
}
.tabbing-banner .tb-desc .desc a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s all;
}
.tabbing-banner .tb-desc .desc a:hover {
  text-decoration: none;
  transition: 0.3s all;
}
.tabbing-banner .tb-desc .desc ul {
  margin-bottom: 0;
}
.tabbing-banner .tb-desc .desc ul li::marker {
  color: #fff;
}
.tabbing-banner .tb-desc .desc ul li:first-child {
  padding-top: 0;
}

.our-benifits {
  padding: 10rem 0;
  position: relative;
  background-color: #F5F5F7;
  z-index: 2 !important;
}
@media (max-width: 1199px) {
  .our-benifits {
    padding: 7.563rem 0;
  }
}
@media (max-width: 767px) {
  .our-benifits {
    padding: 5rem 0;
  }
}
.our-benifits::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.063rem;
  width: 100%;
  height: 45px;
  background-image: url(../images/top-shape.svg);
  background-repeat: repeat;
  background-size: cover;
  transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .our-benifits::before {
    top: -1.875rem;
    background-size: 100%;
  }
}
.our-benifits::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -45px;
  width: 100%;
  height: 60px;
  background-image: url(../images/light-shape.svg);
  background-repeat: repeat;
  background-size: cover;
  transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .our-benifits::after {
    bottom: -1.875rem;
    background-size: 100%;
  }
}
.our-benifits .ob-overlay-main::before {
  content: "";
  position: absolute;
  left: -1.625rem;
  top: 5.375rem;
  width: 21.563rem;
  height: 33.875rem;
  background-image: url(../images/arrow-shape.svg);
  background-repeat: repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.75;
}
@media (max-width: 991px) {
  .our-benifits .ob-overlay-main::before {
    width: 18.125rem;
    height: 27.625rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .our-benifits .ob-overlay-main::before {
    width: 9.063rem;
    height: 21.375rem;
  }
}
.our-benifits .ob-decs {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.33;
  text-align: center;
  color: #101010;
}
.our-benifits .ob-heading-wrap {
  max-width: 43.125rem;
  margin: 0 auto;
  text-align: center;
}
.our-benifits .ob-content {
  display: flex;
  flex-direction: column;
  gap: 3.313rem;
}
@media (max-width: 767px) {
  .our-benifits .table-sec {
    margin: 0 calc((var(--gutter) - 12px) * -1);
  }
}
.our-benifits .table-main {
  max-width: 71.875rem;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid #0AA6B8;
}
.our-benifits .table-main.dark-blue {
  border: 3px solid #004A68;
}
.our-benifits .table-main.dark-blue .eyebrow-text.title:before {
  background-color: #004A68;
}
.our-benifits .table-main.dark-blue td {
  border: 1px solid #004A68;
}
.our-benifits .table-main .eyebrow-text.title {
  color: #fff;
  padding: 1.25rem;
  width: 100%;
  text-align: center;
  margin: 0;
  position: relative;
}
.our-benifits .table-main .eyebrow-text.title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0AA6B8;
  z-index: -1;
}
.our-benifits .table-main .benefit-table {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .our-benifits .table-main .benefit-table {
    overflow-x: auto;
  }
}
.our-benifits .table-main table {
  border-collapse: collapse;
  width: 101%;
  min-width: 34.375rem;
}
.our-benifits .table-main tr {
  background-color: rgba(245, 245, 247, 0.5);
}
.our-benifits .table-main tr.bg-light {
  background-color: #F5F5F7;
}
.our-benifits .table-main tr.bg-light td {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  color: #58595b;
  padding: 1.125rem 2.5rem;
}
.our-benifits .table-main tr.bg-light td:last-child {
  max-width: 22.313rem;
}
@media (max-width: 767px) {
  .our-benifits .table-main tr.bg-light td {
    padding: 1rem 1.25rem;
  }
}
.our-benifits .table-main tr.bg-light td .logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.our-benifits .table-main tr.bg-light td .logo-wrap .eyebrow-text {
  margin-bottom: 1.063rem;
}
@media (max-width: 767px) {
  .our-benifits .table-main tr.bg-light td .logo-wrap .eyebrow-text {
    font-size: 0.875rem;
  }
}
.our-benifits .table-main tr.bg-light td .logo-wrap img {
  width: auto;
  max-height: 3rem;
  object-fit: contain;
}
.our-benifits .table-main th {
  border: 1px solid #0AA6B8;
  text-align: left;
  padding: 8px;
  white-space: nowrap;
}
.our-benifits .table-main td {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.36;
  color: #074765;
  padding: 1.125rem 2.813rem;
  border: 1px solid #0AA6B8;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .our-benifits .table-main td {
    padding: 1rem 1.563rem;
    font-size: 1.125rem;
  }
}
.our-benifits .table-main td.check {
  text-align: center;
}
.our-benifits .table-main td.check img {
  width: 1.813rem;
  height: 1.813rem;
  object-fit: contain;
  border-radius: 50%;
}

.cover-image-info {
  background-color: #fff;
}
@media (max-width: 767px) {
  .cover-image-info {
    margin-bottom: 2.5rem;
  }
}
.cover-image-info::before {
  content: "";
  position: absolute;
  right: 6.625rem;
  top: 50%;
  width: 21.563rem;
  height: 33.875rem;
  background-image: url(../images/arrow-shape.svg);
  background-repeat: repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.75;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .cover-image-info .cii-container {
    padding-right: calc((100% - 113rem) / 2);
  }
  .cover-image-info .cii-container > div {
    padding-right: var(--gutter);
  }
}
.cover-image-info .cii-row {
  margin-right: -2.594rem;
  margin-left: -2.594rem;
}
.cover-image-info .cii-row [class*=cell-] {
  padding-right: 2.594rem;
  padding-left: 2.594rem;
}
@media (max-width: 1199px) {
  .cover-image-info .cii-row {
    margin-right: -1.031rem;
    margin-left: -1.031rem;
  }
  .cover-image-info .cii-row [class*=cell-] {
    padding-right: 1.031rem;
    padding-left: 1.031rem;
  }
}
@media (max-width: 991px) {
  .cover-image-info .cii-row {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
}
.cover-image-info .cii-heading-wrap {
  max-width: 38rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2.813rem 0 1.25rem;
}
@media (max-width: 991px) {
  .cover-image-info .cii-heading-wrap {
    max-width: 100%;
    padding: 1.563rem;
  }
}
.cover-image-info .cii-heading-wrap .h2 {
  color: #003B56;
  font-size: 2.625rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cover-image-info .cii-heading-wrap .h2 {
    font-size: 1.563rem;
  }
}
.cover-image-info .cii-heading-wrap .btn {
  padding: 0.813rem 4.125rem;
}
.cover-image-info .cii-image-wrap {
  position: relative;
  padding-top: 60.3813559322%;
}
.cover-image-info .cii-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-image-info .cii-img-content {
  width: 54%;
}
@media (max-width: 1199px) {
  .cover-image-info .cii-img-content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cover-image-info .cii-img-content {
    width: 100%;
  }
}
.cover-image-info .cii-content {
  width: 46%;
}
@media (max-width: 1199px) {
  .cover-image-info .cii-content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cover-image-info .cii-content {
    width: 100%;
  }
}

.fifty-fifty-component {
  padding: 6.25rem 0;
}
@media (max-width: 991px) {
  .fifty-fifty-component {
    padding: 5rem 0;
  }
}
.fifty-fifty-component.wave-top {
  top: 0;
}
.fifty-fifty-component.left-image .sh-row {
  flex-direction: row-reverse;
}
.fifty-fifty-component .ff-bg-image {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
}
.fifty-fifty-component .ff-bg-image .ff-image {
  width: 100%;
}
.fifty-fifty-component .ff-bg-image img {
  width: 100%;
}
.fifty-fifty-component .ff-cta-button {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .fifty-fifty-component .ff-cta-button .btn-lg {
    min-width: 21.313rem;
  }
}
.fifty-fifty-component .ff-content {
  max-width: 36.25rem;
}
@media (max-width: 991px) {
  .fifty-fifty-component .ff-content {
    max-width: 100%;
  }
}
.fifty-fifty-component .ff-content h1,
.fifty-fifty-component .ff-content .h1 {
  margin-bottom: 1.375rem;
}
.fifty-fifty-component .ff-content h2,
.fifty-fifty-component .ff-content .h2 {
  margin-bottom: 1.375rem;
}
.fifty-fifty-component .ff-content h3,
.fifty-fifty-component .ff-content .h3 {
  margin-bottom: 1.375rem;
}
.fifty-fifty-component .ff-content h4,
.fifty-fifty-component .ff-content .h4 {
  margin-bottom: 1.375rem;
}
.fifty-fifty-component .ff-content h5,
.fifty-fifty-component .ff-content .h5 {
  margin-bottom: 1.375rem;
}
.fifty-fifty-component .ff-content h6,
.fifty-fifty-component .ff-content .h6 {
  margin-bottom: 1.375rem;
}
.fifty-fifty-component .ff-content .h2 {
  color: #003B56;
}
.fifty-fifty-component .ff-content .h2 span {
  color: #0AA6B8;
  font-weight: 300;
}
.fifty-fifty-component .ff-description {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #101010;
}
@media (max-width: 991px) {
  .fifty-fifty-component .ff-description {
    font-size: 1.25rem;
  }
}
.fifty-fifty-component .ff-inner-image {
  max-width: 48.813rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.fifty-fifty-component .ff-row {
  margin-right: -2.25rem;
  margin-left: -2.25rem;
}
.fifty-fifty-component .ff-row [class*=cell-] {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
@media (max-width: 991px) {
  .fifty-fifty-component .ff-row {
    display: flex;
    gap: 1.875rem;
    flex-direction: column;
  }
}

.fifty-fifty-bg {
  background-color: #fff;
}
.fifty-fifty-bg.wave-top-bottom {
  padding: 0;
}
@media (max-width: 767px) {
  .fifty-fifty-bg.wave-top-bottom {
    --wave-height: 30px;
    clip-path: shape(from 0 calc(var(--wave-height) / 2), curve to 100% 0 with 25% calc(var(--wave-height) * -1)/75% calc(var(--wave-height) * 2), vline to calc(100% - var(--wave-height)), curve to 0 100% with 75% 105%/28% calc(100% - var(--wave-height) * 1), close);
  }
}
.fifty-fifty-bg .ffb-bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.2);
  pointer-events: none;
}
.fifty-fifty-bg .ffb-content {
  max-width: 36.25rem;
}
.fifty-fifty-bg .ffb-content .h2 {
  color: #fff;
}
.fifty-fifty-bg .ffb-content .eyebrow-text {
  color: #fff;
  margin-bottom: 2.125rem;
}
.fifty-fifty-bg .ffb-decs p {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (max-width: 991px) {
  .fifty-fifty-bg .ffb-decs p {
    font-size: 1.25rem;
  }
}
.fifty-fifty-bg .ffb-main-content {
  padding: 18.75rem 0 18.75rem 18.438rem;
}
@media (max-width: 1679px) {
  .fifty-fifty-bg .ffb-main-content {
    padding: 12.5rem 0 12.5rem 7.813rem;
  }
}
@media (max-width: 1199px) {
  .fifty-fifty-bg .ffb-main-content {
    padding: 9.375rem 0 9.375rem 3.75rem;
  }
}
@media (max-width: 991px) {
  .fifty-fifty-bg .ffb-main-content {
    padding: 5rem 0;
  }
}
.fifty-fifty-bg .ffb-bg-image {
  position: absolute;
  top: 0;
  height: 104%;
  width: 100%;
  object-fit: cover;
}
.fifty-fifty-bg .ffb-bg-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact-form {
  margin-top: -1.375rem;
  margin-bottom: 8.375rem;
}
.contact-form .cf-wrap {
  max-width: 88.625rem;
  margin: 0 auto;
  background-image: url(../images/intersection.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 4.625rem 9.063rem;
  display: flex;
  flex-direction: column;
  gap: 4.125rem;
  border-radius: 1.5rem;
  background-color: #034361;
}
@media (max-width: 1679px) {
  .contact-form .cf-wrap {
    max-width: 100%;
    padding: 4.375rem 3.75rem;
  }
}
@media (max-width: 991px) {
  .contact-form .cf-wrap {
    max-width: 100%;
    padding: 4.375rem 1.25rem;
  }
}
.contact-form .cf-sec-heading {
  max-width: 34.438rem;
  margin: 0 auto;
}
.contact-form .cf-sec-heading .h2 {
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.28;
  text-align: center;
  color: #fff;
  margin: 0;
}
.contact-form .cf-gravity .hsfc-NavigationRow__Buttons {
  display: flex;
  justify-content: center !important;
  margin-top: 4.375rem;
}
.contact-form .cf-gravity input:not([role=searchbox]),
.contact-form .cf-gravity textarea:not([role=searchbox]) {
  border-radius: 0.75rem !important;
  font-weight: 300 !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  color: #000;
  border: 3px solid transparent !important;
}
.contact-form .cf-gravity input:focus,
.contact-form .cf-gravity textarea:focus {
  outline: none;
  color: #004A68 !important;
  border: 3px solid #0AA6B8 !important;
}
.contact-form .cf-gravity .gform_button.button:focus {
  outline: none !important;
}
.contact-form .cf-gravity input:not([role=searchbox]) {
  height: 4.25rem !important;
  padding: 1.25rem 1.188rem !important;
}
@media (max-width: 767px) {
  .contact-form .cf-gravity input:not([role=searchbox]) {
    height: 3.625rem !important;
  }
}
.contact-form .cf-gravity textarea {
  height: 15.125rem;
}
@media (max-width: 767px) {
  .contact-form .cf-gravity textarea {
    height: 8.875rem;
  }
}
.contact-form .cf-gravity input::placeholder:not([role=searchbox]),
.contact-form .cf-gravity textarea::placeholder:not([role=searchbox]) {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1 !important;
  color: #a5a5a5;
}
.contact-form .cf-gravity .hsfc-Button {
  padding: 0.813rem 3.938rem !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 1.5px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none;
  border: 3px solid #EF4136 !important;
  border-radius: 1.75rem !important;
  background-color: transparent !important;
  height: auto !important;
}
.contact-form .cf-gravity .hsfc-Button:hover {
  cursor: pointer;
  color: #fff !important;
  text-decoration: none;
  background-color: #EF4136 !important;
}
.contact-form .cf-gravity .instruction {
  display: none !important;
}
.contact-form .cf-gravity .hsfc-ErrorAlert {
  color: #EF4136 !important;
  font-size: 1rem !important;
  font-weight: 600;
}
.contact-form .cf-gravity .hsfc-DropdownOptions {
  top: 100% !important;
}
.contact-form .cf-gravity .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert {
  padding: 10px;
  text-align: center;
  border: 1px solid #EF4136;
  border-radius: 12px;
}
.contact-form .cf-gravity .hsfc-RichText,
.contact-form .cf-gravity .hsfc-FieldLabel {
  color: #fff !important;
  font-family: "Roboto" !important;
}
.contact-form .cf-gravity .gform_validation_errors {
  display: none;
}
.contact-form .cf-gravity .cf-gravity input[type=number] {
  -webkit-appearance: number-input !important;
  -moz-appearance: number-input !important;
  appearance: number-input !important;
}
.contact-form .hsfc-PhoneInput {
  position: relative;
}
.contact-form .hsfc-PhoneInput input:not([role=searchbox]) {
  padding-left: 3.125rem !important;
}
.contact-form .hsfc-PhoneInput__FlagAndCaret {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border: none !important;
  background: transparent !important;
}
.contact-form .hsfc-PostSubmit .hsfc-RichText {
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding: 0;
  }
}

.meet-the-team {
  margin: 50px 0;
}
.meet-the-team .eyebrow-text {
  margin-bottom: 3.75rem;
}
.meet-the-team .container {
  --container-width: 1520px;
}
.meet-the-team.hide-shape::after {
  display: none;
}
.meet-the-team .team-row {
  margin-right: -1.813rem;
  margin-left: -1.813rem;
  row-gap: 3.625rem;
}
.meet-the-team .team-row [class*=cell-] {
  padding-right: 1.813rem;
  padding-left: 1.813rem;
}
@media (max-width: 1199px) {
  .meet-the-team .team-row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    row-gap: 2.5rem;
  }
  .meet-the-team .team-row [class*=cell-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.meet-the-team .team-member {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.meet-the-team .team-member-detail {
  padding: 2.188rem 2.125rem 2.813rem;
  display: flex;
  flex-direction: column;
  gap: 0.563rem;
}
@media (max-width: 1199px) {
  .meet-the-team .team-member-detail {
    padding: 1.25rem 1.25rem 2.188rem;
  }
}
.meet-the-team .team-member-image {
  position: relative;
  padding-top: 91.5178571429%;
  background-color: #101010;
}
.meet-the-team .team-member-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meet-the-team .team-member-image img {
  object-position: top;
}
@media (max-width: 767px) {
  .meet-the-team .team-member-image {
    padding-top: 69.1964285714%;
  }
}
.meet-the-team .team-name {
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.28;
  color: #004A68;
}
.meet-the-team .team-member-linkedin {
  margin-top: 0.938rem;
}
.meet-the-team .team-member-linkedin .linkedin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 3px solid #EF4136;
  border-radius: 50%;
  color: #004A68;
}
.meet-the-team .team-member-linkedin .linkedin-icon:hover {
  color: #fff;
  background-color: #EF4136;
}
.meet-the-team .team-designation, .meet-the-team .team-department {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #004A68;
}

.service-highlights:has(+ .roi-calculator) {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .service-highlights:has(+ .roi-calculator) {
    margin-top: 3.125rem;
  }
}

.roi-calculator {
  margin: 7.5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .roi-calculator {
    margin: 5rem 0;
  }
}
@media (max-width: 991px) {
  .roi-calculator {
    margin: 2.5rem 0;
  }
}
.roi-calculator .container {
  --container-width: 88.938rem;
}
.roi-calculator .title {
  font-size: 3rem;
}
@media (max-width: 991px) {
  .roi-calculator .title {
    font-size: 2rem;
  }
}
.roi-calculator .sec-heading {
  max-width: 52.375rem;
  margin: 0 auto 2.063rem;
}
@media (max-width: 767px) {
  .roi-calculator .sec-heading {
    margin-bottom: 0;
  }
}
.roi-calculator .sec-heading p {
  margin-top: 2rem;
  color: #101010;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .roi-calculator .sec-heading p {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .roi-calculator .sec-heading p {
    font-size: 1.125rem;
  }
}
.roi-calculator .rc-item {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .roi-calculator .rc-item {
    width: 38%;
  }
}
.roi-calculator .rc-card {
  max-width: 30.375rem;
  width: 100%;
  margin: 0 auto;
}
.roi-calculator .rc-btn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .roi-calculator .rc-btn {
    margin-top: 1.5rem;
  }
}
.roi-calculator .rc-btn .btn {
  padding: 0.625rem 1.875rem 0.5rem;
}
.roi-calculator .rc-btn .btn.is-active {
  color: #fff;
  background-color: #EF4136;
}
.roi-calculator .rc-img {
  position: relative;
  aspect-ratio: 486/280;
  border-radius: 1.5rem;
  overflow: hidden;
}
.roi-calculator .rc-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roi-calculator .rc-form:not(:first-child) {
  display: none;
}
.roi-calculator .rc-form .title {
  margin-bottom: 3.125rem;
}
@media (max-width: 991px) {
  .roi-calculator .rc-form .title {
    margin-bottom: 2rem;
  }
}
.roi-calculator .rc-form-wrap {
  margin-top: 4.375rem;
}
@media (max-width: 991px) {
  .roi-calculator .rc-form-wrap {
    margin-top: 3.125rem;
  }
}
.roi-calculator .rc-scroll {
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: #003B56 #fff;
}
.roi-calculator .rc-scroll::-webkit-scrollbar {
  width: 10px;
}
.roi-calculator .rc-scroll::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba($black, 0.3);
  border-radius: 10px;
}
.roi-calculator .rc-scroll::-webkit-scrollbar-thumb {
  --webkit-box-shadow: inset 0 0 6px rgba($black, 0.5);
  border-radius: 10px;
  background: rgba(0, 74, 104, 0.8);
}
.roi-calculator .rc-scroll::-webkit-scrollbar-thumb:window-inactive {
  background: #0AA6B8;
}
.roi-calculator .rc-scroll-wrap {
  min-width: 40.938rem;
}
.roi-calculator .heading-with-line {
  line-height: 1.6;
  max-width: 47.875rem;
  margin: 0 auto 2.5rem;
}
.roi-calculator .heading-with-line::after {
  background-color: #fff;
}
@media (max-width: 767px) {
  .roi-calculator .heading-with-line::after {
    margin-top: 1.25rem;
  }
}
.roi-calculator .input-fields-group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .roi-calculator .input-fields-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .roi-calculator .input-fields-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .roi-calculator .input-fields-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.roi-calculator table {
  width: 100%;
  text-align: left;
}
.roi-calculator .table-title {
  position: relative;
  padding-bottom: 0.563rem;
  margin: 4.375rem 0 1rem;
  border-bottom: 1px solid #0AA6B8;
}
@media (max-width: 767px) {
  .roi-calculator .table-title {
    margin-top: 1.875rem;
  }
}
.roi-calculator .table-title::before, .roi-calculator .table-title::after {
  content: "";
  width: auto;
  height: 1px;
  background-color: #fff;
  flex: 1;
}
.roi-calculator .table-title h6 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.33;
  color: #004A68;
  margin-bottom: 0;
}
.roi-calculator .if-group {
  text-align: center;
}
.roi-calculator .if-group label {
  font-weight: 500;
  line-height: 1.37;
  text-align: left;
  color: #004A68;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.roi-calculator .if-group .form-control {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.33;
  color: #a5a5a5;
  border-radius: 0.75rem;
  border: 3px solid #0AA6B8;
  padding: 0.938rem 1.25rem;
  text-align: center;
  height: auto;
}
@media (max-width: 991px) {
  .roi-calculator .if-group .form-control {
    height: 3.125rem;
  }
}
.roi-calculator .if-group .form-item {
  display: flex;
  flex-direction: column;
}
.roi-calculator .if-group .form-item input::-webkit-outer-spin-button,
.roi-calculator .if-group .form-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.roi-calculator .if-group .form-item input[type=number] {
  -moz-appearance: textfield;
}
.roi-calculator .if-group .form-item.pac input {
  color: #fff;
  background: #0AA6B8;
}
.roi-calculator .if-group .form-item .input-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #004A68;
  padding-top: 0.875rem;
}
.roi-calculator .table-label {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.37;
  text-align: left;
  color: #004A68;
  border-top: 1px solid #0AA6B8;
  padding-top: 0.625rem;
}
.roi-calculator .financial-table .cap-rate-row td[data-year] input[readonly] {
  background-color: transparent;
  border-color: transparent;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.33;
  text-align: center;
  color: #101010;
}
.roi-calculator .financial-table.last-row td {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
@media (max-width: 991px) {
  .roi-calculator .financial-table.ft-row td,
  .roi-calculator .financial-table.ft-row th {
    font-size: 0.875rem;
  }
}
.roi-calculator .financial-table.ft-row td {
  padding: 0.688rem 0.625rem;
  font-weight: 700;
}
.roi-calculator .financial-table.ft-row thead {
  position: relative;
}
.roi-calculator .financial-table.ft-row thead::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 475px);
  height: 2px;
  border-bottom: 1px solid #0AA6B8;
}
@media (max-width: 1199px) {
  .roi-calculator .financial-table.ft-row thead::before {
    width: 100%;
  }
}
.roi-calculator .financial-table.ft-row thead th .ft-year {
  margin-bottom: 1rem;
}
.roi-calculator .financial-table.ft-row thead th:not(:first-child) {
  padding-left: 2.188rem;
}
@media (max-width: 991px) {
  .roi-calculator .financial-table.ft-row thead th:not(:first-child) {
    padding-left: 0.625rem;
  }
}
.roi-calculator .financial-table.ft-row thead th:not(:first-child) .ft-year {
  display: block;
  background-color: #004A68;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.roi-calculator .financial-table.ft-row tbody {
  position: relative;
}
.roi-calculator .financial-table.ft-row tbody::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 475px);
  height: 2px;
  border-bottom: 1px solid #0AA6B8;
}
@media (max-width: 1199px) {
  .roi-calculator .financial-table.ft-row tbody::before {
    width: 100%;
  }
}
.roi-calculator .financial-table.ft-row tbody:last-child:before {
  border-bottom: 0;
}
.roi-calculator .financial-table.ft-row tbody tr:nth-child(even) {
  background-color: #DBF6F9;
}
.roi-calculator .financial-table.ft-row tbody tr:last-child td:first-child {
  padding-bottom: 1.563rem;
}
.roi-calculator .financial-table.ft-row tbody tr:first-child td {
  padding-top: 1.563rem;
}
.roi-calculator .financial-table.ft-row tbody tr td {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.33;
  color: #101010;
}
@media (max-width: 991px) {
  .roi-calculator .financial-table.ft-row tbody tr td {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .roi-calculator .financial-table.ft-row tbody tr td {
    font-size: 1.125rem;
  }
}
.roi-calculator .financial-table.ft-row tbody tr td:first-child {
  border-radius: 0.313rem 0 0 0.313rem;
  width: 27.5rem;
}
@media (max-width: 991px) {
  .roi-calculator .financial-table.ft-row tbody tr td:first-child {
    width: 16.875rem;
  }
}
.roi-calculator .financial-table.ft-row tbody tr td:last-child {
  border-radius: 0 0.313rem 0.313rem 0;
}
.roi-calculator .financial-table.ft-row tbody td[data-year] {
  text-align: center;
}
.roi-calculator .financial-table .cap-rate-input {
  text-align: center;
  padding: 4px 0.938rem;
  height: auto;
  border-radius: 0.5rem;
  color: #a5a5a5;
  background: #fff;
  border: 3px solid #0AA6B8;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.33;
  text-align: center;
}
.roi-calculator div.full-width-cta {
  margin-top: 5rem;
}

.full-width-cta .cf-gravity {
  max-width: 34.25rem;
  width: 100%;
  margin: 1.563rem auto 0;
}
.full-width-cta .gform-theme--foundation .gform_fields {
  row-gap: 1.5rem;
}
.full-width-cta input,
.full-width-cta textarea {
  border-radius: 0.75rem !important;
  font-weight: 300 !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  color: #000;
  border: 3px solid transparent !important;
}
.full-width-cta input:focus,
.full-width-cta textarea:focus {
  outline: none;
  color: #004A68 !important;
  border: 3px solid #0AA6B8 !important;
}
.full-width-cta .gform_button.button:focus {
  outline: none !important;
}
.full-width-cta input {
  height: 68px !important;
  padding: 1.25rem 1.188rem !important;
}
.full-width-cta input::placeholder,
.full-width-cta textarea::placeholder {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1 !important;
  color: #a5a5a5;
}
.full-width-cta input.gform_button.button {
  padding: 0.813rem 3.938rem !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 2.4px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none;
  border: 3px solid #EF4136 !important;
  border-radius: 1.75rem !important;
  background-color: transparent !important;
  height: auto !important;
}
.full-width-cta input.gform_button.button:hover {
  cursor: pointer;
  color: #fff !important;
  text-decoration: none;
  background-color: #EF4136 !important;
}
.full-width-cta .gform-footer.gform_footer.top_label {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
}
.full-width-cta .instruction {
  display: none !important;
}
.full-width-cta .validation_message {
  color: #EF4136 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.full-width-cta .gform_validation_errors {
  --gf-form-validation-border-color: #EF4136;
}
.full-width-cta .gform_validation_errors h2 {
  --gf-form-validation-heading-color: #EF4136;
}
.full-width-cta .gform_confirmation_message {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

.privacy-policy .wysiwyg-component {
  padding-top: calc(var(--header-height) + 130px);
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .privacy-policy .wysiwyg-component {
    padding-top: calc(var(--header-height) + 80px);
  }
}

.wysiwyg-component {
  padding: 5rem 0;
}
.wysiwyg-component .container {
  --container-width: 1170px;
}

:root {
  --space-lg: 6.25rem;
  --space-md: 4.688rem;
  --space-sm: 3.125rem;
}
@media (max-width: 1199px) {
  :root {
    --space-lg: 3.125rem;
    --space-md: 3.125rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space-md: 2.5rem;
    --space-sm: 1.875rem;
  }
}

#wpadminbar {
  position: fixed;
}

.sec-heading {
  margin-bottom: 5.25rem;
}
@media (max-width: 991px) {
  .sec-heading {
    margin-bottom: 1.875rem;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-content {
  flex-grow: 1;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.main-content:after {
  content: "";
  position: absolute;
  top: 109px;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.main-content section {
  position: relative;
  z-index: 1;
}

.page-template-web-style-guide .main-content {
  padding-top: var(--header-height);
}

.space-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.space-lg-m {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.space-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.space-md-m {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.space-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}
.space-sm-m {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}

.bg-dark *:not(.btn) {
  color: #004A68;
}

.bg-secondary *:not(.btn),
.inner-text-white *:not(.btn) {
  color: #fff;
}

/* Pagination */
.pagination {
  padding: 1.875rem 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  margin: 0 0.625rem;
  padding: 0;
  font-weight: 700;
  color: rgba(10, 166, 184, 0.6);
}
.pagination li a:hover {
  color: #004A68 !important;
}
.pagination li a:not(.prev, .next),
.pagination li span {
  border: none;
  font-weight: 700;
  line-height: 1;
  color: rgba(10, 166, 184, 0.6);
  text-decoration: none;
  transition: 0.4s ease background-color, 0.4s ease color;
}
.pagination li a:not(.prev, .next).active,
.pagination li span.active {
  border-color: #0AA6B8;
}
.pagination li .prev,
.pagination li .next {
  cursor: pointer;
  color: #0AA6B8;
  text-decoration: none;
}
.pagination li .prev::after,
.pagination li .next::after {
  content: "";
  position: absolute;
  inset: -2px -4px;
  border: 1px solid #dee3e2;
  border-radius: 0.375rem;
  visibility: hidden;
  opacity: 0;
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #004A68;
}
.pagination li .prev:focus::after,
.pagination li .next:focus::after {
  visibility: visible;
  opacity: 1;
  outline: 0;
}
.pagination li .prev.disabled,
.pagination li .next.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.pagination li .current {
  color: #0AA6B8;
}

.swiper-pagination {
  position: unset;
  margin-top: 5.813rem;
}
@media (max-width: 991px) {
  .swiper-pagination {
    margin-top: 2.5rem;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background: #003B56;
  opacity: 0.2;
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 991px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EF4136;
  opacity: 1;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.25rem;
}

.wave-top, .wave-bottom, .wave-top-bottom {
  --wave-height: 60px;
}
.wave-top {
  padding-top: var(--wave-height);
  clip-path: shape(from 0px calc(var(--wave-height) / 2), curve to 100% 0 with 40% calc(var(--wave-height) * -1)/60% calc(var(--wave-height) * 2.6), vline to 100%, curve to 0 100% with 0 100%/0 100%, close);
}
.wave-bottom::before {
  --wave-image: url(../images/wave-top-white.svg);
  content: "";
  position: absolute;
  bottom: -3.75rem;
  bottom: -1px;
  width: 100%;
  background-image: var(--wave-image);
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1920/150;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
.wave-bottom.has-shadow::before {
  filter: drop-shadow(0 -5px 10px rgba(0, 0, 0, 0.08));
}
@media (min-width: 768px) {
  .wave-bottom.has-shadow::before {
    background-position: top 20px center;
  }
}
.wave-bottom.blue::before {
  --wave-image: url(../images/wave-top-blue.svg);
}
.wave-top-bottom {
  padding: var(--wave-height) 0;
  clip-path: shape(from 0 calc(var(--wave-height) / 2), curve to 100% 0 with 25% calc(var(--wave-height) * -1)/75% calc(var(--wave-height) * 2), vline to calc(100% - var(--wave-height)), curve to 0 100% with 75% 111%/28% calc(100% - var(--wave-height) * 2), close);
}

/* stylelint-disable max-nesting-depth */
.hamburger {
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 20px;
  margin: 0 0 0 2.75rem;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.hamburger:hover, .hamburger:focus {
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.hamburger span {
  cursor: pointer;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.125rem;
  margin: 0 auto;
  border-radius: 0.125rem;
  background: #0AA6B8;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before, .hamburger span::after {
  cursor: pointer;
  content: "";
  position: absolute;
  display: block;
  width: 68%;
  height: 100%;
  border-radius: 0.125rem;
  left: 50%;
  transform: translateX(-50%);
  background: #0AA6B8;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before {
  top: -0.5rem;
}
.hamburger span::after {
  bottom: -0.5rem;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span::before, .hamburger.is-clicked span::after {
  top: 0;
  width: 50%;
  background-color: #002D45;
}
.hamburger.is-clicked span::before {
  transform: translateX(-50%) rotate(45deg);
}
.hamburger.is-clicked span::after {
  top: 0.375rem;
  transform: translateX(-50%) translateY(-6px) rotate(-45deg);
}

.mbnav {
  position: relative;
  z-index: 99999;
  display: block;
}
.mbnav .menu-card .menu-cards {
  display: flex;
  flex-direction: column;
  row-gap: 2.188rem;
  margin-top: 1.25rem;
}
.mbnav .menu-card .menu-item-desc {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 0;
}
.mbnav .menu-card .menu-card-img {
  position: relative;
  padding-top: 57.6666666667%;
}
.mbnav .menu-card .menu-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mbnav .menu-card .menu-card-img img {
  border-radius: 1.5rem;
}
.mbnav .menu-card .menu-card-cta {
  color: #fff;
}
.mbnav .menu-card .menu-card-cta .btn {
  display: flex;
}
.mbnav .menu-card .menu-card-item {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.mbnav__state {
  pointer-events: none;
  position: fixed;
  z-index: 999;
  top: var(--header-height, 94px);
  bottom: 0;
  left: 100%;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbnav__inner {
  pointer-events: none;
  position: relative;
  width: min(100% - 30px, 945px);
  height: 100%;
  max-height: 100vh;
  margin-left: auto;
  background-color: rgba(0, 45, 69, 0.97);
  border-radius: 1.5rem 0 0rem 1.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mbnav__inner {
    pointer-events: auto;
    padding: 4.375rem 3.125rem 3.125rem 3.125rem;
  }
}
@media (max-width: 767px) {
  .mbnav__inner {
    background-color: #002D45;
  }
}
@media (min-width: 992px) {
  .mbnav__inner {
    padding: 6.25rem 4.375rem 4.375rem 4.375rem;
  }
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #004a68;
}
.mbnav__logo {
  padding: 0.938rem;
  color: #fff;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}
@media (min-width: 768px) {
  .mbnav .menu-wrap {
    position: relative;
    width: 50%;
    right: 0;
  }
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 768px) {
  .mbnav .menu-wrap .menu-wrap {
    position: absolute;
    width: 100%;
  }
  .mbnav .menu-wrap .menu-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    right: 100%;
  }
}
.mbnav .menu-wrap > .menu-inner {
  pointer-events: auto;
  height: 100%;
  max-height: 100%;
  padding: 3.125rem;
  overflow: hidden auto;
}
@media (min-width: 768px) {
  .mbnav .menu-wrap > .menu-inner {
    padding: 0 0.938rem;
  }
}
@media (min-width: 992px) {
  .mbnav .menu-wrap > .menu-inner {
    padding: 0 1.875rem;
  }
}
.mbnav .menu-wrap > .menu-inner .btn-inner {
  color: #fff;
  min-width: 12.375rem;
  margin-top: 2rem;
}
.mbnav .menu-wrap > .menu-inner .menu-inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .mbnav .menu-wrap > .menu-inner .menu-inner {
    padding: 0 0.938rem;
  }
}
@media (min-width: 992px) {
  .mbnav .menu-wrap > .menu-inner .menu-inner {
    padding: 0 1.875rem;
  }
}
@media (min-width: 768px) {
  .mbnav .menu-wrap .menu-inner::-webkit-scrollbar {
    width: 10px;
  }
  .mbnav .menu-wrap .menu-inner::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px rgba($black, 0.3);
    border-radius: 10px;
  }
  .mbnav .menu-wrap .menu-inner::-webkit-scrollbar-thumb {
    --webkit-box-shadow: inset 0 0 6px rgba($black, 0.5);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
  }
  .mbnav .menu-wrap .menu-inner::-webkit-scrollbar-thumb:window-inactive {
    background: #0AA6B8;
  }
}
.mbnav ul.menu {
  position: static;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  transition: 0.4s ease;
  padding: 0;
}
@media (min-width: 768px) {
  .mbnav ul.menu {
    gap: 2.25rem;
  }
}
.mbnav ul.menu li {
  margin: 0;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .mbnav ul.menu li.is-open > .menu-wrap {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .mbnav ul.menu li {
    padding: 0;
  }
  .mbnav ul.menu li:hover > .menu-wrap, .mbnav ul.menu li.hover > .menu-wrap {
    visibility: visible;
    opacity: 1;
  }
}
.mbnav ul.menu li.current-menu-item a {
  color: #fff !important;
}
.mbnav ul.menu li:not(.btn-parent) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0AA6B8;
  list-style: none;
  border: none;
}
@media (min-width: 768px) {
  .mbnav ul.menu li:not(.btn-parent).hover {
    color: #fff;
  }
}
.mbnav ul.menu li:not(.btn-parent):hover {
  color: #fff;
}
.mbnav ul.menu li:not(.btn-parent)::before {
  display: none;
}
.mbnav ul.menu li:not(.btn-parent).has-sub a::after {
  display: none;
}
.mbnav ul.menu li:not(.btn-parent) a:not(.btn) {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: block;
  flex: 1 1 auto;
  order: -1;
  padding: 0;
  line-height: 1.3;
  color: currentcolor;
  text-decoration: none !important;
}
.mbnav ul.menu li:not(.btn-parent).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul.menu li:not(.btn-parent).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul.menu li:not(.btn-parent) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  transform: translateY(200%);
  width: calc(100% - 40px);
  margin: 0;
  transition: 0.4s ease-in-out;
}
.mbnav ul.menu li:not(.btn-parent) .btn-wrap::before {
  display: none;
}
.mbnav ul.menu li:not(.btn-parent) .btn-wrap a {
  display: block;
}
.mbnav__caret {
  cursor: pointer;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 1.875rem;
  height: auto;
}
.mbnav__caret svg {
  fill: currentColor;
  width: 0.688rem;
  height: 1.438rem;
}

.mbnav ul.menu .back-click {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 1.875rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: currentcolor !important;
}
@media (min-width: 768px) {
  .mbnav ul.menu .back-click {
    display: none;
  }
}
.mbnav ul.menu .back-click svg {
  position: absolute;
  left: 0;
  transform: scale(-1);
  fill: #0AA6B8;
}
.mbnav ul.menu .back-title {
  color: #fff;
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 1.563rem;
}
@media (min-width: 768px) {
  .mbnav ul.menu .back-title {
    display: none;
  }
}
.mbnav ul.menu ul li {
  font-size: 16px;
}
.mbnav ul.menu ul li a {
  padding-left: 1.563rem;
}
.mbnav ul.menu ul li li {
  font-size: 14px;
}
.mbnav ul.menu ul li li a {
  padding-left: 2.188rem;
}
.mbnav ul.menu > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav__backdrop {
  position: fixed;
  z-index: -1;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
  pointer-events: none;
}
.mbnav__overlay {
  position: fixed;
  z-index: 99;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in;
}
.mbnav__overlay.is-show {
  visibility: visible;
  opacity: 1;
}
.mbnav .brand-shape {
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
}
@media (max-width: 767px) {
  .mbnav .brand-shape {
    display: none;
  }
}
.mbnav .brand-shape svg {
  display: block;
  width: 345px;
  height: auto;
  aspect-ratio: 16/24;
}
@media (max-width: 991px) {
  .mbnav .brand-shape svg {
    width: 300px;
  }
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  pointer-events: auto;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}

.menu-inner .menu li .menu-link-main {
  margin: 0;
  font-weight: 400;
  transition: 0.3s;
  font-family: inherit;
  font-size: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .menu-inner .menu li .menu-card {
    max-width: 18.75rem;
  }
}
.menu-inner .menu li.active-li .menu-link-main:after {
  transform: rotate(135deg);
}
.menu-inner .menu li.active-hover .menu-card {
  opacity: 1;
  visibility: visible;
}
.menu-inner .menu li.active-hover .menu-link-main {
  color: #0AA6B8;
}
.menu-inner .menu li.active-hover .menu-link-main:after {
  opacity: 1;
}
.menu:hover .menu-inner .menu li:first-child .menu-card {
  opacity: 0;
  visibility: hidden;
}
.menu-inner .menu li.btn-parent {
  order: 1;
}
.menu-inner .menu li.btn-parent:not(.menu-item-cta) {
  order: 1;
}
.menu-inner .menu li.btn-parent a {
  display: inline-flex;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}
@media (min-width: 768px) {
  .menu-inner .menu li.btn-parent.mobile-only {
    display: none;
  }
}
.menu-inner .social-wrapper {
  margin-top: 2rem;
  max-width: 18.75rem;
}
@media (max-width: 767px) {
  .menu-inner .social-wrapper {
    max-width: 100%;
  }
}
.menu-inner .social-wrapper li a {
  display: flex !important;
  padding: 0 !important;
}
.menu-inner .social-wrapper li a svg {
  fill: #fff;
}
.menu-inner .social-wrapper li a:hover {
  background-color: #EF4136;
}

/* --- header --- */
.logged-in .mbnav__state {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .logged-in .mbnav__state {
    padding-top: 2.688rem;
  }
}

.header-active {
  background-color: #fff !important;
}

.header-active {
  background-color: #fff !important;
}

.main-header:has(+ .mbnav + .home-hero-component) {
  background-color: transparent !important;
}

.main-header.header-active:has(+ .mbnav + .home-hero-component) {
  background-color: #fff !important;
}

.main-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  padding: 1.875rem 0;
  background-color: #fff;
  transition: 0.3s;
  /* nav */
}
@media (max-width: 991px) {
  .main-header {
    padding: 0.938rem 0;
  }
}
.main-header.has-video {
  background-color: transparent;
}
.main-header.active {
  background-color: #fff;
}
.main-header .brand {
  display: block;
  max-width: 19.813rem;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .main-header .brand {
    max-width: 13.438rem;
  }
}
.main-header .brand img {
  width: 100%;
  height: auto;
}
.main-header .nav-menu {
  flex: 1 1 auto;
  padding-left: 0.938rem;
}
@media (max-width: 767px) {
  .main-header .nav-menu .btn-link {
    display: none;
  }
}
.main-header .navigation {
  display: none;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .main-header .navigation {
    display: block;
  }
}
.main-header .navigation nav {
  margin-right: 1.875rem;
}
.main-header .navigation nav > ul {
  display: flex;
}
.main-header .navigation nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .navigation nav ul li {
  padding: 0;
  list-style: none;
}
.main-header .navigation nav ul li a {
  display: block;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
}
.main-header .navigation nav ul li.menu-item-has-children {
  position: relative;
}
.main-header .navigation nav ul li.menu-item-has-children > a {
  padding-right: 2.5rem;
}
.main-header .navigation nav ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 0.813rem;
  right: 1.25rem;
  transform: rotate(135deg);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.063rem solid #0AA6B8;
  border-right: 0.063rem solid #0AA6B8;
  transition: border-color 0.3s;
}
.main-header .navigation nav ul li:hover > a {
  color: #fff;
  background-color: #0AA6B8;
}
.main-header .navigation nav ul li:hover > a::after {
  border-color: #fff;
}
.main-header .navigation nav ul li:hover > ul {
  pointer-events: auto;
  opacity: 1;
}
.main-header .navigation nav ul.sub-menu {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 12.5rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.main-header .navigation nav ul.sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.main-header .navigation nav ul.sub-menu li a {
  display: block;
  color: #fff;
  background-color: #0AA6B8;
}
.main-header .navigation nav ul.sub-menu li.menu-item-has-children > a::after {
  top: 1.063rem;
  transform: rotate(45deg);
  border-color: #fff;
}
.main-header .navigation nav ul.sub-menu li:hover > a {
  color: #0AA6B8;
  background-color: #fff;
}
.main-header .navigation nav ul.sub-menu li:hover > a::after {
  border-color: #0AA6B8;
}
.main-header .navigation nav ul.sub-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* --- footer --- */
.footer-main {
  background-color: #fff !important;
  position: relative;
  align-self: end;
  width: 100%;
  height: auto;
  padding: 7.5rem 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-main {
    padding: 3.75rem 0;
  }
}
.footer-main .container-small {
  max-width: 1128px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .footer-main .footer-row {
    gap: 1.875rem 0;
  }
}
.footer-main .footer-logo-part {
  display: flex;
  flex-direction: column;
  gap: 2.188rem;
}
.footer-main .footer-logo-part .logo {
  max-width: 19.813rem;
  width: 100%;
  display: block;
}
.footer-main .footer-logo-part .logo img {
  width: 100%;
  height: auto;
}
.footer-main .footer-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #004A68;
}
.footer-main .footer-links .navigation {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-main .footer-links .navigation {
    justify-content: flex-start;
  }
}
.footer-main .footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-main .footer-links ul li {
  text-decoration: none;
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
}
.footer-main .footer-links ul a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #004A68;
  text-decoration: none;
}
.footer-main .footer-links ul a:hover {
  color: #0AA6B8;
}
.footer-main .footer-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .footer-main .footer-detail {
    gap: 1.25rem;
  }
}
.footer-main .footer-detail .btn {
  padding: 0.813rem 2.438rem;
}
.footer-main .footer-detail .contact {
  color: #0AA6B8;
  font-size: 1rem;
  display: flex;
  gap: 0.438rem;
}
.footer-main .footer-detail .contact a {
  text-decoration: none;
  font-weight: 400;
  line-height: 2;
}
.footer-main .footer-detail .contact .call {
  display: flex;
  align-items: center;
}
.footer-main .footer-detail .contact .call svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #004A68;
}
.footer-main .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.footer-main .copyright-text {
  display: flex;
  align-items: center;
  border-top: 1px solid #0AA6B8;
  margin-top: 6.25rem;
  padding: 2.313rem 0 0;
  font-size: 0.813rem;
}
@media (max-width: 767px) {
  .footer-main .copyright-text {
    margin-top: 3.125rem;
    padding: 1.563rem 0 0;
  }
}
.footer-main .copyright-text ul {
  padding: 0;
  margin: 0 0 0 0.188rem;
  display: flex;
  flex-wrap: wrap;
}
.footer-main .copyright-text li {
  position: relative;
  padding: 0 0.5rem 0 0;
  list-style-type: none;
  margin-right: 0.5rem;
}
.footer-main .copyright-text li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 10px;
  transform: translateY(-50%);
  background-color: #0AA6B8;
}
.footer-main .copyright-text li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.footer-main .copyright-text li:last-child::before {
  display: none;
}
.footer-main .copyright-text li a {
  text-decoration: none;
}

.footer-social-media ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.footer-social-media li {
  padding: 0;
  list-style-type: none;
}
.footer-social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 3px solid #EF4136;
  border-radius: 50%;
  color: #004A68;
}
.footer-social-media li a:hover {
  color: #fff;
  background-color: #EF4136;
}

.privacy-policy .footer-main .menu a {
  color: #004A68;
}

.error-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  min-height: 43.75rem;
  padding-top: calc(var(--header-height) + 130px);
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .error-404 {
    padding-top: calc(var(--header-height) + 80px);
  }
}
.error-404 .error-wrap {
  display: inline-flex;
  flex-direction: column;
  row-gap: 1.875rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .error-404 .error-wrap ul li {
    font-size: 0.875rem;
  }
}
.error-404 .error-wrap * {
  margin: 0;
}
.error-404 .error-wrap .page-title {
  font-weight: 700;
}
.error-404 .error-wrap .btn {
  max-width: max-content;
}
.error-404 .container {
  --container-width: 1170px;
}

@media (max-width: 767px) {
  .detail-page .hh-wrap {
    padding: 3.75rem 0;
  }
}

.related-blog-listing {
  padding: 8.75rem 0;
  background-color: #F5F5F7;
}
@media (max-width: 767px) {
  .related-blog-listing {
    padding: 3.75rem 0;
    --wave-height: 30px;
  }
}
.related-blog-listing .related-blog-title {
  margin-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .related-blog-listing .related-blog-title {
    margin-bottom: 2.5rem;
  }
}
.related-blog-listing .related-blog-title h2 {
  font-weight: 500;
}
.related-blog-listing .rb-row {
  margin-right: -1.813rem;
  margin-left: -1.813rem;
  row-gap: 3.625rem;
  max-width: 94.875rem;
  margin: 0 auto;
}
.related-blog-listing .rb-row [class*=cell-] {
  padding-right: 1.813rem;
  padding-left: 1.813rem;
}
@media (max-width: 1199px) {
  .related-blog-listing .rb-row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    row-gap: 2.5rem;
  }
  .related-blog-listing .rb-row [class*=cell-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.related-blog-listing .rb-row a {
  text-decoration: none;
}
.related-blog-listing .rb-row a:hover .rb-name {
  color: #0AA6B8;
}
.related-blog-listing .rb-box {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.related-blog-listing .rb-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.188rem 2.125rem 3rem;
  flex: 1;
}
@media (max-width: 1199px) {
  .related-blog-listing .rb-detail {
    padding: 1.25rem 1.25rem 2.188rem;
  }
}
.related-blog-listing .rb-detail .cs-categories {
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  color: #004A68;
}
.related-blog-listing .rb-image {
  position: relative;
  padding-top: 60.4910714286%;
  background-color: #101010;
}
.related-blog-listing .rb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-blog-listing .rb-name {
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.28;
  color: #004A68;
}
.related-blog-listing .rb-categories {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #004A68;
}
.related-blog-listing .rb-read-more {
  margin-top: 1.25rem;
}
.related-blog-listing .rb-read-more .btn {
  padding: 0.438rem 1.125rem;
  font-size: 0.813rem;
  letter-spacing: 1.3px;
}

@media (max-width: 991px) {
  .landing-hero.detail-page .hh-mainwrap {
    padding: 0;
  }
}
.landing-hero.detail-page .hh-overlay-main {
  background-color: #F5F5F7;
}
.landing-hero.detail-page .hh-overlay-main::before {
  content: "";
  position: absolute;
  left: -1.625rem;
  top: 10rem;
  width: 21.563rem;
  height: 33.875rem;
  background-image: url(../images/arrow-shape.svg);
  background-repeat: repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.75;
}
@media (max-width: 991px) {
  .landing-hero.detail-page .hh-overlay-main::before {
    width: 18.125rem;
    height: 27.625rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .landing-hero.detail-page .hh-overlay-main::before {
    width: 9.063rem;
    height: 21.375rem;
  }
}
.landing-hero.detail-page .hh-top .eyebrow-text {
  position: relative;
  padding: 0 0.5rem 0 0;
  margin-right: 0.5rem;
}
.landing-hero.detail-page .hh-top .eyebrow-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.125rem;
  height: 0.813rem;
  transform: translateY(-60%);
  background-color: #EF4136;
}
.landing-hero.detail-page .hh-top .eyebrow-text:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.landing-hero.detail-page .hh-top .eyebrow-text:last-child::before {
  display: none;
}
.landing-hero.detail-page .hh-top .eyebrow-text a {
  text-decoration: none;
}

.case-study-detail-main {
  max-width: 70.5rem;
  margin: 0 auto;
  margin-top: -11.4583333333%;
  margin-bottom: 8.75rem;
}
@media (max-width: 767px) {
  .case-study-detail-main {
    margin-bottom: 3.75rem;
  }
}
.case-study-detail-main .team-member-image {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 11.25rem;
  aspect-ratio: 1;
  border-radius: 1.25rem;
  overflow: hidden;
}
.case-study-detail-main .team-member-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study-detail-main .team-member-detail {
  font-size: 1.25rem;
  color: #004A68;
}
.case-study-detail-main .team-member-detail .team-name {
  font-weight: 500;
}
.case-study-detail-main .team-member-linkedin {
  margin-top: 1.5rem;
  padding: 0;
  list-style-type: none;
}
.case-study-detail-main .team-member-linkedin a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 3px solid #EF4136;
  border-radius: 50%;
  color: #004A68;
}
.case-study-detail-main .team-member-linkedin a:hover {
  color: #fff;
  background-color: #EF4136;
}
.case-study-detail-main .cs-static-stats.cs-one-two {
  display: flex;
  justify-content: center;
  gap: 5.438rem;
  max-width: 55.813rem;
  margin: auto;
}
@media (max-width: 991px) {
  .case-study-detail-main .cs-static-stats.cs-one-two {
    flex-direction: column;
  }
}
.case-study-detail-main .cs-static-stats.cs-one-two .stat-box-main {
  max-width: 403px;
  margin: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .case-study-detail-main .cs-static-stats.cs-one-two .stat-box-main:before {
    top: unset;
    bottom: -70px;
    transform: translateX(-50%);
    right: unset;
    left: 50%;
  }
}
.case-study-detail-main .cs-detail {
  background-color: #fff;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 4.313rem;
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-detail {
    gap: 1.875rem;
  }
}
.case-study-detail-main .cs-featured-image {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.16);
}
.case-study-detail-main .cs-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study-detail-main .cs-content-wrap {
  max-width: 59.438rem;
  width: 100%;
  margin: 0 auto;
}
.case-study-detail-main .cs-content-wrap > div:not(:last-child) {
  margin-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-content-wrap > div:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
.case-study-detail-main .cs-intro-text {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
.case-study-detail-main .cs-intro-text * {
  font-weight: 300;
}
.case-study-detail-main .cs-intro-text h2 {
  font-size: 3rem;
  margin: 0;
}
@media (max-width: 1199px) {
  .case-study-detail-main .cs-intro-text h2 {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-intro-text h2 {
    font-size: 1.875rem;
  }
}
.case-study-detail-main .cs-intro-text h1,
.case-study-detail-main .cs-intro-text .h1 {
  line-height: 1.2;
  text-align: center;
  color: #004A68;
  max-width: 40.5rem;
  margin: 0 auto;
}
.case-study-detail-main .cs-intro-text h2,
.case-study-detail-main .cs-intro-text .h2 {
  line-height: 1.2;
  text-align: center;
  color: #004A68;
  max-width: 40.5rem;
  margin: 0 auto;
}
.case-study-detail-main .cs-intro-text h3,
.case-study-detail-main .cs-intro-text .h3 {
  line-height: 1.2;
  text-align: center;
  color: #004A68;
  max-width: 40.5rem;
  margin: 0 auto;
}
.case-study-detail-main .cs-intro-text h4,
.case-study-detail-main .cs-intro-text .h4 {
  line-height: 1.2;
  text-align: center;
  color: #004A68;
  max-width: 40.5rem;
  margin: 0 auto;
}
.case-study-detail-main .cs-intro-text h5,
.case-study-detail-main .cs-intro-text .h5 {
  line-height: 1.2;
  text-align: center;
  color: #004A68;
  max-width: 40.5rem;
  margin: 0 auto;
}
.case-study-detail-main .cs-intro-text h6,
.case-study-detail-main .cs-intro-text .h6 {
  line-height: 1.2;
  text-align: center;
  color: #004A68;
  max-width: 40.5rem;
  margin: 0 auto;
}
.case-study-detail-main .cs-intro-text p {
  font-size: 1.5rem;
  line-height: 1.33;
  text-align: left;
  color: #101010;
  margin: 0;
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-intro-text p {
    font-size: 1.25rem;
  }
}
.case-study-detail-main .cs-intro-text p strong {
  color: #004A68;
  font-weight: 500;
}
.case-study-detail-main .cs-main-stat {
  max-width: 59.438rem;
  margin: auto;
}
.case-study-detail-main .cs-case-stats {
  border-top: 1px solid #0AA6B8;
  padding-top: 4.375rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .case-study-detail-main .cs-case-stats {
    margin: unset;
  }
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-case-stats {
    padding-top: 1.875rem;
  }
}
.case-study-detail-main .cs-case-stats .stat-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.33;
  text-align: center;
  color: #004A68;
  margin-bottom: 2.938rem;
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-case-stats .stat-title {
    margin-bottom: 1.5rem;
  }
}
.case-study-detail-main .cs-case-stats .stat-box-main {
  height: auto;
  position: relative;
}
.case-study-detail-main .cs-case-stats .stat-box-main:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  display: inline-block;
  width: 3.438rem;
  height: 3.438rem;
  background-image: url(../images/detail-page-plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: 0.3s;
}
.case-study-detail-main .cs-case-stats .stat-box-main:last-child::before {
  display: none;
}
.case-study-detail-main .cs-case-stats .stat-box {
  border-radius: 1.5rem;
  background: #004A68;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
  padding: 2.875rem 2rem 4.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .case-study-detail-main .cs-case-stats .stat-box {
    padding: 1.25rem 1.25rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-case-stats .stat-box {
    box-shadow: unset;
  }
}
.case-study-detail-main .cs-case-stats .stat-number {
  position: relative;
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: clamp(3.75rem, 2.8697rem + 3.7559vw, 6.25rem);
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #0AA6B8;
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-case-stats .stat-number {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.case-study-detail-main .cs-case-stats .stat-number:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.438rem;
  height: 3px;
  background: #fff;
}
.case-study-detail-main .cs-case-stats .stat-desc {
  font-weight: 400;
  font-size: 1.313rem;
  line-height: 1.33;
  text-align: center;
  color: #DBF6F9;
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-case-stats .stat-desc {
    font-size: 1rem;
  }
}
.case-study-detail-main .cs-case-stats .stats-swiper {
  overflow: visible;
}
@media (max-width: 575px) {
  .case-study-detail-main .cs-case-stats .stats-swiper {
    border-radius: 1.5rem;
  }
}
.case-study-detail-main .cs-case-stats .stats-swiper .swiper-wrapper {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-case-stats .stats-swiper .swiper-wrapper {
    padding-bottom: 1.5rem;
  }
}
.case-study-detail-main .cs-case-stats .stats-swiper .swiper-slide {
  width: 25.188rem;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .case-study-detail-main .cs-case-stats .stats-swiper .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .case-study-detail-main .cs-case-stats .stats-swiper .stat-box {
    box-shadow: unset !important;
  }
}
.case-study-detail-main .cs-case-stats .swiper-wraparrow {
  display: flex;
  gap: 1.125rem;
  justify-content: center;
}
.case-study-detail-main .cs-case-stats .swiper-button-next:after,
.case-study-detail-main .cs-case-stats .swiper-button-prev:after {
  display: none;
}
.case-study-detail-main .cs-case-stats .swiper-button-prev,
.case-study-detail-main .cs-case-stats .swiper-button-next {
  position: unset;
  top: unset;
  bottom: unset;
  height: 3.25rem;
  width: 3.25rem;
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-case-stats .swiper-button-prev,
  .case-study-detail-main .cs-case-stats .swiper-button-next {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.case-study-detail-main .cs-case-stats .swiper-button-prev svg,
.case-study-detail-main .cs-case-stats .swiper-button-next svg {
  height: 3.25rem;
  width: 3.25rem;
  fill: #fff;
  border: 0.125rem solid #E6E6E6;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .case-study-detail-main .cs-case-stats .swiper-button-prev svg,
  .case-study-detail-main .cs-case-stats .swiper-button-next svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.case-study-detail-main .cs-case-stats .swiper-button-prev:hover svg,
.case-study-detail-main .cs-case-stats .swiper-button-next:hover svg {
  fill: #E6E6E6;
}
.case-study-detail-main .cs-case-stats .swiper-button-next {
  transform: rotate(180deg);
  left: unset;
  margin: 0;
}
.case-study-detail-main .cs-case-stats .swiper-button-prev {
  right: unset;
  margin: 0;
}
.case-study-detail-main .nav-previous a,
.case-study-detail-main .nav-next a {
  padding: 0.5rem 1.063rem;
  border: 3px solid #EF4136;
  font-weight: 700;
  font-size: 0.813rem;
  letter-spacing: 0.1em;
  color: #003B56;
  display: inline-block;
  border-radius: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
}
.case-study-detail-main .nav-previous a:hover,
.case-study-detail-main .nav-next a:hover {
  background-color: #EF4136;
  color: #fff;
  transition: 0.3s all;
}
.case-study-detail-main .nav-previous a:hover:before,
.case-study-detail-main .nav-next a:hover:before {
  filter: brightness(0) invert(1);
  transition: 0.3s all;
}
.case-study-detail-main .nav-previous a {
  padding-left: 3.313rem;
  position: relative;
}
.case-study-detail-main .nav-previous a:before {
  content: "";
  position: absolute;
  left: 1.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.188rem;
  height: 1.188rem;
  background-image: url(../images/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.case-study-detail-main .nav-next a {
  padding-right: 2rem;
  position: relative;
}
.case-study-detail-main .nav-next a:before {
  content: "";
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../images/right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.case-study-detail-main nav.post-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #0AA6B8;
  padding-top: 2.188rem;
}
@media (max-width: 767px) {
  .case-study-detail-main nav.post-navigation {
    flex-direction: column;
    justify-content: center;
  }
}
.case-study-detail-main nav.post-navigation .share-article {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #004A68;
  font-weight: 600;
  letter-spacing: 1.3px;
}
@media (max-width: 767px) {
  .case-study-detail-main nav.post-navigation .share-article {
    margin-top: 1.5rem;
  }
}
.case-study-detail-main nav.post-navigation .share-article .heateor_sss_sharing_container {
  margin-left: 0.625rem;
}
@media (min-width: 768px) {
  .case-study-detail-main nav.post-navigation .share-article .heateor_sss_sharing_container {
    margin-left: 0.875rem;
  }
}
.case-study-detail-main nav.post-navigation .share-article .heateor_sss_sharing_container .heateor_sss_s_linkedin {
  display: none !important;
}
.case-study-detail-main nav.post-navigation .share-article .heateor_sss_sharing_container .heateor_sss_sharing_ul a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.563rem !important;
  width: 40px;
  height: 40px;
  border: 3px solid #EF4136 !important;
  border-radius: 50%;
  color: #004A68;
}
.case-study-detail-main nav.post-navigation .share-article .heateor_sss_sharing_container .heateor_sss_sharing_ul a:hover {
  color: #fff !important;
  background-color: #EF4136 !important;
}
.case-study-detail-main nav.post-navigation .share-article .heateor_sss_sharing_container .heateor_sss_sharing_ul a svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.case-study-detail-main nav.post-navigation .share-article .heateor_sss_sharing_container .heateor_sss_sharing_ul a:not(:first-child) {
  margin-left: 0.75rem;
}

.cs-detail > .post-navigation:only-child {
  border: none;
  justify-content: center;
}

.case-study-listing {
  padding: 6.25rem 0;
}
.case-study-listing .cs-row {
  margin-right: -1.813rem;
  margin-left: -1.813rem;
  row-gap: 3.625rem;
  max-width: 94.875rem;
  margin: 0 auto;
}
.case-study-listing .cs-row [class*=cell-] {
  padding-right: 1.813rem;
  padding-left: 1.813rem;
}
@media (max-width: 1199px) {
  .case-study-listing .cs-row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    row-gap: 2.5rem;
  }
  .case-study-listing .cs-row [class*=cell-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.case-study-listing .cs-box {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.case-study-listing .cs-detail {
  padding: 2.188rem 2.125rem 3rem;
  height: 100%;
}
@media (max-width: 1199px) {
  .case-study-listing .cs-detail {
    padding: 1.25rem 1.25rem 2.188rem;
  }
}
.case-study-listing .cs-main-detail {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.case-study-listing .cs-inner-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.case-study-listing .cs-image {
  position: relative;
  padding-top: 60.4910714286%;
  background-color: #101010;
}
.case-study-listing .cs-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study-listing .cs-name {
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.28;
}
.case-study-listing .cs-name a {
  text-decoration: none;
  color: #004A68;
}
.case-study-listing .cs-name a:hover {
  color: #0AA6B8;
}
.case-study-listing .cs-categories {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #004A68;
  text-transform: capitalize;
}
.case-study-listing .cs-read-more {
  margin-top: 2.813rem;
}
.case-study-listing .cs-read-more .btn {
  padding: 0.438rem 1.125rem;
  font-size: 0.813rem;
  letter-spacing: 1.3px;
}

/*# sourceMappingURL=main.css.map*/