/*!**************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \**************************************************************************************************************************************************************************/
/* 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: "Outfit", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #393939;
  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: 1rem;
  font-family: inherit;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #1C1A19;
  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: 2.625rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
  color: #1C1A19;
  word-break: keep-all;
  line-height: 1.25;
}
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.125rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.8125rem;
  }
}

h3,
.h3 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: #1C1A19;
  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: 767px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
  color: #1C1A19;
  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: 767px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #1C1A19;
  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: 767px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
  color: #1C1A19;
  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: 767px) {
  h6,
  .h6 {
    font-size: 1.0625rem;
  }
}

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

.eyebrow-text {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
}
.eyebrow-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1C1A19;
}

:is(ul, ol) {
  --ulol-left-padding: 1.875rem;
  margin-bottom: 0.9375rem;
  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: #1C1A19;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.5625rem;
  padding: 1.25rem;
  border-left: 0.25rem solid #393939;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 2;
  color: #000;
  text-align: left;
  background-color: #E4E8EB;
  /* 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.0625rem;
}

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: #1C1A19;
  text-decoration: underline;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover {
  color: #9F1B30;
  outline: none;
}
a.tab-outline {
  outline: 1px solid;
  outline-offset: 0.1875rem;
}
.bg-dark a:hover {
  color: #9F1B30;
}

/* 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.0625rem solid #E4E8EB;
  vertical-align: bottom;
}

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

/* stylelint-enable selector-class-pattern */
/**
 * Main content containers
 */
.alignfull, .alignwide, .container-fluid, .container {
  --gutter: 5rem;
  width: min(100% - var(--gutter) * 2, var(--container-width, 100%));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .alignfull, .alignwide, .container-fluid, .container {
    --gutter: 2rem;
  }
}
@media (max-width: 767px) {
  .alignfull, .alignwide, .container-fluid, .container {
    --gutter: 1.25rem;
  }
}

.container {
  --container-width: 80rem;
}
[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: #1C1A19;
}

.text-dark {
  color: #1C1A19;
}

