/*!**************************************************************************************************************************************************************************!*\
  !*** 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 */
@font-face {
  font-family: "magistral";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/magistral_light_italic-webfont.woff2) format("woff2"), url(../fonts/magistral_light_italic-webfont.woff) format("woff"), url(../fonts/magistral_light_italic-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "magistral";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/magistral_light-webfont.woff2) format("woff2"), url(../fonts/magistral_light-webfont.woff) format("woff"), url(../fonts/magistral_light-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "magistral";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/magistral_book_italic-webfont.woff2) format("woff2"), url(../fonts/magistral_book_italic-webfont.woff) format("woff"), url(../fonts/magistral_book_italic-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "magistral";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/magistral_book-webfont.woff2) format("woff2"), url(../fonts/magistral_book-webfont.woff) format("woff"), url(../fonts/magistral_book-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "magistral";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/magistral_medium_italic-webfont.woff2) format("woff2"), url(../fonts/magistral_medium_italic-webfont.woff) format("woff"), url(../fonts/magistral_medium_italic-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "magistral";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/magistral_medium-webfont.woff2) format("woff2"), url(../fonts/magistral_medium-webfont.woff) format("woff"), url(../fonts/magistral_medium-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "magistral";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/magistral_bold_italic-webfont.woff2) format("woff2"), url(../fonts/magistral_bold_italic-webfont.woff) format("woff"), url(../fonts/magistral_bold_italic-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "magistral";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/magistral_bold-webfont.woff2) format("woff2"), url(../fonts/magistral_bold-webfont.woff) format("woff"), url(../fonts/magistral_bold-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "magistral";
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/magistral_extra_bold_italic-webfont.woff2) format("woff2"), url(../fonts/magistral_extra_bold_italic-webfont.woff) format("woff"), url(../fonts/magistral_extra_bold_italic-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "magistral";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/magistral_extra_bold-webfont.woff2) format("woff2"), url(../fonts/magistral_extra_bold-webfont.woff) format("woff"), url(../fonts/magistral_extra_bold-webfont.ttf) format("truetype");
}
/* 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: "Inter", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}
body.scroll-fixed {
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}

h1,
.h1 {
  margin-bottom: 0.938rem;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  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: 3.25rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h1.-large,
.h1.-large {
  font-size: 8rem;
}
@media (width <= 1300px) {
  h1.-large,
  .h1.-large {
    font-size: 6.125rem;
  }
}
@media (max-width: 991px) {
  h1.-large,
  .h1.-large {
    font-size: 4.25rem;
  }
}
@media (max-width: 767px) {
  h1.-large,
  .h1.-large {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  margin-bottom: 0.938rem;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  word-break: keep-all;
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h2 span,
.h2 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  margin-bottom: 0.938rem;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  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.938rem;
  }
}

h4,
.h4 {
  margin-bottom: 0.938rem;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.563rem;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  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.5rem;
  }
}

h5,
.h5 {
  margin-bottom: 0.938rem;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  word-break: keep-all;
  font-weight: 400;
  line-height: 1.4;
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h5 span,
.h5 span {
  font-weight: 400;
}

h6,
.h6 {
  margin-bottom: 0.938rem;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  word-break: keep-all;
  line-height: 1.4;
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h6 span,
.h6 span {
  font-weight: 400;
}

p {
  margin-bottom: 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}
.-large p, p.-large {
  font-size: 1.25rem;
}

.eyebrow-text {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #731B36;
}

:is(ul, ol) {
  --ulol-left-padding: 1.5rem;
  margin-bottom: 0.938rem;
  padding-left: var(--ulol-left-padding);
}
:is(ul, ol) li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
:is(ul, ol) li:last-child {
  padding-bottom: 0;
}
:is(ul, ol) li a {
  color: currentcolor;
}
.bullet-check :is(ul, ol) li, .bullet-styled :is(ul, ol) li {
  position: relative;
}
.bullet-check :is(ul, ol) li::before, .bullet-styled :is(ul, ol) li::before {
  position: absolute;
  left: calc(var(--ulol-left-padding) * -1);
  font-weight: 700;
  line-height: 1;
  color: #D9052A;
}

ul > li::marker {
  font-size: 1.2em;
  color: #D9052A;
}
.bullet-styled ul {
  list-style: none;
}
.bullet-styled ul > li {
  --ulBox: 6px;
}
.bullet-styled ul > li::before {
  content: "";
  top: 0.875rem;
  width: var(--ulBox);
  height: var(--ulBox);
  border-radius: 100%;
  background-color: #D9052A;
}
.bullet-styled ul > li > ul > li::before {
  width: var(--ulBox);
  height: var(--ulBox);
  background-color: #731B36;
}
.bullet-styled ul > li > ul > li > ul > li {
  --ulBox: 4px;
}
.bullet-styled ul > li > ul > li > ul > li::marker {
  color: currentcolor;
}
.bullet-styled ul > li > ul > li > ul > li::before {
  border-radius: 0;
  background-color: currentcolor;
}
.bullet-check ul {
  --ulolLeftPadding: 2.25rem;
  list-style: none;
}
.bullet-check ul > li::before {
  --ulBox: 20px;
  content: "";
  top: 0.5rem;
  width: var(--ulBox);
  height: var(--ulBox);
  background-color: transparent;
  background-image: url(../images/bullet-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.bullet-styled ol {
  --ulol-left-padding: 2rem;
  list-style: none;
}
.bg-dark .bullet-styled ol li::before {
  color: #fff;
}
.bg-white .bullet-styled ol li::before {
  color: #000;
}
.bullet-styled ol > li {
  counter-increment: counter-1;
}
.bullet-styled ol > li::before {
  content: counter(counter-1) ". ";
  top: 10px;
  font-weight: 700;
  color: #000;
}
.bullet-styled ol > li > ol {
  counter-reset: counter-2;
}
.bullet-styled ol > li > ol > li {
  counter-increment: counter-2;
}
.bullet-styled ol > li > ol > li::before {
  content: counter(counter-2, lower-alpha) ". ";
  font-weight: 700;
  color: #000;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.563rem;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #000;
  text-align: center;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
@media (max-width: 1199px) {
  blockquote {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  blockquote {
    font-size: 1.25rem;
  }
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

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

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

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

/* Link */
a {
  font-weight: 500;
  color: #731B36;
  text-decoration: none;
  text-underline-offset: 5px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover {
  text-decoration: underline;
}
a.tab-outline {
  outline: 1px solid;
  outline-offset: 0.188rem;
}

/* Tables */
.wc-table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 2.063rem;
  text-align: center;
}
.wc-table table {
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .wc-table table {
    display: none;
  }
}
@media (min-width: 768px) {
  .wc-table .mobile-table-view {
    display: none;
  }
}
.wc-table table {
  overflow: hidden;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: none !important;
  border-radius: 12px 12px 0 0;
}
.wc-table table td {
  width: auto;
  padding: 1.375rem 1.5rem;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #000;
  text-align: left;
  text-transform: capitalize;
}
.wc-table table th {
  width: auto;
  padding: 1.263rem 0.813rem;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #731B36;
}
@media (max-width: 767px) {
  .wc-table table tr {
    text-align: center;
  }
}
.wc-table table tr:nth-child(odd) {
  background-color: #E5E3DF;
}
.wc-table table tr:first-child {
  background-color: #731B36;
}
.wc-table table tr:first-child td {
  width: auto;
  border: none;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.bg-dark .wc-table table tr:not(:first-child, :nth-child(even)) td, .bg-secondary .wc-table table tr:not(:first-child, :nth-child(even)) td {
  color: #000;
}

table {
  overflow: hidden;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: none !important;
  border-radius: 12px 12px 0 0;
}
table td {
  width: auto;
  border: none;
  font-size: 1rem;
  color: #000;
  text-align: left;
}
table th {
  width: auto;
  border: none;
  font-size: 1rem;
  font-weight: 700;
}

/* Mobile Table */
.mobile-table-view {
  margin-top: 1.5rem;
}
.mobile-table-view ul {
  text-align: left;
}
.mobile-table-view .column-header {
  padding: 1rem;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff !important;
  background-color: #731B36;
}
.mobile-table-view .column-header * {
  color: #fff !important;
}
.mobile-table-view .column-cell {
  padding: 1rem;
  font-weight: 400;
}
.mobile-table-view .column-cell:nth-child(odd) {
  color: #000;
  background-color: #E5E3DF;
}

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

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  padding: 0.625rem;
  border-bottom: 0.063rem solid #808080;
  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
 */
:root {
  --gutter: 2.813rem;
  --container-width: 78.75rem;
}
@media (max-width: 991px) {
  :root {
    --gutter: 1.875rem;
  }
}
@media (max-width: 767px) {
  :root {
    --gutter: 1rem;
  }
}

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

[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: #000;
}

.text-dark {
  color: #000;
}

.bg-secondary {
  background-color: #26040D;
}

.text-secondary {
  color: #26040D;
}

/* 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: 78.75rem;
}

input[type=button],
input[type=reset],
input[type=submit], .btn {
  --focuc-outline-space: -1px;
  user-select: none;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 1px;
  border: none;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
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 #000;
  border-radius: 0.25rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after, .btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff8e3d 0%, white 17.5%, #d9052a 29%, white 50%);
  background-position: center left;
  background-size: 200% auto;
  transition: 0.4s ease 0s;
}
input[type=button] span,
input[type=reset] span,
input[type=submit] span, .btn span {
  display: block;
  padding: 0.5rem 2.188rem;
  line-height: 1.4;
  background-color: #D9052A;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
input[type=button] span,
input[type=reset] span,
input[type=submit] span, .btn span, input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after, .btn::after {
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 10px) 100%, 0 100%, 0% 10px);
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover {
  cursor: pointer;
  text-decoration: none;
}
input[type=button]:hover::after,
input[type=reset]:hover::after,
input[type=submit]:hover::after, .btn:hover::after {
  background-position: center right;
}
input[type=button]:hover span,
input[type=reset]:hover span,
input[type=submit]:hover span, .btn:hover span {
  background-color: #731B36;
}
input.tab-outline[type=button],
input.tab-outline[type=reset],
input.tab-outline[type=submit], .tab-outline.btn {
  --focuc-outline-space: -5px;
  outline: 0;
}
input.tab-outline[type=button]::before,
input.tab-outline[type=reset]::before,
input.tab-outline[type=submit]::before, .tab-outline.btn::before {
  visibility: visible;
  opacity: 1;
}
.bg-dark input.tab-outline[type=button]::before,
.bg-dark input.tab-outline[type=reset]::before,
.bg-dark input.tab-outline[type=submit]::before, .bg-dark .tab-outline.btn::before {
  border-color: #fff;
}

.btn-link {
  --focuc-outline-space: -1px;
  user-select: none;
  position: relative;
  display: inline;
  border: none;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: var(--focuc-outline-space);
  border: 1px solid #000;
  border-radius: 0.25rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
.btn-link svg {
  width: 0.563rem;
  margin-bottom: -0.125rem;
  margin-left: 0.375rem;
  fill: #D9052A;
  transition: 0.35s ease 0s;
}
.btn-link:hover, a:hover .btn-link {
  color: #731B36;
  text-decoration: none;
}
.btn-link:hover svg, a:hover .btn-link svg {
  fill: currentcolor;
}
.btn-link.tab-outline {
  --focuc-outline-space: -5px;
  outline: 0;
}
.btn-link.tab-outline::before {
  visibility: visible;
  opacity: 1;
}
.bg-dark .btn-link.tab-outline::before {
  border-color: #fff;
}
.bg-white .btn-link {
  color: #000;
}
.bg-white .btn-link:hover, a:hover .bg-white .btn-link {
  color: #731B36;
  text-decoration: none;
}
.bg-white .btn-link:hover svg, a:hover .bg-white .btn-link svg {
  fill: currentcolor;
}
.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  border-radius: 100%;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  background-color: #D9052A;
  transition: 0.5s ease 0s;
}
.btn-play svg {
  margin-left: 0.188rem;
  fill: currentcolor;
}
.btn-play:hover, a:hover .btn-play {
  text-decoration: none;
  background-color: #731B36;
}
.btn-play:focus {
  outline: 1px solid #000;
  outline-offset: 4px;
}
.bg-dark .btn-play:focus, .btn-play.-dark:focus {
  outline-color: #fff;
}

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

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-inactive-color: #D9052A;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-color: #D9052A;
  --swiper-pagination-bullet-size: 1.375rem;
}
.swiper-button-prev, .swiper-button-next {
  --swiper-navigation-size: 2.5rem;
  width: var(--swiper-navigation-size) !important;
  padding: 1px;
  border: none;
  background-color: transparent;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev span, .swiper-button-next span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #D9052A;
  clip-path: polygon(0% 15%, 15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
  transition: 0.35s ease 0s;
}
.swiper-button-prev svg, .swiper-button-next svg {
  fill: currentcolor;
}
.swiper-button-prev:not(.swiper-button-disabled):hover span, .swiper-button-next:not(.swiper-button-disabled):hover span {
  color: #fff !important;
  background-color: #731B36;
}
.swiper-button-prev span {
  transform: scale(-1);
  padding: 0.625rem 0.188rem 0.563rem 0.313rem;
}
.swiper-button-next span {
  padding: 0.625rem 0.125rem 0.563rem 0.188rem;
}
.swiper-controls {
  position: relative;
}
.swiper-arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-arrows button {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
.swiper-arrows button:not(:last-child) {
  margin-right: 1rem;
}

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

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

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

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

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 3.5rem;
  padding: 0 0.938rem;
  border: 0.063rem solid #731B36;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #26040D;
  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: #000;
  opacity: 1;
}

select {
  cursor: pointer !important;
  padding-right: 1.875em !important;
  appearance: none;
  background-image: url(../images/select-down-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.5em center !important;
  background-size: 0.875rem 0.438rem !important;
  /* for IE */
}
select::-ms-expand {
  display: none;
}
select option {
  color: #000 !important;
}

button {
  cursor: pointer;
}

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

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

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

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

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

/* Gravity Form Styling */
.gform-style .gform_fields {
  --gf-form-gap-x: 1.5rem;
  --gf-form-gap-y: 1.125rem;
}
.gform-style .gform_confirmation_message {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.gform-style .gform_confirmation_message p {
  color: #fff;
}
.gform-style .gform-page-footer, .gform-style .gform-footer {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .gform-style .gform-page-footer, .gform-style .gform-footer {
    justify-content: center;
  }
}
.gform-style .gform-page-footer .button, .gform-style .gform-footer .button {
  position: relative !important;
  z-index: 1;
  width: min(11.75rem, 100%) !important;
  padding: 1px !important;
  border: none !important;
  font-family: "Magistral", "Arial", sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  background-color: transparent !important;
}
.gform-style .gform-page-footer .button::before, .gform-style .gform-page-footer .button::after, .gform-style .gform-footer .button::before, .gform-style .gform-footer .button::after {
  content: "" !important;
  display: block !important;
}
.gform-style .gform-page-footer .button span, .gform-style .gform-footer .button span {
  width: 100%;
}
.gform-style .gform-page-footer .button:focus, .gform-style .gform-footer .button:focus {
  --gf-local-outline-width: 0 !important;
}
.gform-style .gform-field-label {
  --gf-local-color: #D9052A !important;
}
.gform-style .gform-field-label a {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #731B36;
  text-decoration: underline;
}
.gform-style .gform-field-label a:hover {
  text-decoration: none;
}
.gform-style .gform_validation_errors {
  display: none !important;
}
.gform-style .ginput_container input[type=text],
.gform-style .ginput_container input[type=email],
.gform-style .ginput_container input[type=tel],
.gform-style .ginput_container input[type=url],
.gform-style .ginput_container textarea,
.gform-style .ginput_container select {
  height: 3.125rem;
  border: 1px solid #E5E3DF;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}
.gform-style .ginput_container input[type=text]:focus,
.gform-style .ginput_container input[type=email]:focus,
.gform-style .ginput_container input[type=tel]:focus,
.gform-style .ginput_container input[type=url]:focus,
.gform-style .ginput_container textarea:focus,
.gform-style .ginput_container select:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 4px 2px rgba(217, 97, 5, 0.7);
}
.gform-style .ginput_container input[type=text]::placeholder,
.gform-style .ginput_container input[type=email]::placeholder,
.gform-style .ginput_container input[type=tel]::placeholder,
.gform-style .ginput_container input[type=url]::placeholder,
.gform-style .ginput_container textarea::placeholder,
.gform-style .ginput_container select::placeholder {
  color: #808080;
}
.gform-style .ginput_container input[type=text],
.gform-style .ginput_container input[type=email],
.gform-style .ginput_container input[type=tel],
.gform-style .ginput_container input[type=url] {
  padding: 1.25rem 1rem 0.5rem;
}
.gform-style .ginput_container textarea {
  resize: none !important;
  min-block-size: 7.625rem !important;
  padding: 1rem;
}
.gform-style .ginput_container select {
  padding: 0.375rem 1.875em 0.5rem 1rem;
  color: #000;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.875rem 0.438rem;
}
.gform-style .gfield {
  position: relative;
  display: grid;
}
@media (max-width: 767px) {
  .gform-style .gfield {
    grid-column: 1/-1 !important;
  }
}
.gform-style .gfield .gfield_label {
  color: #000;
}
.gform-style .gfield .gfield_label:has(.gfield_required)::after {
  content: "*";
  display: inline-block;
  color: currentcolor;
}
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice) .gfield_label {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  left: 1rem;
  transform: translateY(-50%);
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #808080;
  transition: 0.4s;
}
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice) .gfield_label .gfield_required {
  display: none;
}
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused .gfield_label {
  top: 0.313rem;
  transform: translateY(0);
  font-size: 0.625rem;
  font-weight: 700;
  color: #731B36;
}
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused input[type=text],
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused input[type=email],
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused input[type=tel],
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused input[type=url],
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused textarea,
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused select {
  border-color: #D9052A;
}
.gform-style .gfield.gfield--type-textarea .gfield_label {
  top: 0.938rem;
  transform: translateY(0);
}
.gform-style .gfield .validation_message {
  --gf-desc-space: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  background-color: #D9052A;
}
.gform-style .gfield .validation_message::before {
  content: "*";
  display: inline-block;
}
.gform-style .gfield .validation_message::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-color: transparent transparent #D9052A;
  border-style: solid;
  border-width: 0 6px 8px;
}
.gform-style .gfield .ginput_container .validation_message {
  display: none;
}
.gform-style .gfield.gfield--type-html {
  display: block;
  font-size: 0.875rem;
  color: #fff;
}
.gform-style .gfield.gfield--type-html a {
  text-decoration: underline;
}
.gform-style .gfield.gfield--type-html a:hover {
  text-decoration: none;
}
.gform-style .gfield:has(.validation_message) .gfield_label {
  color: #D9052A;
}
.gform-style .gfield:has(.validation_message) input[type=text],
.gform-style .gfield:has(.validation_message) input[type=email],
.gform-style .gfield:has(.validation_message) input[type=tel],
.gform-style .gfield:has(.validation_message) input[type=url],
.gform-style .gfield:has(.validation_message) textarea,
.gform-style .gfield:has(.validation_message) select {
  border-color: #D9052A;
}
.gform-style .gfield:has(.validation_message) input[type=text]:focus,
.gform-style .gfield:has(.validation_message) input[type=email]:focus,
.gform-style .gfield:has(.validation_message) input[type=tel]:focus,
.gform-style .gfield:has(.validation_message) input[type=url]:focus,
.gform-style .gfield:has(.validation_message) textarea:focus,
.gform-style .gfield:has(.validation_message) select:focus {
  outline-color: #D9052A;
}
.gform-style .gfield:has(.validation_message).focused .gfield_label {
  color: #D9052A;
}
.gform-style .gfield.gfield--type-consent input[type=checkbox] {
  display: none;
}
.gform-style .gfield.gfield--type-consent input[type=checkbox]:checked + .gform-field-label::before {
  border-color: #D9052A;
  background-color: #D9052A;
}
.gform-style .gfield.gfield--type-consent input[type=checkbox]:checked + .gform-field-label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(42deg);
  display: block;
  width: 7px;
  height: 14px;
  border: solid #D9052A;
  border-width: 0 2px 2px 0;
}
.gform-style .gfield.gfield--type-consent .gform-field-label {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.gform-style .gfield.gfield--type-consent .gform-field-label::before {
  cursor: pointer;
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #D9052A;
  border-radius: 0.313rem;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
}
.gform-style .gfield.gfield--type-consent .gform-field-label a {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: underline;
}
.gform-style .gfield.gfield--type-consent .gform-field-label a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .gform-style .gfield.gfield--type-consent .gform-field-label a {
    font-size: 0.688rem;
  }
}
.gform-style .gfield.gfield--type-checkbox .gfield-choice-input {
  display: none;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label {
  margin-left: 0;
  padding-left: 2rem;
  font-size: 1rem;
  color: #fff !important;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label::before {
  position: absolute;
  top: 0;
  left: 0;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label br {
  display: block;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label a {
  display: inline-block;
  margin-top: 2px;
  border: 0;
  color: #fff;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label > div, .gform-style .gfield.gfield--type-consent .gform-field-label > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gform-style .gfield.gfield--input-type-select .gfield_label {
  top: 0.313rem;
  transform: translateY(0);
  font-size: 0.625rem;
  font-weight: 700;
  color: #731B36;
}
.gform-style .gfield.gfield--input-type-select select {
  padding-top: 0.625rem;
}
.gform-style fieldset.gfield--type-checkbox legend {
  --gf-label-choice-field-space-primary: 1rem;
  --gf-local-font-weight: 700;
  padding-left: 0 !important;
}
.gform-style fieldset.gfield--type-checkbox .gfield_checkbox {
  --gf-field-choice-gap: 1rem 0;
  flex-flow: row wrap;
  margin: 0 -1rem;
}
.gform-style fieldset.gfield--type-checkbox .gfield_checkbox .gchoice {
  padding: 0 1rem;
}
.gform-style fieldset.gfield--type-checkbox .gfield_checkbox .gform-field-label {
  margin-left: 0 !important;
  font-size: 0.875rem;
  font-weight: 400;
}
.gform-style fieldset.gfield--type-checkbox .gfield-choice-input {
  display: none !important;
}
.gform-style .gform_confirmation_wrapper .gform_confirmation_message br {
  display: none;
}
.gform-style .gform_confirmation_wrapper .gform_confirmation_message h1 {
  margin-bottom: 1.438rem;
}
.gform-style .gform_confirmation_wrapper .gform_confirmation_message p {
  font-weight: 400;
}

/* Gravity Form Styling End */
.generic-hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 46.25rem;
  padding: 9.375rem 0;
}
@media (max-width: 991px) {
  .generic-hero {
    min-height: auto;
    padding: 5.188rem 0;
  }
}
.generic-hero::before, .generic-hero::after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 1, 2, 0) 0%, #000 102.55%);
}
.generic-hero::before {
  top: 0;
  transform: rotate(-180deg);
  height: 13.625rem;
}
.generic-hero::after {
  bottom: 0;
  height: 100%;
}
.generic-hero .gh-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 65.375rem;
  margin: 0 auto;
}
.generic-hero .gh-bg {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.generic-hero .gh-bg video,
.generic-hero .gh-bg img,
.generic-hero .gh-bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .generic-hero .gh-bg._mobile {
    display: none;
  }
}
.generic-hero .gh-btn-grp {
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .generic-hero .gh-btn-grp {
    gap: 1.5rem;
  }
}

.capability-hero {
  --header-height: 8.5rem;
  position: relative;
  z-index: 1;
  padding-top: calc(var(--header-height) + 4.375rem);
  padding-bottom: 3.75rem;
}
@media (max-width: 1199px) {
  .capability-hero {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .capability-hero {
    --header-height: 3.125rem;
    padding-top: calc(var(--header-height) + 2.188rem);
    padding-bottom: 2.25rem;
  }
}
.capability-hero.full-image {
  padding-bottom: 9.875rem;
}
@media (max-width: 767px) {
  .capability-hero.full-image {
    padding-bottom: 4.375rem;
  }
}
.capability-hero .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .capability-hero .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .capability-hero.full-image::before, .capability-hero.full-image::after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(5, 1, 2, 0) 0%, #050102 98.55%);
  }
  .capability-hero.full-image::before {
    top: 0;
    transform: rotate(-180deg);
    height: 10.313rem;
  }
  .capability-hero.full-image::after {
    bottom: 0;
    width: 85%;
    height: 100%;
    background-image: linear-gradient(270deg, rgba(5, 1, 2, 0) 0%, #050102 98.55%);
  }
}
.capability-hero.full-image .col-left {
  width: 100%;
  max-width: 45.313rem;
}
.capability-hero .ch-bg {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .capability-hero .ch-bg {
    position: relative;
    margin-bottom: 1.5rem;
    padding-top: 34.096692112%;
  }
  .capability-hero .ch-bg img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.capability-hero .ch-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.capability-hero .ch-btn-grp {
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .capability-hero .ch-btn-grp {
    flex-direction: column;
    align-items: flex-start;
  }
}
.capability-hero .ch-left-inner p {
  color: #E5E3DF;
}
.capability-hero .ch-right-img {
  position: relative;
  padding-top: 67.2661870504%;
}
.capability-hero .ch-right-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .capability-hero .ch-right-img {
    margin-right: -1.25rem;
    margin-bottom: 0.938rem;
    margin-left: -1.25rem;
  }
}