/* 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: 1400px) {
  .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: 80rem;
}

button, input[type=button],
input[type=reset],
input[type=submit], .btn {
  --focuc-outline-space: -1px;
  user-select: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background-image: linear-gradient(99.1deg, #9F1B30 82%, #D62829 100%);
  background-repeat: no-repeat;
  background-size: 500% auto;
  background-position: top right;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, 0.3s ease 0s;
}
button span, input[type=button] span,
input[type=reset] span,
input[type=submit] span, .btn span {
  position: relative;
  display: block;
  padding: 0.875rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.75rem;
}
button span::before, input[type=button] span::before,
input[type=reset] span::before,
input[type=submit] span::before, .btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  transform: translate(-50%, -50%);
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.4s;
}
button::before, input[type=button]::before,
input[type=reset]::before,
input[type=submit]::before, .btn::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: var(--focuc-outline-space);
  border: 1px solid #E4E8EB;
  border-radius: 0.3125rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
button:hover, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-position: top left;
}
button:focus, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus {
  --focuc-outline-space: -4px;
  color: #fff;
  outline: 0;
}
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;
}
.bg-dark button:hover, .bg-dark input[type=button]:hover,
.bg-dark input[type=reset]:hover,
.bg-dark input[type=submit]:hover, .bg-dark .btn:hover {
  color: #fff;
}
button.pdf span::before, input.pdf[type=button] span::before,
input.pdf[type=reset] span::before,
input.pdf[type=submit] span::before, .pdf.btn span::before {
  background-image: url(../images/pdf-white.svg);
  width: 0.875rem;
  height: 1rem;
}

.btn-sm {
  padding: 0.25rem 0.5625rem;
  font-size: 0.75rem;
}
.btn-link {
  user-select: none;
  position: relative;
  border: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1C1A19;
  padding-right: 1.4375rem;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
@media (max-width: 767px) {
  .btn-link {
    font-size: 1rem;
  }
}
.btn-link::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: -4px -8px;
  border: 1px solid #E4E8EB;
  border-radius: 1.25rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
.btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  transform: translate(-50%, -50%);
  background-image: url(../images/arrow-embers.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.4s;
}
.btn-link:hover {
  border-color: currentcolor;
  color: #9F1B30;
  text-decoration: none;
}
.btn-link:focus {
  outline: 0;
}
.btn-link:focus::before {
  visibility: visible;
  opacity: 1;
}
.bg-dark .btn-link:hover {
  color: #9F1B30;
}

.btn-transperant {
  background-image: none;
  border: 1px solid rgba(28, 26, 25, 0.2);
  color: #1c1a19;
  transition: all 0.2s ease-in-out;
}
.btn-transperant:hover {
  background: linear-gradient(99.1deg, #9F1B30 82%, #D62829 100%);
}
.btn-transperant span {
  background-color: #D62829;
}

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

form label {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "Outfit", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

:is(input, textarea, button, select) {
  font-family: "Outfit", "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.9375rem;
}

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.9375rem;
  border: 0.0625rem solid #1C1A19;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}
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: #1C1A19;
  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;
}

select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url(../images/down-arrow.svg);
  background-size: 1.125rem 0.4375rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 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.1875rem;
  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.3125rem;
  height: 0.625rem;
  border: solid #1C1A19;
  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 #1C1A19;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
}

.entry-banner {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.entry-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-banner .entry-header {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
.entry-banner .entry-title {
  margin: 0;
  font-size: 2rem;
  color: white;
  text-transform: uppercase;
}
.entry-banner .test {
  color: red;
  width: 190px;
  height: 190px;
  margin-right: -1rem;
  margin-left: -1rem;
  padding-left: calc((100% - 90rem) / 2);
}
.entry-banner .test [class*=cell-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.entry-banner .test > div {
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .entry-banner .test > div {
    padding-left: 1.25rem;
  }
}

.fifty-fifty-with-image {
  position: relative;
  z-index: 1;
  background-color: #F5F5F5;
  overflow: hidden;
}
.fifty-fifty-with-image .container {
  position: relative;
}
.fifty-fifty-with-image .grade-one {
  top: 50%;
  right: -18%;
  width: 39.5rem;
  height: 39.1875rem;
  opacity: 0.5;
  transform: translateY(-50%);
  z-index: -1;
  filter: blur(150px);
  -webkit-filter: blur(150px);
}
.fifty-fifty-with-image .yellow-circle {
  bottom: -6.25rem;
  left: -9rem;
  width: 24rem;
  height: 24rem;
}
@media (max-width: 767px) {
  .fifty-fifty-with-image .yellow-circle {
    left: -12.5rem;
    bottom: -9.375rem;
  }
}
.fifty-fifty-with-image .ff-row {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
  row-gap: 2rem;
}
.fifty-fifty-with-image .ff-row [class*=cell-] {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.fifty-fifty-with-image .ff-row:not(:last-child) {
  margin-bottom: 4rem;
}
.fifty-fifty-with-image .ff-row:nth-child(even) {
  flex-direction: row-reverse;
}
.fifty-fifty-with-image .ff-desc {
  font-size: 1.125rem;
}
.fifty-fifty-with-image .ff-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 1.25rem;
  column-gap: 1.25rem;
  margin: 1.25rem 0 0 0;
}
.fifty-fifty-with-image .ff-ctas .ff-cta {
  width: 47%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .fifty-fifty-with-image .ff-ctas .ff-cta {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fifty-fifty-with-image .ff-ctas .ff-cta {
    width: 47%;
  }
}
@media (max-width: 575px) {
  .fifty-fifty-with-image .ff-ctas .ff-cta {
    width: 100% !important;
  }
}
.fifty-fifty-with-image .ff-ctas .ff-cta .btn {
  width: 100%;
  justify-content: space-between;
}
.fifty-fifty-with-image .ff-ctas.ff-ctas-1 .ff-cta {
  justify-content: flex-start;
}
.fifty-fifty-with-image .ff-ctas.ff-ctas-1 .ff-cta .btn {
  width: fit-content;
}
.fifty-fifty-with-image .ff-image-wrap {
  max-width: 37.125rem;
  width: 100%;
  text-align: center;
}

.transformation-services {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.transformation-services .cell-sm-6 {
  flex-grow: 0;
}
.transformation-services .cell-sm-6:nth-child(-n+4) {
  flex-grow: 1;
}
.transformation-services .cell-md-6 {
  flex-grow: 0;
}
.transformation-services .cell-md-6:nth-child(-n+3) {
  flex-grow: 1;
}
.transformation-services .container {
  position: relative;
}
.transformation-services .blue-circle {
  top: -5rem;
  left: -5rem;
  z-index: -3;
}
.transformation-services .ts-bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.transformation-services .ts-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 10%;
}
.transformation-services .ts-main {
  height: 100%;
}
.transformation-services .ts-main[href] {
  text-decoration: none;
}
.transformation-services .ts-main[href]:hover .ts-subheading p {
  color: #393939;
}
.transformation-services .ts-main[href]:hover .ts-icon {
  background-color: #9F1B30;
}
.transformation-services .ts-main[href]:hover .ts-icon svg path {
  fill: #fff;
}
.transformation-services .ts-main[href]:hover .ts-card .grade-one {
  opacity: 0;
  visibility: hidden;
}
.transformation-services .ts-main[href]:hover .ts-card .grade-two {
  opacity: 0.4;
  visibility: visible;
  transform: translate(20%, 40%) scale(1);
}
.transformation-services .ts-heading {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .transformation-services .ts-heading {
    margin-bottom: 1.875rem;
  }
}
.transformation-services .ts-row {
  row-gap: 1.875rem;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.transformation-services .ts-row [class*=cell-] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 1399px) {
  .transformation-services .ts-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .transformation-services .ts-row [class*=cell-] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.transformation-services .ts-subheading p {
  color: #393939;
}
@media (max-width: 767px) {
  .transformation-services .ts-subheading p {
    font-size: 1rem;
  }
}
.transformation-services .ts-heading-wrap .h4 {
  margin-bottom: 0.75rem;
}
.transformation-services .ts-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.875rem;
  border: 0.5px solid rgba(35, 31, 32, 0.2);
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .transformation-services .ts-card {
    padding: 1.25rem;
  }
}
.transformation-services .ts-card .grade-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 11rem;
  height: 14.8125rem;
  z-index: -1;
  opacity: 30%;
  transition: 0.4s;
}
.transformation-services .ts-card .grade-two {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(30%, 30%) scale(0);
  width: 13.875rem;
  height: 14.5625rem;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.transformation-services .ts-card .btn {
  width: fit-content;
  margin: 20px 0 0 auto;
}
@media (max-width: 767px) {
  .transformation-services .ts-card .btn {
    font-size: 1rem;
  }
}
.transformation-services .ts-icon {
  display: block;
  padding: 0.875rem 0.9375rem;
  border: 0.5px solid rgba(28, 26, 25, 0.1);
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  margin-top: 1.75rem;
  margin-left: auto;
  transition: 0.4s;
}
.transformation-services .ts-icon svg {
  width: 1.125rem;
  height: 1.25rem;
  object-fit: contain;
}
.transformation-services .ts-icon svg path {
  transition: 0.4s;
}

.single-cta {
  position: relative;
  background-color: #FAFAFA;
  z-index: 1;
  margin: 20px;
  border-radius: 1.5rem;
  overflow: hidden;
}
.single-cta .blue-circle {
  top: -50%;
  left: -10%;
  width: 31.9375rem;
  height: 31.9375rem;
  z-index: -1;
}
.single-cta .sc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-cta .sc-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-cta .sc-inner {
  max-width: 66.25rem;
  width: 100%;
  margin: 0 auto;
}
.single-cta .sc-subheading p {
  color: #414042;
}
.single-cta .sc-link {
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  .single-cta .sc-link {
    margin-top: 1.875rem;
  }
}

.logo-carousel {
  background-color: #F5F5F5;
}
.logo-carousel .lc-heading {
  max-width: 66.25rem;
  width: 100%;
  margin: 0 auto;
}
.logo-carousel .lc-splide {
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .logo-carousel .lc-splide {
    margin-top: 1.875rem;
  }
}
.logo-carousel .lc-splide::before {
  left: 0;
}
.logo-carousel .lc-splide::after {
  right: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.logo-carousel .lc-splide::before, .logo-carousel .lc-splide::after {
  content: "";
  position: absolute;
  top: 0;
  width: 12.25rem;
  height: 100%;
  background: linear-gradient(90deg, #FAFAFA 0%, rgba(250, 250, 250, 0.9) 53.37%, rgba(250, 250, 250, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991px) {
  .logo-carousel .lc-splide::before, .logo-carousel .lc-splide::after {
    width: 6.25rem;
  }
}
@media (max-width: 767px) {
  .logo-carousel .lc-splide::before, .logo-carousel .lc-splide::after {
    width: 2.5rem;
  }
}
.logo-carousel .lc-splide .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-carousel .lc-slide-wrap li {
  list-style-type: none;
  padding: 0;
}
.logo-carousel .lc-slide-wrap li img {
  width: auto;
  height: 5rem;
  max-height: 5rem;
  object-fit: contain;
  display: block;
}

.related-topics {
  position: relative;
  background-color: #F5F5F5;
}
.related-topics .rt-swiper:not(.swiper-initialized) .swiper-slide {
  max-width: 25rem;
  margin-right: 2.5rem;
}
.related-topics .rt-card-wrap {
  position: relative;
  text-decoration: none;
}
.related-topics .rt-card-wrap:hover .rt-icon-link {
  background-color: #9F1B30;
}
.related-topics .rt-card-wrap:hover .rt-card-content {
  background: #1C1A19;
}
.related-topics .rt-card {
  position: relative;
  padding: 0.625rem;
  min-height: 20rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.related-topics .rt-card::before, .related-topics .rt-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(205.38deg, rgba(0, 0, 0, 0.5) 1.13%, rgba(0, 0, 0, 0) 62.66%);
  z-index: 0;
}
.related-topics .rt-card::after {
  background-image: linear-gradient(196.77deg, rgba(0, 0, 0, 0) 8.8%, #000 90.79%);
}
.related-topics .rt-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.related-topics .rt-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-topics .rt-card-content {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 1.25rem;
  z-index: 1;
  transition: 0.4s;
  min-height: 9.375rem;
}
@media (max-width: 767px) {
  .related-topics .rt-card-content {
    min-height: 7.8125rem;
  }
}
.related-topics .rt-card-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-topics .rt-icon-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.625rem;
  right: 0.625rem;
  width: 3rem;
  height: 3rem;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.875rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1;
  transition: 0.4s;
}
.related-topics .rt-icon-link svg {
  width: 0.875rem;
  height: 0.875rem;
  object-fit: contain;
}
.related-topics .rt-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.related-topics .rt-top h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .related-topics .rt-top {
    margin-bottom: 1.875rem;
  }
}
.related-topics .rt-arrows {
  display: flex;
  gap: 0.9375rem;
  margin-left: auto;
}

.contact-form {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-form .grade-two {
  top: 50%;
  right: -10%;
  width: 35.1875rem;
  height: 36.9375rem;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
  transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
}
.contact-form .cf-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-form .cf-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .contact-form .cf-heading {
    margin-bottom: 1.875rem;
  }
}
.contact-form .cf-form {
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.5rem;
  padding: 3rem;
}
@media (max-width: 991px) {
  .contact-form .cf-form {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .contact-form .cf-form {
    padding: 1.25rem;
  }
}
.contact-form .cf-form .nf-form-fields-required {
  display: none;
}
.contact-form .cf-form .nf-form-content {
  display: flex;
  justify-content: center;
}
.contact-form .cf-form .nf-form-title {
  display: block;
  text-align: center;
}
.contact-form .cf-form .nf-form-title h3 {
  font-size: 2.25rem;
  margin-bottom: 2.25rem;
}
.contact-form .cf-form .nf-error-required-error,
.contact-form .cf-form .nf-error-msg {
  font-size: 1.125rem;
  color: #9F1B30;
}
@media (max-width: 767px) {
  .contact-form .cf-form .nf-error-required-error,
  .contact-form .cf-form .nf-error-msg {
    font-size: 1rem;
  }
}
.contact-form .cf-form .nf-response-msg {
  text-align: center;
}
.contact-form .cf-form .nf-response-msg p {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .contact-form .cf-form .nf-response-msg p {
    font-size: 1rem;
  }
}
.contact-form .cf-form .nf-field-container {
  margin-bottom: 1rem;
}
.contact-form .cf-form .nf-field-container:has(input[type=submit]) {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .contact-form .cf-form .nf-field-container.one-half {
    width: 100%;
    margin-left: 0;
  }
}
.contact-form .cf-form .nf-field-container.html-container {
  margin-bottom: 2rem;
}
.contact-form .cf-form .nf-field-container.listradio-container {
  margin-bottom: 0;
}
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element input,
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element select,
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element textarea {
  font-size: 1.125rem !important;
  color: #1C1A19;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.5px solid rgba(28, 26, 25, 0.5);
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .contact-form .cf-form .nf-field-container .nf-field .nf-field-element input,
  .contact-form .cf-form .nf-field-container .nf-field .nf-field-element select,
  .contact-form .cf-form .nf-field-container .nf-field .nf-field-element textarea {
    font-size: 1rem;
  }
}
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element input::placeholder,
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element select::placeholder,
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element textarea::placeholder {
  color: #1C1A19;
}
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element textarea {
  padding-top: 0.75rem;
  height: 5.5rem;
}
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element select option {
  color: #1C1A19;
}
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element p {
  display: block;
  font-size: 0.75rem !important;
  line-height: 1rem;
  font-weight: 400;
}
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element:has(input[type=submit]) {
  text-align: right;
}
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element input[type=submit] {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.25rem 3.5rem 0.25rem 0.75rem;
  border: none;
  border-radius: 0.5rem;
  line-height: 1.5;
  width: max-content;
  color: #fff;
  vertical-align: top;
  background-color: transparent;
  background-image: url(../images/right-up.svg), linear-gradient(99.1deg, #9F1B30 82%, #D62829 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 40px 40px, 500% auto;
  background-position: center right 4px, top right;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, 0.3s ease 0s;
}
.contact-form .cf-form .nf-field-container .nf-field .nf-field-element input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background-position: center right 4px, top left;
}
.contact-form .cf-form .nf-field-container .nf-field .checkbox-wrap {
  position: relative;
}
.contact-form .cf-form .nf-field-container .nf-field .checkbox-wrap .nf-field-label {
  padding-left: 0;
}
.contact-form .cf-form .nf-field-container .nf-field .checkbox-wrap label {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  padding-left: 1.5625rem;
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .cf-form .nf-field-container .nf-field .checkbox-wrap label::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 1px;
  cursor: pointer;
}
.contact-form .cf-form .nf-field-container .nf-field .checkbox-wrap label.nf-checked-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  transform: rotate(42deg);
  width: 0.3125rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
@media (max-width: 767px) {
  .contact-form .cf-form .nf-field-container .nf-field .checkbox-wrap label.nf-checked-label::after {
    left: 6px;
  }
}
.contact-form .cf-form .nf-field-container .nf-field .checkbox-wrap input[type=checkbox] {
  display: none;
}
.contact-form .cf-form .nf-field-container .nf-field .checkbox-wrap .nf-field-element {
  width: 1%;
}
.contact-form .cf-form .nf-field-container .nf-field .list-radio-wrap .nf-label-span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  .contact-form .cf-form .nf-field-container .nf-field .list-radio-wrap .nf-label-span {
    font-size: 0.9375rem;
  }
}
.contact-form .cf-form .nf-field-container .nf-field .list-radio-wrap ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.contact-form .cf-form .nf-field-container .nf-field .list-radio-wrap ul li input[type=radio] {
  display: none;
  height: auto;
}
.contact-form .cf-form .nf-field-container .nf-field .list-radio-wrap ul li input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: #D62829;
  transform: translateY(-50%);
}
.contact-form .cf-form .nf-field-container .nf-field .list-radio-wrap ul li input[type=radio]:checked + label::before {
  border-color: #fff;
}
.contact-form .cf-form .nf-field-container .nf-field .list-radio-wrap ul li label {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.016em;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1.75rem;
}
@media (max-width: 767px) {
  .contact-form .cf-form .nf-field-container .nf-field .list-radio-wrap ul li label {
    font-size: 1rem;
  }
}
.contact-form .cf-form .nf-field-container .nf-field .list-radio-wrap ul li label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  background-color: transparent;
  transform: translateY(-50%);
}

.ecosystems-showcase {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F5F5F5;
  z-index: 1;
  min-height: 100dvh;
}
.ecosystems-showcase .container {
  position: relative;
}
.ecosystems-showcase .grade-two {
  top: 60%;
  right: -20%;
  width: 38.9375rem;
  height: 40.8125rem;
  opacity: 20%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: translateY(-50%);
  z-index: -1;
}
.ecosystems-showcase .es-row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.ecosystems-showcase .es-row [class*=cell-] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.ecosystems-showcase .es-col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ecosystems-showcase .es-top-left {
  position: relative;
}
@media (max-width: 991px) {
  .ecosystems-showcase .es-top-left {
    display: none;
  }
}
.ecosystems-showcase .es-top-left::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  height: 2.25rem;
  background-image: url(../images/text-top-line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1199px) {
  .ecosystems-showcase .es-top-left::before {
    top: -1.875rem;
  }
}
.ecosystems-showcase .es-top-left .current-count {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #9F1B30;
}
@media (max-width: 767px) {
  .ecosystems-showcase .es-top-left .current-count {
    font-size: 1rem;
  }
}
.ecosystems-showcase .es-top-left .total-count {
  color: rgba(57, 57, 57, 0.5);
}
@media (max-width: 991px) {
  .ecosystems-showcase .es-bottom-wrap {
    display: none;
  }
}
.ecosystems-showcase .es-top {
  position: relative;
}
.ecosystems-showcase .es-top .grade-one {
  width: 32.0625rem;
  height: 43.25rem;
  opacity: 20%;
  left: -8%;
  z-index: -1;
}
.ecosystems-showcase .es-top-left-inner {
  position: relative;
  display: inline-block;
  padding-left: 2.875rem;
}
@media (max-width: 1199px) {
  .ecosystems-showcase .es-top-left-inner {
    padding-left: 1.875rem;
  }
}
.ecosystems-showcase .es-top-left-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4.375rem;
  height: 8px;
  background-image: url(../images/counter-image.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .ecosystems-showcase .es-top-left-inner::before {
    height: 6px;
  }
}
.ecosystems-showcase .es-top-wrap {
  position: relative;
  flex-direction: row;
  gap: 0;
  max-width: 31.25rem;
  width: 100%;
  margin-left: auto;
  min-height: 150px;
}
@media (max-width: 1199px) {
  .ecosystems-showcase .es-top-wrap {
    max-width: 23.4375rem;
  }
}
@media (max-width: 991px) {
  .ecosystems-showcase .es-top-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ecosystems-showcase .es-desc {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .ecosystems-showcase .es-col-right {
    display: none;
  }
}
.ecosystems-showcase .es-heading .h4 {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .ecosystems-showcase .es-heading .h4 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .ecosystems-showcase .es-heading {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
}
.ecosystems-showcase .es-link {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .ecosystems-showcase .es-link {
    margin-top: 1.25rem;
  }
}
.ecosystems-showcase .es-image-wrap {
  position: relative;
  max-width: 34.375rem;
  margin-left: auto;
  aspect-ratio: 1/1;
  border-radius: 1.5rem;
  overflow: hidden;
}
.ecosystems-showcase .es-image-inner {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .ecosystems-showcase .es-image-inner.desktop {
    display: none;
  }
  .ecosystems-showcase .es-image-inner.desktop img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.ecosystems-showcase .es-image-inner.mobile {
  max-width: 31.25rem;
  margin: 1.25rem auto 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .ecosystems-showcase .es-image-inner.mobile {
    display: none;
  }
}
.ecosystems-showcase .es-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ecosystems-showcase .es-title {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.ecosystems-showcase .es-title .progress-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(35, 31, 32, 0.2);
}
.ecosystems-showcase .es-title .progress-bar::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(35, 31, 32, 0.2);
  border-radius: 100%;
  transform: translateY(-50%);
}
.ecosystems-showcase .es-title .progress-bar .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1C1A19;
}
.ecosystems-showcase .es-title.active p {
  color: #9F1B30;
}

.three-column-card {
  position: relative;
}
.three-column-card .container {
  position: relative;
}
.three-column-card .container .grade-two {
  top: 50%;
  left: -20%;
  width: 35.1875rem;
  height: 36.9375rem;
  opacity: 30%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: translateY(-50%);
  z-index: -1;
}
.three-column-card .tc-main:nth-child(1) .tc-col::after,
.three-column-card .tc-main:nth-child(2) .tc-col::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1.25rem);
  width: 7.125rem;
  height: 5.75rem;
  background-image: url(../images/first-joint-card.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .three-column-card .tc-main:nth-child(1) .tc-col::after,
  .three-column-card .tc-main:nth-child(2) .tc-col::after {
    top: calc(100% - 0.625rem);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.three-column-card .tc-main:nth-child(1) .tc-col {
  background-color: #ECD1D6;
}
.three-column-card .tc-main:nth-child(2) .tc-col {
  background-color: #D2E1EB;
}
.three-column-card .tc-main:nth-child(2) .tc-col::after {
  background-image: url(../images/second-joint-card.svg);
}
.three-column-card .tc-main:nth-child(3) .tc-col {
  background-color: #FFECC9;
}
.three-column-card .tc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.three-column-card .tc-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-column-card .tc-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.three-column-card .tc-row {
  margin-right: -2.1875rem;
  margin-left: -2.1875rem;
  row-gap: 4.3125rem;
}
.three-column-card .tc-row [class*=cell-] {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
.three-column-card .tc-row.two-column .tc-main:nth-child(2) .tc-col::after {
  display: none;
}
.three-column-card .tc-col {
  position: relative;
  margin: 0 auto;
  padding: 1.25rem;
  border-radius: 1.5rem;
  height: 100%;
}
.three-column-card .tc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1rem 2.75rem;
  background-color: #fff;
  border-radius: 1rem;
}
.three-column-card .tc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.625rem;
  border: 0.5px solid rgba(28, 26, 25, 0.1);
  background-color: #F9F9F9;
  margin-bottom: 1rem;
}
.three-column-card .tc-icon svg {
  max-height: 2rem;
  object-fit: contain;
}
.three-column-card .tc-link {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .three-column-card .tc-link {
    margin-top: 1.875rem;
  }
}

.home-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  padding-top: 6rem;
}
.home-hero.d-none {
  display: none !important;
}
@media (max-width: 991px) {
  .home-hero {
    min-height: 43.75rem;
  }
}
.home-hero .hh-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.home-hero .hh-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .hh-main {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin: 0 1.25rem 1.25rem;
  padding: 2.5rem 0 1.25rem;
  border-radius: 1.5rem;
  height: 100%;
  overflow: hidden;
}
.home-hero .hh-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.home-hero .hh-main-slider {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 3.125rem 0;
}
.home-hero .hh-main-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-hero .hh-video-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  opacity: 0.8;
  z-index: 0;
}
.home-hero .hh-video-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .hh-video-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(28% 48% at 71% 50%, rgba(255, 255, 255, 0) 30%, #FFF 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 22;
}
.home-hero .hh-content {
  max-width: 46.8125rem;
  width: 100%;
}
.home-hero .hh-content .search-form {
  margin: 2.25rem 0 0 0;
  max-width: 100%;
}
.home-hero .hh-content .search-form input {
  padding-right: 4.25rem;
}
.home-hero .hh-content .search-form input::placeholder {
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .home-hero .hh-content .search-form {
    margin: 1.25rem 0 0 0;
  }
}
.home-hero .hh-heading {
  font-weight: 600;
}
.home-hero .hh-heading span {
  background: linear-gradient(99.1deg, #9F1B30 3.69%, #D62829 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
.home-hero .hh-thumb-slider .swiper-wrapper {
  max-width: max-content;
  margin: 0 auto;
}
.home-hero .hh-thumb-slider .swiper-slide {
  position: relative;
  width: auto;
  margin-right: 3rem;
}
.home-hero .hh-thumb-slider .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #9F1B30;
  transition: 0.5s ease 0s;
}
.home-hero .hh-thumb-slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -3.125rem;
  height: 2px;
  background-color: rgba(35, 31, 32, 0.1);
}
.home-hero .hh-thumb-slider .swiper-slide.swiper-slide-thumb-active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.home-hero .hh-thumb-slider .swiper-slide:last-child::after {
  right: 0;
}
.home-hero .hh-tab {
  display: block;
  padding: 1.25rem 1rem;
  color: #1C1A19;
  font-weight: 500;
  cursor: pointer;
}

.new-home-hero .hh-desc {
  margin: 0 0 1.25rem 0;
}
.new-home-hero .sc-link {
  text-align: left;
}
.new-home-hero .swiper-slide {
  margin-right: 0 !important;
}
.new-home-hero .hh-tab {
  padding-left: 0;
  font-size: 0.6875rem;
  line-height: 1.6;
  font-weight: 400;
}

.two-column-cards {
  position: relative;
  z-index: 1;
}
.two-column-cards .tcc-card {
  position: relative;
  padding: 2.5rem;
  min-height: 22.5rem;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .two-column-cards .tcc-card {
    min-height: 18.75rem;
    padding: 1.25rem;
  }
}
.two-column-cards .tcc-card:not(:has(.tcc-card-bg)) {
  background-color: rgba(57, 57, 57, 0.6);
}
.two-column-cards .tcc-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.two-column-cards .tcc-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-column-cards .tcc-inner-heading {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #1C1A19;
}
@media (max-width: 767px) {
  .two-column-cards .tcc-inner-heading {
    font-size: 1.125rem;
  }
}
.two-column-cards .tcc-row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  row-gap: 2.5rem;
}
.two-column-cards .tcc-row [class*=cell-] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.two-column-cards .tcc-card-content .btn-link {
  display: inline-block;
  margin-top: 1.5rem;
}
.two-column-cards .tcc-title-image {
  max-height: 3.4375rem;
  width: auto;
  margin-bottom: 0.75rem;
}
.two-column-cards .tcc-title-image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.technology-partners {
  background-color: #FAFAFA;
}
.technology-partners .tp-logos-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
@media (max-width: 991px) {
  .technology-partners .tp-logos-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 767px) {
  .technology-partners .tp-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.technology-partners .tp-logos-grid-wrap {
  position: relative;
}
.technology-partners .tp-logos-grid-wrap .grade-one {
  width: 45.4375rem;
  height: 61.1875rem;
  top: 50%;
  left: 30%;
  opacity: 20%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 0;
}
@media (max-width: 767px) {
  .technology-partners .tp-logos-grid-wrap .grade-one {
    left: 0;
  }
}
.technology-partners .tp-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0.9375rem;
  aspect-ratio: 142/84;
}
.technology-partners .tp-logo img {
  width: auto;
  height: 3.375rem;
  object-fit: contain;
}
.technology-partners .tp-after {
  position: relative;
}
.technology-partners .tp-after::after {
  --wh: 6px;
  --bl: calc((var(--wh) / 2) * -1);
  content: "";
  position: absolute;
  bottom: var(--bl);
  right: var(--bl);
  width: var(--wh);
  height: var(--wh);
  background-color: rgba(57, 57, 57, 0.3);
  z-index: 1;
}
@media (min-width: 992px) {
  .technology-partners .tp-after:nth-child(9n)::after, .technology-partners .tp-after:nth-last-child(-n+9)::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .technology-partners .tp-after:nth-child(5n)::after, .technology-partners .tp-after:nth-last-child(-n+6)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .technology-partners .tp-after:nth-child(3n)::after, .technology-partners .tp-after:nth-last-child(-n+4)::after {
    display: none;
  }
}

.timeline-component {
  background-color: #FAFAFA;
}
.timeline-component .tl-top-slider {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .timeline-component .tl-top-slider {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .timeline-component .tl-left-content {
    margin-bottom: 1.875rem;
  }
}
.timeline-component .tl-left-content p {
  color: #000;
}
.timeline-component .tl-thumb-slider {
  margin: 3rem 0 1.875rem;
}
.timeline-component .tl-thumb-slider .h3 {
  margin-bottom: 0;
  color: rgba(57, 57, 57, 0.5);
}
.timeline-component .tl-thumb-slider .swiper-wrapper {
  justify-content: space-between;
}
.timeline-component .tl-thumb-slider .swiper-slide {
  position: relative;
  width: auto;
}
.timeline-component .tl-thumb-slider .swiper-slide::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: #C4C4C4;
  transition: 0.5s ease 0s;
  transform: translateX(-50%);
}
.timeline-component .tl-thumb-slider .swiper-slide.swiper-slide-thumb-active::after {
  background-color: #9F1B30;
}
.timeline-component .tl-thumb-slider .swiper-slide.swiper-slide-thumb-active h3 {
  background: linear-gradient(99.1deg, #9F1B30 3.69%, #D62829 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
.timeline-component .tl-thumb-slider-wrap {
  position: relative;
}
.timeline-component .tl-progress-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(57, 57, 57, 0.3);
}
.timeline-component .tl-progress-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #9F1B30;
  transition: width 0.3s ease;
}
.timeline-component .tl-tab {
  padding-bottom: 1.875rem;
  cursor: pointer;
}
.timeline-component .tl-bottom-slider h4 {
  margin-bottom: 0;
}

/* --- header --- */
.atnis-security-testing {
  position: relative;
}
.atnis-security-testing .atnis-security-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.atnis-security-testing .atnis-security-background .atnis-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-section-title {
  margin: 0 0 48px 0;
}
@media (max-width: 991px) {
  .atnis-security-testing .atnis-use-cases-wrap .atnis-section-title {
    margin: 0 0 36px 0;
  }
}
@media (max-width: 767px) {
  .atnis-security-testing .atnis-use-cases-wrap .atnis-section-title {
    margin: 0 0 24px 0;
  }
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 40px;
  margin: 0 -20px;
}
@media (max-width: 991px) {
  .atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards {
    margin: 0 -15px;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards {
    margin: 0 -10px;
    row-gap: 20px;
  }
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards .atnis-use-case-card {
  width: 33.33%;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards .atnis-use-case-card {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards .atnis-use-case-card {
    width: 100%;
    padding: 0 10px;
  }
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards .atnis-use-case-card .atnis-use-case-card-inner {
  border-radius: 24px;
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards .atnis-use-case-card .atnis-use-case-card-inner .atnis-use-case-top-wrapper {
  height: 0;
  padding-top: 50%;
  position: relative;
  border-top-right-radius: 24px;
  overflow: hidden;
  border-top-left-radius: 24px;
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards .atnis-use-case-card .atnis-use-case-card-inner .atnis-use-case-top-wrapper .atnis-case-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards .atnis-use-case-card .atnis-use-case-card-inner .atnis-use-case-bottom-wrapper {
  padding: 24px;
  backdrop-filter: blur(40px);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border: 0.5px solid rgba(35, 31, 32, 0.2);
  background-color: #FFFFFF;
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards .atnis-use-case-card .atnis-use-case-card-inner .atnis-use-case-bottom-wrapper .atnis-use-case-title {
  font-size: 32px;
  line-height: 42px;
  text-align: left;
  margin: 0;
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cards .atnis-use-case-card .atnis-use-case-card-inner .atnis-use-case-bottom-wrapper .atnis-use-case-description {
  text-align: left;
  color: #393939;
}
.atnis-security-testing .atnis-use-cases-wrap .atnis-use-case-cta {
  margin: 1.25rem 0 0 0;
}

.cards {
  position: relative;
}
.cards-section.three-col .cards-item {
  width: 33.33%;
}
@media (max-width: 991px) {
  .cards-section.three-col .cards-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cards-section.three-col .cards-item {
    width: 100%;
  }
}
.cards-section.two-col .cards-item {
  width: 50%;
}
@media (max-width: 575px) {
  .cards-section.two-col .cards-item {
    width: 100%;
  }
}
.cards-section-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cards-inner-background {
  width: 100%;
  height: 100%;
}
.cards-section {
  position: relative;
}
.cards-heading {
  margin: 0 0 1.125rem 0;
}
.cards-description {
  margin: 0 0 2.25rem 0;
}
@media (max-width: 1199px) {
  .cards-description {
    margin: 0 0 1.5rem 0;
  }
}
.cards-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
  row-gap: 1.25rem;
}
.cards-grid .cards-item {
  width: 25%;
  padding: 0 0.625rem;
}
@media (max-width: 1199px) {
  .cards-grid .cards-item {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .cards-grid .cards-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cards-grid .cards-item {
    width: 100%;
  }
}
.cards-grid .cards-item.three-column {
  flex-grow: 1;
}
.cards-grid .cards-inner {
  height: 100%;
  border-radius: 1.125rem;
  background-color: #fff;
  border: 0.5px solid rgba(35, 31, 32, 0.2);
  padding: 1.25rem;
  background-position: center center;
  background-size: auto;
  position: relative;
}
.cards-grid .cards-inner.bg-img::before {
  content: "";
  border-radius: 1.125rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.cards-grid .cards-inner.bg-img:hover::before {
  opacity: 0;
}
.cards-grid .cards-inner.bg-img .cards-title, .cards-grid .cards-inner.bg-img .cards-description {
  color: white;
}
.cards-grid .cards-content-wrap {
  position: relative;
}
.cards-grid .cards-icon {
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 0.5px solid rgba(8, 3, 2, 0.1);
  backdrop-filter: blur(2.5rem);
  background: #FAFAFA;
  border-radius: 0.5rem;
  margin: 0 0 2rem 0;
}
.cards-grid .cards-icon-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cards-grid .cards-title {
  line-height: 1.357;
  margin: 0 0 0.75rem 0;
  color: #1C1A19;
  font-weight: 600;
}

.innovation-partners {
  overflow: hidden;
}
.innovation-partners .cell-xl-3 {
  flex-grow: 0;
}
.innovation-partners .cell-xl-3:nth-child(-n+4) {
  flex-grow: 1;
}
.innovation-partners .container {
  position: relative;
}
.innovation-partners .container .blue-circle,
.innovation-partners .container .yellow-circle {
  top: 50%;
  transform: translateY(-50%);
  width: 17.75rem;
  height: 17.75rem;
}
.innovation-partners .container .blue-circle {
  left: -15%;
}
.innovation-partners .container .yellow-circle {
  right: -15%;
}
.innovation-partners .ip-row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  row-gap: 2.5rem;
}
.innovation-partners .ip-row [class*=cell-] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 991px) {
  .innovation-partners .ip-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    row-gap: 1.875rem;
  }
  .innovation-partners .ip-row [class*=cell-] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.innovation-partners .ip-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #fff;
  border: 0.5px solid rgba(35, 31, 32, 0.2);
  border-radius: 1rem;
  padding: 1.875rem;
  height: 100%;
}
.innovation-partners .ip-image-wrap {
  max-height: 4rem;
}
.innovation-partners .ip-image-wrap img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.stats-showcase {
  background-color: #FAFAFA;
}
.stats-showcase .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  row-gap: 2.5rem;
}
.stats-showcase .row [class*=cell-] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 991px) {
  .stats-showcase .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
    row-gap: 1.875rem;
  }
  .stats-showcase .row [class*=cell-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.stats-showcase .ss-main-row {
  position: relative;
}
.stats-showcase .ss-main-row .grade-one {
  top: 30%;
  left: 40%;
  transform: translateX(-40%);
  width: 32.0625rem;
  height: 43.25rem;
  opacity: 0.2;
  z-index: 0;
}
.stats-showcase .ss-icon {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .stats-showcase .ss-icon {
    margin-top: 1.875rem;
  }
}
.stats-showcase .ss-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 0.5px solid rgba(35, 31, 32, 0.2);
  padding: 30px;
  border-radius: 1rem;
  height: 100%;
}
@media (max-width: 1199px) {
  .stats-showcase .ss-card {
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  .stats-showcase .ss-card {
    padding: 0.9375rem;
  }
}
.stats-showcase .ss-card h2 {
  background: linear-gradient(99.1deg, #9F1B30 3.69%, #D62829 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  margin-bottom: 0;
}
.stats-showcase .ss-card h2 span {
  font-weight: 600;
}
.stats-showcase .ss-title {
  margin-bottom: 0;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .stats-showcase .ss-title {
    margin-top: 1.25rem;
  }
}
.stats-showcase .ss-description {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .stats-showcase .ss-row.even-cols {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 768px) {
  .stats-showcase .ss-row.even-cols .ss-col:nth-child(odd) {
    transform: translateY(50px);
  }
}
.stats-showcase .ss-col {
  flex: auto;
}
@media (max-width: 575px) {
  .stats-showcase .ss-col {
    width: 100%;
  }
}

/* --- header --- */
.accordion-heading-wrap {
  max-width: 53.75rem;
  width: 100%;
  margin: 0 auto 3rem;
}
.accordion-title {
  margin: 0 0 1rem 0;
}
.accordion-description {
  font-size: 1.125rem;
  line-height: 28px;
  margin: 0 0 16px 0;
  color: #414042;
}
@media (max-width: 767px) {
  .accordion-description {
    font-size: 1rem;
  }
}
.accordion-subtitle {
  text-align: left;
  color: #D62829;
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .accordion-subtitle {
    font-size: 1rem;
  }
}
.accordion-item {
  border: 0.5px solid rgba(57, 57, 57, 0.3);
  background: #FAFAFA;
  margin: 0 0 20px 0;
  padding: 24px;
  border-radius: 24px;
}
.accordion-item .accordion-header-text {
  transition: color 0.3s ease;
  margin: 0;
  text-align: left;
}
.accordion-item.active {
  background-color: #FFFFFF;
}
.accordion-item.active .accordion-header-text {
  color: #9F1B30;
}
.accordion-item.active .accordion-header::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27white%27 class=%27bi bi-chevron-up%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z%27/%3E%3C/svg%3E%0A");
}
.accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 5px 42px 5px 0;
}
.accordion-item .accordion-header::after {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  background-color: #9F1B30;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27white%27 class=%27bi bi-chevron-down%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708%27/%3E%3C/svg%3E%0A");
}
.accordion-item .accordion-content {
  display: none;
  margin: 20px 0 0 0;
}
.accordion-item .accordion-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.accordion-item .accordion-columns ul {
  padding: 0 0 0 1.9375rem;
  list-style: none;
}
.accordion-item .accordion-columns ul li {
  padding: 4px;
  position: relative;
  margin: 0 0 6px 0;
}
.accordion-item .accordion-columns ul li:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-columns ul li::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #9F1B30;
  left: -31px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.accordion-item .accordion-left-column, .accordion-item .accordion-right-column {
  width: 50%;
  text-align: left;
  flex-grow: 1;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .accordion-item .accordion-left-column, .accordion-item .accordion-right-column {
    width: 100%;
  }
}
.accordion-item .accordion-left-column > *, .accordion-item .accordion-right-column > * {
  margin: 0 0 14px 0;
}
.accordion-item .accordion-left-column > *:last-child, .accordion-item .accordion-right-column > *:last-child {
  margin: 0;
}

.service-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  min-height: 41.25rem;
}
.service-hero .sh-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-hero .sh-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-hero .sh-main-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  border-radius: 1.5rem;
  margin: 1.25rem;
  border: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  z-index: 1;
}
.service-hero .sh-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .service-hero .sh-bg-image {
    width: 100%;
  }
}
.service-hero .sh-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 102%;
  height: 100%;
  /* Rectangle 671 */
  background: radial-gradient(40% 48% at 59% 50%, rgba(255, 255, 255, 0) 30%, #FFF 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 767px) {
  .service-hero .sh-bg-image::before {
    background: radial-gradient(68% 45% at 50% 50%, rgba(255, 255, 255, 0) 30%, #FFF 100%);
  }
}
.service-hero .sh-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-hero .sh-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40.625rem;
  width: 100%;
}
.service-hero .sh-heading h1 {
  background: linear-gradient(99.1deg, #9F1B30 3.69%, #D62829 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}

.cards-motion {
  position: relative;
  padding: 6rem 0;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .cards-motion {
    padding: 2.5rem 0;
  }
}
.cards-motion .container {
  position: relative;
}
.cards-motion .container .grade-two {
  width: 35.1875rem;
  height: 36.9375rem;
  top: 50%;
  left: -30%;
  opacity: 0.2;
  filter: blur(50px);
  transform: translateY(-50%) scale(-1);
}
.cards-motion .cm-right-col {
  position: sticky;
}
.cards-motion .cm-right-col:nth-child(1) {
  top: 7.5rem;
}
.cards-motion .cm-right-col:nth-child(2) {
  top: 10.3125rem;
}
.cards-motion .cm-right-col:nth-child(3) {
  top: 13.125rem;
}
.cards-motion .cm-right-col:nth-child(4) {
  top: 15.9375rem;
}
.cards-motion .cm-right-col:nth-child(5) {
  top: 18.75rem;
}
.cards-motion .cm-right-col:nth-child(6) {
  top: 21.5625rem;
}
.cards-motion .cm-right-col:nth-child(7) {
  top: 24.375rem;
}
.cards-motion .cm-right-col:nth-child(8) {
  top: 27.1875rem;
}
.cards-motion .cm-right-col:nth-child(9) {
  top: 30rem;
}
.cards-motion .cm-right-col:nth-child(10) {
  top: 32.8125rem;
}
.cards-motion .cm-heading {
  position: sticky;
  top: 7.5rem;
  padding: 0 2.5rem 0 0;
}
@media (max-width: 767px) {
  .cards-motion .cm-heading {
    padding: 0;
    position: unset;
  }
}
.cards-motion .cm-card-row {
  row-gap: 2rem;
}
.cards-motion .cm-card {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cards-motion .cm-card {
    padding: 1rem;
  }
}
.cards-motion .cm-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.625rem;
  border: 0.5px solid rgba(28, 26, 25, 0.1);
  background-color: #F9F9F9;
  margin-bottom: 2rem;
}
.cards-motion .cm-icon svg {
  max-height: 2rem;
  object-fit: contain;
}
.cards-motion .cm-desc {
  color: #1C1A19;
}

.lock-screen-section {
  overflow-y: hidden;
}
.lock-screen-section .container {
  position: relative;
}
.lock-screen-section .container .red-circle {
  left: -11%;
}
.lock-screen-section .container .yellow-circle {
  top: 20%;
  left: -8%;
}
.lock-screen-section .lss-row {
  display: flex;
  flex-wrap: nowrap;
}
.lock-screen-section .lss-content-inner .eyebrow-text {
  display: block;
  text-transform: uppercase;
  color: #393939;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.lock-screen-section .lss-desc {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .lock-screen-section .lss-desc {
    margin-bottom: 1rem;
  }
}
.lock-screen-section .lss-col .vss-tb-wrapper {
  position: absolute;
  left: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  z-index: 999;
  text-align: center;
}
@media (max-width: 767px) {
  .lock-screen-section .lss-col .vss-tb-wrapper {
    display: none;
  }
}
.lock-screen-section .lss-col .vss-tb-wrapper .vss-top-description, .lock-screen-section .lss-col .vss-tb-wrapper .vss-bottom-description {
  background-color: white;
  padding: 20px;
}
.lock-screen-section .lss-col.right {
  position: relative;
  height: calc(100dvh - 6.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .lock-screen-section .lss-col.right {
    display: none;
    height: auto;
  }
}
.lock-screen-section .lss-col.right::before, .lock-screen-section .lss-col.right::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 11rem;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 11;
}
.lock-screen-section .lss-col.right::after {
  height: 16.625rem;
  top: auto;
  bottom: -1.25rem;
  transform: rotate(-180deg);
}
.lock-screen-section .lss-content {
  position: relative;
  margin: auto;
  margin-top: 35vh;
  z-index: -1;
}
@media (max-width: 767px) {
  .lock-screen-section .lss-content {
    position: relative;
    margin-top: 0;
  }
}
.lock-screen-section .lss-content .lss-content-item {
  min-height: 30vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .lock-screen-section .lss-content .lss-content-item {
    min-height: auto;
    gap: 1.25rem;
    margin-bottom: 2rem;
    position: relative;
  }
  .lock-screen-section .lss-content .lss-content-item:last-child {
    margin-bottom: 0;
  }
  .lock-screen-section .lss-content .lss-content-item:first-child::before {
    opacity: 1;
    visibility: visible;
  }
}
.lock-screen-section .lss-inner-heading {
  position: relative;
  padding-left: 1.5625rem;
}
.lock-screen-section .lss-inner-heading::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #9F1B30;
  border-radius: 1px;
}
@media (max-width: 767px) {
  .lock-screen-section .lss-inner-heading::before {
    top: 4px;
  }
}
.lock-screen-section .lss-media {
  width: 100%;
  max-width: 38.75rem;
  max-height: 38.75rem;
  height: 100%;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}
.lock-screen-section .lss-media-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .lock-screen-section .lss-responsive {
    display: none;
  }
}
.lock-screen-section .lss-responsive .img-block {
  position: relative;
  padding-top: 66.6666666667%;
}
.lock-screen-section .lss-responsive .img-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lock-screen-section .lss-responsive .img-block img {
  border-radius: 0.625rem;
}
.lock-screen-section .desktopPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.lock-screen-section .desktopPhoto .img {
  height: 100%;
}
.lock-screen-section .desktopPhoto .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lock-screen-section .desktopPhoto.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.wo-section {
  background-color: #FFFFFF;
  padding: 5rem 0;
}
.wo-left {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media (max-width: 1199px) {
  .wo-left {
    margin: 0 0 1.5rem 0;
  }
}
.wo-heading {
  color: #1C1A19;
  margin: 0;
}
.wo-filter-keyword label {
  display: none;
}
.wo-filter-section {
  margin: 0 0 4rem 0;
}
@media (max-width: 1199px) {
  .wo-filter-section {
    margin: 0 0 2.25rem 0;
  }
}
.wo-filter-section .wo-filter-controls {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 15px;
}
.wo-filter-section .wo-filter-controls label {
  display: none;
}
.wo-filter-section .wo-filter-keyword, .wo-filter-section .wo-filter-dropdown, .wo-filter-section .wo-filter-actions {
  width: 100%;
  max-width: 330px;
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .wo-filter-section .wo-filter-keyword, .wo-filter-section .wo-filter-dropdown, .wo-filter-section .wo-filter-actions {
    max-width: 100%;
    margin: 0;
  }
}
.wo-filter-section .wo-filter-keyword input, .wo-filter-section .wo-filter-keyword select, .wo-filter-section .wo-filter-dropdown input, .wo-filter-section .wo-filter-dropdown select, .wo-filter-section .wo-filter-actions input, .wo-filter-section .wo-filter-actions select {
  padding: 10px 16px;
  color: #1C1A19;
  line-height: 1.25;
  border-radius: 10px;
  min-height: 100%;
}
.wo-filter-section .wo-filter-keyword:last-child, .wo-filter-section .wo-filter-dropdown:last-child, .wo-filter-section .wo-filter-actions:last-child {
  margin: 0;
}
.wo-filter-section .wo-filter-dropdown {
  max-width: 201px;
}
@media (max-width: 767px) {
  .wo-filter-section .wo-filter-dropdown {
    max-width: 100%;
  }
}
.wo-filter-section .wo-filter-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wo-filter-section .wo-filter-apply {
  border-radius: 8px;
  border: none;
  width: 100%;
  max-width: 155px;
  margin: 0 16px 0 0;
}
.wo-filter-section .wo-filter-apply span::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.1444 18.7302L16.9013 15.4871C17.8842 14.2004 18.4232 12.6398 18.4235 10.9929C18.4235 9.0083 17.6505 7.14233 16.2469 5.73901C14.8436 4.33569 12.9779 3.56274 10.993 3.56274C9.00842 3.56274 7.14246 4.33569 5.73914 5.73901C2.84216 8.63623 2.84216 13.3501 5.73914 16.2468C7.14246 17.6504 9.00842 18.4233 10.993 18.4233C12.6399 18.4231 14.2006 17.8841 15.4872 16.9012L18.7303 20.1443C18.9254 20.3396 19.1815 20.4373 19.4374 20.4373C19.6932 20.4373 19.9493 20.3396 20.1444 20.1443C20.535 19.7539 20.535 19.1206 20.1444 18.7302ZM7.1532 14.8328C5.03601 12.7156 5.03625 9.27051 7.1532 7.15308C8.17883 6.12769 9.5426 5.56274 10.993 5.56274C12.4437 5.56274 13.8073 6.12769 14.8329 7.15308C15.8585 8.17871 16.4235 9.54248 16.4235 10.9929C16.4235 12.4436 15.8585 13.8071 14.8329 14.8328C13.8073 15.8584 12.4437 16.4233 10.993 16.4233C9.5426 16.4233 8.17883 15.8584 7.1532 14.8328Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
}
.wo-filter-section .wo-filter-reset {
  font-weight: 500;
  text-underline-offset: 3px;
}
.wo-results-container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.wo-location-group {
  display: flex;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .wo-location-group {
    flex-direction: column;
  }
}
.wo-location-header, .wo-jobs-list {
  padding: 0 20px;
  width: 36.225%;
}
@media (max-width: 1199px) {
  .wo-location-header, .wo-jobs-list {
    width: 75%;
  }
}
.wo-jobs-list {
  width: 63.775%;
}
@media (max-width: 1199px) {
  .wo-jobs-list {
    width: 100%;
  }
}
.wo-location-header .wo-country-info {
  display: flex;
  align-items: center;
  padding: 21px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(57, 57, 57, 0.1);
}
.wo-location-header .wo img {
  width: 100%;
  max-width: 32px;
  height: auto;
}
.wo-location-header .wo-country-name {
  margin: 0 0 0 12px;
  font-size: 24px;
  line-height: 1.5;
}
.wo-jobs-list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.wo-job-item {
  padding: 24px;
  background-color: #FAFAFA;
  border-radius: 16px;
  display: flex;
}
@media (max-width: 767px) {
  .wo-job-item {
    flex-direction: column;
  }
}
.wo-job-item .wo-job-content {
  width: calc(100% - 156px);
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  .wo-job-item .wo-job-content {
    width: 100%;
  }
}
.wo-job-item .wo-job-actions {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 157px;
}
.wo-job-item .wo-job-actions .btn-transperant span {
  margin: 0 0 0 0.6875rem;
}
.wo-job-item .wo-job-meta {
  margin: 0 0 16px 0;
}
.wo-job-item .wo-job-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
  margin: 0 0 8px 0;
}
@media (max-width: 767px) {
  .wo-job-item .wo-job-title {
    font-size: 1rem;
  }
}
.wo-job-item .wo-job-description {
  color: #1C1A19;
  margin: 0 0 8px 0;
}
@media (max-width: 767px) {
  .wo-job-item .wo-job-description {
    padding: 0;
  }
}
.wo-job-item .wo-job-type {
  font-size: 0.875rem;
  line-height: 1.42;
  color: rgb(159, 27, 48);
}
.wo-job-item .wo-job-meta-spacer {
  margin: 0 8px 0 8px;
  width: 4px;
  display: inline-block;
  color: #393939;
}
.wo-job-item .wo-job-time {
  font-size: 0.875rem;
  line-height: 1.42;
  color: #393939;
}

html {
  scroll-behavior: smooth;
}

.career-hero {
  position: relative;
  padding-top: 6.25rem;
}
@media (max-width: 991px) {
  .career-hero {
    padding: 0;
  }
}
.career-hero .ch-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .career-hero .ch-inner {
    padding: 3.125rem 0 0;
  }
}
.career-hero .ch-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 41.25rem;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .career-hero .ch-left {
    min-height: 30.25rem;
  }
}
@media (max-width: 991px) {
  .career-hero .ch-left {
    min-height: 18.75rem;
    margin: 0 1.25rem;
  }
}
@media (max-width: 575px) {
  .career-hero .ch-left {
    padding: 5rem 0 2.5rem 0;
    min-height: 13.75rem;
  }
}
.career-hero .ch-right {
  position: relative;
}
.career-hero .ch-right::before {
  content: "";
  position: absolute;
  top: 5.9375rem;
  right: 3.1875rem;
  width: 34rem;
  height: 35.25rem;
  background-image: url(../images/atnis-a.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.career-hero .ch-right-container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .career-hero .ch-right-container {
    min-height: auto;
    height: 50vh;
    overflow: hidden;
  }
}
.career-hero .ch-right-container::before, .career-hero .ch-right-container::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(180deg, #fff 0%, rgba(8, 150, 139, 0) 100%);
  z-index: 1;
}
.career-hero .ch-right-container::after {
  top: auto;
  bottom: -2px;
  background-image: linear-gradient(0deg, #FFE9E9 0%, rgba(8, 150, 139, 0) 100%);
}
.career-hero .ch-right-inner {
  position: absolute;
  flex-wrap: nowrap;
  top: 0;
  left: 0;
  width: 100%;
  gap: 40px;
}
@media (max-width: 991px) {
  .career-hero .ch-right-inner {
    position: unset;
  }
}
@media (max-width: 767px) {
  .career-hero .ch-right-inner {
    gap: 1.25rem;
  }
}
.career-hero .ch-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.career-hero .ch-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-hero .ch-slider {
  margin-bottom: 1.25rem;
}
.career-hero .ch-slider.slider-one {
  animation: upscroll 30s linear infinite;
}
.career-hero .ch-slider.slider-two {
  animation: bottomscroll 30s linear infinite;
}
.career-hero .ch-slide:not(:last-child) {
  margin-bottom: 1.25rem;
}
.career-hero .ch-title {
  background: linear-gradient(99.1deg, #9F1B30 3.69%, #D62829 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
.career-hero .ch-image-wrap {
  position: relative;
  width: 100%;
  height: 12.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.career-hero .ch-image-wrap img {
  display: inline-block;
  max-width: 100%;
  height: 100%;
  border: none;
  vertical-align: top;
  object-fit: cover;
}
@media (max-width: 991px) {
  .career-hero .ch-image-wrap {
    height: 12rem;
  }
}
@media (max-width: 575px) {
  .career-hero .ch-image-wrap {
    height: 7.5rem;
  }
}

@keyframes upscroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes bottomscroll {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.sp-section .sp-job-types, .sp-section .sp-locations, .sp-section .sp-relative-time {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem !important;
}
.sp-section .sp-job-types svg, .sp-section .sp-locations svg, .sp-section .sp-relative-time svg {
  position: absolute;
  left: 0;
  top: 45%;
  width: 1.375rem;
  height: 1.375rem;
  transform: translateY(-50%);
}
.sp-section .apply-here {
  background: rgba(255, 255, 255, 0.1);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  border-radius: 1.5rem;
  padding: 3rem;
}
@media (max-width: 991px) {
  .sp-section .apply-here {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .sp-section .apply-here {
    padding: 1.25rem;
  }
}
.sp-section .apply-here .nf-form-fields-required {
  display: none;
}
.sp-section .apply-here .nf-form-title {
  display: block;
  text-align: center;
}
.sp-section .apply-here .nf-form-title h3 {
  font-size: 2.25rem;
  margin-bottom: 2.25rem;
}
.sp-section .apply-here .nf-error-required-error,
.sp-section .apply-here .nf-error-msg {
  font-size: 1.125rem;
  color: #9F1B30;
}
@media (max-width: 767px) {
  .sp-section .apply-here .nf-error-required-error,
  .sp-section .apply-here .nf-error-msg {
    font-size: 1rem;
  }
}
.sp-section .apply-here .nf-response-msg {
  text-align: center;
}
.sp-section .apply-here .nf-response-msg p {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .sp-section .apply-here .nf-response-msg p {
    font-size: 1rem;
  }
}
.sp-section .apply-here .nf-field-container {
  margin-bottom: 1rem;
}
.sp-section .apply-here .nf-field-container:has(input[type=submit]) {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .sp-section .apply-here .nf-field-container.one-half {
    width: 100%;
    margin-left: 0;
  }
}
.sp-section .apply-here .nf-field-container.html-container {
  margin-bottom: 2rem;
}
.sp-section .apply-here .nf-field-container.listradio-container {
  margin-bottom: 0;
}
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element input,
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element select,
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element textarea {
  color: #1C1A19;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.5px solid rgba(28, 26, 25, 0.5);
  border-radius: 0.625rem;
}
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element input::placeholder,
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element select::placeholder,
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element textarea::placeholder {
  color: #1C1A19;
}
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element textarea {
  padding-top: 0.75rem;
  height: 5.5rem;
}
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element select option {
  color: #1C1A19;
}
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element p {
  display: block;
  font-size: 0.75rem !important;
  line-height: 1rem;
  font-weight: 400;
}
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element:has(input[type=submit]) {
  text-align: right;
}
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element input[type=submit] {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.25rem 3.5rem 0.25rem 0.75rem;
  border: none;
  border-radius: 0.5rem;
  line-height: 1.5;
  width: max-content;
  color: #fff;
  vertical-align: top;
  background-color: transparent;
  background-image: url(../images/right-up.svg), linear-gradient(99.1deg, #9F1B30 82%, #D62829 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 40px 40px, 500% auto;
  background-position: center right 4px, top right;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, 0.3s ease 0s;
}
@media (max-width: 767px) {
  .sp-section .apply-here .nf-field-container .nf-field .nf-field-element input[type=submit] {
    font-size: 1rem;
  }
}
.sp-section .apply-here .nf-field-container .nf-field .nf-field-element input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background-position: center right 4px, top left;
}
.sp-section .apply-here .nf-field-container .nf-field .checkbox-wrap {
  position: relative;
}
.sp-section .apply-here .nf-field-container .nf-field .checkbox-wrap .nf-field-label {
  padding-left: 0;
}
.sp-section .apply-here .nf-field-container .nf-field .checkbox-wrap label {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  padding-left: 1.5625rem;
  color: rgba(255, 255, 255, 0.7);
}
.sp-section .apply-here .nf-field-container .nf-field .checkbox-wrap label::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 1px;
  cursor: pointer;
}
.sp-section .apply-here .nf-field-container .nf-field .checkbox-wrap label.nf-checked-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  transform: rotate(42deg);
  width: 0.3125rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
@media (max-width: 767px) {
  .sp-section .apply-here .nf-field-container .nf-field .checkbox-wrap label.nf-checked-label::after {
    left: 6px;
  }
}
.sp-section .apply-here .nf-field-container .nf-field .checkbox-wrap input[type=checkbox] {
  display: none;
}
.sp-section .apply-here .nf-field-container .nf-field .checkbox-wrap .nf-field-element {
  width: 1%;
}
.sp-section .apply-here .nf-field-container .nf-field .list-radio-wrap .nf-label-span {
  font-weight: 400;
}
.sp-section .apply-here .nf-field-container .nf-field .list-radio-wrap ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sp-section .apply-here .nf-field-container .nf-field .list-radio-wrap ul li input[type=radio] {
  display: none;
  height: auto;
}
.sp-section .apply-here .nf-field-container .nf-field .list-radio-wrap ul li input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: #D62829;
  transform: translateY(-50%);
}
.sp-section .apply-here .nf-field-container .nf-field .list-radio-wrap ul li input[type=radio]:checked + label::before {
  border-color: #fff;
}
.sp-section .apply-here .nf-field-container .nf-field .list-radio-wrap ul li label {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.016em;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1.75rem;
}
.sp-section .apply-here .nf-field-container .nf-field .list-radio-wrap ul li label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  background-color: transparent;
  transform: translateY(-50%);
}
.sp-section .apply-here .nf-field-container .nf-field .file_upload-wrap label {
  display: none;
}
.sp-section .apply-here .nf-field-container .nf-field .file_upload-wrap button {
  border: 1px solid #fff;
  padding: 0.625rem;
}
.sp-section .apply-here .nf-field-container .nf-field .file_upload-wrap button span {
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
}
.sp-section .apply-here .nf-field-container .nf-field .file_upload-wrap button span::before {
  display: none;
}

.wysiwyg-component .wysiwyg-component-cta {
  text-align: center;
  margin: 1.875rem 0 0 0;
}

.content-overview {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .content-overview {
    margin: 40px 0;
  }
}
.content-overview .tl-left-content p {
  color: #000;
}
.content-overview.about-co {
  margin: 80px 0 0 0 !important;
}
@media (max-width: 767px) {
  .content-overview.about-co {
    margin: 40px 0 0 0 !important;
  }
}

.cyber-security-slider {
  position: relative;
  padding: 3.75rem 0;
  margin: 1.25rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cyber-security-slider {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cyber-security-slider {
    padding: 1.875rem 0;
  }
}
.cyber-security-slider .css-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .cyber-security-slider .css-bg {
    aspect-ratio: 2/1;
    position: unset;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 1.875rem;
  }
}
.cyber-security-slider .css-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cyber-security-slider .css-heading-wrap {
  max-width: 66.25rem;
  width: 100%;
  margin: 0 auto 3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cyber-security-slider .css-heading-wrap {
    margin-bottom: 2rem;
  }
}
.cyber-security-slider .css-heading-wrap .h2 {
  color: #fff;
}
@media (max-width: 991px) {
  .cyber-security-slider .css-heading-wrap .h2 {
    color: #1C1A19;
  }
}
@media (max-width: 991px) {
  .cyber-security-slider .css-heading-wrap p {
    color: #393939;
  }
}
.cyber-security-slider .css-right {
  max-width: 27.3125rem;
  width: 100%;
  margin: auto 0 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1.5rem;
  padding: 1.875rem;
}
.cyber-security-slider .css-right-wrap {
  align-self: flex-end;
}
@media (max-width: 991px) {
  .cyber-security-slider .css-right-wrap {
    display: none;
  }
}
.cyber-security-slider .css-right-inner h4 {
  margin-bottom: 0;
}
.cyber-security-slider .css-next-label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #1C1A19;
  margin-bottom: 1.5rem;
}
.cyber-security-slider .css-left {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1.5rem;
  padding: 3rem 2.6875rem;
}
@media (max-width: 991px) {
  .cyber-security-slider .css-left {
    padding: 0;
  }
}
.cyber-security-slider .css-left ul li {
  position: relative;
  list-style-type: none;
  font-size: 1rem;
}
.cyber-security-slider .css-left ul li::after {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  width: 14px;
  height: 14px;
  background-color: #9F1B30;
  transform: translateY(-50%);
}
.cyber-security-slider .css-left p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.cyber-security-slider .swiper-slide {
  padding: 0 0.3125rem;
}
.cyber-security-slider .swiper-pagination {
  position: unset;
  width: fit-content;
  margin-left: auto;
  margin-top: 0.625rem;
}
@media (max-width: 991px) {
  .cyber-security-slider .swiper-pagination {
    margin: 0.625rem auto 0;
  }
}
.cyber-security-slider .swiper-pagination .swiper-pagination-bullet {
  width: 4.1875rem;
  height: 2px;
  background-color: rgba(28, 26, 25, 0.3);
  border-radius: 0;
  opacity: inherit;
}
.cyber-security-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9F1B30;
}

:root {
  --space-lg: 6.25rem;
  --space-md: 5rem;
  --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;
}

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

.main-content {
  flex-grow: 1;
  width: 100%;
}
.main-content .single-content {
  padding: 8.5rem 0 1.25rem 0;
}
@media (max-width: 767px) {
  .main-content .single-content {
    padding: 8.5rem 0 1.25rem 0;
  }
}

.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),
.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(57, 57, 57, 0.6);
}
.pagination li a:hover {
  color: #1C1A19 !important;
}
.pagination li a:not(.prev, .next),
.pagination li span {
  border: none;
  font-weight: 700;
  line-height: 1;
  color: rgba(57, 57, 57, 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: #393939;
}
.pagination li .prev,
.pagination li .next {
  cursor: pointer;
  color: #393939;
  text-decoration: none;
}
.pagination li .prev::after,
.pagination li .next::after {
  content: "";
  position: absolute;
  inset: -2px -4px;
  border: 1px solid #E4E8EB;
  border-radius: 0.375rem;
  visibility: hidden;
  opacity: 0;
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #1C1A19;
}
.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: #393939;
}