.post-detail-hero {
  --header-height: 8.5rem;
  position: relative;
  z-index: 1;
  padding-top: calc(var(--header-height) + 2.25rem);
  padding-bottom: 2.25rem;
}
.post-detail-hero .container {
  position: relative;
  z-index: 1;
}
.post-detail-hero .breadcrumbs {
  margin-bottom: 2.063rem;
}
.post-detail-hero .pd-bg-img {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-detail-hero .pd-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-detail-hero .pd-social-wrap {
  display: flex;
  gap: 1.625rem;
  align-items: center;
}
.post-detail-hero .pd-social-block .heateor_sss_sharing_ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.post-detail-hero .pd-social-block .heateor_sss_sharing_ul a {
  position: relative;
  display: flex !important;
  width: 1.375rem !important;
  height: 1.375rem;
  margin: 0;
  color: #fff;
}
.post-detail-hero .pd-social-block .heateor_sss_sharing_ul a:hover {
  color: #D9052A;
}
.post-detail-hero .pd-social-block .heateor_sss_sharing_ul a svg {
  fill: currentcolor;
}
.post-detail-hero .pd-social-block .heateor_sss_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}
.post-detail-hero .pd-heading h1 {
  margin-bottom: 0;
}
.post-detail-hero .pd-cta-wrap {
  gap: 2.5rem;
  align-items: center;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .post-detail-hero .pd-cta-wrap {
    gap: 1.5rem;
  }
}
.post-detail-hero .pd-article-wrap {
  gap: 1.125rem;
  margin-bottom: 2rem;
}
.post-detail-hero .pd-author {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .post-detail-hero {
    padding-top: calc(var(--header-height) + 1.563rem);
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 767px) {
  .wysiwyg-section {
    --space-lg: 3rem;
  }
}
.wysiwyg-section.bg-white li::before {
  color: #000 !important;
}
.wysiwyg-section.with-form .container {
  --container-width:78.75rem;
}
.wysiwyg-section.with-form .rf-form {
  height: auto;
  min-height: 34.25rem;
  padding: 2.5rem;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .wysiwyg-section.with-form .rf-main {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .wysiwyg-section.with-form .rf-right {
    margin-bottom: 2.5rem;
  }
}
.wysiwyg-section .container {
  --container-width:52rem;
}
.wysiwyg-section p {
  /* stylelint-disable */
  /* stylelint-enable */
}
.wysiwyg-section p person {
  display: block;
}
.wysiwyg-section img {
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0.938rem;
}
.wysiwyg-section table tr:first-child td:has(p) {
  font-family: inherit;
  font-size: inherit;
}
.wysiwyg-section .wp-video {
  position: relative;
  width: 100% !important;
  max-width: 54.688rem !important;
  margin: 1rem 0 2rem;
}
.wysiwyg-section .wp-video.play::before {
  background-color: transparent;
}
.wysiwyg-section .wp-video .mejs-controls {
  opacity: 0;
  transition: 0.4s;
}
.wysiwyg-section .wp-video .mejs-overlay:hover .mejs-controls {
  opacity: 1;
}
.wysiwyg-section .wp-video .mejs-overlay-button {
  position: relative;
  z-index: 1;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 6.25rem !important;
  text-decoration: none;
  background-color: #D9052A;
  background-image: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wysiwyg-section .wp-video .mejs-overlay-button::before {
  margin-left: 0.313rem;
  color: #fff;
}
.wysiwyg-section .wp-video .mejs-overlay-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: 0.3s;
}
.wysiwyg-section .wp-video .mejs-overlay-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 2.188rem;
  height: 2.188rem;
  margin: 0;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.wysiwyg-section .wp-video .mejs-overlay-button:hover, .wysiwyg-section .wp-video .mejs-overlay-button:focus {
  background: #26040D !important;
}
.wysiwyg-section .wp-video .mejs-overlay-button:hover::after, .wysiwyg-section .wp-video .mejs-overlay-button:focus::after {
  opacity: 0;
}
.wysiwyg-section .wp-video .mejs-overlay-button:hover::before, .wysiwyg-section .wp-video .mejs-overlay-button:focus::before {
  background: #fff;
}
.wysiwyg-section .wp-video .mejs-overlay-button:focus {
  color: #fff;
  background-color: #D9052A !important;
  outline: 1px solid #fff;
  outline-offset: 1px;
}
.wysiwyg-section .wc-table table {
  width: 100% !important;
}
.wysiwyg-section .wc-table table tr:first-child td {
  color: #fff;
}
.wysiwyg-section .wc-table table tr:first-child td * {
  margin: 0;
  color: #fff !important;
}
.wysiwyg-section pre {
  white-space: normal;
}
.wysiwyg-section .gnw_table {
  border-spacing: 6px;
  border-collapse: separate;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse {
  border-collapse: collapse !important;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse tr td {
  border: 0;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_heading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_subhead, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_colhead {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_colhead_uline {
  border-bottom: solid #000 1pt;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_colhead_dline {
  border-bottom: double #000 2.5pt;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i10, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i15, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i20, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i25, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i30, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i10, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i15, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i20, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i25, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i30, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_ulinetop, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i10, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i15, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i20, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i25, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i30 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  vertical-align: bottom;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i10, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i15, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i20, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i25, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i30 {
  border-bottom: solid #000 1pt;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i10, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i15, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i20, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i25, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i30 {
  border-bottom: double #000 2.5pt;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_ulinetop {
  border-top: solid #000 1pt;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i10 {
  padding-left: 10px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i15 {
  padding-left: 15px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i20 {
  padding-left: 20px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i25 {
  padding-left: 25px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_i30 {
  padding-left: 30px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i10 {
  padding-left: 10px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i15 {
  padding-left: 15px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i20 {
  padding-left: 20px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i25 {
  padding-left: 25px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_uline_i30 {
  padding-left: 30px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i10 {
  padding-left: 10px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i15 {
  padding-left: 15px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i20 {
  padding-left: 20px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i25 {
  padding-left: 25px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_label_dline_i30 {
  padding-left: 30px;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_num, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_num_uline, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_num_ulinetop, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_num_dline, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_num_dlinetop {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  vertical-align: bottom;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_num_uline {
  border-bottom: solid #000 1pt;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_num_ulinetop {
  border-top: solid #000 1pt;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_num_dline {
  border-bottom: double #000 2.5pt;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_num_dlinetop {
  border-top: double #000 2.5pt;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_data, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_data_uline, .wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_data_dline {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_data_uline {
  border-bottom: solid #000 1pt;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_data_dline {
  border-bottom: double #000 2.5pt;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_videotitle {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1d5296;
}
.wysiwyg-section .gnw_table .gnw_table_border_collapse td.gnw_media_caption {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 8pt;
}
.wysiwyg-section .gnw_table .gnw_media_bgcolor {
  background-color: transparent;
}
.wysiwyg-section .gnw_table .gnw_border_top_solid {
  border-top: solid #000 1px !important;
}
.wysiwyg-section .gnw_table .gnw_border_right_solid {
  border-right: solid #000 1px !important;
}
.wysiwyg-section .gnw_table .gnw_border_bottom_solid {
  border-bottom: solid #000 1px !important;
}
.wysiwyg-section .gnw_table .gnw_border_left_solid {
  border-left: solid #000 1px !important;
}
.wysiwyg-section .gnw_table .gnw_border_top_double {
  border-top: double #000 3px !important;
}
.wysiwyg-section .gnw_table .gnw_border_right_double {
  border-right: double #000 3px !important;
}
.wysiwyg-section .gnw_table .gnw_border_bottom_double {
  border-bottom: double #000 3px !important;
}
.wysiwyg-section .gnw_table .gnw_border_left_double {
  border-left: double #000 3px !important;
}
.wysiwyg-section .gnw_table .gnw_align_left {
  text-align: left !important;
}
.wysiwyg-section .gnw_table .gnw_align_center {
  text-align: center !important;
}
.wysiwyg-section .gnw_table .gnw_align_right {
  text-align: right !important;
}
.wysiwyg-section .gnw_table .gnw_align_justify {
  text-align: justify !important;
}
.wysiwyg-section .gnw_table .gnw_vertical_align_top {
  vertical-align: top !important;
}
.wysiwyg-section .gnw_table .gnw_vertical_align_middle {
  vertical-align: middle !important;
}
.wysiwyg-section .gnw_table .gnw_vertical_align_bottom {
  vertical-align: bottom !important;
}
.wysiwyg-section .gnw_table .gnw_padding_left_none {
  padding-left: 0 !important;
}
.wysiwyg-section .gnw_table .gnw_padding_right_none {
  padding-right: 0 !important;
}

.full-width-cta {
  position: relative;
}
.full-width-cta.aos-animate .fwc-bg-image picture {
  transform: scale(1.18);
  transition-delay: 0.2s;
}
.full-width-cta .fwc-bg-image {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.full-width-cta .fwc-bg-image picture {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: 3s ease 0s;
}
.full-width-cta .fwc-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-width-cta .fwc-main {
  align-items: center;
}
.full-width-cta .fwc-left {
  width: 100%;
  max-width: 40.75rem;
}
.full-width-cta .fwc-left h2 {
  margin-bottom: 0.5rem;
}
.full-width-cta .fwc-left p {
  color: #fff;
}
@media (max-width: 767px) {
  .full-width-cta .fwc-right {
    margin-top: 2rem;
    text-align: left;
  }
}

.fourth-sixty-text .fst-row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fourth-sixty-text .fst-row {
    display: block;
  }
}
.fourth-sixty-text .fst-left-cell {
  width: 100%;
  max-width: 25.063rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .fourth-sixty-text .fst-left-cell {
    max-width: 19.063rem;
  }
}
@media (max-width: 767px) {
  .fourth-sixty-text .fst-left-cell {
    max-width: 100%;
  }
}
.fourth-sixty-text .fst-right-cell {
  flex: 1;
}

.accordion-component .ac-heading {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto 1.5rem;
  padding: 0 1.25rem;
}
.accordion-component .ac-heading p {
  color: #fff;
}
.accordion-component .ac-col-right {
  padding-right: calc((100% - 84.376rem) / 2);
}
.accordion-component .ac-col-right > div {
  padding-right: var(--gutter);
}
@media (max-width: 767px) {
  .accordion-component .ac-col-right {
    margin-top: 2rem;
  }
}
.accordion-component .ac-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #D9052A;
}
.accordion-component .ac-item:first-child {
  border-top: 1px solid #D9052A;
}
.accordion-component .ac-item.is-active .plus-icon {
  background-color: #fff;
}
.accordion-component .ac-item.is-active .plus-icon::before, .accordion-component .ac-item.is-active .plus-icon::after {
  background-color: #D9052A;
}
.accordion-component .ac-item.is-active .plus-icon::before {
  transform: translate(-50%, -50%) rotate(0);
}
.accordion-component .ac-desc {
  display: none;
  margin-top: 0.5rem;
  padding-right: 3.75rem;
}
.accordion-component .ac-desc .btn-link {
  display: inline-block;
  margin-top: 1rem;
}
.accordion-component .ac-title-wrap {
  position: relative;
}
.accordion-component .ac-title-wrap .plus-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  width: 1.938rem;
  height: 1.938rem;
  border-radius: 100vh;
  background-color: #D9052A;
  transition: 0.4s;
}
.accordion-component .ac-title-wrap .plus-icon::before, .accordion-component .ac-title-wrap .plus-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 3px;
  background-color: #fff;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
.accordion-component .ac-title-wrap .plus-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-component .ac-title {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding-right: 2.5rem;
}
.accordion-component .ac-img {
  position: relative;
  padding-top: 71.0227272727%;
}
.accordion-component .ac-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion-component .ac-row {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .accordion-component.has-img .row {
    margin: 0;
    padding: 0 1.25rem;
  }
  .accordion-component.has-img [class*=cell-] {
    padding: 0;
  }
  .accordion-component.has-img .ac-wrap {
    padding: 0;
  }
}

.full-width-promo-section {
  overflow: hidden;
}
.full-width-promo-section:has(+ .latest-updates-section) {
  overflow: visible;
}
.full-width-promo-section .container {
  --container-width: 84.5rem;
}
.full-width-promo-section.aos-animate .bg-img picture {
  transform: scale(1.1);
  transition-delay: 0.2s;
}
.full-width-promo-section .fwp-wrap {
  position: relative;
  padding: 0.063rem;
}
.full-width-promo-section .fwp-wrap::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F00;
}
.full-width-promo-section .fwp-wrap .fwp-wrap-inner .bg-img, .full-width-promo-section .fwp-wrap::before {
  clip-path: polygon(68px 0, 100% 0, 100% calc(100% - 76px), calc(100% - 66px) 100%, 0 100%, 0% 75px);
}
.full-width-promo-section .fwp-wrap-inner {
  position: relative;
  padding: 6.5rem 2.75rem;
}
.full-width-promo-section .fwp-wrap-inner picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.full-width-promo-section .fwp-wrap-inner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .full-width-promo-section .fwp-wrap-inner {
    padding: 3.438rem 2rem;
  }
}
.full-width-promo-section .fwp-wrap-inner::before, .full-width-promo-section .fwp-wrap-inner::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 9.375rem;
  left: -8.75rem;
  width: 86.5%;
  height: 38.438rem;
  filter: blur(262px);
  /* stylelint-disable */
  -webkit-backdrop-filter: blur(1px);
  /* stylelint-enable */
}
@-moz-document url-prefix() {
  .full-width-promo-section .fwp-wrap-inner::before, .full-width-promo-section .fwp-wrap-inner::after {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .full-width-promo-section .fwp-wrap-inner::before, .full-width-promo-section .fwp-wrap-inner::after {
    top: 2rem;
    left: 0;
    width: 100%;
    height: 97%;
  }
}
.full-width-promo-section .fwp-wrap-inner::before {
  background-color: #731B36;
  /* stylelint-disable */
  /* stylelint-enable */
}
@-moz-document url-prefix() {
  .full-width-promo-section .fwp-wrap-inner::before {
    background: radial-gradient(circle, #731b36 40%, rgba(115, 27, 54, 0) 200%);
  }
}
.full-width-promo-section .fwp-wrap-inner::after {
  background-color: #000;
  /* stylelint-disable */
  /* stylelint-enable */
}
@-moz-document url-prefix() {
  .full-width-promo-section .fwp-wrap-inner::after {
    background: radial-gradient(circle, black 20%, rgba(0, 0, 0, 0) 150%);
  }
}
.full-width-promo-section .fwp-wrap-inner .bg-img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width-promo-section .fwp-wrap-inner .bg-img picture {
  transition: 4s ease 0s;
}
.full-width-promo-section .fwp-content {
  position: relative;
  z-index: 2;
}
.full-width-promo-section .fwp-content p {
  color: #fff;
}
.full-width-promo-section .fwp-content .btn-wrap {
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .full-width-promo-section .fwp-content .desc {
    max-width: 50%;
  }
}

.fifty-fifty-content {
  --space-md: 1.25rem;
}
.fifty-fifty-content .ff-row:has(.ff-media) {
  align-items: center;
}
.fifty-fifty-content .ff-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.fifty-fifty-content .ff-wrapper table {
  margin-bottom: 0.938rem;
}
@media (max-width: 767px) {
  .fifty-fifty-content .ff-wrapper.left {
    margin-bottom: 2rem;
  }
}
.fifty-fifty-content .ff-media {
  width: 100%;
  max-width: 35.938rem;
  margin: 0 auto;
}
.fifty-fifty-content .ff-img {
  position: relative;
  display: block;
  padding-top: 106.9565217391%;
  border: none;
}
.fifty-fifty-content .ff-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fifty-fifty-content .ff-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fifty-fifty-content .ff-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fifty-fifty-content .ff-text-content-wrap.align-center-left:not(.no-center), .fifty-fifty-content .ff-text-content-wrap.align-center-right:not(.no-center) {
  display: flex;
  align-items: center;
  height: 100%;
}

.icon-grid .ig-heading {
  width: 100%;
  max-width: 47.5rem;
  margin: 0 auto 2rem;
}
.icon-grid .ig-icon {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1rem;
}
.icon-grid .ig-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-grid .ig-row {
  row-gap: 2.5rem;
}
.icon-grid .ig-load-more-btn {
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .icon-grid .ig-load-more-btn {
    display: none;
  }
}
.icon-grid .ig-load-more-btn .btn {
  border: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .icon-grid .ig-hidden {
    display: none;
  }
}

.image-gallery-section + section {
  position: relative;
  z-index: 1;
}
.image-gallery-section .sec-heading {
  max-width: 51.875rem;
  margin: 0 auto 1.5rem;
}
@media (max-width: 991px) {
  .image-gallery-section .sec-heading {
    margin-bottom: 2rem;
  }
}
.image-gallery-section .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .image-gallery-section .swiper-controls {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .image-gallery-section .swiper-controls {
    justify-content: flex-end;
  }
}
.image-gallery-section .igs-pagination {
  position: relative;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .image-gallery-section .igs-pagination {
    display: none !important;
  }
}
.image-gallery-section .igs-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.image-gallery-section .igs-img {
  position: relative;
  padding-top: 43.9682539683%;
  clip-path: polygon(58px 0, 100% 0, 100% calc(100% - 56px), calc(100% - 58px) 100%, 0 100%, 0% 58px);
}
.image-gallery-section .igs-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .image-gallery-section .igs-img {
    padding-top: 56.5079365079%;
  }
}
@media (max-width: 767px) {
  .image-gallery-section .igs-img {
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 20px);
  }
}
.image-gallery-section .igs-slider {
  position: relative;
}
.image-gallery-section .igs-slider::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 13.5rem;
  right: -3.375rem;
  width: 86.5%;
  height: 38.438rem;
  border-radius: 100%;
  background-color: #731B36;
  filter: blur(262px);
  /* stylelint-disable */
  -webkit-backdrop-filter: blur(1px);
  /* stylelint-enable */
}
@-moz-document url-prefix() {
  .image-gallery-section .igs-slider::before {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .image-gallery-section .igs-slider::before {
    top: 4.063rem;
    right: -14.375rem;
    width: 33.563rem;
    height: 32.5rem;
  }
}
@media (min-width: 768px) {
  .image-gallery-section .igs-content:not(.-mobile) {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 4.5rem 2.625rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .image-gallery-section .igs-content:not(.-mobile) {
    padding: 4.5rem;
  }
}
@media (min-width: 768px) {
  .image-gallery-section .igs-content:not(.-mobile) .igs-content-wrap {
    overflow: auto;
    width: 100%;
    max-width: 29.063rem;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .image-gallery-section .igs-content:not(.-mobile) {
    display: none;
  }
}
.image-gallery-section .igs-content:not(.-mobile)::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(310deg, rgba(5, 1, 2, 0) 0%, #050102 100%);
}
.image-gallery-section .igs-content .btn-wrap {
  margin-top: 1.5rem;
}
.image-gallery-section .igs-thumb-slider {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .image-gallery-section .igs-thumb-slider {
    display: none;
  }
}

.multi-column-cards.bg-white .mcc-item-wrap::after {
  border-image-source: linear-gradient(to top, #D9052A, rgba(0, 0, 0, 0.2));
}
.multi-column-cards.bg-white .mcc-item-wrap.-link:hover .btn-link {
  color: #731B36;
}
.multi-column-cards .mcc-heading {
  margin-bottom: 2rem;
}
.multi-column-cards .mcc-row {
  row-gap: 1.5rem;
}
.multi-column-cards .mcc-item-wrap {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}
.multi-column-cards .mcc-item-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(3px);
}
.multi-column-cards .mcc-item-wrap::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 10px solid;
  border-width: 2px;
  border-image-source: linear-gradient(to top, #FFC155, rgba(0, 0, 0, 0.2));
  border-image-slice: 1;
  opacity: 0;
  transition: 0.4s;
}
.multi-column-cards .mcc-item-wrap.-link:hover::after {
  opacity: 1;
}
.multi-column-cards .mcc-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.938rem;
  justify-content: space-between;
  height: 100%;
  min-height: 22.313rem;
  padding: 2rem 2rem 1.563rem;
}
@media (max-width: 767px) {
  .multi-column-cards .mcc-item {
    min-height: auto;
  }
}
.multi-column-cards .mcc-item .eyebrow-text {
  margin-bottom: 0.688rem;
  line-height: auto;
}
.multi-column-cards.bg-white .mcc-item-wrap::before {
  background: #E5E3DF;
}
.multi-column-cards.bg-white .mcc-item-wrap .eyebrow-text {
  color: #731B36;
}

.horizontal-tabs-section.bg-white .hts-tab-title {
  color: #fff;
}
.horizontal-tabs-section.bg-white .hts-tab-title span {
  color: currentcolor;
}
.horizontal-tabs-section .sec-heading {
  max-width: 51.875rem;
  margin: 0 auto 2.5rem;
}
@media (max-width: 991px) {
  .horizontal-tabs-section .sec-heading {
    margin-bottom: 2rem;
  }
}
.horizontal-tabs-section .hts-tab-slider {
  overflow: hidden;
}
.horizontal-tabs-section .hts-tab-slider.has-arrows {
  margin: 0 3.438rem;
}
@media (max-width: 767px) {
  .horizontal-tabs-section .hts-tab-slider .hts-tab-list {
    align-items: center;
  }
}
.horizontal-tabs-section .hts-tab-slider-wrap {
  position: relative;
  max-width: max-content;
  margin: 0 auto 2.5rem;
}
@media (max-width: 767px) {
  .horizontal-tabs-section .hts-tab-slider-wrap {
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
.horizontal-tabs-section .hts-tab-slider-wrap .hts-button-prev {
  left: 0;
}
.horizontal-tabs-section .hts-tab-slider-wrap .hts-button-next {
  right: 0;
}
.horizontal-tabs-section .hts-tab-slider-wrap:has(button.swiper-button-lock) .hts-tab-slider {
  margin: 0;
}
.horizontal-tabs-section .hts-tab-item {
  width: auto;
  height: auto;
  border: none !important;
}
.horizontal-tabs-section .hts-tab-item.is-active .hts-tab-title {
  font-size: 1.25rem;
  color: #000;
}
.horizontal-tabs-section .hts-tab-item.is-active .hts-tab-title span {
  color: currentcolor;
  background-position: center left;
}
.horizontal-tabs-section .hts-tab-title {
  --color: #000;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0;
  padding: 1px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 8px) 100%, 0 100%, 0% 15px);
}
.horizontal-tabs-section .hts-tab-title::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2px;
  background-image: linear-gradient(90deg, #fff 0%, #999 100%);
}
.horizontal-tabs-section .hts-tab-title span {
  display: block;
  min-width: 10.938rem;
  height: 100%;
  min-height: 2.5rem;
  padding: 0.438rem 1.125rem;
  font-weight: 400;
  color: currentcolor;
  text-align: center;
  background-image: linear-gradient(90deg, #fff 0%, #999 35%, var(--color) 60%);
  background-position: center right;
  background-size: 300% auto;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 8px) 100%, 0 100%, 0% 15px);
  transition: 0.8s ease 0s;
}
@media (max-width: 575px) {
  .horizontal-tabs-section .hts-tab-title span {
    min-width: 8.75rem;
  }
}
.horizontal-tabs-section .hts-media {
  position: relative;
  display: block;
  padding-top: 106.9565217391%;
  border: none;
}
.horizontal-tabs-section .hts-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.horizontal-tabs-section .hts-media .btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.horizontal-tabs-section .hts-media-slider {
  width: 100%;
  max-width: 35.938rem;
}
.horizontal-tabs-section .hts-content .btn-wrap {
  gap: 1rem 2rem;
}
@media (max-width: 767px) {
  .horizontal-tabs-section .hts-content-right {
    margin-top: 2rem;
  }
}
.horizontal-tabs-section .hts-content-left .hts-button-prev {
  left: 1.375rem;
}
.horizontal-tabs-section .hts-content-left .hts-button-next {
  right: 1.375rem;
}
.horizontal-tabs-section .hts-content-left .swiper-button-disabled {
  pointer-events: auto;
}

.testimonial-section {
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonial-section {
    --space-md: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-section .container {
    width: 100%;
    margin: 0;
  }
}
.testimonial-section .ts-wrap {
  position: relative;
}
.testimonial-section .ts-wrap::before, .testimonial-section .ts-wrap::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
}
.testimonial-section .ts-wrap::before {
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #731b36 0%, rgba(115, 27, 54, 0) 250%);
  mix-blend-mode: hard-light;
}
.testimonial-section .ts-wrap::after {
  top: 0;
  left: 0;
  transform: translate(18%, -25%);
  aspect-ratio: 1494/793;
  width: 118%;
  background: #000;
  filter: blur(200px);
  /* stylelint-disable */
  -webkit-backdrop-filter: blur(1px);
  /* stylelint-enable */
}
@-moz-document url-prefix() {
  .testimonial-section .ts-wrap::after {
    background: radial-gradient(circle, black 20%, rgba(0, 0, 0, 0) 150%);
  }
}
@media (max-width: 767px) {
  .testimonial-section .ts-wrap::after {
    transform: translate(-8%, -16%);
    aspect-ratio: auto;
    width: 48.25rem;
    height: 45.75rem;
    filter: blur(262px);
  }
}
.testimonial-section .ts-item {
  height: auto;
}
.testimonial-section .ts-content {
  z-index: 1;
  height: 100%;
  padding: 13.25rem 7.375rem 8.125rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .testimonial-section .ts-content {
    padding: 9.375rem 3.75rem 8.75rem;
  }
}
@media (max-width: 991px) {
  .testimonial-section .ts-content {
    padding: 6.25rem 2rem 8.75rem;
  }
}
@media (max-width: 767px) {
  .testimonial-section .ts-content {
    padding: 4.5rem 1rem 8.75rem;
  }
}
.testimonial-section .ts-content .content {
  position: relative;
}
.testimonial-section .ts-content .quotes {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.22;
}
@media (max-width: 991px) {
  .testimonial-section .ts-content .quotes {
    font-size: 1.563rem;
  }
}
.testimonial-section .ts-content .quotes p {
  font-size: inherit;
  font-weight: inherit;
}
.testimonial-section .ts-content .quotes * {
  color: #fff;
}
.testimonial-section .ts-content h3 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .testimonial-section .ts-content h3 {
    font-size: 1.563rem;
  }
}
.testimonial-section .ts-content h4 {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}
.testimonial-section .ts-thumb-slider {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial-section .ts-bg-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.testimonial-section .ts-bg-img picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.testimonial-section .ts-bg-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-section .ts-swiper-arrows {
  position: absolute;
  right: 6.75rem;
  bottom: 2.25rem;
  width: auto;
}
@media (max-width: 1199px) {
  .testimonial-section .ts-swiper-arrows {
    right: 3.75rem;
  }
}
@media (max-width: 767px) {
  .testimonial-section .ts-swiper-arrows {
    right: 1rem;
    bottom: 4.875rem;
  }
}

.related-posts-section.bg-dark {
  background-color: transparent;
}
.related-posts-section.bg-dark p {
  color: #fff;
}
.related-posts-section.bg-white .rp-card::before {
  background-color: #E5E3DF;
  background-image: none;
  backdrop-filter: none;
}
.related-posts-section.bg-white .rp-card::after {
  border-image-source: linear-gradient(to top, #D9052A, rgba(0, 0, 0, 0.2));
}
.related-posts-section.bg-white .rp-card-wrap .eyebrow-text {
  color: #731B36;
}
.related-posts-section .rp-heading {
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .related-posts-section .rp-heading {
    flex-direction: column;
  }
}
.related-posts-section .rp-heading h2 {
  margin-bottom: 0;
}
.related-posts-section .rp-heading .heading-left {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .related-posts-section .rp-heading .heading-left {
    flex-direction: column;
  }
}
.related-posts-section .rp-heading .heading-right {
  flex: 1;
  gap: 1rem;
}
@media (max-width: 767px) {
  .related-posts-section .rp-heading .heading-right {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .related-posts-section .rp-heading .btn-wrap {
    align-self: flex-end;
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .related-posts-section .rp-heading .btn-wrap {
    margin-top: 0.5rem;
  }
}
.related-posts-section .rp-heading .swiper-arrows {
  align-items: flex-start;
  margin-left: auto;
}
.related-posts-section .rp-card {
  position: relative;
  display: block;
  height: 100%;
  border: none;
}
.related-posts-section .rp-card::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(3px);
}
.related-posts-section .rp-card::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -1px;
  border: 10px solid;
  border-width: 2px;
  border-image-source: linear-gradient(to top, #FFC155, rgba(0, 0, 0, 0.2));
  border-image-slice: 1;
  opacity: 0;
  transition: 0.4s;
}
.related-posts-section .rp-card.-link:hover {
  text-decoration: none;
}
.related-posts-section .rp-card.-link:hover::after {
  opacity: 1;
}
.related-posts-section .rp-card-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.938rem;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 2.125rem 1rem;
}
@media (max-width: 991px) {
  .related-posts-section .rp-card-wrap {
    padding: 2rem;
  }
}
.related-posts-section .rp-card-wrap .h5 {
  margin-bottom: 0.5rem;
}
.related-posts-section .rp-card-wrap p {
  font-weight: 400;
}
.related-posts-section .rp-slider {
  padding: 2px;
}
@media (min-width: 576px) {
  .related-posts-section .rp-slider {
    overflow: hidden;
  }
}
.related-posts-section .rp-slider:not(.swiper-initialized) .rp-item {
  max-width: 25rem;
}
.related-posts-section .rp-item {
  height: auto;
}

.contact-form-section {
  position: relative;
  padding: 4.813rem 0;
}
@media (max-width: 991px) {
  .contact-form-section {
    padding: 6.5rem 0 4.5rem;
  }
}
.contact-form-section .bg-img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-form-section .bg-img::after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.33%, #000 30%, rgba(0, 0, 0, 0) 100%);
  }
}
.contact-form-section .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .contact-form-section .cfs-right {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .contact-form-section .cfs-content {
    position: sticky;
    top: var(--header-height);
  }
}
.contact-form-section .cfs-content .desc ul li::before {
  background-color: #fff;
}
.contact-form-section .cfs-content .desc li {
  color: #E5E3DF;
}
.contact-form-section .cfs-form {
  max-width: 29.063rem;
  margin: 0 auto;
  padding: 2.375rem 2.5rem 2.75rem;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .contact-form-section .cfs-form {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .contact-form-section .cfs-form {
    min-height: 38.563rem;
  }
}
.contact-form-section .cfs-form .gform_confirmation_wrapper {
  display: none !important;
}
.contact-form-section .cfs-form a {
  border-color: #fff;
}
.contact-form-section .cfs-form a:hover {
  border-color: transparent;
}
@media (min-width: 992px) {
  .contact-form-section .cfs-form:has(.gfield.gfield--type-captcha) .gform-footer {
    width: 50%;
    margin-left: auto;
  }
  .contact-form-section .cfs-form:has(.gfield.gfield--type-captcha) .gform_fields {
    position: relative;
  }
  .contact-form-section .cfs-form:has(.gfield.gfield--type-captcha) .gfield--type-captcha {
    position: absolute;
    top: 104%;
    left: 0;
    width: 10.375rem;
    height: auto;
  }
  .contact-form-section .cfs-form:has(.gfield.gfield--type-captcha) .gfield--type-captcha .gfield_description {
    width: 100%;
    font-size: 0.688rem;
    text-align: left;
  }
  .contact-form-section .cfs-form:has(.gfield.gfield--type-captcha) .gfield--type-captcha .ginput_recaptcha {
    height: 2.813rem;
  }
  .contact-form-section .cfs-form:has(.gfield.gfield--type-captcha) .gfield--type-captcha .ginput_recaptcha > div {
    transform-origin: top center;
    transform: scale(0.55);
    height: auto !important;
  }
}
.contact-form-section .cfs-form .gfield--type-captcha {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .contact-form-section .cfs-form .gfield--type-captcha {
    text-align: center;
  }
  .contact-form-section .cfs-form .gfield--type-captcha .ginput_recaptcha {
    display: flex;
    justify-content: center;
    height: 2.813rem;
  }
  .contact-form-section .cfs-form .gfield--type-captcha .ginput_recaptcha > div {
    transform-origin: top center;
    transform: scale(0.55);
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .contact-form-section .cfs-form .gform_confirmation_wrapper {
    padding: 1.5rem 0.625rem 3.625rem;
  }
}
@media (max-width: 991px) {
  .contact-form-section .cfs-form .gform-footer {
    justify-content: center;
  }
}

.latest-updates-section .sec-heading {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .latest-updates-section .lus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(240px, auto));
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .latest-updates-section .lus-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1rem;
  }
  .latest-updates-section .lus-grid > div {
    flex: 1 0 50%;
    padding: 0 1rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .latest-updates-section .lus-grid > div {
    flex: 1 0 100%;
  }
}
@media (min-width: 992px) {
  .latest-updates-section .lus-grid-item:first-child {
    grid-area: 1/1/3/2;
  }
}
@media (max-width: 991px) {
  .latest-updates-section .lus-grid-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.latest-updates-section .lus-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
}
@media (min-width: 992px) {
  .latest-updates-section .lus-card {
    padding-bottom: 1rem;
  }
}
.latest-updates-section .lus-card p {
  font-weight: 400;
}
.latest-updates-section .lus-card-wrap {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  border: none;
  transition: box-shadow 0.35s ease 0s;
}
.latest-updates-section .lus-card-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(3px);
}
.latest-updates-section .lus-card-wrap::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -1px;
  border: 10px solid;
  border-width: 2px;
  border-image-source: linear-gradient(to top, #FFC155, rgba(0, 0, 0, 0.2));
  border-image-slice: 1;
  opacity: 0;
  transition: 0.4s;
}
.latest-updates-section .lus-card-wrap.-link:hover {
  text-decoration: none;
  box-shadow: 0 0 80px 0 rgba(217, 5, 42, 0.8);
}
.latest-updates-section .lus-card-wrap.-link:hover::after {
  opacity: 1;
}
.latest-updates-section .lus-btn {
  margin-top: 1.125rem;
}

.case-study-section .sec-heading {
  --mb: 5.375rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .case-study-section .sec-heading {
    --mb: 3.625rem;
  }
}
@media (max-width: 767px) {
  .case-study-section .sec-heading {
    --mb: 2rem;
    flex-direction: column;
  }
}
.case-study-section .sec-heading .heading-wrap {
  width: 100%;
  max-width: 45.25rem;
}
.case-study-section .sec-heading h2 {
  margin: 0;
}
.case-study-section .sec-heading .desc {
  margin-top: 0.938rem;
}
.case-study-section .sec-heading p {
  color: #fff;
}
.case-study-section .css-swiper-arrows {
  margin-left: auto;
}
.case-study-section .css-swiper-arrows:has(button.swiper-button-lock) {
  display: none;
}
.case-study-section .css-slider:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: wrap;
}
.case-study-section .css-slider:not(.swiper-initialized) .swiper-slide {
  max-width: 24rem;
}
.case-study-section .css-slider.aos-animate .css-item {
  --delay: 0s;
  opacity: 1;
  transition-delay: var(--delay);
}
.case-study-section .css-item {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.case-study-section .css-card {
  position: relative;
  display: block;
  border: none;
  transition: box-shadow 0.35s ease 0s;
}
.case-study-section .css-card:hover {
  box-shadow: 0 4px 144px rgba(217, 5, 42, 0.8);
}
.case-study-section .css-card:hover .css-img img {
  transform: scale(1.1);
}
.case-study-section .css-img {
  position: relative;
  overflow: hidden;
  padding-top: 142.0779220779%;
}
.case-study-section .css-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .case-study-section .css-img {
    padding-top: 124.5283018868%;
  }
}
.case-study-section .css-img::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.case-study-section .css-img img {
  transition: 1s ease 0s;
}
.case-study-section .css-heading {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2.125rem 2.625rem 1.75rem;
}
@media (max-width: 767px) {
  .case-study-section .css-heading {
    padding: 1.5rem;
  }
}
.case-study-section .css-heading h3 {
  font-weight: 400;
}

.full-width-media-section {
  position: relative;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .full-width-media-section .fwm-item-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100%;
    min-height: 44.188rem;
    padding: 6.875rem 0 5.625rem;
  }
}
.full-width-media-section .fwm-slider {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.full-width-media-section .fwm-tab {
  width: 100%;
}
@media (min-width: 992px) {
  .full-width-media-section .fwm-tab {
    position: absolute;
    z-index: 1;
    top: calc(var(--space-md) + 1.875rem);
    left: 0;
  }
}
@media (max-width: 991px) {
  .full-width-media-section .fwm-tab {
    margin-bottom: 2rem;
  }
}
.full-width-media-section .fwm-tab-slider.has-arrows {
  margin: 0 3.125rem;
}
.full-width-media-section .fwm-tab-slider-wrap {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .full-width-media-section .fwm-tab-slider-wrap {
    margin-left: 0;
  }
}
.full-width-media-section .fwm-tab-slider-wrap .fwm-button-prev {
  left: 0;
}
.full-width-media-section .fwm-tab-slider-wrap .fwm-button-next {
  right: 0;
}
.full-width-media-section .fwm-tab-item {
  width: auto;
  height: auto;
  margin: 0 1rem;
}
@media (max-width: 575px) {
  .full-width-media-section .fwm-tab-item {
    margin: 0 0.5rem;
  }
}
.full-width-media-section .fwm-tab-item.splide__slide {
  border: none !important;
}
.full-width-media-section .fwm-tab-item:first-child {
  margin-left: 0;
}
.full-width-media-section .fwm-tab-item:last-child {
  margin-right: 0;
}
.full-width-media-section .fwm-tab-item.is-active .fwm-tab-title, .full-width-media-section .fwm-tab-item.swiper-slide-thumb-active .fwm-tab-title {
  font-size: 1.25rem;
  color: #000;
}
.full-width-media-section .fwm-tab-item.is-active .fwm-tab-title span, .full-width-media-section .fwm-tab-item.swiper-slide-thumb-active .fwm-tab-title span {
  color: currentcolor;
  background-position: center left;
}
.full-width-media-section .fwm-tab-title {
  --color: #000;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0;
  padding: 1px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 8px) 100%, 0 100%, 0% 15px);
}
.full-width-media-section .fwm-tab-title::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2px;
  background-image: linear-gradient(90deg, #fff 0%, #999 100%);
}
.full-width-media-section .fwm-tab-title span {
  display: block;
  min-width: 10.938rem;
  height: 100%;
  min-height: 2.5rem;
  padding: 0.438rem 1.125rem;
  font-weight: 400;
  color: currentcolor;
  text-align: center;
  background-image: linear-gradient(90deg, #fff 0%, #999 35%, var(--color) 60%);
  background-position: center right;
  background-size: 300% auto;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 8px) 100%, 0 100%, 0% 15px);
  transition: 0.8s ease 0s;
}
@media (max-width: 575px) {
  .full-width-media-section .fwm-tab-title span {
    min-width: 8.75rem;
  }
}
.full-width-media-section .fwm-content {
  pointer-events: all;
  width: 100%;
}
@media (min-width: 992px) {
  .full-width-media-section .fwm-content {
    max-width: 29.063rem;
  }
}
.full-width-media-section .fwm-content .btn-wrap {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .full-width-media-section .fwm-content .btn-wrap {
    margin-top: 1rem;
  }
}
.full-width-media-section .fwm-content-wrap {
  pointer-events: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .full-width-media-section .fwm-content-wrap {
    margin-bottom: 2rem;
  }
}
.full-width-media-section .fwm-img {
  position: relative;
  display: flex;
  border: none;
}
@media (min-width: 992px) {
  .full-width-media-section .fwm-img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.full-width-media-section .fwm-img::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: linear-gradient(229.37deg, rgba(0, 0, 0, 0) 48.47%, rgba(0, 0, 0, 0.8) 83.33%);
}
.full-width-media-section .fwm-img .btn-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .full-width-media-section .fwm-img {
    aspect-ratio: 393/193;
  }
}
.full-width-media-section .fwm-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vertical-tabs-section .sec-heading {
  --mb: 3.375rem;
}
@media (max-width: 991px) {
  .vertical-tabs-section .sec-heading {
    --mb: 2rem;
  }
}
.vertical-tabs-section .sec-heading h2 {
  margin: 0;
}
.vertical-tabs-section .sec-heading p {
  color: #fff;
}
@media (max-width: 767px) {
  .vertical-tabs-section .sec-heading .sh-left + .sh-right {
    margin-top: 1.5rem;
  }
}
.vertical-tabs-section .vts-container-left {
  padding-left: calc((100% - 84.376rem) / 2);
}
.vertical-tabs-section .vts-container-left > div {
  padding-left: var(--gutter);
}
@media (max-width: 991px) {
  .vertical-tabs-section .vts-container-left > div {
    padding-right: var(--gutter);
  }
}
.vertical-tabs-section .vts-grid {
  --gridCol: 29.063rem;
  --gap: 1.375rem;
  display: grid;
  grid-template-columns: var(--gridCol) calc(100% - var(--gap) - var(--gridCol));
  gap: var(--gap);
}
@media (max-width: 1199px) {
  .vertical-tabs-section .vts-grid {
    --gridCol: 22.5rem;
  }
}
@media (max-width: 991px) {
  .vertical-tabs-section .vts-grid {
    grid-template-columns: 100%;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .vertical-tabs-section .vts-right {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .vertical-tabs-section .vts-tab-list {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .vertical-tabs-section .vts-tab-list {
    position: absolute;
    z-index: 99;
    top: 110%;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    padding: 1rem;
    border: 1px solid #fff;
    background-color: #000;
  }
}
.vertical-tabs-section .vts-tab-item {
  position: relative;
}
@media (min-width: 992px) {
  .vertical-tabs-section .vts-tab-item {
    padding-left: 2.75rem;
  }
  .vertical-tabs-section .vts-tab-item::before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 1.188rem;
    height: 3px;
    background-color: #fff;
    transition: 0.35s ease 0s;
  }
  .vertical-tabs-section .vts-tab-item:not(:last-child) {
    margin-bottom: 0.5rem;
    padding-bottom: 1.625rem;
  }
  .vertical-tabs-section .vts-tab-item:not(:last-child)::after {
    --line-color: #fff;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 36px;
    bottom: 0;
    left: 0;
    width: 0.75rem;
    background-image: repeating-linear-gradient(0deg, var(--line-color), var(--line-color) 1px, transparent 1px, transparent);
    background-position: top -16px center;
    background-size: 22px 20px;
  }
}
@media (max-width: 991px) {
  .vertical-tabs-section .vts-tab-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .vertical-tabs-section .vts-tab-item.is-active::before {
    background-color: #D9052A;
  }
}
.vertical-tabs-section .vts-tab-item.is-active .vts-tab-title {
  cursor: default;
}
.vertical-tabs-section .vts-tab-item.is-active h3 {
  font-weight: 400;
}
.vertical-tabs-section .vts-tab-title {
  cursor: pointer;
}
.vertical-tabs-section .vts-tab-title:hover h3 {
  font-weight: 400;
}
.vertical-tabs-section .vts-tab-title h3,
.vertical-tabs-section .vts-tab-title h4 {
  margin-bottom: 0;
  transition: color 0.35s ease 0s;
}
.vertical-tabs-section .vts-tab-title h3::before {
  content: attr(title);
  overflow: hidden;
  display: block;
  height: 0;
  font-weight: bold;
  visibility: hidden;
}
.vertical-tabs-section .vts-tab-title h4 {
  margin-top: 0.5rem;
}
.vertical-tabs-section .vts-content {
  position: relative;
}
.vertical-tabs-section .vts-content:not(:first-child) {
  display: none;
}
.vertical-tabs-section .vts-content .content-wrap {
  position: absolute;
  z-index: 2;
  inset: 1.875rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .vertical-tabs-section .vts-content .content-wrap {
    inset: 1.75rem 0.875rem;
  }
}
.vertical-tabs-section .vts-content .content-wrap * {
  color: #fff;
}
.vertical-tabs-section .vts-content .btn-wrap {
  margin-top: 1.25rem;
}
.vertical-tabs-section .vts-img {
  position: relative;
  height: 35.625rem;
}
.vertical-tabs-section .vts-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .vertical-tabs-section .vts-img {
    aspect-ratio: 361/367;
    height: auto;
  }
}
.vertical-tabs-section .vts-img::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(180deg, rgba(115, 27, 54, 0) 0%, rgba(115, 27, 54, 0.817308) 81.73%, #D9052A 100%);
}
@media (max-width: 991px) {
  .vertical-tabs-section .vts-img::after {
    height: 100%;
  }
}
.vertical-tabs-section .vts-dropdown {
  position: relative;
  padding: 1rem 2.5rem 1rem 1rem;
  border: 1px solid #fff;
}
.vertical-tabs-section .vts-dropdown::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 1.375rem;
  right: 0.938rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/select-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: 0.35s ease 0s;
}
.vertical-tabs-section .vts-dropdown.is-open::before {
  transform: scale(-1);
}
.vertical-tabs-section .vts-dropdown h3,
.vertical-tabs-section .vts-dropdown h4 {
  margin: 0;
}
.vertical-tabs-section .vts-dropdown h4 {
  margin-top: 0.5rem;
}
.vertical-tabs-section .vts-dropdown-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .vertical-tabs-section .vts-dropdown {
    display: none;
  }
}
@media (max-width: 991px) {
  .vertical-tabs-section.bg-white .vts-tab-list {
    border-color: #D9052A;
    background-color: #fff;
  }
}
.vertical-tabs-section.bg-white .vts-tab-item::after {
  --line-color: #000;
}
.vertical-tabs-section.bg-white .vts-tab-item:not(.is-active)::before {
  background-color: #000;
}
.vertical-tabs-section.bg-white .vts-tab-item.is-active h3,
.vertical-tabs-section.bg-white .vts-tab-item.is-active h4 {
  color: #D9052A;
}
.vertical-tabs-section.bg-white .vts-tab-title:hover h3,
.vertical-tabs-section.bg-white .vts-tab-title:hover h4 {
  color: #D9052A;
}
.vertical-tabs-section.bg-white .vts-dropdown {
  border-color: #D9052A;
}

.listing-hero-section {
  --header-height: 2.75rem;
  --space: 2.5rem;
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--header-height) + var(--space));
  padding-bottom: 5.25rem;
}
@media (max-width: 991px) {
  .listing-hero-section {
    --header-height: 3.125rem;
    --space: 1.875rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .listing-hero-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(0deg, rgba(115, 27, 54, 0.2), rgba(115, 27, 54, 0.2)), linear-gradient(270deg, #26040D 0%, #000 100%);
  }
}
.listing-hero-section .breadcrumbs {
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .listing-hero-section .breadcrumbs {
    margin-bottom: 3rem;
  }
}
.listing-hero-section .container {
  position: relative;
  z-index: 1;
}
.listing-hero-section .lhs-ellipse {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .listing-hero-section .lhs-ellipse {
    display: none;
  }
}
.listing-hero-section .lhs-ellipse::before, .listing-hero-section .lhs-ellipse::after {
  content: "";
  position: absolute;
  top: 5.188rem;
  left: -14.375rem;
  transform: rotate(-180deg);
  width: 72.375rem;
  height: 38.438rem;
  filter: blur(262px);
}
.listing-hero-section .lhs-ellipse::before {
  background: #731B36;
}
.listing-hero-section .lhs-ellipse::after {
  background: #000;
}
@media (max-width: 767px) {
  .listing-hero-section .lhs-right {
    margin-top: 2rem;
  }
}
.listing-hero-section .lhs-featured-post {
  position: relative;
  display: block;
  padding: 2rem 2.125rem;
  text-decoration: none;
  background-color: #000;
  box-shadow: 0 4px 144px rgba(217, 5, 42, 0.8);
}
.listing-hero-section .lhs-featured-post::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(2px);
}
.listing-hero-section .lhs-featured-post::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -1px;
  border: 10px solid;
  border-width: 2px;
  border-image-source: linear-gradient(to top, #FFC155, rgba(0, 0, 0, 0.2));
  border-image-slice: 1;
  opacity: 0;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .listing-hero-section .lhs-featured-post:hover::after {
    opacity: 1;
  }
}
.listing-hero-section .lhs-featured-post * {
  position: relative;
  z-index: 2;
}
.listing-hero-section .lhs-featured-post h2 {
  margin-bottom: 0;
  line-height: 1.3;
  transition: 0.35s ease 0s;
}
.listing-hero-section .lhs-featured-post p {
  margin-top: 0.5rem;
  font-weight: 400;
  color: #fff;
}
.listing-hero-section .lhs-featured-post-wrap {
  max-width: 25rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .listing-hero-section .lhs-featured-post-wrap {
    margin-right: auto;
  }
}

.listing-grid-section {
  padding-top: 5.125rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .listing-grid-section {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }
}
.listing-grid-section .pagination {
  display: none;
  margin-top: 2rem;
}
.listing-grid-section .pagination:has(ul) {
  display: flex;
}
@media (max-width: 991px) {
  .listing-grid-section .pagination {
    margin-top: 0.5rem;
  }
}
.listing-grid-section .lg-filter-heading {
  display: block;
  margin-bottom: 0.75rem;
}
.listing-grid-section .lg-filter-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem;
}
.listing-grid-section .lg-filter-col {
  position: relative;
  flex: 1;
}
@media (max-width: 767px) {
  .listing-grid-section .lg-filter-col {
    flex: none;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .listing-grid-section .lg-filter-col.lg-dropdown:not(.lg-search) {
    width: 100%;
    max-width: 15rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .listing-grid-section .lg-filter-col.lg-dropdown:not(.lg-search) {
    flex: 1;
    max-width: 50%;
  }
}
.listing-grid-section .lg-filter-col.lg-dropdown .lg-filter-item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.938rem 2rem 0.938rem 1.5rem;
  border: 1px solid #731B36;
  line-height: 1.5;
  background-color: #fff;
}
.listing-grid-section .lg-filter-col.lg-dropdown .lg-filter-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-color: #D9052A transparent transparent transparent;
  border-style: solid;
  border-width: 7.5px 7.5px 0;
  transition: 0.4s;
}
.listing-grid-section .lg-filter-col.active .lg-filter-item {
  border-bottom-color: transparent;
}
.listing-grid-section .lg-filter-col.active .lg-filter-item::before {
  transform: translateY(-50%) scale(-1);
}
.listing-grid-section .lg-filter-col.lg-search input[type=search] {
  height: 3.438rem;
  padding: 1rem 2.5rem 1rem 1.25rem;
  border: 1px solid #731B36;
}
.listing-grid-section .lg-filter-col.lg-search .lg-filter-search-label {
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.listing-grid-section .lg-filter-col.lg-search .icon-search {
  position: absolute;
  top: calc(50% - 8px);
  right: 1rem;
  display: flex;
  padding: 0;
  border: 0;
  font-size: 0;
  color: #731B36;
  background-color: transparent;
  transition: 0.35s ease 0s;
}
.listing-grid-section .lg-filter-col.lg-search .icon-search:hover {
  color: #D9052A;
}
.listing-grid-section .lg-filter-col.lg-search .icon-search span {
  display: none;
}
.listing-grid-section .lg-filter-reset {
  align-self: center;
}
@media (min-width: 1200px) {
  .listing-grid-section .lg-filter-reset {
    margin-left: 1.5rem;
  }
}
.listing-grid-section .lg-filter-reset .reset-filter {
  font-weight: 400;
}
.listing-grid-section .lg-filter-reset._mobile {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .listing-grid-section .lg-filter-reset._mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .listing-grid-section .lg-filter-reset {
    width: 100%;
  }
}
.listing-grid-section .lg-filter-menu {
  position: absolute;
  z-index: 99;
  top: 100%;
  display: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0 1.5rem 1rem;
  border: 1px solid #731B36;
  border-top: 0;
  list-style: none;
  background-color: #fff;
}
.listing-grid-section .lg-filter-menu .checkbox {
  padding: 0.313rem 0;
}
.listing-grid-section .lg-filter-menu .checkbox:last-child {
  padding-bottom: 0;
}
.listing-grid-section .lg-filter-menu .checkbox input[type=checkbox]:checked + label {
  font-weight: 400;
}
.listing-grid-section .lg-filter-menu .checkbox input[type=checkbox]:checked + label::before {
  border-color: #D9052A;
  background-color: #D9052A;
}
.listing-grid-section .lg-filter-menu .checkbox input[type=checkbox]:checked + label::after {
  top: 0.18em;
  left: 0.44em;
  width: 5px;
  height: 10px;
  border-color: #fff;
}
.listing-grid-section .lg-filter-menu .checkbox label {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.625rem;
  font-weight: 300;
  line-height: 1.35;
}
.listing-grid-section .lg-filter-menu .checkbox label::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.438rem;
  border-color: #E5E3DF;
}
.listing-grid-section .lg-filter-menu .lg-filter-btn {
  display: flex;
  align-items: center;
  padding-top: 0.688rem;
}
.listing-grid-section .lg-filter-menu .lg-filter-btn span {
  cursor: pointer;
  display: block;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  transition: 0.35s ease 0s;
}
.listing-grid-section .lg-filter-menu .lg-filter-btn span:hover {
  color: #D9052A;
}
.listing-grid-section .lg-filter-menu .lg-filter-btn span:first-child {
  position: relative;
  margin-right: 1.5rem;
}
.listing-grid-section .lg-filter-menu .lg-filter-btn span:first-child::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: -0.75rem;
  width: 2px;
  height: 100%;
  background-color: #000;
}
.listing-grid-section .lg-filter-selected-list {
  display: none;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin-top: 0.938rem;
  margin-bottom: 0.75rem;
}
.listing-grid-section .lg-filter-selected-list:has(.lg-selected) {
  display: flex;
}
.listing-grid-section .lg-filter-selected-list .lg-selected {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0;
  padding-left: 1.25rem;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  background-color: transparent;
  transition: 0.3s ease 0s;
}
.listing-grid-section .lg-filter-selected-list .lg-selected:hover {
  color: #D9052A;
}
.listing-grid-section .lg-filter-selected-list .lg-selected .close-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  background-color: #D9052A;
  transition: 0.3s ease 0s;
}
.listing-grid-section .lg-filter-selected-list .lg-selected .close-icon::before, .listing-grid-section .lg-filter-selected-list .lg-selected .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.44rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 2px;
  height: 10px;
  background-color: #fff;
}
.listing-grid-section .lg-filter-selected-list .lg-selected .close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 575px) {
  .listing-grid-section .lg-filter-selected-list .lg-selected-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.listing-grid-section .lg-filter-recent {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.375rem;
  justify-content: flex-end;
  margin-top: 0.875rem;
}
.listing-grid-section .lg-filter-recent .lg-filter-select {
  width: auto;
  height: 1.5rem;
  padding-left: 0.625rem;
  border: none;
  font-weight: 400;
}
.listing-grid-section .lg-grid-col {
  margin-bottom: 2rem;
}
.listing-grid-section .lg-grid-area {
  margin-top: 1.875rem;
}
@media (max-width: 991px) {
  .listing-grid-section .lg-grid-area {
    margin-top: 2.5rem;
  }
}
.listing-grid-section .lg-grid-card {
  position: relative;
  display: block;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
}
.listing-grid-section .lg-grid-card::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E5E3DF;
  backdrop-filter: blur(3px);
}
.listing-grid-section .lg-grid-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 10px solid;
  border-width: 2px;
  border-image-source: linear-gradient(to top, #D9052A, rgba(0, 0, 0, 0.2));
  border-image-slice: 1;
  opacity: 0;
  transition: 0.4s;
}
.listing-grid-section .lg-grid-card:hover::after {
  opacity: 1;
}
.listing-grid-section .lg-grid-card .card-wrap {
  position: relative;
  z-index: 1;
}
.listing-grid-section .lg-grid-card .eyebrow-text {
  color: #731B36;
}
.listing-grid-section .lg-grid-card h3 {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  color: #000;
}
.listing-grid-section .lg-grid-card p {
  font-weight: 400;
}

.bio-grid-section .sec-heading {
  --mb: 1.313rem;
}
.bio-grid-section a {
  border: none;
}
.bio-grid-section .bg-cel {
  margin-bottom: 2rem;
}
.bio-grid-section .bg-headshot {
  position: relative;
  overflow: hidden;
  display: flex;
  aspect-ratio: 292/265;
  background-color: #26040D;
}
.bio-grid-section .bg-headshot img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .bio-grid-section .bg-headshot:hover img {
    transform: scale(1.1);
    mix-blend-mode: normal;
  }
  .bio-grid-section .bg-headshot img {
    mix-blend-mode: luminosity;
    transition: 0.5s ease 0s;
  }
}
.bio-grid-section .bg-headshot-wrap {
  margin-bottom: 1rem;
}
.bio-grid-section .bg-card .link {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.5rem;
  color: #D9052A;
}
.bio-grid-section .bg-card .link:hover {
  color: #fff;
}
.bio-grid-section .bg-card .link svg {
  width: 100%;
  height: 100%;
}
.bio-grid-section .bg-card h3 {
  margin: 0;
}
.bio-grid-section .bg-card p {
  margin-top: 0.25rem;
}

@media (max-width: 767px) {
  .wrapper:has(.main-header > .mh-top) .main-content section:first-child.home-hero-section {
    --header-height: 12.5rem;
  }
}

.home-hero-section {
  --header-height: 8.438rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  padding: calc(var(--header-height) + 1.875rem) 0 0;
}
@media (max-width: 991px) {
  .home-hero-section {
    --header-height: 3.125rem;
    min-height: auto;
    padding: calc(var(--header-height) + 3.625rem) 0 3rem;
  }
}
.home-hero-section .bg-video {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero-section .bg-video::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-image: linear-gradient(180deg, rgba(5, 1, 2, 0) 0%, #050102 100%);
}
.home-hero-section .bg-video img,
.home-hero-section .bg-video picture,
.home-hero-section .bg-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.home-hero-section .bg-video img,
.home-hero-section .bg-video picture {
  z-index: -1;
}
.home-hero-section .hhs-content {
  position: relative;
  z-index: 1;
}
.home-hero-section .hhs-content h1 {
  opacity: 0;
  transition: 0.35s ease 0s;
}
.home-hero-section .hhs-content h1 .word {
  transform: translateY(-20px);
  display: inline-block;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.home-hero-section .hhs-content h1 .word:nth-child(1) {
  transition-delay: 0.35s;
}
.home-hero-section .hhs-content h1 .word:nth-child(2) {
  transition-delay: 0.7s;
}
.home-hero-section .hhs-content h1 .word:nth-child(3) {
  transition-delay: 1.05s;
}
.home-hero-section .hhs-content h1 .word:nth-child(4) {
  transition-delay: 1.4s;
}
.home-hero-section .hhs-content h1 .word:nth-child(5) {
  transition-delay: 1.75s;
}
.home-hero-section .hhs-content h1 .word:nth-child(6) {
  transition-delay: 2.1s;
}
.home-hero-section .hhs-content h1 .word:nth-child(7) {
  transition-delay: 2.45s;
}
.home-hero-section .hhs-content h1 .word:nth-child(8) {
  transition-delay: 2.8s;
}
.home-hero-section .hhs-content h1 .word:nth-child(9) {
  transition-delay: 3.15s;
}
.home-hero-section .hhs-content h1 .word:nth-child(10) {
  transition-delay: 3.5s;
}
.home-hero-section .hhs-content-wrap {
  width: 100%;
}
.home-hero-section .hhs-content .desc h2 {
  font-family: "Inter", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .home-hero-section .hhs-content .desc h2 {
    font-size: 1rem;
  }
}
.home-hero-section .hhs-content .desc-wrap {
  width: 100%;
  max-width: 37.188rem;
  margin-top: 1.875rem;
  margin-left: auto;
  opacity: 0;
  transition: 0.5s ease 1s;
}
@media (max-width: 991px) {
  .home-hero-section .hhs-content .desc-wrap {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hhs-content .desc-wrap {
    max-width: 100%;
  }
}
.home-hero-section .hhs-content .desc-wrap .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  margin-top: 1.5rem;
}
.home-hero-section.animate .hhs-content .desc-wrap,
.home-hero-section.animate .hhs-content h1,
.home-hero-section.animate .hhs-content h1 .word {
  opacity: 1;
}
.home-hero-section.animate .hhs-content h1 .word {
  transform: translateZ(0);
}

.content-with-parallax-gallery-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .content-with-parallax-gallery-section {
    --header-height: 6.625rem;
    width: 100% !important;
    max-width: 100% !important;
    min-height: calc(100vh - var(--header-height));
  }
  .content-with-parallax-gallery-section.zoom-in .cwpg-content {
    transform: scale(1);
    opacity: 1;
  }
  .content-with-parallax-gallery-section.fade .cwpg-content {
    transform: scale(1);
    opacity: 0;
  }
}
.content-with-parallax-gallery-section::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(5, 1, 2, 0) 0%, #050102 102.55%);
}
.content-with-parallax-gallery-section .container {
  --container-width: 38.5rem;
  position: relative;
  z-index: 2;
}
.content-with-parallax-gallery-section .cwpg-parallax {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 79.063rem;
  height: 100%;
}
@media (max-width: 991px) {
  .content-with-parallax-gallery-section .cwpg-parallax {
    display: none;
  }
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap {
  width: 100%;
  transition: 0.8s;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(2) {
  margin: 0 auto;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(3) {
  margin-top: 3.125rem;
  margin-left: 4.063rem;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(4) {
  margin-left: auto;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:last-child {
  grid-column: 2;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap.lg {
  max-width: 18.125rem;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap.lg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap.lg .cwpg-bg-img {
  padding-top: 135.7388316151%;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap.md {
  max-width: 18.125rem;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap.md .cwpg-bg-img {
  padding-top: 98.2817869416%;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap.sm {
  max-width: 9.25rem;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap.sm .cwpg-bg-img {
  padding-top: 97.972972973%;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(1) {
  z-index: 10;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(2) {
  z-index: 9;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(3) {
  z-index: 8;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(4) {
  z-index: 7;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(5) {
  z-index: 6;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(6) {
  z-index: 5;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(7) {
  z-index: 4;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(8) {
  z-index: 3;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(9) {
  z-index: 2;
}
.content-with-parallax-gallery-section .cwpg-bg-img-wrap:nth-child(10) {
  z-index: 1;
}
.content-with-parallax-gallery-section .cwpg-bg-img {
  position: relative;
  width: 100%;
}
.content-with-parallax-gallery-section .cwpg-bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .content-with-parallax-gallery-section .cwpg-content {
    transform: scale(0.8);
    opacity: 0;
    transition: 0.5s ease 0s;
  }
}
.content-with-parallax-gallery-section .cwpg-content * {
  color: #fff;
}

.locations-listing-section .sec-heading {
  --mb: 2rem;
}
@media (max-width: 991px) {
  .locations-listing-section .sec-heading {
    --mb: 1.5rem;
  }
}
.locations-listing-section .lls-swiper-arrows {
  justify-content: flex-end;
  margin-top: 2rem;
}
.locations-listing-section .lls-swiper-arrows:has(button.swiper-button-lock) {
  display: none;
}
.locations-listing-section .lls-inner:not(:first-child) {
  margin-top: 1.125rem;
}
.locations-listing-section .lls-tab-slider {
  max-width: max-content;
  margin: 0 auto 1.75rem;
}
@media (max-width: 767px) {
  .locations-listing-section .lls-tab-slider {
    margin-bottom: 2.5rem;
    margin-left: 0;
  }
}
.locations-listing-section .lls-tab-item {
  width: auto;
  height: auto;
  margin: 0 1rem;
}
@media (max-width: 575px) {
  .locations-listing-section .lls-tab-item {
    margin: 0 0.5rem;
  }
}
.locations-listing-section .lls-tab-item:first-child {
  margin-left: 0;
}
.locations-listing-section .lls-tab-item.is-active .lls-tab-title {
  font-size: 1.25rem;
  color: #000;
  background-position: center left;
}
.locations-listing-section .lls-tab-title {
  --color: transparent;
  cursor: pointer;
  display: block;
  min-width: 10.938rem;
  height: 100%;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.563rem 1.25rem;
  font-weight: 400;
  text-align: center;
  background-image: linear-gradient(90deg, #fff 0%, #999 35%, var(--color) 60%);
  background-position: center right -2px;
  background-size: 300% auto;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 8px) 100%, 0 100%, 0% 15px);
  transition: 0.8s ease 0s;
}
@media (max-width: 575px) {
  .locations-listing-section .lls-tab-title {
    min-width: 8.75rem;
  }
}
.locations-listing-section .lls-content-item:not(:first-child) {
  display: none;
}
.locations-listing-section .lls-map-img {
  position: relative;
  aspect-ratio: 1308/844;
}
.locations-listing-section .lls-map-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .locations-listing-section .lls-map-img {
    margin: 0 calc(var(--gutter) * -1);
  }
}
.locations-listing-section .lls-location-list {
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  .locations-listing-section .lls-location-list {
    margin-top: 3.5rem;
  }
}
.locations-listing-section .lls-location-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.locations-listing-section .lls-location-item .card-title {
  margin-bottom: 1.5rem;
}
.locations-listing-section .lls-card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 2rem 2rem 3.75rem;
}
.locations-listing-section .lls-card-wrap {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(3px);
}
.locations-listing-section .lls-card-item {
  margin-bottom: 2rem;
}
.locations-listing-section .lls-card .btn-wrap {
  margin-top: 0.75rem;
}
.locations-listing-section .lls-card .divisions * {
  color: #E5E3DF;
}
.locations-listing-section .lls-card .divisions {
  margin-top: 1rem;
}
.locations-listing-section .lls-card ul:last-child {
  margin-bottom: 0;
}

.press-release-listing-section {
  padding: 4.375rem 0;
}
@media (max-width: 767px) {
  .press-release-listing-section {
    padding: 2.5rem 0 4.5rem;
  }
}
.press-release-listing-section .prl-filter-recent {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.375rem;
  justify-content: flex-end;
  margin-top: 1.75rem;
}
@media (max-width: 991px) {
  .press-release-listing-section .prl-filter-recent {
    margin-top: 1rem;
  }
}
.press-release-listing-section .prl-filter-select {
  width: auto;
  height: 1.5rem;
  padding-left: 0.625rem;
  border: none;
  font-weight: 400;
}
.press-release-listing-section .prl-content {
  text-decoration: none;
}
@media (min-width: 768px) {
  .press-release-listing-section .prl-content:hover h3 {
    color: #D9052A;
    text-decoration: underline;
  }
}
.press-release-listing-section .prl-search-bar {
  margin-bottom: 2.125rem;
}
@media (max-width: 991px) {
  .press-release-listing-section .prl-search-bar {
    margin-bottom: 2.5rem;
  }
}
.press-release-listing-section .prl-search-bar .search-field {
  position: relative;
}
.press-release-listing-section .prl-search-bar .search-field input[type=search] {
  padding: 1rem 3.125rem 1rem 1rem;
  color: #000;
}
.press-release-listing-section .prl-search-bar .search-field .icon-search {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0;
  border: none;
  font-size: 0;
  color: #731B36;
  background-color: transparent;
  transition: 0.35s ease 0s;
}
.press-release-listing-section .prl-search-bar .search-field .icon-search:hover {
  color: #D9052A;
}
.press-release-listing-section .prl-search-bar .search-field .icon-search svg {
  width: 100%;
  height: 100%;
}
.press-release-listing-section .prl-list {
  max-width: 52rem;
  margin: 0 auto;
}
.press-release-listing-section .prl-item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #D9052A;
}
.press-release-listing-section .prl-item:not(:last-child) {
  margin-bottom: 2rem;
}
.press-release-listing-section .prl-item .eyebrow-text {
  margin-bottom: 0.5rem;
  color: #731B36;
}
.press-release-listing-section .prl-item h3 {
  margin: 0;
  font-weight: 400;
  transition: 0.35s ease 0s;
}
.press-release-listing-section .prl-item p {
  margin-top: 1rem;
}

.capability-overview-section {
  position: relative;
}
@media (min-width: 992px) {
  .capability-overview-section {
    margin-bottom: 3.438rem;
    padding-top: 3.438rem;
  }
}
@media (max-width: 991px) {
  .capability-overview-section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.capability-overview-section::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #26040D 0%, rgba(38, 4, 13, 0) 100%);
  clip-path: polygon(52px 0, 100% 0, 100% calc(100% - 52px), calc(100% - 56px) 100%, 0 100%, 0% 56px);
}
@media (min-width: 992px) {
  .capability-overview-section::before {
    width: 81%;
  }
}
.capability-overview-section .container {
  position: relative;
}
.capability-overview-section .sec-heading {
  --mb: 1.5rem;
}
.capability-overview-section .cos-container-left {
  padding-left: calc((100% - 84.376rem) / 2);
}
.capability-overview-section .cos-container-left > div {
  padding-left: var(--gutter);
}
@media (min-width: 992px) {
  .capability-overview-section .cos-container-left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
}
@media (max-width: 991px) {
  .capability-overview-section .cos-container-left > div {
    padding-right: var(--gutter);
  }
}
.capability-overview-section .cos-dropdown {
  position: relative;
  padding: 1rem 2.5rem 1rem 1rem;
  border: 1px solid #fff;
}
.capability-overview-section .cos-dropdown::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 55%;
  right: 0.938rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/select-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: 0.35s ease 0s;
}
.capability-overview-section .cos-dropdown.is-open::before {
  transform: translateY(-50%) scale(-1);
}
.capability-overview-section .cos-dropdown h3 {
  margin: 0;
}
.capability-overview-section .cos-dropdown-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .capability-overview-section .cos-dropdown-wrap {
    display: none;
  }
}
@media (max-width: 991px) {
  .capability-overview-section .cos-dropdown-wrap {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .capability-overview-section .cos-dropdown-wrap {
    margin-bottom: 1rem;
  }
}
.capability-overview-section .cos-tab-list {
  position: absolute;
  z-index: 99;
  top: 110%;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  padding: 1rem;
  border: 1px solid #fff;
  background-color: #000;
}
.capability-overview-section .cos-tab-item {
  position: relative;
}
.capability-overview-section .cos-tab-item:not(:last-child) {
  margin-bottom: 1rem;
}
.capability-overview-section .cos-tab-item.is-active h3 {
  font-size: 1.25rem;
  color: #D9052A;
}
.capability-overview-section .cos-tab-title h3 {
  margin-bottom: 0;
  font-weight: 400;
  transition: 0.35s ease 0s;
}
@media (min-width: 992px) {
  .capability-overview-section .cos-list {
    position: relative;
    display: flex;
  }
}
@media (min-width: 992px) {
  .capability-overview-section .cos-item {
    --width: 0;
    --activewidth: 28vw;
    z-index: 1;
    display: flex;
    flex: 1 1 auto;
    width: var(--width);
    min-height: 28.75rem;
    transition: 1s ease 0s;
  }
  .capability-overview-section .cos-item:not(.is-active) {
    cursor: pointer;
  }
  .capability-overview-section .cos-item:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .capability-overview-section .cos-item.is-active {
    flex: auto;
    width: var(--activewidth);
  }
  .capability-overview-section .cos-item.is-active .cos-card-bg {
    opacity: 1;
    transition: 1s ease 0s;
  }
  .capability-overview-section .cos-item.is-active .cos-content-wrap {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
  }
  .capability-overview-section .cos-item.is-active .cos-heading .title {
    font-size: 1.25rem;
  }
  .capability-overview-section .cos-item.is-active .cos-heading-wrap {
    transform: translateZ(0);
  }
  .capability-overview-section .cos-item.is-active .cos-heading-wrap .cos-heading {
    align-items: flex-end;
  }
  .capability-overview-section .cos-item.is-active .cos-icon-plus {
    right: 1.75rem;
    background-color: #D9052A;
  }
  .capability-overview-section .cos-item.is-active .cos-icon-plus::before, .capability-overview-section .cos-item.is-active .cos-icon-plus::after {
    background-color: #fff;
  }
  .capability-overview-section .cos-item.is-active .cos-icon-plus::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .capability-overview-section .cos-item:first-child.is-active .cos-item-inner {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .capability-overview-section .cos-item {
    --activewidth: 34.4vw;
  }
}
@media (max-width: 991px) {
  .capability-overview-section .cos-item:not(.is-active) {
    display: none;
  }
}
@media (min-width: 992px) {
  .capability-overview-section .cos-item-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 2rem 0.75rem;
    transition: 0.5s ease 0s;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .capability-overview-section .cos-item-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .capability-overview-section .cos-item-inner > div {
    flex: 1 0 50%;
    padding: 0 1rem;
  }
  .capability-overview-section .cos-item-inner .cos-item-top {
    display: none;
  }
  .capability-overview-section .cos-item-inner .cos-item-top:has(.cos-card-bg) {
    display: block;
  }
}
.capability-overview-section .cos-item-top {
  width: 100%;
}
@media (max-width: 991px) {
  .capability-overview-section .cos-item-top {
    position: relative;
  }
}
@media (min-width: 992px) {
  .capability-overview-section .cos-card-bg {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    opacity: 0;
    transition: 0.2s ease 0s;
  }
}
@media (max-width: 991px) {
  .capability-overview-section .cos-card-bg {
    position: relative;
    aspect-ratio: 361/222;
  }
}
@media (max-width: 767px) {
  .capability-overview-section .cos-card-bg {
    margin-bottom: 0.5rem;
  }
}
.capability-overview-section .cos-card-bg video,
.capability-overview-section .cos-card-bg img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .capability-overview-section .cos-card-bg video,
  .capability-overview-section .cos-card-bg img {
    object-fit: contain;
    object-position: left;
  }
}
@media (max-width: 991px) {
  .capability-overview-section .cos-card-bg video,
  .capability-overview-section .cos-card-bg img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.capability-overview-section .cos-icon-plus {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 2px solid #D9052A;
  border-radius: 100%;
  background-color: #fff;
  transition: 0.5s ease 0s;
}
@media (max-width: 991px) {
  .capability-overview-section .cos-icon-plus {
    display: none;
  }
}
.capability-overview-section .cos-icon-plus::before, .capability-overview-section .cos-icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 8px;
  background-color: #D9052A;
  transition: 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.capability-overview-section .cos-icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.capability-overview-section .cos-heading {
  transition: 0.35s ease 0s;
}
.capability-overview-section .cos-heading .title {
  overflow: hidden;
  margin-bottom: 0.5rem;
  font-weight: 400;
  transition: 1s ease 0s;
}
.capability-overview-section .cos-heading-wrap .cos-heading {
  display: flex;
}
@media (min-width: 992px) {
  .capability-overview-section .cos-heading-wrap {
    --contentHeight: 100%;
    transform: translateY(var(--contentHeight));
    margin-bottom: 0.5rem;
    transition: 1s ease 0s;
  }
}
.capability-overview-section .cos-content-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .capability-overview-section .cos-content-wrap {
    --width: 31.7vw;
    pointer-events: none;
    width: var(--width);
    min-width: var(--width);
    max-width: var(--width);
    visibility: hidden;
    opacity: 0;
    transition: 1s ease 0s;
  }
}
.capability-overview-section .cos-desc p {
  color: #fff;
}
@media (min-width: 992px) {
  .capability-overview-section .cos-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
  }
}
.capability-overview-section .cos-btn-wrap {
  margin-top: 1.5rem;
}

:root {
  --space-lg: 7.5rem;
  --space-md: 3.75rem;
  --space-sm: 3.125rem;
}
@media (max-width: 1199px) {
  :root {
    --space-lg: 4.5rem;
    --space-md: 3rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space-md: 2.25rem;
    --space-sm: 1.875rem;
  }
}

#wpadminbar {
  position: fixed;
}

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

.main-content {
  flex-grow: 1;
  width: 100%;
}
.main-content > section:not(.home-hero-section, .capability-hero, .generic-hero, .post-detail-hero, .listing-hero-section, .sr-banner, .error-404-section, .bio-detail-hero):first-child {
  --header-height: 0;
  padding-top: calc(var(--header-height) + 2.5rem);
}

.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, .btn span, .btn-play, svg, use, li > a, p, textarea, select),
.bg-secondary *:not(.btn, .btn span, .btn-play, svg, use, li > a, p, textarea, select),
.inner-text-white *:not(.btn, .btn span, .btn-play, svg, use, li > a, p, textarea, select) {
  color: #fff;
}
.bg-dark p,
.bg-secondary p,
.inner-text-white p {
  color: #E5E3DF;
}

.bg-white *:not(.btn, .btn span, .btn-play, svg, use, .swiper-button-next span, .swiper-button-prev span),
.inner-text-black *:not(.btn, .btn span, .btn-play, svg, use, .swiper-button-next span, .swiper-button-prev span) {
  color: #000;
}

/* Pagination */
.pagination {
  margin-top: 4rem;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  margin: 0 0.5rem;
  padding: 0;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.5rem;
  color: #000;
}
.pagination li a:hover {
  color: #D9052A !important;
}
.pagination li a:not(.prev, .next),
.pagination li span {
  display: block;
  border: none;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: 0.4s ease background-color, 0.4s ease color;
}
.pagination li .prev,
.pagination li .next {
  cursor: pointer;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.pagination li .prev::after,
.pagination li .next::after {
  content: "";
  position: absolute;
  inset: -2px -4px;
  border: 1px solid #808080;
  border-radius: 0.375rem;
  visibility: hidden;
  opacity: 0;
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #D9052A;
}
.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;
  color: #808080;
  opacity: 0.6;
}
.pagination li .current {
  padding: 0.25rem 0.813rem;
  color: #fff;
  background-color: #D9052A;
}

/* Breadcrumb */
.breadcrumbs {
  --color: #D9052A;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  padding: 0;
  font-family: "Magistral", "Arial", sans-serif;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 1.25rem;
  }
}
.breadcrumbs span {
  display: inline-flex;
  align-items: center;
  font-weight: 300;
  color: #D9052A;
  transition: all 0.35s ease 0s;
}
.breadcrumbs span.current-item {
  font-size: 1.063rem;
  font-weight: 700;
}
.breadcrumbs [typeof=ListItem]:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  margin: 1px 8px 0;
  border-color: transparent transparent transparent #D9052A;
  border-style: solid;
  border-width: 3px 0 3px 5px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.bg-dark .breadcrumbs, .bg-secondary .breadcrumbs {
  --color: #26040D;
}
.bg-dark .breadcrumbs a span, .bg-secondary .breadcrumbs a span {
  color: #E5E3DF;
}
.bg-dark .breadcrumbs a:hover, .bg-secondary .breadcrumbs a:hover {
  --color: #26040D;
}

/* Section Heading */
.sec-heading {
  --mb: 2.563rem;
  margin-right: auto;
  margin-bottom: var(--mb);
  margin-left: auto;
}

/* Skip To Content */
.skip-to-content {
  position: absolute;
  z-index: 1000;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1rem;
  border-radius: 0 0 1rem 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #D9052A;
  transition: top 0.3s;
}
.skip-to-content.tab-outline {
  top: 0;
}

/* fancybox */
.fancybox__container .fancybox__backdrop {
  background: rgba(38, 4, 13, 0.95);
}
.fancybox__container .f-button {
  --f-button-bg: #fff !important;
  --f-button-hover-bg: #fff !important;
  --f-button-active-bg: #fff !important;
  top: 1rem !important;
  right: 1rem !important;
  width: 1.875rem !important;
  height: 1.875rem !important;
  padding: 6px;
  border-radius: 100vh !important;
  color: #020456 !important;
  opacity: 1 !important;
}
.fancybox__container .f-button svg {
  width: 100% !important;
  height: 100% !important;
}

.announcement-banner {
  background-color: #731B36;
}
.announcement-banner.only-cta {
  padding: 0.625rem 0;
}
@media (max-width: 767px) {
  .announcement-banner.only-cta {
    padding: 0.5rem 0;
  }
}
.announcement-banner.only-cta .icon-close {
  position: absolute;
  top: 0.188rem;
  right: 0;
}
@media (min-width: 768px) {
  .announcement-banner.only-cta .icon-close {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .announcement-banner.only-cta .icon-close {
    right: -1.125rem;
  }
}
.announcement-banner.fully-clickable {
  position: relative;
}
.announcement-banner.fully-clickable a {
  display: block;
  padding: 0.625rem 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .announcement-banner.fully-clickable a {
    padding: 0.5rem 0;
  }
}
.announcement-banner.fully-clickable .icon-close {
  position: absolute;
}
@media (min-width: 768px) {
  .announcement-banner.fully-clickable .icon-close {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .announcement-banner.fully-clickable .icon-close {
    top: 0.5rem;
    right: -1.125rem;
  }
}
.announcement-banner.fully-clickable .icon-close-wrap {
  position: absolute;
  top: 0.188rem;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .announcement-banner.fully-clickable .icon-close-wrap {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .announcement-banner.fully-clickable .icon-close-wrap {
    right: -1.125rem;
  }
}
.announcement-banner .container {
  --gutter: 2rem;
}
.announcement-banner .icon-close {
  cursor: pointer;
  display: flex;
  width: 1.063rem;
  height: 1.063rem;
  border: none;
  background-color: transparent;
}
.announcement-banner .icon-close::before, .announcement-banner .icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 100%;
  background-color: #fff;
  transition: 0.35s ease 0s;
}
.announcement-banner .icon-close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.announcement-banner .icon-close:hover::before, .announcement-banner .icon-close:hover::after {
  background-color: #D9052A;
}
.announcement-banner .ab-wrap {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-right: 1.563rem;
}
@media (max-width: 767px) {
  .announcement-banner .ab-wrap {
    flex-direction: column;
    padding-right: 0;
    text-align: center;
  }
}
.announcement-banner .ab-left {
  flex: 1;
}
@media (min-width: 992px) {
  .announcement-banner .ab-left {
    width: 100%;
    max-width: 82%;
  }
}
.announcement-banner .ab-left + .ab-right {
  margin: 0 auto;
  text-align: center;
}
.announcement-banner .ab-heading * {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.section-wrapper {
  position: relative;
}
.section-wrapper::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/section-wrap-image.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-wrapper .container {
  position: relative;
}

/* stylelint-disable max-nesting-depth */
.hamburger {
  --humburgerbox: 1.875rem;
  --backgroundcolor: #fff;
  --active-backgroundcolor: #000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--humburgerbox);
  height: var(--humburgerbox);
  margin: 0 1.5rem 0 0;
  padding: 0;
  border: 0;
  text-align: center;
  background-color: transparent;
}
.hamburger:hover, .hamburger:focus {
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.hamburger span {
  cursor: pointer;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  border-radius: 0;
  background: var(--backgroundcolor);
  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%;
  background: var(--backgroundcolor);
  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: var(--active-backgroundcolor);
}
.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: 0;
  display: block;
}
.mbnav__state {
  pointer-events: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: -100%;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  transition: all 0.3s ease-in-out;
}
.mbnav__inner {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .mbnav__inner {
    max-width: 34.7%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mbnav__inner {
    max-width: 31.25rem;
  }
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #26040d;
}
.mbnav__logo {
  padding: 15px;
  color: #fff;
}
.mbnav-container-left {
  overflow: auto;
  max-height: calc(100vh - var(--header-height));
}
.mbnav-container-left .menu-inner {
  overflow: auto;
  max-height: calc(100vh - var(--header-height)) !important;
}
.mbnav-main-menu {
  overflow: auto;
  max-height: calc(100vh - var(--header-height));
}
@media (max-width: 1199px) {
  .mbnav-main-menu {
    padding: 2rem 2rem 5rem calc(var(--gutter) + 52px);
  }
}
@media (max-width: 1199px) {
  .mbnav-main-menu .hamburger-menu {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #808080;
  }
}
.mbnav .menu-wrap {
  /* stylelint-disable custom-property-pattern */
  --leftSlide: 0;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  width: 100%;
  height: 100%;
  background-color: #fff;
  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;
  height: 100%;
  max-height: 100%;
  margin-top: 3.125rem;
}
.mbnav .menu-wrap .mbnav-container-left {
  padding-left: calc((100vw - (var(--container-width) + var(--gutter) * 2)) / 2);
}
@media (min-width: 1200px) {
  .mbnav .menu-wrap .mbnav-container-left > div {
    padding: 0.5rem 2rem 3rem calc(var(--gutter) + 52px);
  }
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: 0.4s ease;
}
.mbnav ul li.is-open > .menu-wrap {
  visibility: visible;
  opacity: 1;
}
.mbnav ul li a[href="javascript:void(0);"] {
  pointer-events: none;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  color: #000;
  list-style: none;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
@media (max-width: 1199px) {
  .mbnav ul li:not(.btn-wrap):not(:last-child, .back-click) {
    margin-bottom: 1.5rem;
  }
}
.mbnav ul li:not(.btn-wrap) .mbnav__caret::before {
  content: "";
  display: flex;
  align-items: center;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #D9052A;
  border-style: solid;
  border-width: 7px 0 7px 9px;
}
.mbnav ul li:not(.btn-wrap).current-page-parent > .menu-link,
.mbnav ul li:not(.btn-wrap).current-page-parent > a, .mbnav ul li:not(.btn-wrap).current-menu-parent > .menu-link,
.mbnav ul li:not(.btn-wrap).current-menu-parent > a, .mbnav ul li:not(.btn-wrap).current-menu-item > .menu-link,
.mbnav ul li:not(.btn-wrap).current-menu-item > a {
  color: #D9052A;
}
.mbnav ul li:not(.btn-wrap) .menu-link,
.mbnav ul li:not(.btn-wrap) a {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: block;
  order: -1;
  border: none;
  font-weight: 400;
  line-height: 1;
  color: currentcolor;
  text-decoration: none !important;
}
.mbnav ul li:not(.btn-wrap) .menu-link:hover,
.mbnav ul li:not(.btn-wrap) a:hover {
  color: #D9052A;
}
.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.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;
  align-items: center;
  order: -1;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: -3rem;
  padding: 0;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: currentcolor;
}
.mbnav ul li:not(.btn-wrap).back-click::before {
  content: "";
  display: flex;
  align-items: center;
  width: 0;
  height: 0;
  margin-right: 0.313rem;
  border-color: transparent #D9052A transparent transparent;
  border-style: solid;
  border-width: 7px 9px 7px 0;
}
.mbnav ul li:not(.btn-wrap).parent-title {
  width: 100%;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.mbnav ul li:not(.btn-wrap).link-icon > a {
  display: inline-flex;
  align-items: center;
}
.mbnav ul li:not(.btn-wrap).link-icon > a::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.063rem;
  margin-left: 0.5rem;
  background-image: url(../images/external-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.mbnav__caret {
  cursor: pointer;
  z-index: 1;
  display: grid;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0.313rem;
}
.color-mbnav .mbnav__caret::before {
  color: #D9052A !important;
}

@media (min-width: 1200px) {
  .mbnav ul.menu > li {
    margin-bottom: 2rem;
  }
}
.mbnav ul.menu > li > .menu-link,
.mbnav ul.menu > li > a {
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.25rem;
}
.mbnav ul.menu > li.two-column-menu .sub-menu > .sub-menu:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (max-width: 1199px) {
  .mbnav ul.menu > li .menu-inner > .sub-menu {
    padding: 2rem 2rem 5rem 4.375rem;
  }
}
.mbnav ul.menu > li .menu-inner .sub-menu li:not(:last-child, .back-click) {
  margin-bottom: 0.75rem;
}
.mbnav ul.menu > li .menu-inner .sub-menu li a {
  opacity: 0.8;
}
.mbnav ul.menu > li .menu-inner .sub-menu li .sub-menu {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 1200px) {
  .mbnav ul.menu .sub-menu {
    margin-top: 0.75rem;
    margin-left: 0.75rem;
  }
  .mbnav ul.menu .sub-menu li:not(:last-child, .back-click) {
    margin-bottom: 0.75rem;
  }
  .mbnav ul.menu .sub-menu li a {
    opacity: 0.8;
  }
  .mbnav ul.menu .sub-menu li .sub-menu {
    margin-top: 0.75rem;
  }
}
.mbnav__backdrop {
  position: fixed;
  z-index: -1;
  inset: 0;
  height: 100dvh;
  visibility: hidden;
  opacity: 0;
  background: rgba(38, 4, 13, 0.8);
  transition: all 0.4s ease-in;
}
.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 {
  --linkColor: #000;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: auto;
  transition: 0.4s ease 0s;
  /* nav */
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
  /* Search  */
}
.main-header:has(.mh-top) {
  position: absolute;
}
.main-header:has(.mh-top).stuck .mh-bottom {
  position: fixed;
  top: 0;
}
.main-header:not(.stuck) {
  --linkColor: #fff;
}
.main-header:not(.stuck) .mh-bottom {
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}
@media (max-width: 1399px) {
  .main-header:not(.stuck) .mh-bottom {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(2px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.main-header:not(.stuck) .brand::before {
  opacity: 0;
}
.main-header:not(.stuck) .brand img {
  opacity: 1;
}
.main-header:has(.mbnav.is-open) .brand::before {
  opacity: 1;
}
.main-header:has(.mbnav.is-open) .brand img {
  opacity: 0;
}
.main-header > div:not(.mbnav) {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .main-header.stuck .mh-bottom {
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .main-header.stuck .mh-bottom {
    padding: 1.25rem 0;
  }
}
.main-header.stuck .mh-bottom .navigation .menu > li > ul.sub-menu {
  top: calc(100% + 18px);
}
@media (min-width: 1200px) {
  .main-header.header-pinned {
    transform: translateY(-45px);
  }
}
@media (min-width: 1200px) {
  .main-header.header-pinned:has(.mh-top) {
    transform: none;
  }
}
@media (min-width: 1200px) {
  .main-header.header-pinned:has(.mh-top) .mh-bottom {
    transform: translateY(-45px);
  }
}
.main-header .mh-bottom {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #fff;
  transition: 0.4s ease 0s;
}
@media (max-width: 1399px) {
  .main-header .mh-bottom {
    padding: 1.25rem 0;
  }
}
@media (max-width: 991px) {
  .main-header .mh-bottom {
    padding: 0.625rem 0;
  }
}
.main-header .hamburger {
  --backgroundcolor: var(--linkColor);
  color: #fff;
}
.main-header .brand {
  position: relative;
  z-index: 999;
  display: inline-flex;
  flex: 0 0 auto;
  width: 9.188rem;
  max-height: 4.25rem;
  border: none;
  color: #fff;
}
.main-header .brand::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: var(--imgURL);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.4s ease 0s;
}
.main-header .brand img {
  width: auto;
  opacity: 0;
  transition: 0.35s ease 0s;
}
.main-header .nav-menu {
  flex: 1 1 auto;
  padding-left: 0.938rem;
}
.main-header .navigation {
  display: none;
  word-break: keep-all;
  transition: 0.4s ease 0s;
}
@media (min-width: 1200px) {
  .main-header .navigation {
    display: block;
    margin-top: 1.5rem;
  }
}
.main-header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header nav ul li {
  padding: 0;
  list-style: none;
}
.main-header nav ul li a {
  display: block;
  border: none;
  color: var(--linkColor);
  text-decoration: none;
  transition: 0.35s ease 0s;
}
.main-header nav ul li a[href="javascript:void(0);"] {
  pointer-events: none;
}
.main-header nav ul li.link-icon > a {
  position: relative;
}
.main-header nav ul li.link-icon > a::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  margin-left: 0.5rem;
  background-image: url(../images/external-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.main-header nav > ul {
  display: flex;
  gap: 2rem;
}
.main-header nav > ul:not(#menu-utility-menu):hover > li:not(:hover) > a {
  opacity: 0.6;
}
.main-header nav > ul:not(#menu-utility-menu):hover > li > a {
  opacity: 1;
}
.main-header nav > ul > li > a {
  text-align: center;
}
@media (width <= 1299px) {
  .main-header nav > ul > li > a {
    font-size: 0.938rem;
  }
}
.main-header nav > ul > li.menu-item-has-children {
  position: relative;
}
.main-header nav > ul > li.menu-item-has-children.menu-focus > ul.sub-menu, .main-header nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.main-header nav > ul > li > ul.sub-menu {
  pointer-events: none;
  position: absolute;
  z-index: 11;
  top: calc(100% + 22px);
  left: 50%;
  transform: translateX(-50%);
  padding: 2.5rem;
  border-bottom: 2px solid #D9052A;
  white-space: nowrap;
  opacity: 0;
  background-color: #E5E3DF;
  transition: opacity 0.3s;
}
.main-header nav > ul > li > ul.sub-menu::before {
  --height: 1.563rem;
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(var(--height) * -1);
  left: 0;
  width: 100%;
  height: var(--height);
}
.main-header nav > ul > li > ul.sub-menu::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-color: transparent transparent #D9052A;
  border-style: solid;
  border-width: 0 13.5px 13px;
}
.main-header nav > ul > li > ul.sub-menu li {
  --mb: 1.5rem;
}
.main-header nav > ul > li > ul.sub-menu li:not(:last-child) {
  margin-bottom: var(--mb);
}
.main-header nav > ul > li > ul.sub-menu li.current-menu-parent > a, .main-header nav > ul > li > ul.sub-menu li.current-menu-item > a {
  color: #D9052A;
}
.main-header nav > ul > li > ul.sub-menu li a {
  display: inline-block;
  font-weight: 400;
  color: #000;
}
.main-header nav > ul > li > ul.sub-menu li a:hover {
  color: #D9052A;
}
.main-header nav > ul > li > ul.sub-menu > li > a {
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.125rem;
}
.main-header nav > ul > li > ul.sub-menu > li ul.sub-menu {
  margin-top: 0.75rem;
  margin-left: 0.75rem;
}
.main-header nav > ul > li > ul.sub-menu > li ul.sub-menu > li {
  --mb: 0.75rem;
}
.main-header nav > ul > li > ul.sub-menu > li ul.sub-menu > li > a {
  opacity: 0.7;
}
.main-header nav > ul > li > ul.sub-menu > li ul.sub-menu > li > ul.sub-menu a {
  font-size: 0.875rem;
}
.main-header nav > ul > li.two-column-menu > ul.sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 14.188rem);
  gap: 4.25rem;
  white-space: normal;
}
.main-header nav > ul > li.two-column-menu > ul.sub-menu > li {
  margin: 0;
}
.main-header nav > ul > li.two-column-menu > ul.sub-menu > li > ul.sub-menu {
  margin-top: 0;
}
.main-header nav > ul > li.two-column-menu > ul.sub-menu > li > ul.sub-menu > li {
  --mb: 1.5rem;
}
.main-header nav > ul > li.two-column-menu > ul.sub-menu > li > ul.sub-menu > li > a {
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 1.125rem;
  opacity: 1;
}
.main-header nav > ul > li.two-column-menu > ul.sub-menu > li > ul.sub-menu > li ul.sub-menu {
  margin-top: 0.5rem;
  margin-left: 0.75rem;
}
.main-header nav > ul > li.two-column-menu > ul.sub-menu > li > ul.sub-menu > li ul.sub-menu > li {
  --mb: 0.5rem;
}
.main-header nav > ul > li.two-column-menu > ul.sub-menu > li > ul.sub-menu > li ul.sub-menu > li > a {
  font-size: 0.938rem;
  opacity: 0.7;
}
.main-header nav > ul > li.two-column-menu > ul.sub-menu > li > ul.sub-menu > li ul.sub-menu > li > ul.sub-menu a {
  font-size: 0.875rem;
}
.main-header nav > ul > li:last-child > ul {
  min-width: 19.375rem;
  white-space: normal;
}
.main-header nav > ul > li:last-child.two-column-menu > .sub-menu {
  right: 0;
  left: auto;
  transform: translateX(0);
}
.main-header nav > ul > li:last-child.two-column-menu > .sub-menu::after {
  right: 15%;
  left: auto;
  transform: translateX(0);
}
@media (width <= 1299px) {
  .main-header nav > ul {
    gap: 0.75rem;
  }
}
@media (max-width: 1399px) {
  .main-header nav > ul {
    gap: 1rem;
  }
}
.main-header .header-search .h-search-wrap {
  pointer-events: all;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding-top: 12rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease 0s;
}
@media (max-width: 1199px) {
  .main-header .header-search .h-search-wrap {
    padding-top: 9rem;
  }
}
@media (max-width: 991px) {
  .main-header .header-search .h-search-wrap {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .main-header .header-search .h-search-wrap {
    padding-top: 3rem;
  }
}
.main-header .header-search .h-search-wrap.is-open {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.main-header .header-search .h-search-wrap .container {
  --container-width: 46rem;
}
.main-header .header-search .h-search-close {
  cursor: pointer;
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  background-color: transparent;
  transition: 0.35s ease 0s;
}
.main-header .header-search .h-search-close .icon-close {
  position: relative;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #fff;
  border-radius: 0.125rem;
  background-color: transparent;
}
.main-header .header-search .h-search-close .icon-close::before, .main-header .header-search .h-search-close .icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 62%;
  background-color: #fff;
  transition: 0.35s ease 0s;
}
.main-header .header-search .h-search-close .icon-close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.main-header .header-search .h-search-form-wrap {
  position: relative;
  z-index: 1;
}
.main-header .header-search .h-search-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 4, 13, 0.95);
}
.main-header .header-search .h-search-field .search-field {
  position: relative;
}
.main-header .header-search .h-search-field .search-label {
  margin: 0;
  color: #fff;
}
.main-header .header-search .h-search-field .search-label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.main-header .header-search .h-search-field input[type=search] {
  height: 3.5rem;
  padding: 1rem 3.125rem 1rem 1rem;
  border: 1px solid #731B36;
  border-radius: 0;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  caret-color: #000;
}
.main-header .header-search .h-search-field input[type=search]::placeholder {
  color: #000;
}
.main-header .header-search .h-search-field input[type=search]:-webkit-autofill {
  -webkit-text-fill-color: #000;
}
.main-header .header-search .h-search-field .icon-search {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0;
  border: none;
  color: #731B36;
  background-color: transparent;
  transition: 0.35s ease 0s;
}
.main-header .header-search .h-search-field .icon-search:hover {
  color: #000;
}
.main-header .header-search .h-search-field .icon-search svg {
  width: 100%;
  height: 100%;
}
.main-header .header-search-btn {
  display: flex;
  width: 1.313rem;
  height: 1.313rem;
  padding: 0;
  border: none;
  color: var(--linkColor);
  background-color: transparent;
  transition: 0.35s ease 0s;
}
.main-header .header-search-btn:hover {
  opacity: 0.6;
}
.main-header .header-search-btn svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  transition: 0.35s ease 0s;
}
.main-header .mh-left {
  display: flex;
  align-items: center;
  align-self: flex-end;
}
.main-header .mh-utility-menu {
  margin-right: 1.75rem;
}
.main-header .mh-utility-menu .menu {
  gap: 1.75rem;
}
.main-header .mh-utility-menu .menu > li.current-page-parent > a:not([href="javascript:void(0);"]), .main-header .mh-utility-menu .menu > li.current-menu-parent > a:not([href="javascript:void(0);"]), .main-header .mh-utility-menu .menu > li.current-menu-item > a:not([href="javascript:void(0);"]), .main-header .mh-utility-menu .menu > li:hover > a:not([href="javascript:void(0);"]) {
  opacity: 0.6;
}
.main-header .mh-utility-menu .menu > li > a {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
}
.main-header .mh-utility-menu .menu > li > a:hover {
  opacity: 0.6;
}

/* --- footer --- */
.main-footer {
  align-self: end;
  width: 100%;
  height: auto;
  padding: 5rem 0 3rem;
  line-height: normal;
}
@media (max-width: 991px) {
  .main-footer {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-logo {
    text-align: center;
  }
}
.main-footer .footer-logo a {
  display: inline-flex;
  width: 100%;
  max-width: 9.188rem;
  border: none;
}
.main-footer .footer-logo a img {
  width: 100%;
}
.main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer ul li {
  padding: 0;
}
.main-footer ul li a {
  font-weight: 400;
  color: #E5E3DF;
}
@media (max-width: 767px) {
  .main-footer .mf-right {
    margin-top: 2.5rem;
  }
}
.main-footer .mf-copyright {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .main-footer .mf-copyright {
    margin-top: 1rem;
  }
}
.main-footer .mf-copyright p {
  font-size: 0.75rem;
  color: #E5E3DF;
}
.main-footer .mf-social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 767px) {
  .main-footer .mf-social-icon {
    justify-content: center;
  }
}
.main-footer .mf-social-icon-wrap {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .main-footer .mf-social-icon-wrap {
    margin-top: 1rem;
  }
}
.main-footer .mf-social-icon li a {
  display: inline-flex;
  width: 1.563rem;
  height: 1.563rem;
  padding: 0.25rem;
  border: 0;
  border-radius: 0.375rem;
  color: #000;
  background-color: #fff;
}
.main-footer .mf-social-icon li a:hover {
  color: #fff;
  background-color: #D9052A;
}
.main-footer .mf-social-icon li a:focus {
  outline-color: #fff;
}
.main-footer .mf-social-icon li a svg {
  width: 100%;
  height: 100%;
}
.main-footer .mf-nav {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-footer .mf-nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 17.25rem;
    margin: 0 auto;
    text-align: center;
  }
}
.main-footer .mf-nav .h4 {
  display: block;
  font-weight: 400;
}
.main-footer .mf-nav .nav-left {
  width: 100%;
  max-width: 30.938rem;
}
@media (max-width: 767px) {
  .main-footer .mf-nav .nav-left {
    max-width: 100%;
  }
}
.main-footer .mf-nav .nav-left .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
  margin: 0 -0.5rem;
}
@media (max-width: 767px) {
  .main-footer .mf-nav .nav-left .menu {
    justify-content: center;
  }
}
.main-footer .mf-nav .nav-left .menu li {
  width: 33.33%;
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .main-footer .mf-nav .nav-left .menu li {
    width: 50%;
  }
}
.main-footer .mf-nav .nav-right {
  width: 100%;
  max-width: 13.125rem;
}
@media (max-width: 767px) {
  .main-footer .mf-nav .nav-right {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main-footer .mf-nav .nav-right {
    margin-top: 2.5rem;
  }
}
.main-footer .mf-nav .nav-right .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-footer .mf-nav .nav-right .menu {
    justify-content: center;
  }
}

.search-result-page .sr-ellipse {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.search-result-page .sr-ellipse::before, .search-result-page .sr-ellipse::after {
  content: "";
  position: absolute;
  top: 3.75rem;
  left: -16.563rem;
  transform: rotate(-180deg);
  width: 72.375rem;
  height: 38.438rem;
  filter: blur(262px);
}
@media (max-width: 991px) {
  .search-result-page .sr-ellipse::before, .search-result-page .sr-ellipse::after {
    top: 3.125rem;
    left: -4rem;
    width: 19.75rem;
    height: 23.125rem;
  }
}
.search-result-page .sr-ellipse::before {
  background: #731B36;
}
.search-result-page .sr-ellipse::after {
  background: #000;
}
.search-result-page .sr-banner {
  --header-height: 8.375rem;
  --space: 4rem;
  position: relative;
  padding-top: calc(var(--header-height) + var(--space));
  padding-bottom: 4.5rem;
}
@media (max-width: 991px) {
  .search-result-page .sr-banner {
    --header-height: 3.125rem;
    --space: 3rem;
    padding-bottom: 3rem;
  }
}
.search-result-page .sr-banner .container {
  --container-width: 65rem;
  position: relative;
  z-index: 1;
}
.search-result-page .sr-banner .search-field {
  position: relative;
}
@media (min-width: 768px) {
  .search-result-page .sr-banner .search-field {
    box-shadow: 0 4px 144px rgba(217, 5, 42, 0.8);
  }
}
.search-result-page .sr-banner .search-field .search-label {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
.search-result-page .sr-banner .search-field input[type=search] {
  padding: 1rem 3.125rem 1rem 1rem;
  color: #000;
}
.search-result-page .sr-banner .search-field .icon-search {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0;
  border: none;
  font-size: 0;
  color: #731B36;
  background-color: transparent;
  transition: 0.35s ease 0s;
}
.search-result-page .sr-banner .search-field .icon-search:hover {
  color: #D9052A;
}
.search-result-page .sr-banner .search-field .icon-search svg {
  width: 100%;
  height: 100%;
}
.search-result-page .sr-block {
  margin: 5rem 0 5.625rem;
}
@media (max-width: 991px) {
  .search-result-page .sr-block {
    margin: 4.5rem 0;
  }
}
.search-result-page .sr-block .container {
  --container-width: 70.625rem;
}
.search-result-page .sr-block .sr-total-wrap {
  margin-bottom: 4.063rem;
}
@media (max-width: 767px) {
  .search-result-page .sr-block .sr-total-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}
.search-result-page .sr-block .sr-value {
  margin: 0;
}
.search-result-page .sr-block .sr-total-showing {
  margin-bottom: 0;
  margin-left: auto;
  font-weight: 400;
  color: #808080;
}
@media (max-width: 767px) {
  .search-result-page .sr-block .sr-total-showing {
    margin-top: 1.5rem;
  }
}
.search-result-page .sr-block .sr-grid {
  --gridCol: 16.625rem;
  --gap: 2rem;
  display: grid;
  grid-template-columns: var(--gridCol) 1fr;
  gap: var(--gap);
}
@media (max-width: 767px) {
  .search-result-page .sr-block .sr-grid {
    --gap:1.125rem;
    grid-template-columns: 100%;
  }
}
.search-result-page .sr-block .sr-dropdown {
  position: relative;
}
.search-result-page .sr-block .sr-dropdown.active .sr-dropdown-title {
  border-bottom-color: transparent;
}
.search-result-page .sr-block .sr-dropdown.active .sr-dropdown-title::before {
  transform: translateY(-50%) scale(-1);
}
@media (max-width: 767px) {
  .search-result-page .sr-block .sr-dropdown-title {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.938rem 2rem 0.938rem 1rem;
    border: 1px solid #731B36;
    line-height: 1.5;
    background-color: #fff;
  }
  .search-result-page .sr-block .sr-dropdown-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: #D9052A transparent transparent transparent;
    border-style: solid;
    border-width: 7.5px 7.5px 0;
    transition: 0.4s;
  }
  .search-result-page .sr-block .sr-dropdown-title h3 {
    margin: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .search-result-page .sr-block .sr-dropdown-title h3 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .search-result-page .sr-block .sr-dropdown-body {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .search-result-page .sr-block .sr-dropdown-body {
    position: absolute;
    z-index: 99;
    top: 100%;
    display: none;
    width: 100%;
    margin-bottom: 0;
    padding: 0 1.5rem 1rem;
    border: 1px solid #731B36;
    border-top: 0;
    list-style: none;
    background-color: #fff;
  }
}
.search-result-page .sr-block .sr-content {
  display: block;
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .search-result-page .sr-block .sr-content:hover h3 {
    color: #D9052A;
    text-decoration: underline;
  }
}
.search-result-page .sr-block .sr-items {
  padding-bottom: 2rem;
  border-bottom: 1px solid #D9052A;
}
.search-result-page .sr-block .sr-items:not(:last-child) {
  margin-bottom: 2rem;
}
.search-result-page .sr-block .sr-items .eyebrow-text {
  margin-bottom: 0.5rem;
}
.search-result-page .sr-block .sr-items h3 {
  margin: 0;
  font-weight: 400;
  transition: 0.35s ease 0s;
}
.search-result-page .sr-block .sr-items p {
  margin-top: 1rem;
}
.search-result-page .sr-block .sr-filter-title {
  font-weight: 300;
}
.search-result-page .sr-filter-item.checkbox {
  padding: 0.313rem 0;
}
.search-result-page .sr-filter-item.checkbox:last-child {
  padding-bottom: 0;
}
.search-result-page .sr-filter-item.checkbox input[type=checkbox]:checked + label {
  font-weight: 400;
}
.search-result-page .sr-filter-item.checkbox input[type=checkbox]:checked + label::before {
  border-color: #D9052A;
  background-color: #D9052A;
}
.search-result-page .sr-filter-item.checkbox input[type=checkbox]:checked + label::after {
  top: 0.18em;
  left: 0.44em;
  width: 5px;
  height: 10px;
  border-color: #fff;
}
.search-result-page .sr-filter-item.checkbox label {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.625rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.35;
}
.search-result-page .sr-filter-item.checkbox label::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.438rem;
  border-color: #E5E3DF;
}
.search-result-page .sr-filter-btn-wrap {
  display: flex;
  margin-top: 1rem;
}
.search-result-page .sr-filter-btn-wrap a {
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #000;
  transition: 0.4s;
}
.search-result-page .sr-filter-btn-wrap a:first-child {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  border-right: 1px solid #000;
}
.search-result-page .sr-filter-wrap {
  margin: 0;
  padding: 0;
}
.search-result-page .sr-filter-item {
  list-style: none;
}

.error-404-section {
  --header-height: 8.5rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(var(--header-height) + 3.625rem);
  padding-bottom: 5.125rem;
}
@media (max-width: 767px) {
  .error-404-section {
    --header-height: 3.125rem;
  }
}
.error-404-section .bg-img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error-404-section .bg-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(180deg, rgba(5, 1, 2, 0) 0%, #050102 100%);
}
@media (max-width: 767px) {
  .error-404-section .bg-img::before {
    height: 100%;
    background-image: linear-gradient(180deg, rgba(5, 1, 2, 0) 30%, #050102 130.55%);
  }
}
.error-404-section .bg-img picture {
  width: 100%;
  height: 100%;
}
.error-404-section .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
@media (min-width: 768px) {
  .error-404-section .bg-img img {
    object-position: 0 -3.75rem;
  }
}
.error-404-section .error-wrap {
  position: relative;
  z-index: 1;
}
.error-404-section .error-wrap h1 {
  font-weight: 400;
}
.error-404-section .description p {
  color: #fff;
}
.error-404-section .description li {
  text-align: left;
}
.error-404-section .btn-wrap {
  margin-top: 1.5rem;
}

.bio-detail-hero {
  --header-height: 8.5rem;
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--header-height) + 2.25rem);
}
@media (max-width: 767px) {
  .bio-detail-hero {
    --header-height: 3.125rem;
  }
}
.bio-detail-hero .breadcrumbs {
  margin-bottom: 2.125rem;
}
@media (max-width: 767px) {
  .bio-detail-hero .breadcrumbs {
    margin-bottom: 3rem;
  }
}
.bio-detail-hero .bdh-right {
  align-self: flex-end;
}
.bio-detail-hero .bdh-content {
  padding-bottom: 2.625rem;
}
@media (max-width: 767px) {
  .bio-detail-hero .bdh-content {
    padding-bottom: 1rem;
  }
}
.bio-detail-hero .bdh-content h1 {
  margin-bottom: 0.5rem;
}
.bio-detail-hero .bdh-content .linkdin-link {
  align-items: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .bio-detail-hero .bdh-content .linkdin-link {
    margin-top: 0.5rem;
  }
}
.bio-detail-hero .bdh-content .linkdin-link span {
  display: block;
  margin-right: 0.688rem;
}
.bio-detail-hero .bdh-content .linkdin-link a {
  display: flex;
  width: 1.375rem;
  height: 1.375rem;
  border: none;
}
.bio-detail-hero .bdh-content .linkdin-link a:hover {
  color: #D9052A;
}
.bio-detail-hero .bdh-content .linkdin-link a svg {
  width: 100%;
  height: 100%;
}
.bio-detail-hero .bdh-img {
  position: relative;
  aspect-ratio: 292/265;
  background-color: #26040D;
  box-shadow: 0 4px 144px rgba(217, 5, 42, 0.8);
}
.bio-detail-hero .bdh-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .bio-detail-hero .bdh-img-wrap {
    max-width: 18.25rem;
    margin: 0 auto;
  }
}

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