.body-xs {
  font-size: 0.75rem;
  line-height: 1.33;
}
.body-sm {
  font-size: 0.875rem;
  line-height: 1.42;
}
.body-lg {
  font-size: 1.125rem;
  color: #414042;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .body-lg {
    font-size: 1rem;
  }
}
.body-xl {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #393939;
}
@media (max-width: 767px) {
  .body-xl {
    font-size: 1rem;
  }
}
.body-xxl {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .body-xxl {
    font-size: 1.25rem;
  }
}

.grade-one {
  position: absolute;
  display: inline-block;
  background-image: url(../images/image-grad-1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.grade-two {
  position: absolute;
  display: inline-block;
  background-image: url(../images/image-grad-2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.blue-circle {
  position: absolute;
  display: block;
  width: 17.75rem;
  height: 17.75rem;
  background-color: #669BBB;
  opacity: 1;
  filter: blur(150px);
  -webkit-filter: blur(150px);
  --webkit-filter: blur(150px);
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #000;
  z-index: -1;
  overflow: visible;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.red-circle {
  position: absolute;
  display: block;
  width: 17.75rem;
  height: 17.75rem;
  background-color: #9F1B30;
  opacity: 1;
  filter: blur(150px);
  -webkit-filter: blur(150px);
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #000;
  z-index: -1;
  overflow: visible;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.yellow-circle {
  position: absolute;
  display: block;
  width: 17.75rem;
  height: 17.75rem;
  background-color: #FCBF4A;
  opacity: 0.6;
  filter: blur(150px);
  -webkit-filter: blur(150px);
  --webkit-filter: blur(150px);
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #000;
  z-index: -1;
  overflow: visible;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.max-space {
  max-width: 66.25rem;
  width: 100%;
  margin: 0 auto 3rem;
}
@media (max-width: 991px) {
  .max-space {
    margin-bottom: 1.25rem;
  }
}

.search-form {
  position: relative;
}
.search-form input[type=search] {
  height: 3.75rem;
  border: 1px solid rgba(28, 26, 25, 0.3);
  border-radius: 0.75rem;
  color: #393939;
}
.search-form input[type=search]::placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 767px) {
  .search-form input[type=search]::placeholder {
    font-size: 1rem;
  }
}
.search-form button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: #1C1A19;
  background-image: url(../images/search.svg);
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  padding: 0.625rem;
  width: 3rem;
  height: 3rem;
  transition: 0.4s;
}
.search-form button:hover {
  background-color: #9F1B30;
}

.swiper-arrow-wrap button {
  position: unset;
  margin: 0;
  transform: none;
  padding: 0;
  border-radius: 0.375rem;
}
.swiper-arrow-wrap button::before {
  display: none;
}
.swiper-arrow-wrap .swiper-button-next,
.swiper-arrow-wrap .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.875rem;
  background-color: rgba(214, 40, 41, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1;
  transition: 0.4s;
}
.swiper-arrow-wrap .swiper-button-next::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(45deg);
}
.swiper-arrow-wrap .swiper-button-prev::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-135deg);
}

/* stylelint-disable max-nesting-depth */
.hamburger {
  --humburgerbox: 1.875rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--humburgerbox);
  height: var(--humburgerbox);
  margin: 0 0 0 1.25rem;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.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: 2px;
  margin: 0 auto;
  border-radius: 2px;
  background: #D62829;
  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: 100%;
  height: 100%;
  border-radius: 2px;
  background: #D62829;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before {
  top: -8px;
}
.hamburger span::after {
  bottom: -8px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span::before, .hamburger.is-clicked span::after {
  top: 0;
  background-color: #D62829;
}
.hamburger.is-clicked span::before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span::after {
  top: 6px;
  transform: translateY(-6px) rotate(-45deg);
}

.mbnav {
  position: relative;
  z-index: -1;
  display: block;
}
@media (min-width: 992px) {
  .mbnav {
    display: none;
  }
}
.mbnav__state {
  pointer-events: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 100%;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbnav__inner {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #1c1a19;
}
.mbnav__logo {
  padding: 15px;
  color: #fff;
}
.mbnav .menu-wrap {
  /* stylelint-disable custom-property-pattern */
  --leftSlide: 0;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
  /* stylelint-enable custom-property-pattern */
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
.mbnav .menu-wrap > .menu-inner {
  pointer-events: auto;
  overflow: hidden auto;
  max-height: 100%;
  padding-top: 5.3125rem;
  background-color: #fff;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 1.25rem;
  transition: 0.4s ease;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(99.1deg, #9F1B30 3.69%, #D62829 100%);
  font-size: 1.125rem;
  font-weight: 500;
  color: #393939;
  list-style: none;
}
@media (max-width: 767px) {
  .mbnav ul li:not(.btn-wrap) {
    font-size: 1rem;
  }
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap):last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .mbnav__caret::before, .mbnav ul li:not(.btn-wrap) a::after {
  --sarrow-width: 10px;
  content: "";
  position: absolute;
  right: 2.1875rem;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  width: var(--sarrow-width);
  height: var(--sarrow-width);
  margin: auto;
  border: calc(var(--sarrow-width) / 4) solid #393939;
  border-bottom: 0;
  border-left: 0;
}
.mbnav ul li:not(.btn-wrap) a {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: block;
  flex: 1 1 auto;
  order: -1;
  padding: 10px 0;
  line-height: 1.3;
  color: currentcolor;
  text-decoration: none !important;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 0;
  margin-left: auto;
}
.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .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 li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul li:not(.btn-wrap).back-click {
  position: relative;
  order: -1;
  width: 100%;
  padding: 10px 0 10px 20px;
  font-weight: 400;
  color: #393939;
}
.mbnav ul li:not(.btn-wrap).back-click::before {
  --sarrow-width: 10px;
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: 2px;
  transform: rotate(-135deg);
  display: flex;
  align-items: center;
  width: var(--sarrow-width);
  height: var(--sarrow-width);
  margin: auto;
  border: calc(var(--sarrow-width) / 4) solid #393939;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
}
.mbnav__caret {
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: auto;
}
.color-mbnav .mbnav__caret::before {
  color: #393939 !important;
}

.mbnav ul li:not(.btn-wrap).current-menu-item, .mbnav ul li:not(.btn-wrap).current-menu-parent {
  color: #9F1B30;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 25px;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 35px;
}
.mbnav ul > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav ul li.is-open > .menu-wrap {
  visibility: visible;
  opacity: 1;
}
.mbnav ul li.current-menu-item, .mbnav ul li.current-menu-ancestor {
  color: #9F1B30;
}
.mbnav__backdrop {
  position: fixed;
  z-index: -1;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.4s ease-in;
}
.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.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}

/* stylelint-enable max-nesting-depth */
/* --- header --- */
.main-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  background-color: transparent;
  transition: 0.6s;
  /* nav */
}
@media (max-width: 991px) {
  .main-header {
    padding: 1.25rem 0;
  }
}
.main-header.stuck {
  background-color: #fff !important;
  box-shadow: 0 4px 12px rgba(159, 27, 48, 0.3);
}
.main-header.header-pinned {
  box-shadow: none;
  transform: translateY(-100%) !important;
}
@media (max-width: 767px) {
  .main-header .hs-cta.desktop {
    display: none;
  }
}
.main-header .hs-cta.mobile {
  margin: 0 1.25rem 1.25rem;
}
@media (min-width: 768px) {
  .main-header .hs-cta.mobile {
    display: none;
  }
}
.main-header .brand {
  display: block;
  width: 7.625rem;
}
.main-header .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-header .navigation {
  display: none;
  word-break: keep-all;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
@media (min-width: 992px) {
  .main-header .navigation {
    display: block;
  }
}
.main-header .navigation nav {
  margin-right: 30px;
}
.main-header .navigation nav > ul {
  display: flex;
}
.main-header .navigation nav > ul > li {
  padding: 0 1rem;
}
.main-header .navigation nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .navigation nav ul.menu > li.menu-item-has-children {
  position: relative;
}
.main-header .navigation nav ul.menu > li.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1.5rem;
  pointer-events: none;
}
.main-header .navigation nav ul.menu > li.menu-item-has-children > a {
  padding-right: 8px;
}
.main-header .navigation nav ul.menu > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 0;
  width: 0.625rem;
  height: 0.375rem;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
  transition: 0.4s;
}
.main-header .navigation nav ul.menu > li > .sub-menu > li.menu-item-has-children {
  position: relative;
}
.main-header .navigation nav ul.menu > li > .sub-menu > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0.625rem;
  width: 0.625rem;
  height: 0.375rem;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(-50%) rotate(-90deg);
}
.main-header .navigation nav ul.menu > li:hover::before {
  pointer-events: all;
}
.main-header .navigation nav ul.menu > li:hover > a::after {
  border-color: #fff;
  transform: translateX(-50%) scale(-1);
}
.main-header .navigation nav ul > li {
  list-style: none;
}
.main-header .navigation nav ul > li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.main-header .navigation nav ul > li:hover > .sub-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.main-header .navigation nav ul.sub-menu {
  pointer-events: none;
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  min-width: 10.625rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(99.1deg, #9F1B30 3.69%, #D62829 100%);
  background-color: #fff;
  border-radius: 0.3125rem;
  transform: translateY(15px);
  transition: 0.4s;
  box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(57, 57, 57, 0.6);
  z-index: 1;
}
.main-header .navigation nav ul.sub-menu .sub-menu {
  top: 0;
  left: calc(100% + 6px);
  z-index: 11;
}
.main-header .navigation nav ul.sub-menu > li {
  padding: 0;
}
.main-header .navigation nav ul.sub-menu > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.25rem;
  width: 20%;
  height: 2.8125rem;
  pointer-events: none;
}
.main-header .navigation nav ul.sub-menu > li:hover::after {
  pointer-events: all;
}
.main-header .navigation nav ul.sub-menu > li:hover > a {
  color: #9F1B30;
}
.main-header .navigation nav ul.sub-menu > li:hover > a::after {
  border-color: #393939;
}
.main-header .navigation nav ul.sub-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #9F1B30;
}
.main-header .navigation nav ul.sub-menu > li a {
  display: block;
  color: #1C1A19;
  padding: 10px;
}
.main-header .navigation nav ul li.current-menu-item > a, .main-header .navigation nav ul li.current-menu-ancestor > a {
  color: #9F1B30;
}

/* --- footer --- */
.main-footer {
  align-self: end;
  width: 100%;
  height: auto;
  padding: 5rem 0 3.125rem;
  background-color: #000;
}
@media (max-width: 991px) {
  .main-footer {
    padding: 3.125rem 0;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding: 1.875rem 0;
  }
}
.main-footer .ft-left-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media (max-width: 767px) {
  .main-footer .ft-left-wrap {
    gap: 1rem;
  }
}
.main-footer .ft-left-wrap .body-sm {
  display: block;
  min-width: 3rem;
  margin: 0 0.625rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.main-footer .ft-logo .brand {
  display: block;
  width: 7.625rem;
}
.main-footer .ft-logo .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-footer .ft-contact-link {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .main-footer .ft-contact-link {
    font-size: 1rem;
  }
}
.main-footer .ft-bottom {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .main-footer .ft-bottom {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.main-footer .ft-copyright {
  color: #E4E8EB;
  font-weight: 400;
}
.main-footer .ft-social-icon {
  margin: 0;
}
.main-footer .ft-social-icon li {
  list-style: none;
  padding: 0;
  line-height: 1;
}
.main-footer .ft-social-icon li:not(:last-child) {
  margin-right: 1.25rem;
}
.main-footer .ft-social-icon li a {
  display: block;
  width: 1rem;
  height: 1rem;
}
.main-footer .ft-social-icon li a:hover svg path {
  fill: #9F1B30;
}
.main-footer .ft-social-icon li a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-footer .ft-social-icon li a svg path {
  transition: 0.4s;
}
.main-footer .navigation {
  max-width: 49.125rem;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .main-footer .navigation {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .main-footer .navigation {
    padding-top: 1.5rem;
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  }
}
.main-footer .nav-menu ul {
  margin: 0;
}
.main-footer .nav-menu ul.menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding: 0;
}
@media (max-width: 767px) {
  .main-footer .nav-menu ul.menu {
    grid-template-columns: auto;
    gap: 0.625rem;
  }
}
.main-footer .nav-menu ul.menu > li.is-active .menu-item-wrap .down-arrow::before {
  transform: scale(-1);
}
.main-footer .nav-menu ul.menu > li > .menu-item-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-footer .nav-menu ul.menu > li > .menu-item-wrap > a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .main-footer .nav-menu ul.menu > li > .menu-item-wrap > a {
    font-size: 1rem;
  }
}
.main-footer .nav-menu ul.menu > li > .menu-item-wrap > a:hover {
  color: #9F1B30;
}
.main-footer .nav-menu ul.menu > li > .menu-item-wrap .down-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.main-footer .nav-menu ul.menu > li > .menu-item-wrap .down-arrow::before {
  content: "";
  width: 0.9375rem;
  height: 0.625rem;
  background-image: url(../images/down-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .main-footer .nav-menu ul.menu > li > .menu-item-wrap .down-arrow {
    display: none;
  }
}
.main-footer .nav-menu ul.sub-menu {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .main-footer .nav-menu ul.sub-menu {
    display: none;
    margin-top: 1rem;
  }
}
.main-footer .nav-menu ul.sub-menu > li {
  position: relative;
  padding: 5px 0;
  text-align: left;
}
.main-footer .nav-menu ul.sub-menu > li > a {
  position: relative;
}
.main-footer .nav-menu ul.sub-menu > li > a::before {
  content: "";
  position: absolute;
  left: -1.875rem;
  top: 6px;
  width: 1.375rem;
  height: 0.4375rem;
  background-image: url(../images/list-bullete.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-footer .nav-menu ul li {
  position: relative;
  list-style: none;
}
.main-footer .nav-menu ul li a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.main-footer .nav-menu ul li a:hover {
  color: #9F1B30;
}
.main-footer .nav-menu ul li.current-menu-item > a {
  color: #9F1B30;
}

/* --- header --- */
.error404 .error-404 {
  padding: 12.0625rem 0 6.09375rem 0;
}
@media (max-width: 991px) {
  .error404 .error-404 {
    padding: 9.375rem 0 6.09375rem 0;
  }
}
.error404 .error-404 .featured-img {
  margin: 0 0 4.16rem 0;
}
@media (max-width: 767px) {
  .error404 .error-404 .featured-img {
    margin: 0 0 2.08rem 0;
  }
}
.error404 .error-404 h1 {
  color: #D62829;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 1.56rem 0;
}
@media (max-width: 767px) {
  .error404 .error-404 h1 {
    margin: 0 0 0.78rem 0;
  }
}
.error404 .error-404 .description {
  font-size: 1.125rem;
  line-height: 1.88rem;
}
@media (max-width: 767px) {
  .error404 .error-404 .description {
    font-size: 1rem;
  }
}
.error404 .error-404 .description p {
  color: #1C1A19;
  margin: 0 0 2.41rem 0;
}
@media (max-width: 767px) {
  .error404 .error-404 .description p {
    margin: 0 0 1.2rem 0;
  }
}
.error404 .error-404 .description a:focus {
  color: #1C1A19;
}

/* --- header --- */
.page-template-thankyou .main-header {
  background-color: transparent;
}

.thank-you-page {
  padding: 12.0625rem 0 6.09375rem 0;
}
@media (max-width: 991px) {
  .thank-you-page {
    padding: 9.375rem 0 6.09375rem 0;
  }
}
.thank-you-page .thank-you-wrap .thank-you-icon {
  width: 9.22%;
  height: auto;
  margin: 0 auto 32px auto;
  min-width: 60px;
}
.thank-you-page .thank-you-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  z-index: -1;
}
.thank-you-page .thank-you-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.thank-you-page .thank-you-title {
  font-size: 200px;
  line-height: 1;
}
@media (max-width: 991px) {
  .thank-you-page .thank-you-title {
    font-size: 132px;
  }
}
@media (max-width: 767px) {
  .thank-you-page .thank-you-title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .thank-you-page .thank-you-title {
    font-size: 75px;
  }
}
.thank-you-page .thank-you-subtitle {
  margin: 0 0 32px 0;
  color: #9F1B30;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .thank-you-page .thank-you-subtitle {
    font-size: 36px;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 575px) {
  .thank-you-page .thank-you-subtitle {
    font-size: 24px;
  }
}
.thank-you-page .thank-you-description {
  font-size: 1.125rem;
  margin: 0 0 32px 0;
}
@media (max-width: 767px) {
  .thank-you-page .thank-you-description {
    font-size: 1rem;
  }
}
.thank-you-page .thank-you-description p {
  color: #1C1A19;
}

/* --- header --- */
.corporate-team-section {
  background-color: #FAFAFA;
  padding: 5rem 0;
}
.corporate-team-section .section-description {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .corporate-team-section .section-description {
    font-size: 1rem;
  }
}
.corporate-team-section .corporate-team-grid {
  display: flex;
  justify-content: flex-start;
  margin: 0 -16px;
  flex-wrap: wrap;
  row-gap: 32px;
}
.corporate-team-section .corporate-team-grid.five .corporate-team-card {
  width: 20%;
}
@media (max-width: 1199px) {
  .corporate-team-section .corporate-team-grid.five .corporate-team-card {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .corporate-team-section .corporate-team-grid.five .corporate-team-card {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .corporate-team-section .corporate-team-grid.five .corporate-team-card {
    width: 100%;
  }
}
.corporate-team-section .corporate-team-grid .corporate-team-card {
  padding: 0 16px 0 16px;
  width: 25%;
}
@media (max-width: 1199px) {
  .corporate-team-section .corporate-team-grid .corporate-team-card {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .corporate-team-section .corporate-team-grid .corporate-team-card {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .corporate-team-section .corporate-team-grid .corporate-team-card {
    width: 100%;
  }
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner {
  position: relative;
  padding: 0 20px 20px 20px;
  transition: all 0.2s ease-in-out;
  height: 100%;
  border-bottom: 1px solid transparent;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition: 0.4s;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner:hover {
  border-bottom: 1px solid #9F1B30;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner:hover .corporate-team-name {
  color: #9F1B30;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  top: 85px;
  z-index: 0;
  right: 0;
  border: 1px solid rgba(57, 57, 57, 0.1);
  border-radius: 16px;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner .corporate-team-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FAFAFA;
  border: 0.5px solid rgba(57, 57, 57, 0.1);
  border-radius: 100%;
  z-index: 1;
  height: 0;
  padding-top: 96.8%;
  overflow: hidden;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner .corporate-team-image .team-dp.popup {
  cursor: pointer;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner .corporate-team-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner .corporate-team-content {
  position: relative;
  margin: 18px 0 0 0;
  z-index: 1;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner .corporate-team-content .corporate-team-name {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 8px 0;
  transition: all 0.2s ease-in-out;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner .corporate-team-content .corporate-team-name.popup {
  cursor: pointer;
}
.corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner .corporate-team-content .corporate-team-designation {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 4px 0;
}
@media (max-width: 767px) {
  .corporate-team-section .corporate-team-grid .corporate-team-card .corporate-team-card-inner .corporate-team-content .corporate-team-designation {
    font-size: 1rem;
  }
}

.team-popup {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FAFAFA;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .team-popup {
    width: calc(100% - 60px);
  }
}
@media (max-width: 575px) {
  .team-popup {
    width: calc(100% - 40px);
  }
}
.team-popup .team-popup-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .team-popup .team-popup-inner {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .team-popup .team-popup-inner {
    margin: 0;
    flex-direction: column;
  }
}
.team-popup .left-wrap {
  width: 25%;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .team-popup .left-wrap {
    padding: 10px;
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .team-popup .left-wrap {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    max-width: 320px;
  }
}
.team-popup .left-wrap .left-inner-wrap {
  text-align: center;
  background-color: #FFFFFF;
  padding: 15px;
  border: 1px solid rgba(57, 57, 57, 0.1);
  border-radius: 16px;
}
@media (max-width: 991px) {
  .team-popup .left-wrap .left-inner-wrap {
    background-color: transparent;
    padding: 0;
    border: none;
  }
}
.team-popup .left-wrap .left-inner-wrap .corporate-team-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FAFAFA;
  border: 0.5px solid rgba(57, 57, 57, 0.1);
  border-radius: 100%;
  z-index: 1;
  height: 0;
  padding-top: 96.8%;
  overflow: hidden;
  margin: 0 0 0.625rem 0;
}
.team-popup .left-wrap .left-inner-wrap .corporate-team-image.popup {
  cursor: pointer;
}
.team-popup .left-wrap .left-inner-wrap .corporate-team-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.team-popup .left-wrap .left-inner-wrap .corporate-team-name {
  margin: 0 0 0.625rem 0;
}
.team-popup .left-wrap .left-inner-wrap .corporate-team-designation {
  margin: 0 0 5px 0;
}
.team-popup .left-wrap .member-profiles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
.team-popup .left-wrap .member-profiles .memeber-profile {
  width: 100%;
  height: auto;
  max-width: 50px;
}
.team-popup .right-wrap {
  width: 75%;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .team-popup .right-wrap {
    padding: 10px;
    width: 66.67%;
  }
}
@media (max-width: 991px) {
  .team-popup .right-wrap {
    padding: 0px;
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
  }
}
.team-popup .right-wrap .right-inner-wrap {
  padding: 15px;
}
@media (max-width: 991px) {
  .team-popup .right-wrap .right-inner-wrap {
    padding: 0px;
  }
}
.team-popup .right-wrap .right-inner-wrap * {
  margin: 0 0 15px 0;
}

/* --- header --- */
.global-presence-section {
  background-color: #FAFAFA;
  padding: 5rem 0;
}
.global-presence-section .global-presence-wrap .section-description {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 48px 0;
}
@media (max-width: 767px) {
  .global-presence-section .global-presence-wrap .section-description {
    font-size: 1rem;
  }
}
.global-presence-section .global-presence-wrap .section-description ul, .global-presence-section .global-presence-wrap .section-description ol {
  text-align: left;
}
.global-presence-section .global-presence-wrap .section-description p {
  color: #414042;
}
.global-presence-section .global-presence-wrap .presence-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 48px 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .global-presence-section .global-presence-wrap .presence-tabs {
    margin: 0 0 36px 0;
  }
}
@media (max-width: 767px) {
  .global-presence-section .global-presence-wrap .presence-tabs {
    margin: 0 0 24px 0;
  }
}
.global-presence-section .global-presence-wrap .presence-tabs .presence-tab {
  padding: 19.25px 0;
  width: 25%;
  display: flex;
  justify-content: center;
  border-radius: 0;
  align-items: center;
  border: 1px solid rgba(57, 57, 57, 0.1);
  font-size: 24px;
  line-height: 1.5;
  cursor: pointer;
}
@media (max-width: 991px) {
  .global-presence-section .global-presence-wrap .presence-tabs .presence-tab {
    width: 50%;
  }
}
.global-presence-section .global-presence-wrap .presence-tabs .presence-tab:nth-child(4n+1) {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.global-presence-section .global-presence-wrap .presence-tabs .presence-tab:nth-child(4n) {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.global-presence-section .global-presence-wrap .presence-tabs .presence-tab.active {
  cursor: text;
  color: #FFFFFF;
  background: linear-gradient(99.1deg, #9F1B30 3.69%, #D62829 100%) !important;
}
.global-presence-section .global-presence-wrap .presence-tabs .presence-tab:hover {
  background: #D62829;
  color: #FFFFFF;
}
.global-presence-section .global-presence-wrap .presence-tabs .presence-tab:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.global-presence-section .global-presence-wrap .presence-tabs .presence-tab span {
  background-color: transparent;
  margin: 0 8px 0 0;
  max-width: 32px;
  height: 32px;
  overflow: hidden;
}
.global-presence-section .global-presence-wrap .presence-contents .presence-content {
  display: none;
}
.global-presence-section .global-presence-wrap .presence-contents .presence-content.active {
  display: block;
}
.global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid {
  display: flex;
  justify-content: flex-start;
  row-gap: 40px;
  margin: 0 -20px 0 -20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid {
    row-gap: 20px;
  }
}
@media (max-width: 1199px) {
  .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid {
    margin: 0 -15px 0 -15px;
  }
}
@media (max-width: 767px) {
  .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid {
    width: 0 -10px 0 -10px;
  }
}
.global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card {
  width: 33.33%;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card {
    padding: 0 15px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card {
    padding: 0 10px;
    width: 100%;
  }
}
.global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner {
  border-radius: 16px;
  border: 0.5px solid rgba(35, 31, 32, 0.2);
  background-color: #FFFFFF;
  padding: 32px 32px 56px 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner {
    padding: 16px 16px 28px 16px;
  }
}
.global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-location-name {
  text-align: left;
  line-height: 1.35;
}
.global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-address, .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-phone, .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-email {
  display: flex;
  text-align: left;
}
.global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-address strong, .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-phone strong, .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-email strong {
  font-weight: 500;
  width: 58px;
  margin: 0 16px 0 0;
}
.global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-address a, .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-phone a, .global-presence-section .global-presence-wrap .presence-contents .presence-content .presence-location-grid .presence-card .presence-card-inner .presence-email a {
  text-decoration: none;
}

.inner-hero-section {
  position: relative;
  padding: 6rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44.57vw;
  z-index: 0;
}
@media (max-width: 991px) {
  .inner-hero-section {
    padding: 5.4375rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .inner-hero-section {
    flex-direction: column-reverse;
  }
}
.inner-hero-gbackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #FAFAFA;
}
.inner-hero-background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 55%;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .inner-hero-background {
    max-width: 87.5%;
    position: unset;
  }
}
@media (max-width: 575px) {
  .inner-hero-background {
    max-width: 100%;
  }
}
.inner-hero-background .inner-hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 0;
  object-position: bottom;
}
.inner-hero-background .inner-hero-logo {
  position: absolute;
  right: 14.25%;
  bottom: 8.5%;
  z-index: -1;
  height: 72%;
  width: 72%;
  object-fit: contain;
  object-position: right;
}
@media (max-width: 1199px) {
  .inner-hero-background .inner-hero-logo {
    height: 80%;
  }
}
@media (max-width: 575px) {
  .inner-hero-background .inner-hero-logo {
    display: none;
  }
}
.inner-hero-text {
  max-width: 50%;
}
@media (max-width: 767px) {
  .inner-hero-text {
    max-width: 100%;
  }
}
.inner-hero-text .inner-hero-title {
  font-weight: 600;
  color: #D62829;
  margin: 0 0 1.5rem 0;
  width: 100%;
}
.inner-hero-text .inner-hero-title .subtitle {
  display: inline-block;
  color: #1C1A19;
  margin: 0 0 0 0.78125rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .inner-hero-text .inner-hero-title .subtitle {
    margin: 0 0 0 0.46875rem;
  }
}
.inner-hero-text .inner-hero-subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  color: #1C1A19;
}
.inner-hero-text .inner-hero-subtitle p {
  color: #393939;
}
.inner-hero-wrap {
  padding: 14% 0;
}

.sr {
  margin: 0 0 20px 0;
}
.sr-section {
  background-color: #FFFFFF;
  padding: 8.75rem 0 5rem 0;
}
@media (max-width: 1199px) {
  .sr-section {
    padding: 6.0625rem 0 5rem 0;
  }
}
.sr-block {
  margin: 2.5rem 0 0 0;
}
.sr-term {
  font-weight: 400;
}
.sr-items {
  margin: 12.5px 0 15px 0;
  border-bottom: 2px solid rgba(57, 57, 57, 0.1);
  padding: 0 0 5px 0;
}
.sr-items h4 {
  margin: 0;
}
.sr-items h4 .sr-title {
  color: #9F1B30;
  font-size: 24px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.sr-items h4 .sr-title:hover {
  color: #1C1A19;
}
.sr-items .sr-description {
  margin: 10px 0 0 0;
}
.sr-content {
  display: flex;
  align-items: center;
}

.single-post .main-content, .single-work-opportunity .main-content {
  padding: 8.75rem 0 5rem 0;
}

.sp-header {
  border-bottom: 2px solid;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.sp-meta {
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.sp-meta .sp-job-types, .sp-meta .sp-locations, .sp-meta .sp-relative-time {
  font-size: 18px;
  font-weight: 500;
  width: 33.33%;
  padding: 0 10px 0 0;
}
@media (max-width: 991px) {
  .sp-meta .sp-job-types, .sp-meta .sp-locations, .sp-meta .sp-relative-time {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sp-meta .sp-job-types, .sp-meta .sp-locations, .sp-meta .sp-relative-time {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .sp-meta .sp-job-types, .sp-meta .sp-locations, .sp-meta .sp-relative-time {
    width: 100%;
  }
}
.sp-title {
  line-height: 1;
  margin: 0;
}
.sp-section-inner {
  padding: 22px;
  border-radius: 22px;
  background-color: #FAFAFA;
}

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