@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* site wide variables (colours, font sizes) */
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Regular.woff2") format("woff2"), url("../fonts/Sailec-Regular.woff") format("woff"), url("../fonts/Sailec-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Medium.woff2") format("woff2"), url("../fonts/Sailec-Medium.woff") format("woff"), url("../fonts/Sailec-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Bold.woff2") format("woff2"), url("../fonts/Sailec-Bold.woff") format("woff"), url("../fonts/Sailec-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* site wide variables (colours, fonts) */
/*--------------------------------------------------
	!Collection of common classes
	and SASS mixins
-------------------------------------------------- */
/*	--------------------------------------------------
	!Common Classes
-------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  max-width: 100%;
}

.slick-slider * {
  max-width: none;
}
.slick-slider img {
  max-width: 100%;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table,
table * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

* html .clearfix {
  height: 1%;
}

.main-wrapper,
.pakery-grid,
.gform_fields,
.clearfix {
  display: block;
}

.visually-hidden, .news-events-archive-section .filter-con .facetwp-type-radio .facetwp-radio input[type=radio],
.polling-tables-archive-section .filter-con .facetwp-type-radio .facetwp-radio input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a svg,
button svg {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g,
button svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g *,
button svg g * {
  -webkit-transition: 0.3s 0s !important;
  transition: 0.3s 0s !important;
}

i[class^=fa-] {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before, i[class^=fa-]:after,
i[class^=fa-] * {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}

/* mixin (@include font-size(??); , @include svg_img("../images/??");) and common classes (.clearfix, .img-replacment) */
html {
  font-size: 0.5555555556vw;
  font-family: "Sailec", sans-serif;
  font-weight: 400;
  margin-top: 0 !important;
  background-color: #FAFAF8;
  overflow-x: clip;
}
@media (min-width: 1921px) {
  html {
    font-size: 10.667px;
  }
}
html.internal-loaded .loading-block {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html .loading-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: #224099;
  z-index: 9999999;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: width;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 992px) {
  html {
    font-size: 2.1333333333vw;
    overflow-x: clip;
  }
}
@media (max-width: 992px) and (min-width: 525px) {
  html {
    font-size: 1.1713030747vw;
  }
}
html#BTT {
  margin-top: 0 !important;
}
html:-webkit-scrollbar {
  display: none;
}
html:before, html:after,
html * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html:before:-webkit-scrollbar, html:after:-webkit-scrollbar,
html *:-webkit-scrollbar {
  display: none;
}
html * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html *:-webkit-scrollbar {
  display: none;
}
html *:before, html *:after,
html * * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html *:before:-webkit-scrollbar, html *:after:-webkit-scrollbar,
html * *:-webkit-scrollbar {
  display: none;
}

body {
  color: #444B55;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  position: relative;
  overflow: clip;
  -ms-overflow-style: auto;
  scrollbar-width: auto;
  -webkit-font-feature-settings: "calt" 1;
          font-feature-settings: "calt" 1;
  padding-top: 14.067rem;
}
@media (max-width: 992px) {
  body {
    padding-top: 8.045rem;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
body:-webkit-scrollbar {
  display: none;
}
body:before, body:after,
body * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body:before:-webkit-scrollbar, body:after:-webkit-scrollbar,
body *:-webkit-scrollbar {
  display: none;
}
body * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body *:-webkit-scrollbar {
  display: none;
}
body *:before, body *:after,
body * * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body *:before:-webkit-scrollbar, body *:after:-webkit-scrollbar,
body * *:-webkit-scrollbar {
  display: none;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label,
label,
h1,
.text-with-stats-2-section .stats-con .stats .stat,
.text-with-stats-section .stats-con .stats .stat,
h2,
h3,
h4,
h5,
.gform_wrapper .gfield--input-type-section .gsection_title,
h6,
p,
address,
blockquote,
pre,
table,
li:not(.menu-item) {
  color: #444B55;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 1.6em;
  margin-bottom: 0.95em;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media (max-width: 992px) {
  .wc-block-checkout__terms .wc-block-components-checkbox__label,
  label,
  h1,
  .text-with-stats-2-section .stats-con .stats .stat,
  .text-with-stats-section .stats-con .stats .stat,
  h2,
  h3,
  h4,
  h5,
  .gform_wrapper .gfield--input-type-section .gsection_title,
  h6,
  p,
  address,
  blockquote,
  pre,
  table,
  li:not(.menu-item) {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a,
label a,
h1 a,
.text-with-stats-2-section .stats-con .stats .stat a,
.text-with-stats-section .stats-con .stats .stat a,
h2 a,
h3 a,
h4 a,
h5 a,
.gform_wrapper .gfield--input-type-section .gsection_title a,
h6 a,
p a,
address a,
blockquote a,
pre a,
table a,
li:not(.menu-item) a {
  font-size: inherit;
  text-decoration: underline;
  font-weight: 500;
  color: inherit;
  position: relative;
  display: inline-block;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a:hover, .wc-block-checkout__terms .wc-block-components-checkbox__label a:focus-visible,
label a:hover,
label a:focus-visible,
h1 a:hover,
h1 a:focus-visible,
.text-with-stats-2-section .stats-con .stats .stat a:hover,
.text-with-stats-section .stats-con .stats .stat a:hover,
.text-with-stats-2-section .stats-con .stats .stat a:focus-visible,
.text-with-stats-section .stats-con .stats .stat a:focus-visible,
h2 a:hover,
h2 a:focus-visible,
h3 a:hover,
h3 a:focus-visible,
h4 a:hover,
h4 a:focus-visible,
h5 a:hover,
h5 a:focus-visible,
.gform_wrapper .gfield--input-type-section .gsection_title a:hover,
.gform_wrapper .gfield--input-type-section .gsection_title a:focus-visible,
h6 a:hover,
h6 a:focus-visible,
p a:hover,
p a:focus-visible,
address a:hover,
address a:focus-visible,
blockquote a:hover,
blockquote a:focus-visible,
pre a:hover,
pre a:focus-visible,
table a:hover,
table a:focus-visible,
li:not(.menu-item) a:hover,
li:not(.menu-item) a:focus-visible {
  text-decoration: none;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label strong,
label strong,
h1 strong,
.text-with-stats-2-section .stats-con .stats .stat strong,
.text-with-stats-section .stats-con .stats .stat strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
.gform_wrapper .gfield--input-type-section .gsection_title strong,
h6 strong,
p strong,
address strong,
blockquote strong,
pre strong,
table strong,
li:not(.menu-item) strong {
  font-weight: 600;
  color: inherit;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label em,
label em,
h1 em,
.text-with-stats-2-section .stats-con .stats .stat em,
.text-with-stats-section .stats-con .stats .stat em,
h2 em,
h3 em,
h4 em,
h5 em,
.gform_wrapper .gfield--input-type-section .gsection_title em,
h6 em,
p em,
address em,
blockquote em,
pre em,
table em,
li:not(.menu-item) em {
  color: inherit;
  text-transform: none;
  font-family: "Sailec", sans-serif;
  color: #295BFF;
  font-weight: 500;
  font-style: normal;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label span[style*=color] em,
label span[style*=color] em,
h1 span[style*=color] em,
.text-with-stats-2-section .stats-con .stats .stat span[style*=color] em,
.text-with-stats-section .stats-con .stats .stat span[style*=color] em,
h2 span[style*=color] em,
h3 span[style*=color] em,
h4 span[style*=color] em,
h5 span[style*=color] em,
.gform_wrapper .gfield--input-type-section .gsection_title span[style*=color] em,
h6 span[style*=color] em,
p span[style*=color] em,
address span[style*=color] em,
blockquote span[style*=color] em,
pre span[style*=color] em,
table span[style*=color] em,
li:not(.menu-item) span[style*=color] em {
  color: inherit;
}

h1,
.text-with-stats-2-section .stats-con .stats .stat,
.text-with-stats-section .stats-con .stats .stat,
h2,
h3,
h4,
h5,
.gform_wrapper .gfield--input-type-section .gsection_title,
h6,
blockquote {
  margin-bottom: 0.25em;
  font-family: "Sailec", sans-serif;
  color: #1D242C;
}
h1:has(img),
.text-with-stats-2-section .stats-con .stats .stat:has(img),
.text-with-stats-section .stats-con .stats .stat:has(img),
h2:has(img),
h3:has(img),
h4:has(img),
h5:has(img),
.gform_wrapper .gfield--input-type-section .gsection_title:has(img),
h6:has(img),
blockquote:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h1 img,
.text-with-stats-2-section .stats-con .stats .stat img,
.text-with-stats-section .stats-con .stats .stat img,
h2 img,
h3 img,
h4 img,
h5 img,
.gform_wrapper .gfield--input-type-section .gsection_title img,
h6 img,
blockquote img {
  width: 10rem;
}

h1,
.text-with-stats-2-section .stats-con .stats .stat,
.text-with-stats-section .stats-con .stats .stat {
  font-size: 6.4rem;
  line-height: 1.0625;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 1.08em;
}
@media (max-width: 992px) {
  h1,
  .text-with-stats-2-section .stats-con .stats .stat,
  .text-with-stats-section .stats-con .stats .stat {
    font-size: 3.6rem;
    line-height: 1.2222222222;
    margin-bottom: 0.38em;
    font-weight: 700;
  }
}

h2 {
  font-size: 4.8rem;
  line-height: 1.1666666667;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-bottom: 0.72em;
}
@media (max-width: 992px) {
  h2 {
    font-size: 3.6rem;
    line-height: 1.2222222222;
    margin-bottom: 0.88em;
    font-weight: 500;
  }
}

h3 {
  font-size: 3.4rem;
  line-height: 1.2352941176;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  h3 {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    margin-bottom: 0.3em;
    font-weight: 500;
  }
}

h4 {
  font-size: 2.6rem;
  line-height: 1.3076923077;
  font-weight: 500;
  margin-bottom: 0.65em;
}
@media (max-width: 992px) {
  h4 {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    font-weight: 500;
  }
}

h5,
.gform_wrapper .gfield--input-type-section .gsection_title {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.85em;
  font-weight: 500;
}
@media (max-width: 992px) {
  h5,
  .gform_wrapper .gfield--input-type-section .gsection_title {
    margin-bottom: 0.65em;
    font-weight: 500;
  }
}

h6 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
@media (max-width: 992px) {
  h6 {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 400;
  }
}

h1 a,
.text-with-stats-2-section .stats-con .stats .stat a,
.text-with-stats-section .stats-con .stats .stat a,
h2 a,
h3 a,
h4 a,
h5 a,
.gform_wrapper .gfield--input-type-section .gsection_title a,
h6 a {
  font-weight: inherit;
}

p {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media (max-width: 992px) {
  p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
p strong {
  font-weight: 500;
}
p.small {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
}
p.large {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 992px) {
  p.large {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

p + ul, p + ol {
  margin-top: -0.45em;
}

@media (max-width: 992px) {
  br {
    display: none;
  }
}

sub,
sup {
  font-size: 25.9%;
  font-size: 51.5625%;
  font-weight: inherit;
  margin-left: -0.1em;
}

sup {
  top: -0.71em;
}

sub {
  bottom: 0.3em;
}

small {
  font-size: 86.666666%;
}
small a {
  text-decoration: none;
  font-weight: 600;
}
small a:hover, small a:focus-visible {
  text-decoration: underline;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

button,
a {
  font-size: inherit;
  color: #444B55;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: from-font;
  text-underline-offset: -0.001em;
}
button:before, button:after,
button *:before,
button *:after,
button *,
a:before,
a:after,
a *:before,
a *:after,
a * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover, button:focus-visible,
a:hover,
a:focus-visible {
  text-decoration: none;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

mark {
  background-color: transparent;
  color: inherit;
  padding: 0em 0em 0em 2em;
  display: block;
  border-left: 0.4rem solid #295BFF;
  font-size: 1.6rem;
  line-height: 1.625;
}

strong {
  font-weight: 600;
}

blockquote {
  font-size: 3rem;
  line-height: 1.4666666667;
  margin: 1.3em 0 1.1em;
  text-transform: none;
  padding: 0.8rem 0;
  font-style: normal;
  position: relative;
  z-index: 1;
  font-weight: 600;
  text-align: left;
  color: #231F20;
}
@media (max-width: 992px) {
  blockquote {
    font-size: 2.6rem;
    padding: 0.8rem 0;
  }
}
blockquote ~ .by {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 600;
  font-family: "Sailec", sans-serif;
}
blockquote p {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  letter-spacing: inherit !important;
  display: inline;
  color: inherit !important;
}

hr {
  border: 0;
  width: 100%;
  height: 0.1rem;
  min-height: 1px;
  background-color: #444B55;
  margin: 3.8rem auto 3.8rem;
}
hr:first-of-type {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #444B55;
  margin-bottom: 1.5em;
}
@media (max-width: 992px) {
  address {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 1.3em;
}
ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd,
dl li,
dl dt,
dl dd {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media (max-width: 992px) {
  ol li,
  ol dt,
  ol dd,
  ul li,
  ul dt,
  ul dd,
  dl li,
  dl dt,
  dl dd {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
ol li.small,
ol dt.small,
ol dd.small,
ul li.small,
ul dt.small,
ul dd.small,
dl li.small,
dl dt.small,
dl dd.small {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
}
ol li.large,
ol dt.large,
ol dd.large,
ul li.large,
ul dt.large,
ul dd.large,
dl li.large,
dl dt.large,
dl dd.large {
  font-size: 2rem;
  line-height: 1.4;
}
ol li a,
ol dt a,
ol dd a,
ul li a,
ul dt a,
ul dd a,
dl li a,
dl dt a,
dl dd a {
  font-size: inherit;
}
ol dd,
ul dd,
dl dd {
  margin-bottom: 1rem;
}

.acf_content ol,
.acf_content ul,
.acf_content dl,
main ol,
main ul,
main dl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .acf_content ol,
  .acf_content ul,
  .acf_content dl,
  main ol,
  main ul,
  main dl {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0;
}
ul li:not(.menu-item) {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  list-style: none;
  position: relative;
}
@media (max-width: 992px) {
  ul li:not(.menu-item) {
    margin-bottom: 1.3em;
  }
}
ul li:not(.menu-item):before {
  content: "";
  position: absolute;
  left: 0.65em;
  top: 0.62em;
  width: 0.2em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}
ul li:not(.menu-item) ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
ol:not(.pagination) {
  list-style-position: outside;
  padding-left: 0;
  counter-reset: section;
}
ol:not(.pagination) li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
  padding-left: 2.45em;
  line-height: 1.9;
}
ol:not(.pagination) li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.778em;
  min-width: 0.778em;
  aspect-ratio: 1/1;
  background-image: url(../images/tick-point.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0.6em;
  left: 1em;
}
@media (max-width: 992px) {
  ol:not(.pagination) li em:first-child {
    display: block;
    margin-bottom: 0.2em;
  }
}
ol:not(.pagination) li:has(+ li) {
  margin-bottom: 0.38em;
}
@media (max-width: 992px) {
  ol:not(.pagination) li:has(+ li) {
    margin-bottom: 0.88em;
  }
}

ul.el-select-dropdown__list,
ul.wc-item-meta,
ul.order_details,
ul.filter-items,
ul.woocommerce-PaymentMethods,
ul.woocommerce-shipping-methods,
ul.woocommerce-order-overview,
ul.wc_payment_methods,
ul.select2-results__options,
.woocommerce-MyAccount-navigation ul,
ul.woocommerce-error,
ul.tabs,
ul.term-menu,
ul.small-menu,
ul.main-menu,
ul.footer-menu,
ul.sub-menu,
ul.g_fields,
ul.social-menu,
ul.slick {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}
ul.el-select-dropdown__list > li,
ul.wc-item-meta > li,
ul.order_details > li,
ul.filter-items > li,
ul.woocommerce-PaymentMethods > li,
ul.woocommerce-shipping-methods > li,
ul.woocommerce-order-overview > li,
ul.wc_payment_methods > li,
ul.select2-results__options > li,
.woocommerce-MyAccount-navigation ul > li,
ul.woocommerce-error > li,
ul.tabs > li,
ul.term-menu > li,
ul.small-menu > li,
ul.main-menu > li,
ul.footer-menu > li,
ul.sub-menu > li,
ul.g_fields > li,
ul.social-menu > li,
ul.slick > li {
  padding-left: 0;
  margin-bottom: 0;
}
ul.el-select-dropdown__list > li:before, ul.el-select-dropdown__list > li:after,
ul.wc-item-meta > li:before,
ul.wc-item-meta > li:after,
ul.order_details > li:before,
ul.order_details > li:after,
ul.filter-items > li:before,
ul.filter-items > li:after,
ul.woocommerce-PaymentMethods > li:before,
ul.woocommerce-PaymentMethods > li:after,
ul.woocommerce-shipping-methods > li:before,
ul.woocommerce-shipping-methods > li:after,
ul.woocommerce-order-overview > li:before,
ul.woocommerce-order-overview > li:after,
ul.wc_payment_methods > li:before,
ul.wc_payment_methods > li:after,
ul.select2-results__options > li:before,
ul.select2-results__options > li:after,
.woocommerce-MyAccount-navigation ul > li:before,
.woocommerce-MyAccount-navigation ul > li:after,
ul.woocommerce-error > li:before,
ul.woocommerce-error > li:after,
ul.tabs > li:before,
ul.tabs > li:after,
ul.term-menu > li:before,
ul.term-menu > li:after,
ul.small-menu > li:before,
ul.small-menu > li:after,
ul.main-menu > li:before,
ul.main-menu > li:after,
ul.footer-menu > li:before,
ul.footer-menu > li:after,
ul.sub-menu > li:before,
ul.sub-menu > li:after,
ul.g_fields > li:before,
ul.g_fields > li:after,
ul.social-menu > li:before,
ul.social-menu > li:after,
ul.slick > li:before,
ul.slick > li:after {
  display: none;
}

html body table:not(.ui-datepicker-calendar) {
  margin-bottom: 1.77778em;
  border: none;
  width: 100% !important;
  background-color: transparent;
  text-align: left;
  table-layout: fixed;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  overflow: hidden;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar) {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
html body table:not(.ui-datepicker-calendar) * {
  vertical-align: top;
}
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
html body table:not(.ui-datepicker-calendar) thead td,
html body table:not(.ui-datepicker-calendar) thead th {
  padding: 1.2rem 2.3rem;
  font-family: "Sailec", sans-serif;
  color: #444B55;
  font-weight: 400;
  color: #222222;
  font-size: 1.8rem;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
  html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
  html body table:not(.ui-datepicker-calendar) thead td,
  html body table:not(.ui-datepicker-calendar) thead th {
    font-size: 1.6rem;
  }
}
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td:last-of-type,
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th:last-of-type,
html body table:not(.ui-datepicker-calendar) thead td:last-of-type,
html body table:not(.ui-datepicker-calendar) thead th:last-of-type {
  border-right: none;
}
html body table:not(.ui-datepicker-calendar) tbody td {
  padding: 1.2rem 2.3rem;
  color: #444B55;
  font-size: 1.8rem;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar) tbody td {
    font-size: 1.6rem;
  }
}

.wp-caption .wp-caption-text {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(35, 31, 32, 0.3);
  text-align: right;
}
.wp-caption .wp-caption-text:last-of-type:last-of-type {
  margin-bottom: 0;
  padding-top: 0.9rem;
}

svg,
p.p-img a,
p.p-img img,
.wp-caption,
video,
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
svg.alignnone,
p.p-img a.alignnone,
p.p-img img.alignnone,
.wp-caption.alignnone,
video.alignnone,
img.alignnone {
  margin: 1.4em 0 1.4em;
  width: auto;
}
svg.alignright,
p.p-img a.alignright,
p.p-img img.alignright,
.wp-caption.alignright,
video.alignright,
img.alignright {
  float: right;
  margin: 1.4em 0 1.4em 1.8em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
svg.alignleft,
p.p-img a.alignleft,
p.p-img img.alignleft,
.wp-caption.alignleft,
video.alignleft,
img.alignleft {
  float: left;
  margin: 1.4em 1.8em 1.4em 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
svg.aligncenter,
p.p-img a.aligncenter,
p.p-img img.aligncenter,
.wp-caption.aligncenter,
video.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 1.4em auto 1.4em;
  width: auto;
}

img {
  width: 100%;
}

a img.alignright {
  float: right;
  margin: 1.4em 0 1.4em 1.8em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

a img.alignleft {
  float: left;
  margin: 1.4em 1.8em 1.4em 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

a img.aligncenter {
  clear: both;
  display: block;
  margin: 1.4em auto 1.4em;
  width: auto;
}

::-moz-selection {
  background: #444b55;
  color: #FFFFFF;
}

::selection {
  background: #444b55;
  color: #FFFFFF;
}

::-moz-selection {
  background: #444b55;
  color: #FFFFFF;
}

.fieldset {
  margin-bottom: 0;
}
.fieldset .field {
  position: relative;
  padding-bottom: 1px;
}
.fieldset div.mage-error[generated] {
  position: absolute;
  bottom: 5px;
}

input[type=radio]:focus-visible + span:before,
input[type=radio]:focus-visible + .wpcf7-list-item-label :before,
input[type=radio]:focus-visible + label:before,
input[type=checkbox]:focus-visible + span:before,
input[type=checkbox]:focus-visible + .wpcf7-list-item-label :before,
input[type=checkbox]:focus-visible + label:before,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
input[name][name][name]:focus-visible,
textarea[name][name][name]:focus-visible,
select[name][name][name]:focus-visible {
  border-color: #009e59 !important;
}

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid,
li.gfield.error input,
.gfield_error .ginput_container_consent label:before,
.gfield_error .ginput_container_consent label:after,
.gfield_error .gchoice label:before,
.gfield_error .gchoice label:after,
.gfield_error input,
.gfield_error select,
.gfield_error .dk-select,
.gfield_error textarea {
  border-color: #E34343 !important;
}

.gfield_error input,
.gfield_error textarea {
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  background-position: right 1.4rem top 1.3rem;
  background-size: 1.6rem auto;
  padding-right: 3.8rem;
}

.gfield_error select {
  background-image: url(../images/select-icon.svg), url(../images/error.svg);
  background-repeat: no-repeat;
  background-position: right 4.4rem top 50%, right 1.4rem top 1.3rem;
  background-size: 1.6rem auto;
  padding-right: 6.6rem;
}

pre {
  font-size: 0.5555555556vw;
  font-size: 1rem;
}

.main-wrapper {
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 0;
  width: 100%;
  width: 100dvw;
}
.main-wrapper section {
  overflow-x: clip;
}

.inner {
  position: relative;
}

img.full-bg,
.full-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

video.full-bg,
img.full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .wpml-ls-legacy-dropdown-click {
  width: 7em;
  margin-right: 3.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  body .wpml-ls-legacy-dropdown-click {
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  body .wpml-ls-legacy-dropdown-click .wpml-ls-native {
    display: none;
  }
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click .wpml-ls-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1.576rem !important;
  line-height: 1.5555555556;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Sailec", sans-serif;
  text-align: center;
  padding: 0.85rem 2rem;
  background-color: transparent;
  border: 0.2rem solid #FFFFFF !important;
  border-radius: 4.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.image-slide .swiper-button-next, .image-slide .swiper-button-prev {
  background: #FFF !important;
}

html.internal-loaded body.page-events.events-listing-url-has-extras .loading-block {
  background-color: transparent;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}

em.mic-em-orange {
  color: #FAA61A;
}

em.mic-em-teal {
  color: #00AD9B;
}

em.mic-em-blue {
  color: #2E61AE;
}

em.mic-em-purple {
  color: #8165BA;
}

em.mic-em-red {
  color: #E7502F;
}

em.mic-em-green {
  color: #257A4B;
}

em.mic-em-pink {
  color: #DA51B4;
}

em.mic-em-accent-blue {
  color: #295BFF;
}

em.mic-em-primary-blue {
  color: #224099;
}

em.mic-em-bright-red {
  color: #E34343;
}

em.mic-em-leaf-green {
  color: #009E59;
}

em.mic-em-grey {
  color: #444B55;
}

.container {
  width: 100%;
  padding-right: 6.5;
  padding-left: 6.5;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1111;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 1112;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 1113;
  }
}
@media (min-width: 1114) {
  .container {
    max-width: 1114;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 6.5;
  padding-left: 6.5;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -6.5;
  margin-left: -6.5;
}
.row.no-padding {
  padding: 0;
}
.row {
  max-width: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 6.5;
  padding-left: 6.5;
}
.no-padding.col-xl,
.no-padding.col-xl-auto, .no-padding.col-xl-12, .no-padding.col-xl-11, .no-padding.col-xl-10, .no-padding.col-xl-9, .no-padding.col-xl-8, .no-padding.col-xl-7, .no-padding.col-xl-6, .no-padding.col-xl-5, .no-padding.col-xl-4, .no-padding.col-xl-3, .no-padding.col-xl-2, .no-padding.col-xl-1, .no-padding.col-lg,
.no-padding.col-lg-auto, .no-padding.col-lg-12, .no-padding.col-lg-11, .no-padding.col-lg-10, .no-padding.col-lg-9, .no-padding.col-lg-8, .no-padding.col-lg-7, .no-padding.col-lg-6, .no-padding.col-lg-5, .no-padding.col-lg-4, .no-padding.col-lg-3, .no-padding.col-lg-2, .no-padding.col-lg-1, .no-padding.col-md,
.no-padding.col-md-auto, .no-padding.col-md-12, .no-padding.col-md-11, .no-padding.col-md-10, .no-padding.col-md-9, .no-padding.col-md-8, .no-padding.col-md-7, .no-padding.col-md-6, .no-padding.col-md-5, .no-padding.col-md-4, .no-padding.col-md-3, .no-padding.col-md-2, .no-padding.col-md-1, .no-padding.col-sm,
.no-padding.col-sm-auto, .no-padding.col-sm-12, .no-padding.col-sm-11, .no-padding.col-sm-10, .no-padding.col-sm-9, .no-padding.col-sm-8, .no-padding.col-sm-7, .no-padding.col-sm-6, .no-padding.col-sm-5, .no-padding.col-sm-4, .no-padding.col-sm-3, .no-padding.col-sm-2, .no-padding.col-sm-1, .no-padding.col,
.no-padding.col-auto, .no-padding.col-12, .no-padding.col-11, .no-padding.col-10, .no-padding.col-9, .no-padding.col-8, .no-padding.col-7, .no-padding.col-6, .no-padding.col-5, .no-padding.col-4, .no-padding.col-3, .no-padding.col-2, .no-padding.col-1 {
  padding: 0;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 993px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1114) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 993px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1114) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.container-fluid.no-padding,
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* adapted boostap 4 grid*/
header[role=banner] {
  z-index: 50;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 999999px;
          perspective: 999999px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.scroll-down header[role=banner] .menu-top-outer .container,
body.scroll-up header[role=banner] .menu-top-outer .container {
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
}

#site-logo {
  display: block;
  height: auto;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  aspect-ratio: 156/48;
}
@media (max-width: 992px) {
  #site-logo {
    width: 10.1rem;
    z-index: 4;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#site-logo svg,
#site-logo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-top-outer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .menu-top-outer {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.menu-top-outer .container {
  max-width: 137.6rem;
  background-color: #FAFAF8;
  border: 0.1rem solid #ECEBE4;
  padding: 0 1.5rem;
  border-radius: 0.8rem;
}
@media (max-width: 992px) {
  .menu-top-outer .container {
    max-width: calc(100% - 1.6rem);
  }
}
@media (max-width: 992px) {
  .menu-top-outer .row {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.menu-top-outer #site-logo,
.menu-top-outer .burger,
.menu-top-outer .main-menu-con > .btn {
  color: #FFFFFF;
}
.menu-top-outer .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
}
.menu-top-outer .col-12 .left,
.menu-top-outer .col-12 .middle,
.menu-top-outer .col-12 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-top-outer .col-12 .left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 15.6rem;
}
.menu-top-outer .col-12 .middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.menu-top-outer .col-12 .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.mob-only.mob-only {
  width: 100%;
}
@media (min-width: 993px) {
  .mob-only.mob-only {
    display: none;
  }
}

.burger {
  height: 4rem;
  width: 4rem;
  border-radius: 0;
  line-height: 4rem;
  padding: 0;
  -webkit-perspective: 900000px;
  perspective: 900000px;
  z-index: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  border-radius: 0;
  color: #ECEBE4;
  display: none;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .burger {
    display: block;
    height: 2.4rem;
    width: 2.4rem;
    line-height: 2.4rem;
    z-index: 3;
  }
}
.burger:hover {
  cursor: pointer;
}
.burger:hover:not(.open) .line1:before, .burger:hover:not(.open) .line1:after {
  left: 0;
}
.burger .line1 {
  width: 5rem;
  max-width: 100%;
  height: 0.2rem;
  background-color: #1D242C;
  position: absolute;
  top: 1.9rem;
  left: 50%;
  border-radius: 0rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center center;
}
@media (max-width: 992px) {
  .burger .line1 {
    width: 1.6rem;
    height: 0.2rem;
    top: 1.1rem;
    border-radius: 0;
  }
}
.burger .line1:before, .burger .line1:after {
  width: 5rem;
  max-width: 5rem;
  height: 0.2rem;
  position: absolute;
  content: "";
  left: 0px;
  border-radius: 0rem;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .burger .line1:before, .burger .line1:after {
    width: 1.6rem;
    max-width: 1.6rem;
    height: 0.2rem;
    border-radius: 0;
  }
}
.burger .line1:before {
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  background-color: #1D242C;
}
@media (max-width: 992px) {
  .burger .line1:before {
    -webkit-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
.burger .line1:after {
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  background-color: #1D242C;
}
@media (max-width: 992px) {
  .burger .line1:after {
    -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
.burger.close .line1 {
  background-color: #1D242C;
  -webkit-transition: visibility 0.1s 0.2s, background-color 0.1s 0.2s, background-size 0.1s 0.2s;
  transition: visibility 0.1s 0.2s, background-color 0.1s 0.2s, background-size 0.1s 0.2s;
  background-size: 100% 100%;
}
.burger.close .line1:before {
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  background-color: #1D242C;
  visibility: visible;
  -webkit-animation: before 0.5s linear;
          animation: before 0.5s linear;
  -webkit-transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .burger.close .line1:before {
    -webkit-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
    -webkit-animation: beforeM 0.5s linear;
            animation: beforeM 0.5s linear;
  }
}
.burger.close .line1:after {
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  background-color: #1D242C;
  visibility: visible;
  -webkit-animation: after 0.5s linear;
          animation: after 0.5s linear;
  -webkit-transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .burger.close .line1:after {
    -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    -webkit-animation: afterM 0.5s linear;
            animation: afterM 0.5s linear;
  }
}
@-webkit-keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@-webkit-keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@-webkit-keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@-webkit-keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
.burger.open {
  z-index: 112;
}
.burger.open .line1 {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-size 0.1s 0.25s;
  transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-size 0.1s 0.25s;
  background-color: transparent;
  background-size: 100% 0;
}
.burger.open .line1:before {
  -webkit-transform: rotate(45deg) translateY(0);
      -ms-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
  background-color: #1D242C;
  visibility: visible;
  -webkit-animation: before-open 0.5s linear;
          animation: before-open 0.5s linear;
  -webkit-transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  left: 0;
}
@media (max-width: 992px) {
  .burger.open .line1:before {
    -webkit-animation: before-openM 0.5s linear;
            animation: before-openM 0.5s linear;
  }
}
.burger.open .line1:after {
  -webkit-transform: rotate(-45deg) translateY(0);
      -ms-transform: rotate(-45deg) translateY(0);
          transform: rotate(-45deg) translateY(0);
  background-color: #1D242C;
  visibility: visible;
  -webkit-animation: after-open 0.5s linear;
          animation: after-open 0.5s linear;
  -webkit-transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  left: 0;
}
@media (max-width: 992px) {
  .burger.open .line1:after {
    -webkit-animation: after-openM 0.5s linear;
            animation: after-openM 0.5s linear;
  }
}
@-webkit-keyframes before-open {
  0% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@keyframes before-open {
  0% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@-webkit-keyframes after-open {
  0% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@keyframes after-open {
  0% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@-webkit-keyframes before-openM {
  0% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@keyframes before-openM {
  0% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@-webkit-keyframes after-openM {
  0% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@keyframes after-openM {
  0% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}

@media (min-width: 993px) {
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-ancestor > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-page-ancestor > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-parent > a,
  .main-menu.main-menu.main-menu .sub-menu > .current_page_parent > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-item > a,
  .main-menu.main-menu.main-menu > .current-menu-ancestor > a,
  .main-menu.main-menu.main-menu > .current-page-ancestor > a,
  .main-menu.main-menu.main-menu > .current-menu-parent > a,
  .main-menu.main-menu.main-menu > .current_page_parent > a,
  .main-menu.main-menu.main-menu > .current-menu-item > a {
    color: #295BFF;
  }
}
.main-menu-con {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 993px) {
  .main-menu-con .mega-menu-side {
    display: block;
  }
  .main-menu-con .mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-menu-con {
    max-height: calc(100dvh - 8.045rem - 1.8rem);
    border: 0.1rem solid #ECEBE4;
    position: absolute;
    left: 0.8rem;
    width: calc(100% - 1.6rem);
    border-radius: 0.8rem;
    top: 9.245rem;
    background-color: #FAFAF8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-bottom: 2.45rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu-open .main-menu-con {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-menu-con .btn {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
    width: calc(100% - 3.2rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 3.7rem !important;
  }
}
.main-menu-con .btn {
  white-space: nowrap;
  margin-left: 2.6rem;
}

ul.main-menu.main-menu {
  margin: 0;
  font-size: 0rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  ul.main-menu.main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.4rem 1.6rem 0;
    overflow: auto;
    max-height: calc(100dvh - 11.454rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu .menu-item-has-children > a {
    padding-right: 2rem;
  }
  ul.main-menu.main-menu .menu-item-has-children > a:hover:after, ul.main-menu.main-menu .menu-item-has-children > a:focus-visible:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
  ul.main-menu.main-menu .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    aspect-ratio: 1/1;
    width: 1.6rem;
    background-size: 100% auto;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
    -webkit-transform: translateY(-50%) rotateX(0deg);
            transform: translateY(-50%) rotateX(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu .menu-item-has-children.open > a:after {
    -webkit-transform: rotateX(0deg) rotateX(180deg);
            transform: rotateX(0deg) rotateX(180deg);
  }
  ul.main-menu.main-menu .menu-item-has-children > a {
    pointer-events: none;
  }
  ul.main-menu.main-menu .menu-item-has-children > a:after {
    content: "";
    aspect-ratio: 1/1;
    width: 1.6rem;
    background-size: 100% auto;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
    -webkit-transform: rotateX(0deg) rotate(0deg);
            transform: rotateX(0deg) rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    margin-left: 0.5rem;
  }
}
ul.main-menu.main-menu > li {
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  margin: 0 2.4rem 0 0;
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li {
    margin: 0 0 0 0;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li.hide {
    display: none;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li.mob-only {
    display: none;
  }
  ul.main-menu.main-menu > li:hover > a, ul.main-menu.main-menu > li:focus-visible > a {
    color: #295BFF;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li.menu-item-has-children:hover > .sub-menu, ul.main-menu.main-menu > li.menu-item-has-children:focus-visible > .sub-menu {
    pointer-events: auto;
    -webkit-transition: 0.3s 0.1s;
    transition: 0.3s 0.1s;
    opacity: 1;
    visibility: visible;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    max-width: none;
    top: 100%;
    left: 0;
    pointer-events: none;
    margin: 0;
    z-index: 1;
    background-color: transparent;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0.7rem 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: 15.7rem;
    max-width: none;
    left: -2.1rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu:after {
    content: "";
    position: absolute;
    top: 0.7rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FAFAF8;
    border-radius: 0.8rem;
    z-index: -1;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu li {
    position: static;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu li:first-of-type {
    margin-top: 0.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu li:has(+ li) {
    margin-bottom: 0.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu li:last-of-type {
    margin-bottom: 0.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu > li > a {
    font-style: normal;
    text-transform: none;
    color: #1D242C;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.6rem 0;
    font-weight: 500;
    position: relative;
    z-index: 1;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu > li > a:hover, ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu > li > a:focus-visible {
    color: #295BFF;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li.menu-item-has-children {
    position: relative;
    padding-right: 3.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children.open > .sub-menu {
    max-height: 150rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: visible;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    margin: 0;
    width: calc(100% + 3.8rem);
    max-width: calc(100% + 3.8rem);
    padding-left: 2.4rem;
    margin-left: 0.4rem;
    border-left: 0.15rem solid #ECEBE4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu .sub-menu {
    padding-left: 1.6rem;
    margin-left: 1.2rem;
    border-left: 0.1rem solid #ECEBE4;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li {
    display: block;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
    padding-right: 3.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
    right: -3.5rem;
    top: 1.7rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children.open > .sub-menu {
    max-height: 90rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 0.8rem;
    padding-bottom: 2.2rem;
    overflow: visible;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li:after {
    top: 0.9rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a {
    white-space: nowrap;
    font-size: 1.6rem;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    padding: 0.75rem 0.8rem 0.75rem 0;
    position: relative;
    z-index: 1;
    text-transform: none;
    text-decoration: none;
    display: block;
    color: #1D242C;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a:hover, ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a:focus-visible {
    color: #295BFF;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.single > a, ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.dual > a, ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.triple > a {
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: right 19.1rem top 50%;
    background-size: 3.6rem auto;
    padding-right: 23.5rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.single > a {
    background-image: url(../images/single.svg);
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.dual > a {
    background-image: url(../images/dual.svg);
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.triple > a {
    background-image: url(../images/triple.svg);
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li > a:after {
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li > a {
    color: #231F20;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-height: 9999rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul ul a {
    color: #231F20;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul ul a:after {
    display: none;
  }
}
ul.main-menu.main-menu > li.no-link > a {
  pointer-events: none;
}
ul.main-menu.main-menu > li > a {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  width: auto;
  color: #1D242C;
  text-decoration: none !important;
  font-weight: 500;
  font-family: "Sailec", sans-serif;
  position: relative;
  padding: 2.8rem 0;
  display: block;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li > a:hover, ul.main-menu.main-menu > li > a:focus-visible {
    color: #295BFF;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li > a {
    padding: 1.2rem 0;
    position: relative;
    z-index: 1;
  }
  ul.main-menu.main-menu > li > a:hover, ul.main-menu.main-menu > li > a:focus-visible {
    color: #295BFF;
  }
}

footer {
  position: relative;
  z-index: 2;
  padding: 3.2rem 0 3.2rem;
}
@media (max-width: 992px) {
  footer {
    padding: 0.8rem 0 0.8rem;
  }
}
footer .footer-top-outer {
  position: relative;
  background-image: url(../images/f-back.jpg);
  background-repeat: no-repeat;
  border-radius: 0.8rem;
  max-width: calc(100% - 3.2rem - 3.2rem);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  footer .footer-top-outer {
    max-width: calc(100% - 0.8rem - 0.8rem);
    background-image: url(../images/f-back-mob.jpg);
  }
}
footer .footer-top-outer .container {
  padding: 3rem 3.2rem 3.5rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .container {
    padding: 3.3rem 1.6rem 1.8rem;
  }
}
footer .footer-top-outer * {
  color: #FAFAF8;
}
footer .footer-top-outer .title-con {
  margin-bottom: 0.1rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .title-con {
    margin-bottom: -0.4rem;
  }
}
footer .footer-top-outer .in-item {
  margin-bottom: 0.8rem;
}
footer .footer-top-outer .in-item .inner {
  background-color: pink;
  min-height: 15.4rem;
}
footer .footer-top-outer .logo-side {
  padding-top: 6.5rem;
}
@media (min-width: 993px) {
  footer .footer-top-outer .logo-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.6%;
            flex: 0 0 47.6%;
    max-width: 47.6%;
    padding-right: 10rem;
  }
}
@media (max-width: 992px) {
  footer .footer-top-outer .logo-side {
    padding-top: 5.6rem;
  }
  footer .footer-top-outer .logo-side p {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
footer .footer-top-outer #footer-logo {
  display: block;
  height: auto;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer #footer-logo {
    width: 20.7rem;
    z-index: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 0 3.1rem;
  }
}
footer .footer-top-outer #footer-logo svg,
footer .footer-top-outer #footer-logo img {
  width: 100%;
}
footer .footer-top-outer p.small {
  margin-bottom: 3.3em;
}
@media (max-width: 992px) {
  footer .footer-top-outer p.small {
    margin-bottom: 2.7em;
  }
}
footer .footer-top-outer .menu-side {
  padding-top: 6.3rem;
}
@media (min-width: 993px) {
  footer .footer-top-outer .menu-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.4666%;
            flex: 0 0 17.4666%;
    max-width: 17.4666%;
  }
}
@media (max-width: 992px) {
  footer .footer-top-outer .menu-side {
    padding-top: 1.5rem;
  }
}
footer .footer-top-outer .footer-menu {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-family: "Sailec", sans-serif;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .footer-menu {
    margin-bottom: 1.7rem;
  }
}
footer .footer-top-outer .footer-menu > li {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-family: "Sailec", sans-serif;
  margin-bottom: 1.6rem;
}
footer .footer-top-outer .footer-menu > li > a {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-family: "Sailec", sans-serif;
  padding: 0;
  text-decoration: none;
  font-weight: 500;
}
@media (min-width: 993px) {
  footer .footer-top-outer .footer-menu > li > a:hover, footer .footer-top-outer .footer-menu > li > a:focus-visible {
    text-decoration: underline;
  }
}
footer .footer-top-outer .social-side {
  padding-top: 6.3rem;
}
@media (min-width: 993px) {
  footer .footer-top-outer .social-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.4666%;
            flex: 0 0 17.4666%;
    max-width: 17.4666%;
  }
}
@media (max-width: 992px) {
  footer .footer-top-outer .social-side {
    padding-top: 1.4rem;
  }
}
footer .footer-top-outer .social-side p.small {
  margin-bottom: 1.9em;
}
@media (max-width: 992px) {
  footer .footer-top-outer .social-side p.small {
    margin-bottom: 1.3em;
  }
}
footer .footer-top-outer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
footer .footer-top-outer .social a:hover, footer .footer-top-outer .social a:focus-visible {
  text-decoration: underline;
}
footer .footer-top-outer .social a svg {
  width: 2.4rem;
  min-width: 2.4rem;
  margin-right: 0.9rem;
}
@media (min-width: 993px) {
  footer .footer-top-outer .filler-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.6%;
            flex: 0 0 47.6%;
    max-width: 47.6%;
  }
}
footer .footer-top-outer .form-side {
  padding-top: 6.2rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .form-side {
    padding-top: 1.5rem;
  }
}
@media (min-width: 993px) {
  footer .footer-top-outer .form-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.9333%;
            flex: 0 0 34.9333%;
    max-width: 34.9333%;
  }
}
footer .footer-top-outer .form-side h5 {
  margin-bottom: 1.3em;
}
footer .footer-top-outer .form-side .gform_wrapper {
  position: relative;
}
footer .footer-top-outer .form-side .gform_wrapper [type=email] {
  border-bottom-color: #FAFAF8;
}
footer .footer-top-outer .form-side .gform_wrapper [type=submit] {
  font-size: 0 !important;
}
footer .footer-top-outer .form-side .gform_wrapper [type=submit] i {
  background-color: #295BFF;
  color: #FFFFFF !important;
  margin-left: 0;
}
footer .footer-top-outer .form-side .gform_wrapper [type=submit]:hover i, footer .footer-top-outer .form-side .gform_wrapper [type=submit]:focus-visible i {
  background-color: #224099;
  color: #FFFFFF !important;
}
footer .footer-top-outer .form-side .gform_wrapper .gform-body input {
  padding-right: 3rem;
}
footer .footer-top-outer .form-side .gform_wrapper .gform-footer {
  position: absolute;
  top: 1.2rem;
  right: 0.1rem;
}
footer .footer-top-outer .copy-side {
  padding-top: 12.4rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .copy-side {
    padding-top: 2.6rem;
  }
  footer .footer-top-outer .copy-side + .copy-side {
    padding-top: 0.8rem;
  }
}
footer .footer-top-outer .copy {
  margin-right: 3.2rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 992px) {
  footer .footer-top-outer .copy {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
footer .footer-top-outer .term-menu {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  footer .footer-top-outer .term-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-top-outer .term-menu > li {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-family: "Sailec", sans-serif;
}
footer .footer-top-outer .term-menu > li:has(+ li) {
  margin-right: 1.6rem;
  border-right: 0.1rem solid #FAFAF8;
  padding-right: 1.6rem;
}
footer .footer-top-outer .term-menu > li > a {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-family: "Sailec", sans-serif;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media (min-width: 993px) {
  footer .footer-top-outer .term-menu > li > a:hover, footer .footer-top-outer .term-menu > li > a:focus-visible {
    text-decoration: underline;
  }
}

.pagination.pagination.pagination {
  margin-bottom: 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .pagination.pagination.pagination {
    margin-top: 3rem;
  }
}
.pagination.pagination.pagination .prev,
.pagination.pagination.pagination .pagination-mid {
  position: relative;
}
.pagination.pagination.pagination .pagination-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination.pagination.pagination div {
  text-align: center;
  width: auto;
  height: 6.8rem;
  font-size: 1.8rem;
  line-height: 3.6666666667;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .pagination.pagination.pagination div {
    height: 3.4rem;
  }
}
.pagination.pagination.pagination div:not(.prev):not(.next) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0;
}
.pagination.pagination.pagination div:not(.prev):not(.next).active {
  pointer-events: none;
}
.pagination.pagination.pagination div:not(.prev):not(.next).active a {
  color: #FAFAF8;
  background-color: #231F20;
}
.pagination.pagination.pagination div:not(.prev):not(.next) span,
.pagination.pagination.pagination div:not(.prev):not(.next) a {
  font-size: 1.8rem;
  display: block;
  color: #1D242C;
  font-weight: 500;
  text-decoration: none;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 0;
  text-align: center;
  font-family: "Sailec", sans-serif;
  background-color: transparent;
  padding: 0 0rem;
  margin: 0 0.8rem;
  border-bottom: 0.1rem solid #1D242C;
}
.pagination.pagination.pagination div:not(.prev):not(.next) span:hover, .pagination.pagination.pagination div:not(.prev):not(.next) span:focus-visible,
.pagination.pagination.pagination div:not(.prev):not(.next) a:hover,
.pagination.pagination.pagination div:not(.prev):not(.next) a:focus-visible {
  color: #295BFF;
  border-bottom-color: #295BFF;
}
.pagination.pagination.pagination div:not(.prev):not(.next).ellipse {
  color: #1D242C;
  border: none;
  margin: 0 0.8rem;
}
.pagination.pagination.pagination div.next span,
.pagination.pagination.pagination div.next a, .pagination.pagination.pagination div.prev span,
.pagination.pagination.pagination div.prev a {
  font-size: 1.8rem;
  width: 6.8rem;
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: transparent;
  border-radius: 6.8rem;
  color: #231F20;
}
@media (max-width: 992px) {
  .pagination.pagination.pagination div.next span,
  .pagination.pagination.pagination div.next a, .pagination.pagination.pagination div.prev span,
  .pagination.pagination.pagination div.prev a {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.pagination.pagination.pagination div.next span svg,
.pagination.pagination.pagination div.next a svg, .pagination.pagination.pagination div.prev span svg,
.pagination.pagination.pagination div.prev a svg {
  width: 2.6rem;
}
@media (max-width: 992px) {
  .pagination.pagination.pagination div.next span svg,
  .pagination.pagination.pagination div.next a svg, .pagination.pagination.pagination div.prev span svg,
  .pagination.pagination.pagination div.prev a svg {
    width: 1.6rem;
  }
}
.pagination.pagination.pagination div.next span svg path,
.pagination.pagination.pagination div.next a svg path, .pagination.pagination.pagination div.prev span svg path,
.pagination.pagination.pagination div.prev a svg path {
  fill: none;
  stroke: currentColor;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.pagination.pagination.pagination div.next span:hover, .pagination.pagination.pagination div.next span:focus-visible,
.pagination.pagination.pagination div.next a:hover,
.pagination.pagination.pagination div.next a:focus-visible, .pagination.pagination.pagination div.prev span:hover, .pagination.pagination.pagination div.prev span:focus-visible,
.pagination.pagination.pagination div.prev a:hover,
.pagination.pagination.pagination div.prev a:focus-visible {
  background-color: #231F20;
  color: #FFFFFF;
}
.pagination.pagination.pagination div.next span, .pagination.pagination.pagination div.prev span {
  pointer-events: none;
}
.pagination.pagination.pagination div.next {
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .pagination.pagination.pagination div.next {
    margin-left: 0.6rem;
  }
}
.pagination.pagination.pagination div.prev {
  margin-right: 1.5rem;
}
@media (max-width: 992px) {
  .pagination.pagination.pagination div.prev {
    margin-right: 0.6rem;
  }
}

.facetwp-type-pager {
  width: 100%;
}

.facetwp-pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.4rem;
}
@media (max-width: 992px) {
  .facetwp-pager {
    margin-top: 3.1rem;
  }
}
.facetwp-pager .facetwp-page:not(.next):not(.prev) {
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: none;
  margin: 0 0.8rem;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  border-radius: 0rem;
  text-align: center;
  font-weight: 500;
  border-bottom: 0.15rem solid transparent;
  color: #1D242C;
}
.facetwp-pager .facetwp-page:not(.next):not(.prev).active, .facetwp-pager .facetwp-page:not(.next):not(.prev):hover, .facetwp-pager .facetwp-page:not(.next):not(.prev):focus-visible {
  border-color: #1D242C;
  color: #1D242C !important;
}
.facetwp-pager .dots {
  pointer-events: none;
}
.facetwp-pager .facetwp-page.next,
.facetwp-pager .facetwp-page.prev {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.8rem;
  background-color: #ECEBE4;
}
.facetwp-pager .facetwp-page.next svg,
.facetwp-pager .facetwp-page.prev svg {
  width: 1.2rem;
  min-width: 1.2rem;
  z-index: 1;
  aspect-ratio: 12/12;
}
.facetwp-pager .facetwp-page.next svg *,
.facetwp-pager .facetwp-page.prev svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #1D242C;
}
.facetwp-pager .facetwp-page.next:hover svg *, .facetwp-pager .facetwp-page.next:focus-visible svg *,
.facetwp-pager .facetwp-page.prev:hover svg *,
.facetwp-pager .facetwp-page.prev:focus-visible svg * {
  fill: #295BFF;
}
.facetwp-pager .facetwp-page.next {
  margin-left: 3.2rem;
}
.facetwp-pager .facetwp-page.prev {
  margin-right: 3.2rem;
}

.social-menu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-menu span {
  margin-right: 0.7rem;
}
.social-menu a {
  font-size: 3.2rem;
  line-height: 3.2rem;
  height: 3.2rem;
  display: block;
  text-align: center;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 0;
  margin: 0 0.8rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-menu a:last-of-type {
  margin-right: 0;
}
.social-menu a:first-of-type {
  margin-left: 0;
}
.social-menu a:hover i, .social-menu a:focus-visible i {
  color: #295BFF !important;
}
.social-menu a i {
  font-size: inherit;
  line-height: inherit;
  height: inherit;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit !important;
}
.social-menu a i:before {
  color: inherit !important;
}
.social-menu a.facebook:hover i, .social-menu a.facebook:focus-visible i {
  color: #3b5999 !important;
}
.social-menu a.twitter:hover i, .social-menu a.twitter:focus-visible i {
  color: #55acee !important;
}
.social-menu a.linkedin:hover i, .social-menu a.linkedin:focus-visible i {
  color: #007bb5 !important;
}
.social-menu a.pinterest:hover i, .social-menu a.pinterest:focus-visible i {
  color: #cb2027 !important;
}
.social-menu a.instagram:hover i, .social-menu a.instagram:focus-visible i {
  color: #8a3ab9 !important;
}

button:focus-visible,
.btn:focus-visible {
  outline: none;
}

.more-con,
.link-con,
.btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.2rem;
  max-width: calc(100% + 1.2rem + 1.2rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.more-con > *,
.more-con .link,
.more-con .btn,
.link-con > *,
.link-con .link,
.link-con .btn,
.btn-con > *,
.btn-con .link,
.btn-con .btn {
  margin: 0 1.2rem 1.2rem;
}
@media (max-width: 992px) {
  .more-con > *,
  .more-con .link,
  .more-con .btn,
  .link-con > *,
  .link-con .link,
  .link-con .btn,
  .btn-con > *,
  .btn-con .link,
  .btn-con .btn {
    margin-bottom: 3.2rem;
  }
}
.more-con > *:first-of-type:last-of-type,
.more-con .link:first-of-type:last-of-type,
.more-con .btn:first-of-type:last-of-type,
.link-con > *:first-of-type:last-of-type,
.link-con .link:first-of-type:last-of-type,
.link-con .btn:first-of-type:last-of-type,
.btn-con > *:first-of-type:last-of-type,
.btn-con .link:first-of-type:last-of-type,
.btn-con .btn:first-of-type:last-of-type {
  margin-bottom: 0;
}
.more-con p,
.link-con p,
.btn-con p {
  margin-right: 2.7rem;
}
.more-con.link-con-center, .more-con.btn-con-center,
.link-con.link-con-center,
.link-con.btn-con-center,
.btn-con.link-con-center,
.btn-con.btn-con-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more-con.link-con-left, .more-con.btn-con-left,
.link-con.link-con-left,
.link-con.btn-con-left,
.btn-con.link-con-left,
.btn-con.btn-con-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more-con.link-con-right, .more-con.btn-con-right,
.link-con.link-con-right,
.link-con.btn-con-right,
.btn-con.link-con-right,
.btn-con.btn-con-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.facetwp-reset, .btn, *[type=submit],
.submit-con [type=submit], .facetwp-load-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem !important;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
  color: #1D242C !important;
  text-decoration: underline !important;
  font-family: "Sailec", sans-serif;
  text-transform: none;
  text-align: center;
  letter-spacing: 0;
  padding: 0 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  white-space: nowrap;
}
.facetwp-reset:hover, .facetwp-reset:focus-visible, .btn:hover, .btn:focus-visible, [type=submit]:hover, .facetwp-load-more:hover, [type=submit]:focus-visible, .facetwp-load-more:focus-visible {
  outline: none;
  background-color: transparent;
  border-color: transparent;
  color: #295BFF !important;
}
.facetwp-reset.disabled, .facetwp-reset:disabled, .btn.disabled, .btn:disabled, .disabled[type=submit], .disabled.facetwp-load-more, [type=submit]:disabled, .facetwp-load-more:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.facetwp-reset i, .btn i, *[type=submit] i,
.submit-con [type=submit] i, .facetwp-load-more i {
  color: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.2rem;
  margin-left: 0.8rem;
  width: 2.4rem;
  min-width: 2.4rem;
  aspect-ratio: 1/1;
}
.facetwp-reset svg, .btn svg, *[type=submit] svg,
.submit-con [type=submit] svg, .facetwp-load-more svg {
  width: 1.2rem;
  min-width: 1.2rem;
  aspect-ratio: 1/1;
  color: inherit !important;
}
.facetwp-reset svg ~ svg, .btn svg ~ svg, *[type=submit] svg ~ svg,
.submit-con [type=submit] svg ~ svg, .facetwp-load-more svg ~ svg {
  display: none;
}
.facetwp-reset svg *, .btn svg *, *[type=submit] svg *,
.submit-con [type=submit] svg *, .facetwp-load-more svg * {
  color: inherit !important;
  fill: currentColor;
}

.btn.arrow {
  background-color: transparent;
  border-color: transparent;
  color: #1D242C !important;
  text-underline-offset: 0.2em;
}
.btn.arrow i {
  background-color: #ECEBE4;
  color: #1D242C !important;
}
.btn.arrow:hover, .btn.arrow:focus-visible {
  background-color: transparent;
  border-color: transparent;
  color: #295BFF !important;
}
.btn.arrow:hover i, .btn.arrow:focus-visible i {
  background-color: #ECEBE4;
  color: #295BFF !important;
}
.btn.blue-arrow {
  background-color: transparent;
  border-color: transparent;
  color: #295BFF !important;
  text-underline-offset: 0.2em;
}
.btn.blue-arrow i {
  background-color: #295BFF;
  color: #FFFFFF !important;
}
.btn.blue-arrow:hover, .btn.blue-arrow:focus-visible {
  background-color: transparent;
  border-color: transparent;
  color: #224099 !important;
}
.btn.blue-arrow:hover i, .btn.blue-arrow:focus-visible i {
  background-color: #224099;
  color: #FFFFFF !important;
}
.btn.cream-arrow {
  background-color: transparent;
  border-color: transparent;
  color: #FAFAF8 !important;
  text-underline-offset: 0.2em;
}
.btn.cream-arrow i {
  background-color: #FAFAF8;
  color: #224099 !important;
}
.btn.cream-arrow:hover, .btn.cream-arrow:focus-visible {
  background-color: transparent;
  border-color: transparent;
  color: rgb(229.25, 229.25, 218.95) !important;
}
.btn.cream-arrow:hover i, .btn.cream-arrow:focus-visible i {
  background-color: rgb(229.25, 229.25, 218.95);
  color: #224099 !important;
}
.btn.cream {
  background-color: transparent;
  border-color: transparent;
  color: #FAFAF8 !important;
  text-decoration: none !important;
  text-underline-offset: 0.2em;
}
.btn.cream:hover, .btn.cream:focus-visible {
  background-color: transparent;
  border-color: transparent;
  color: rgb(229.25, 229.25, 218.95) !important;
}
.btn.blue {
  background-color: transparent;
  border-color: transparent;
  color: #295BFF !important;
  text-decoration: none !important;
  text-underline-offset: 0.2em;
}
.btn.blue:hover, .btn.blue:focus-visible {
  background-color: transparent;
  border-color: transparent;
  color: #224099 !important;
}
.btn.small {
  font-size: 1.4rem !important;
  padding: 0.394rem 1.1rem;
}
.btn.small svg {
  width: 1.2rem;
  min-width: 1.2rem;
  aspect-ratio: 1/1;
  margin-left: 0.4rem;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem !important;
  font-weight: 500;
  font-family: "Sailec", sans-serif;
  color: #1D242C !important;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0.5rem 0.5rem;
}
.link:hover, .link:focus-visible {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: inherit;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: inherit;
}

:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

form {
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html form {
  height: 1%;
}

input,
textarea,
.fake-select,
select {
  display: block;
  padding: 1.2rem 0;
  font-size: 1.8rem;
  line-height: 1.0555555556;
  font-weight: 400;
  color: #1D242C;
  font-family: "Sailec", sans-serif;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border: 0.1rem solid #1D242C;
  border-right: none;
  border-left: none;
  border-top: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: 12.8rem;
  min-height: 12.8rem;
  min-width: 100%;
}
@media (max-width: 992px) {
  textarea {
    height: 20rem;
    min-height: 20rem;
  }
}

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}

.fake-select,
select {
  padding-right: 3.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 1.4rem top 50%;
  background-size: 1.6rem auto;
  line-height: 4.2rem;
  height: 4.4rem;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.fake-select::-ms-expand,
select::-ms-expand {
  display: none;
}
.fake-select option,
select option {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  color: #231F20;
}

legend,
label {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  font-family: "Sailec", sans-serif;
  margin-bottom: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1D242C;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
legend + .gfield_description,
label + .gfield_description {
  margin-top: -1.45rem;
}
@media (max-width: 992px) {
  legend + .gfield_description,
  label + .gfield_description {
    font-weight: 600;
  }
}
@media (max-width: 992px) {
  legend,
  label {
    font-weight: 600;
  }
}
legend .hsfc-FieldLabel__RequiredIndicator,
legend .gfield_required,
label .hsfc-FieldLabel__RequiredIndicator,
label .gfield_required {
  color: rgba(68, 75, 85, 0.62);
  margin-left: 0.05em;
}
legend .hsfc-FieldLabel__RequiredIndicator::before,
legend .gfield_required::before,
label .hsfc-FieldLabel__RequiredIndicator::before,
label .gfield_required::before {
  content: "*";
  color: #E34343;
  display: inline-block;
}
legend .hsfc-FieldLabel__RequiredIndicator span,
legend .gfield_required span,
label .hsfc-FieldLabel__RequiredIndicator span,
label .gfield_required span {
  display: none;
}

.submit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-radio,
.input-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.input-radio:before,
.input-checkbox:before {
  content: "";
  display: block;
  position: absolute;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
input[type=radio] + span, input[type=radio] + .wpcf7-list-item-label, input[type=radio] + label,
input[type=checkbox] + span,
input[type=checkbox] + .wpcf7-list-item-label,
input[type=checkbox] + label {
  padding-left: 3.2rem !important;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  display: inline-block;
  margin-top: 0;
  color: #231F20;
  text-align: left !important;
  width: 100%;
  margin-bottom: 0;
  min-height: 1.875rem;
}
@media (max-width: 992px) {
  input[type=radio] + span, input[type=radio] + .wpcf7-list-item-label, input[type=radio] + label,
  input[type=checkbox] + span,
  input[type=checkbox] + .wpcf7-list-item-label,
  input[type=checkbox] + label {
    width: 30rem;
  }
}
input[type=radio] + span a, input[type=radio] + .wpcf7-list-item-label a, input[type=radio] + label a,
input[type=checkbox] + span a,
input[type=checkbox] + .wpcf7-list-item-label a,
input[type=checkbox] + label a {
  margin-left: 0.4ch;
}
input[type=radio] + span .gfield_required, input[type=radio] + .wpcf7-list-item-label .gfield_required, input[type=radio] + label .gfield_required,
input[type=checkbox] + span .gfield_required,
input[type=checkbox] + .wpcf7-list-item-label .gfield_required,
input[type=checkbox] + label .gfield_required {
  display: none;
}
input[type=radio] + span:before, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + label:before,
input[type=checkbox] + span:before,
input[type=checkbox] + .wpcf7-list-item-label:before,
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0.3rem;
  border-radius: 0;
  border-radius: 0.2rem;
  border: 0.1rem solid #F5F4F0;
  background-color: #FFFFFF;
}
input[type=radio] + span:after, input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + label:after,
input[type=checkbox] + span:after,
input[type=checkbox] + .wpcf7-list-item-label:after,
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0.3rem;
  border-radius: 0;
  border-radius: 0.2rem;
  border: 0.1rem solid #E34343;
  background-color: #FFFFFF;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.4rem auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + .wpcf7-list-item-label:after, input[type=radio]:checked + span:after, input[type=radio] + label.checked:after,
input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + .wpcf7-list-item-label:after,
input[type=checkbox]:checked + span:after,
input[type=checkbox] + label.checked:after {
  opacity: 1;
}

input[type=radio] + span:before, input[type=radio] + span:after, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + label:before, input[type=radio] + label:after {
  border-radius: 50%;
}

.hsfc-Row {
  margin-bottom: 1.6rem;
}

.hsfc-NavigationRow__Buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hsfc-ErrorAlert {
  color: #E34343;
  font-size: 1.4rem;
  margin-top: 0.2rem;
}

.hsfc-PhoneInput__FlagAndCaret {
  background-color: #FFFFFF;
  padding: 1rem;
  border-right: none;
  border-radius: 0.4rem 0 0 0.4rem;
  border-color: #131313;
}
.hsfc-PhoneInput__FlagAndCaret .flag {
  width: 1rem;
}
.hsfc-PhoneInput__FlagAndCaret .hsfc-PhoneInput__FlagAndCaret__Caret {
  border: none;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 100% auto;
}
.hsfc-PhoneInput__FlagAndCaret + input[type=tel] {
  border-radius: 0 0.4rem 0.4rem 0;
}

.gform_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gform_wrapper .gform_description {
  margin-bottom: 0.6rem;
}
.gform_wrapper .gfield--input-type-section {
  border-bottom: 0.1rem solid #231F20;
  margin-bottom: 2.2rem !important;
}
.gform_wrapper .gfield--input-type-section .gsection_title {
  margin-bottom: 0.7em;
}
.gform_wrapper .gform_heading {
  -webkit-box-ordinal-group: 1000000;
      -ms-flex-order: 999999;
          order: 999999;
}
.gform_wrapper .gform_heading p {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #B4B4B3;
}
.gform_wrapper .gform-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gform_wrapper .gform_submission_error {
  display: none;
}
.gform_wrapper fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px 0 1px;
}
.gform_wrapper .gform_fields .gfield_visibility_hidden {
  opacity: 0.5;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
}
.gform_wrapper .gform_fields .gfield,
.gform_wrapper .gform_fields .gfield--width-half,
.gform_wrapper .gform_fields .gfield--width-third {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.6rem;
  place-items: flex-start;
}
.gform_wrapper .gform_fields .gfield.gfield--type-choice,
.gform_wrapper .gform_fields .gfield--width-half.gfield--type-choice,
.gform_wrapper .gform_fields .gfield--width-third.gfield--type-choice {
  margin-top: 1.7rem;
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-choice,
  .gform_wrapper .gform_fields .gfield--width-half.gfield--type-choice,
  .gform_wrapper .gform_fields .gfield--width-third.gfield--type-choice {
    margin-top: 3.9rem;
  }
}
.gform_wrapper .gform_fields .gfield {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 993px) {
  .gform_wrapper .gform_fields .gfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gform_wrapper .gform_fields .gfield.spacer {
  margin-bottom: 0;
}
.gform_wrapper .gform_fields .gfield--width-half {
  width: calc(50% - (0.65rem));
  width: calc(50% - 0.9rem);
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield--width-half {
    width: 100%;
  }
}
.gform_wrapper .gform_fields .gfield--width-third {
  width: 32%;
  width: calc(33.333% - (0.65rem));
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield--width-third {
    width: calc(50% - (0.65rem2));
    width: calc(50% - 0.9rem);
  }
  .gform_wrapper .gform_fields .gfield--width-third + .small + .small {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .gform_wrapper .gform_fields .gfield--width-third {
    width: 100%;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-textarea + .gfield--type-checkbox {
  margin-top: 1.4rem;
}
.gform_wrapper .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper .gform_fields .gfield.gfield--type-consent {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper .gform_fields .gfield.gfield--type-consent .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields fieldset.gfield {
  position: relative;
}
.gform_wrapper .gfield.gfield--type-html {
  display: block;
}
.gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + span:before, .gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + .wpcf7-list-item-label:before, .gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + label:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + span:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + span:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + span:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + label:before {
  border-color: #E34343;
}
.gform_wrapper .gform_fileupload_rules {
  display: none;
}
.gform_wrapper .gfield--type-choice,
.gform_wrapper .gfield--type-consent,
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gfield--type-choice .gfield_label,
.gform_wrapper .gfield--type-consent .gfield_label,
.gform_wrapper .gfield_checkbox .gfield_label,
.gform_wrapper .gfield_radio .gfield_label {
  margin-bottom: 1rem;
}
.gform_wrapper .gfield--type-choice .gfield_label,
.gform_wrapper .gfield--type-consent .gfield_label,
.gform_wrapper .gfield_checkbox .gfield_label,
.gform_wrapper .gfield_radio .gfield_label {
  margin-bottom: 1.5rem;
  width: 100%;
}
.gform_wrapper .gfield--type-choice .ginput_container_consent,
.gform_wrapper .gfield--type-choice .gchoice,
.gform_wrapper .gfield--type-consent .ginput_container_consent,
.gform_wrapper .gfield--type-consent .gchoice,
.gform_wrapper .gfield_checkbox .ginput_container_consent,
.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio .ginput_container_consent,
.gform_wrapper .gfield_radio .gchoice {
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-choice .ginput_container_consent,
  .gform_wrapper .gfield--type-choice .gchoice,
  .gform_wrapper .gfield--type-consent .ginput_container_consent,
  .gform_wrapper .gfield--type-consent .gchoice,
  .gform_wrapper .gfield_checkbox .ginput_container_consent,
  .gform_wrapper .gfield_checkbox .gchoice,
  .gform_wrapper .gfield_radio .ginput_container_consent,
  .gform_wrapper .gfield_radio .gchoice {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.gform_wrapper .gfield--type-choice .ginput_container_consent:last-of-type,
.gform_wrapper .gfield--type-choice .gchoice:last-of-type,
.gform_wrapper .gfield--type-consent .ginput_container_consent:last-of-type,
.gform_wrapper .gfield--type-consent .gchoice:last-of-type,
.gform_wrapper .gfield_checkbox .ginput_container_consent:last-of-type,
.gform_wrapper .gfield_checkbox .gchoice:last-of-type,
.gform_wrapper .gfield_radio .ginput_container_consent:last-of-type,
.gform_wrapper .gfield_radio .gchoice:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gfield--type-choice .ginput_container_consent label,
.gform_wrapper .gfield--type-choice .gchoice label,
.gform_wrapper .gfield--type-consent .ginput_container_consent label,
.gform_wrapper .gfield--type-consent .gchoice label,
.gform_wrapper .gfield_checkbox .ginput_container_consent label,
.gform_wrapper .gfield_checkbox .gchoice label,
.gform_wrapper .gfield_radio .ginput_container_consent label,
.gform_wrapper .gfield_radio .gchoice label {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
}
.gform_wrapper .gfield_description {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Sailec", sans-serif;
  margin-bottom: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1D242C;
}
.gform_wrapper [type=file]:hover::file-selector-button, .gform_wrapper [type=file]:focus-visible::file-selector-button {
  background-color: transparent;
  border-color: #444B55;
  color: #444B55 !important;
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 11rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload {
    min-height: 5.619rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_label {
  width: calc(50% - 1.625rem / 2);
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_label {
    width: calc(100% - 5.823rem);
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
  width: calc(50% - 1.625rem / 2);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 0.3rem;
}
@media (min-width: 993px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
    padding-right: 3rem;
  }
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
    width: calc(100% - 5.823rem);
    margin-top: -0.6rem;
    padding-right: 7rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload {
  width: calc(50% - 1.625rem / 2);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload {
    width: 5.823rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con {
  height: 100%;
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con input {
  height: 100%;
  border-radius: 0.9rem;
  border-style: dashed;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con input {
    height: 5.619rem;
    border-radius: 0.6rem;
    font-size: 0rem;
    border-width: 0.184rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-name {
  display: none;
}
.gform_wrapper .ginput_preview_list {
  font-size: 1.4rem;
  font-family: "Sailec", sans-serif;
  position: absolute;
  top: 100%;
  width: 100%;
}
.gform_wrapper .ginput_preview_list .gfield_fileupload_percent {
  margin-left: 0.4em;
}
.gform_wrapper .ginput_preview_list .gform_delete_file {
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: 0em;
  line-height: 1.1;
}
.gform_wrapper .ginput_preview_list .gform_delete_file * {
  font-size: 1.6rem;
}
.gform_wrapper .gfield_validation_message {
  display: none;
}
.gform_wrapper .gform_ajax_spinner {
  margin: 1rem auto 0;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.4rem;
}
.gform_wrapper .gform_submission_error {
  font-size: 1.6rem;
  color: #E34343;
  font-weight: 400;
  font-family: "Sailec", sans-serif;
}

.gfield--type-honeypot {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gform_confirmation_message {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-family: "Sailec", sans-serif;
  color: #009E59;
}

.gdatepicker_with_icon {
  background-image: url(../images/cal.svg);
  background-repeat: no-repeat;
  background-size: 1.3125rem auto;
  background-position: 100% 50%;
  padding-right: 2.5rem;
}
.gdatepicker_with_icon + .ui-datepicker-trigger {
  display: none;
}

#ui-datepicker-div {
  background-color: #FAFAF8;
  border: 0.1rem solid #444B55;
  width: 24rem;
  z-index: 9999 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  padding: 0.5rem 0.5rem;
  background-color: #231F20;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Sailec", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
  border: 0.1rem solid #ECEBE4;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: 5rem;
  padding: 0.3rem 1rem;
  margin-bottom: 0.5rem;
  width: calc(50% - 0.5rem);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus-visible,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus-visible {
  background-color: #444B55;
  color: #FFFFFF;
  border-color: #231F20;
  background-color: #231F20;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus-visible span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus-visible span {
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
#ui-datepicker-div .ui-datepicker-header select {
  line-height: 3.2rem;
  height: 3.3rem;
  font-size: 1.4rem;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr {
  background-color: #444B55;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  padding: 0rem 0rem;
  border-top: 0.1rem solid #444B55;
  border-right: 0.1rem solid #444B55;
  width: 14.2857142857% !important;
  height: 4.553rem;
  line-height: 4.553rem;
  height: 3.409rem;
  line-height: 3.409rem;
  font-family: "Sailec", sans-serif;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 600;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th:last-of-type {
  border-right: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr {
  background-color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  padding: 0rem 0.1rem;
  border-top: 0.1rem solid #444B55;
  border-right: 0.1rem solid #444B55;
  width: 14.2857142857% !important;
  height: 4.553rem;
  line-height: 4.553rem;
  height: 3.409rem;
  line-height: 3.409rem;
  font-family: "Sailec", sans-serif;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: #444B55;
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  background-color: #FFFFFF;
  color: #444B55;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-of-type {
  border-right: none;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper.swiper-fade .swiper-slide-active, .swiper.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide:has(> .inner) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide:has(> .inner) .inner {
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper {
  max-width: none;
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
}
.swiper *:not(.swiper-pagination):not(.col-12) {
  max-width: none;
}
.swiper .container.container.container.container {
  max-width: 139.25rem;
}
.swiper .swiper-slide *:not(.row):not(.btn-con) {
  max-width: 100%;
}
.swiper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: -1.65rem;
  right: auto;
  z-index: 2;
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
  width: 100%;
  max-width: 137.625rem;
}
@media (max-width: 992px) {
  .swiper-pagination {
    bottom: -2.3rem;
    padding-left: 1.1rem;
  }
}
.swiper-pagination:has(.swiper-pagination-bullet:first-of-type:last-of-type) {
  display: none;
}
.swiper-pagination.swiper-pagination-fraction {
  bottom: auto;
  bottom: -4.7rem;
  left: 2.5rem;
  width: auto;
  font-size: 1.4rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-family: "Sailec", sans-serif;
  padding: 0;
  width: 6.2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .swiper-pagination.swiper-pagination-fraction {
    left: 1.9rem;
    font-size: 1.2rem;
    bottom: -4.5rem;
  }
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-current:before {
  content: "0";
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-total:before {
  content: "0";
}
.swiper-pagination.swiper-pagination-fraction span {
  display: inline-block;
  margin: 0 0;
  font-weight: 500;
}
.swiper-pagination.swiper-pagination-custom {
  bottom: -1.65rem;
  right: auto;
  left: 1rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  padding: 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-pagination.swiper-pagination-custom span {
  opacity: 0.5;
}
.swiper-pagination.swiper-pagination-custom span:nth-of-type(1) {
  opacity: 1;
}
.swiper-pagination.swiper-pagination-custom span.spacer {
  width: 1.2rem;
  height: 0.12rem;
  background-color: currentColor;
  margin: 0 0.7rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #F5F4F0;
  margin: 0 0.3rem;
  border-radius: 0.7rem;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.3rem;
  }
}
.swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet:focus-visible {
  opacity: 1;
  background-color: #B4B4B3;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #B4B4B3;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 12;
  font-size: 0rem;
  background-color: #F5F4F0;
  overflow: hidden;
  position: absolute;
  top: 0rem;
}
@media (max-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: -4.9rem;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-button-next.swiper-button-lock,
.swiper-button-prev.swiper-button-lock {
  pointer-events: none;
  opacity: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 1.6rem;
  min-width: 1.6rem;
  aspect-ratio: 16/16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-next svg *,
.swiper-button-prev svg * {
  fill: #1D242C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-next:hover:not(.swiper-button-disabled), .swiper-button-next:focus-visible:not(.swiper-button-disabled),
.swiper-button-prev:hover:not(.swiper-button-disabled),
.swiper-button-prev:focus-visible:not(.swiper-button-disabled) {
  background-color: #ECEBE4;
}
.swiper-button-next:hover:not(.swiper-button-disabled) svg *, .swiper-button-next:focus-visible:not(.swiper-button-disabled) svg *,
.swiper-button-prev:hover:not(.swiper-button-disabled) svg *,
.swiper-button-prev:focus-visible:not(.swiper-button-disabled) svg * {
  fill: #1D242C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev {
  right: 5.1rem;
}

.swiper-button-next {
  right: 1.1rem;
}

.swiper-scrollbar {
  height: 1.4rem;
  background-color: #444B55;
  position: relative;
  bottom: -10.5rem;
  z-index: 2;
  width: calc(100% - 1.625rem);
  width: calc(100% - 0.40625rem);
  margin: 0 auto;
  border-radius: 0.7rem;
}
@media (max-width: 992px) {
  .swiper-scrollbar {
    height: 1rem;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  background-color: transparent;
  position: absolute;
  top: -2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media (max-width: 992px) {
  .swiper-scrollbar .swiper-scrollbar-drag {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    top: -1.4rem;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag:hover:after, .swiper-scrollbar .swiper-scrollbar-drag:focus-visible:after {
  background-color: #231F20;
}
.swiper-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  background-color: #231F20;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .swiper-scrollbar .swiper-scrollbar-drag:after {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
  }
}

.swiper {
  width: calc(100% + 0.8125rem + 0.8125rem);
  max-width: calc(100% + 0.8125rem + 0.8125rem);
  margin-left: -0.8125rem;
}
@media (max-width: 992px) {
  .swiper {
    width: calc(100% + 1.15rem + 1.15rem);
    max-width: calc(100% + 1.15rem + 1.15rem);
    margin-left: -1.15rem;
  }
}
.swiper.no-gap {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
.swiper.no-gap .swiper-slide {
  padding: 0 0;
}

.swiper-slide {
  padding: 0 0.8125rem;
}
@media (max-width: 992px) {
  .swiper-slide {
    padding: 0 1.15rem;
  }
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
          box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
          box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
      -ms-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
      touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
          animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
          animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
          animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
          animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
          animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.f-thumbs * {
  max-width: none;
}

.fancybox__caption {
  font-size: 1.4rem;
  padding: 1rem 0 0.4rem 0;
}

.fancybox__container {
  --fancybox-color: rgba(250,250,248,.98);
  --fancybox-bg: rgba(29,36,44,.98);
  max-width: 100dvw !important;
}

.f-button.is-prev,
.f-button.is-next {
  width: 4rem;
  height: 4rem;
}
.f-button.is-prev svg,
.f-button.is-next svg {
  width: 3rem;
}
.f-button.is-prev svg *,
.f-button.is-next svg * {
  stroke: #444B55;
  stroke-width: 0.2rem;
  -webkit-filter: drop-shadow(-0.2rem 0 0 #FAFAF8);
          filter: drop-shadow(-0.2rem 0 0 #FAFAF8);
}

.fancybox__infobar {
  color: var(--f-button-color);
  background: var(--f-button-bg);
}

.fancybox-focus-guard,
.fancybox__container {
  z-index: 999999;
}

.iframe-section:has(iframe),
.quick-posts-section .image-side:has(iframe) {
  isolation: isolate;
}
.iframe-section:has(iframe) iframe,
.quick-posts-section .image-side:has(iframe) iframe {
  display: block;
  width: 100%;
  border: 0;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.iframe-section.is-iframe-active iframe,
.quick-posts-section .image-side.is-iframe-active iframe {
  pointer-events: auto;
}

.quick-posts-section .image-side:not(.is-iframe-active) iframe {
  pointer-events: none;
}

@media (min-width: 993px) {
  .swiper:has(.waypoint) .animate {
    -webkit-transition: 0.25s 0.3s;
    transition: 0.25s 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
            transform: translate3d(0, 5rem, 0);
    will-change: transform;
  }
  .swiper:has(.waypoint) .swiper-slide.swiper-slide-active .waypoint.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0rem, 0);
            transform: translate3d(0, 0rem, 0);
    -webkit-transition: 0.65s 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.65s 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.waypoint {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  -webkit-transform: translate3d(0, 5rem, 0);
          transform: translate3d(0, 5rem, 0);
  will-change: transform, opacity;
}
.waypoint.animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0rem, 0);
          transform: translate3d(0, 0rem, 0);
  -webkit-transition: 0.65s 0s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.65s 0s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 992px) {
  [data-offset] {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.pin-spacer.pin-spacer.pin-spacer.pin-spacer section {
  overflow-x: unset;
}

body section {
  background-color: #FAFAF8;
  -webkit-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}
body section .container {
  position: relative;
  z-index: 3;
}
body section *:last-child {
  margin-bottom: 0;
}
body section .btn-con {
  margin-top: 3.4rem;
}
body section .more-con {
  margin-top: 1.3rem;
}
body section .inner:has(button.over), body section .inner:has(a.over) {
  position: relative;
}
body section .inner button.over,
body section .inner a.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  font-size: 0;
}

*[id] {
  scroll-margin-top: 10.4rem;
}

.four-zero-four-section {
  background-image: url(../images/h-back.jpg);
  background-repeat: no-repeat;
}
.four-zero-four-section .row {
  padding-top: 8.55rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .four-zero-four-section .row {
    padding-top: 12.045rem;
    padding-bottom: 2rem;
  }
}
.four-zero-four-section * {
  color: #FAFAF8;
}

.hero-1-section,
.hero-2-section,
.hero-3-section,
.hero-4-section,
.hero-section {
  margin-top: -14.067rem;
}
@media (max-width: 992px) {
  .hero-1-section,
  .hero-2-section,
  .hero-3-section,
  .hero-4-section,
  .hero-section {
    margin-top: -8.045rem;
  }
}

.hero-1-section {
  background-image: url(../images/h-back.jpg);
  background-repeat: no-repeat;
}
.hero-1-section .row {
  padding-top: 8.55rem;
  padding-bottom: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 992px) {
  .hero-1-section .row {
    padding-top: 8.045rem;
    padding-bottom: 0;
    min-height: 0;
  }
}
.hero-1-section * {
  color: #FAFAF8;
}
.hero-1-section .text-side {
  margin-bottom: 1.3rem;
}
.hero-1-section .image-side .btn-con {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 4.1rem;
}
@media (max-width: 992px) {
  .hero-1-section .image-side .btn-con {
    margin-top: 1.9rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4.9rem;
  }
}
@media (min-width: 993px) {
  .hero-1-section .image-mob {
    display: none;
  }
}
.hero-1-section .image-mob img {
  width: 73%;
  margin-top: 4.8rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 992px) {
  .hero-1-section .image-mob img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-1-section .image-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (max-width: 992px) {
  .hero-1-section .image-side img {
    display: none;
  }
}
.hero-1-section .image-side img {
  width: 56.325rem;
  margin-bottom: auto;
}

.hero-2-section {
  background-image: url(../images/h-back.jpg);
  background-repeat: no-repeat;
}
.hero-2-section.orange.orange.orange ~ section.post-text-section img,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section img, .hero-2-section.teal.teal.teal ~ section.post-text-section img,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section img, .hero-2-section.blue.blue.blue ~ section.post-text-section img,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section img, .hero-2-section.purple.purple.purple ~ section.post-text-section img,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section img, .hero-2-section.red.red.red ~ section.post-text-section img,
.hero-2-section.red.red.red ~ section.boxed-text-section img, .hero-2-section.green.green.green ~ section.post-text-section img,
.hero-2-section.green.green.green ~ section.boxed-text-section img, .hero-2-section.pink.pink.pink ~ section.post-text-section img,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section img {
  width: 22.304rem;
  margin-top: 3.45rem;
  margin-bottom: 3.45rem;
}
@media (max-width: 992px) {
  .hero-2-section.orange.orange.orange ~ section.post-text-section img,
  .hero-2-section.orange.orange.orange ~ section.boxed-text-section img, .hero-2-section.teal.teal.teal ~ section.post-text-section img,
  .hero-2-section.teal.teal.teal ~ section.boxed-text-section img, .hero-2-section.blue.blue.blue ~ section.post-text-section img,
  .hero-2-section.blue.blue.blue ~ section.boxed-text-section img, .hero-2-section.purple.purple.purple ~ section.post-text-section img,
  .hero-2-section.purple.purple.purple ~ section.boxed-text-section img, .hero-2-section.red.red.red ~ section.post-text-section img,
  .hero-2-section.red.red.red ~ section.boxed-text-section img, .hero-2-section.green.green.green ~ section.post-text-section img,
  .hero-2-section.green.green.green ~ section.boxed-text-section img, .hero-2-section.pink.pink.pink ~ section.post-text-section img,
  .hero-2-section.pink.pink.pink ~ section.boxed-text-section img {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 993px) {
  .hero-2-section.orange.orange.orange ~ section.post-text-section img.alignright,
  .hero-2-section.orange.orange.orange ~ section.boxed-text-section img.alignright, .hero-2-section.teal.teal.teal ~ section.post-text-section img.alignright,
  .hero-2-section.teal.teal.teal ~ section.boxed-text-section img.alignright, .hero-2-section.blue.blue.blue ~ section.post-text-section img.alignright,
  .hero-2-section.blue.blue.blue ~ section.boxed-text-section img.alignright, .hero-2-section.purple.purple.purple ~ section.post-text-section img.alignright,
  .hero-2-section.purple.purple.purple ~ section.boxed-text-section img.alignright, .hero-2-section.red.red.red ~ section.post-text-section img.alignright,
  .hero-2-section.red.red.red ~ section.boxed-text-section img.alignright, .hero-2-section.green.green.green ~ section.post-text-section img.alignright,
  .hero-2-section.green.green.green ~ section.boxed-text-section img.alignright, .hero-2-section.pink.pink.pink ~ section.post-text-section img.alignright,
  .hero-2-section.pink.pink.pink ~ section.boxed-text-section img.alignright {
    margin-left: 6rem;
  }
  .hero-2-section.orange.orange.orange ~ section.post-text-section img.alignleft,
  .hero-2-section.orange.orange.orange ~ section.boxed-text-section img.alignleft, .hero-2-section.teal.teal.teal ~ section.post-text-section img.alignleft,
  .hero-2-section.teal.teal.teal ~ section.boxed-text-section img.alignleft, .hero-2-section.blue.blue.blue ~ section.post-text-section img.alignleft,
  .hero-2-section.blue.blue.blue ~ section.boxed-text-section img.alignleft, .hero-2-section.purple.purple.purple ~ section.post-text-section img.alignleft,
  .hero-2-section.purple.purple.purple ~ section.boxed-text-section img.alignleft, .hero-2-section.red.red.red ~ section.post-text-section img.alignleft,
  .hero-2-section.red.red.red ~ section.boxed-text-section img.alignleft, .hero-2-section.green.green.green ~ section.post-text-section img.alignleft,
  .hero-2-section.green.green.green ~ section.boxed-text-section img.alignleft, .hero-2-section.pink.pink.pink ~ section.post-text-section img.alignleft,
  .hero-2-section.pink.pink.pink ~ section.boxed-text-section img.alignleft {
    margin-right: 6rem;
  }
}
.hero-2-section.orange.orange.orange ~ section.post-text-section * + h4:has(em),
.hero-2-section.orange.orange.orange ~ section.boxed-text-section * + h4:has(em), .hero-2-section.teal.teal.teal ~ section.post-text-section * + h4:has(em),
.hero-2-section.teal.teal.teal ~ section.boxed-text-section * + h4:has(em), .hero-2-section.blue.blue.blue ~ section.post-text-section * + h4:has(em),
.hero-2-section.blue.blue.blue ~ section.boxed-text-section * + h4:has(em), .hero-2-section.purple.purple.purple ~ section.post-text-section * + h4:has(em),
.hero-2-section.purple.purple.purple ~ section.boxed-text-section * + h4:has(em), .hero-2-section.red.red.red ~ section.post-text-section * + h4:has(em),
.hero-2-section.red.red.red ~ section.boxed-text-section * + h4:has(em), .hero-2-section.green.green.green ~ section.post-text-section * + h4:has(em),
.hero-2-section.green.green.green ~ section.boxed-text-section * + h4:has(em), .hero-2-section.pink.pink.pink ~ section.post-text-section * + h4:has(em),
.hero-2-section.pink.pink.pink ~ section.boxed-text-section * + h4:has(em) {
  margin-top: 2.45em;
}
.hero-2-section.orange.orange.orange ~ section.post-text-section * + h4 ~ h4:has(em),
.hero-2-section.orange.orange.orange ~ section.boxed-text-section * + h4 ~ h4:has(em), .hero-2-section.teal.teal.teal ~ section.post-text-section * + h4 ~ h4:has(em),
.hero-2-section.teal.teal.teal ~ section.boxed-text-section * + h4 ~ h4:has(em), .hero-2-section.blue.blue.blue ~ section.post-text-section * + h4 ~ h4:has(em),
.hero-2-section.blue.blue.blue ~ section.boxed-text-section * + h4 ~ h4:has(em), .hero-2-section.purple.purple.purple ~ section.post-text-section * + h4 ~ h4:has(em),
.hero-2-section.purple.purple.purple ~ section.boxed-text-section * + h4 ~ h4:has(em), .hero-2-section.red.red.red ~ section.post-text-section * + h4 ~ h4:has(em),
.hero-2-section.red.red.red ~ section.boxed-text-section * + h4 ~ h4:has(em), .hero-2-section.green.green.green ~ section.post-text-section * + h4 ~ h4:has(em),
.hero-2-section.green.green.green ~ section.boxed-text-section * + h4 ~ h4:has(em), .hero-2-section.pink.pink.pink ~ section.post-text-section * + h4 ~ h4:has(em),
.hero-2-section.pink.pink.pink ~ section.boxed-text-section * + h4 ~ h4:has(em) {
  margin-top: 0;
}
.hero-2-section.orange.orange.orange ~ section.post-text-section h4:has(em),
.hero-2-section.orange.orange.orange ~ section.boxed-text-section h4:has(em), .hero-2-section.teal.teal.teal ~ section.post-text-section h4:has(em),
.hero-2-section.teal.teal.teal ~ section.boxed-text-section h4:has(em), .hero-2-section.blue.blue.blue ~ section.post-text-section h4:has(em),
.hero-2-section.blue.blue.blue ~ section.boxed-text-section h4:has(em), .hero-2-section.purple.purple.purple ~ section.post-text-section h4:has(em),
.hero-2-section.purple.purple.purple ~ section.boxed-text-section h4:has(em), .hero-2-section.red.red.red ~ section.post-text-section h4:has(em),
.hero-2-section.red.red.red ~ section.boxed-text-section h4:has(em), .hero-2-section.green.green.green ~ section.post-text-section h4:has(em),
.hero-2-section.green.green.green ~ section.boxed-text-section h4:has(em), .hero-2-section.pink.pink.pink ~ section.post-text-section h4:has(em),
.hero-2-section.pink.pink.pink ~ section.boxed-text-section h4:has(em) {
  margin-bottom: 0.65em;
}
.hero-2-section.orange.orange.orange ~ section.post-text-section p,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section p, .hero-2-section.teal.teal.teal ~ section.post-text-section p,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section p, .hero-2-section.blue.blue.blue ~ section.post-text-section p,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section p, .hero-2-section.purple.purple.purple ~ section.post-text-section p,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section p, .hero-2-section.red.red.red ~ section.post-text-section p,
.hero-2-section.red.red.red ~ section.boxed-text-section p, .hero-2-section.green.green.green ~ section.post-text-section p,
.hero-2-section.green.green.green ~ section.boxed-text-section p, .hero-2-section.pink.pink.pink ~ section.post-text-section p,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section p {
  margin-bottom: 1.3em;
}
.hero-2-section.orange.orange.orange ~ section.post-text-section .btn-con,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section .btn-con, .hero-2-section.teal.teal.teal ~ section.post-text-section .btn-con,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section .btn-con, .hero-2-section.blue.blue.blue ~ section.post-text-section .btn-con,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section .btn-con, .hero-2-section.purple.purple.purple ~ section.post-text-section .btn-con,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section .btn-con, .hero-2-section.red.red.red ~ section.post-text-section .btn-con,
.hero-2-section.red.red.red ~ section.boxed-text-section .btn-con, .hero-2-section.green.green.green ~ section.post-text-section .btn-con,
.hero-2-section.green.green.green ~ section.boxed-text-section .btn-con, .hero-2-section.pink.pink.pink ~ section.post-text-section .btn-con,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section .btn-con {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2.7rem;
  margin-bottom: 0;
}
@media (min-width: 993px) {
  .hero-2-section.orange.orange.orange ~ section.boxed-text-section.boxed-text-section img, .hero-2-section.teal.teal.teal ~ section.boxed-text-section.boxed-text-section img, .hero-2-section.blue.blue.blue ~ section.boxed-text-section.boxed-text-section img, .hero-2-section.purple.purple.purple ~ section.boxed-text-section.boxed-text-section img, .hero-2-section.red.red.red ~ section.boxed-text-section.boxed-text-section img, .hero-2-section.green.green.green ~ section.boxed-text-section.boxed-text-section img, .hero-2-section.pink.pink.pink ~ section.boxed-text-section.boxed-text-section img {
    width: 25.4rem;
    margin-top: 0;
    margin-bottom: 3.2rem;
  }
  .hero-2-section.orange.orange.orange ~ section.boxed-text-section.boxed-text-section img.alignright, .hero-2-section.teal.teal.teal ~ section.boxed-text-section.boxed-text-section img.alignright, .hero-2-section.blue.blue.blue ~ section.boxed-text-section.boxed-text-section img.alignright, .hero-2-section.purple.purple.purple ~ section.boxed-text-section.boxed-text-section img.alignright, .hero-2-section.red.red.red ~ section.boxed-text-section.boxed-text-section img.alignright, .hero-2-section.green.green.green ~ section.boxed-text-section.boxed-text-section img.alignright, .hero-2-section.pink.pink.pink ~ section.boxed-text-section.boxed-text-section img.alignright {
    margin-left: 6.4rem;
  }
  .hero-2-section.orange.orange.orange ~ section.boxed-text-section.boxed-text-section img.alignleft, .hero-2-section.teal.teal.teal ~ section.boxed-text-section.boxed-text-section img.alignleft, .hero-2-section.blue.blue.blue ~ section.boxed-text-section.boxed-text-section img.alignleft, .hero-2-section.purple.purple.purple ~ section.boxed-text-section.boxed-text-section img.alignleft, .hero-2-section.red.red.red ~ section.boxed-text-section.boxed-text-section img.alignleft, .hero-2-section.green.green.green ~ section.boxed-text-section.boxed-text-section img.alignleft, .hero-2-section.pink.pink.pink ~ section.boxed-text-section.boxed-text-section img.alignleft {
    margin-right: 6.4rem;
  }
}
.hero-2-section.orange.orange.orange ~ section.boxed-text-section.boxed-text-section h1,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section.boxed-text-section h2,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section.boxed-text-section h3,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section.boxed-text-section em, .hero-2-section.teal.teal.teal ~ section.boxed-text-section.boxed-text-section h1,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section.boxed-text-section h2,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section.boxed-text-section h3,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section.boxed-text-section em, .hero-2-section.blue.blue.blue ~ section.boxed-text-section.boxed-text-section h1,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section.boxed-text-section h2,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section.boxed-text-section h3,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section.boxed-text-section em, .hero-2-section.purple.purple.purple ~ section.boxed-text-section.boxed-text-section h1,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section.boxed-text-section h2,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section.boxed-text-section h3,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section.boxed-text-section em, .hero-2-section.red.red.red ~ section.boxed-text-section.boxed-text-section h1,
.hero-2-section.red.red.red ~ section.boxed-text-section.boxed-text-section h2,
.hero-2-section.red.red.red ~ section.boxed-text-section.boxed-text-section h3,
.hero-2-section.red.red.red ~ section.boxed-text-section.boxed-text-section em, .hero-2-section.green.green.green ~ section.boxed-text-section.boxed-text-section h1,
.hero-2-section.green.green.green ~ section.boxed-text-section.boxed-text-section h2,
.hero-2-section.green.green.green ~ section.boxed-text-section.boxed-text-section h3,
.hero-2-section.green.green.green ~ section.boxed-text-section.boxed-text-section em, .hero-2-section.pink.pink.pink ~ section.boxed-text-section.boxed-text-section h1,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section.boxed-text-section h2,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section.boxed-text-section h3,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section.boxed-text-section em {
  color: #1D242C;
}
.hero-2-section.orange.orange.orange {
  background-image: url(../images/h-o.jpg);
}
.hero-2-section.orange.orange.orange ~ section.post-text-section,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section {
  background-color: #FFF8EF;
}
.hero-2-section.orange.orange.orange ~ section.post-text-section .container:after,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section .container:after {
  background-color: #FBE4BB;
}
.hero-2-section.orange.orange.orange ~ section.post-text-section h1,
.hero-2-section.orange.orange.orange ~ section.post-text-section h2,
.hero-2-section.orange.orange.orange ~ section.post-text-section h3,
.hero-2-section.orange.orange.orange ~ section.post-text-section em,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section h1,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section h2,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section h3,
.hero-2-section.orange.orange.orange ~ section.boxed-text-section em {
  color: #FAA61A;
}
.hero-2-section.teal.teal.teal {
  background-image: url(../images/h-t.jpg);
}
.hero-2-section.teal.teal.teal ~ section.post-text-section,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section {
  background-color: #EBF9F7;
}
.hero-2-section.teal.teal.teal ~ section.post-text-section .container:after,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section .container:after {
  background-color: #C5F0EA;
}
.hero-2-section.teal.teal.teal ~ section.post-text-section h1,
.hero-2-section.teal.teal.teal ~ section.post-text-section h2,
.hero-2-section.teal.teal.teal ~ section.post-text-section h3,
.hero-2-section.teal.teal.teal ~ section.post-text-section em,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section h1,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section h2,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section h3,
.hero-2-section.teal.teal.teal ~ section.boxed-text-section em {
  color: #00AD9B;
}
.hero-2-section.blue.blue.blue {
  background-image: url(../images/h-b.jpg);
}
.hero-2-section.blue.blue.blue ~ section.post-text-section,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section {
  background-color: #EFF3F9;
}
.hero-2-section.blue.blue.blue ~ section.post-text-section .container:after,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section .container:after {
  background-color: #CCDEF8;
}
.hero-2-section.blue.blue.blue ~ section.post-text-section h1,
.hero-2-section.blue.blue.blue ~ section.post-text-section h2,
.hero-2-section.blue.blue.blue ~ section.post-text-section h3,
.hero-2-section.blue.blue.blue ~ section.post-text-section em,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section h1,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section h2,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section h3,
.hero-2-section.blue.blue.blue ~ section.boxed-text-section em {
  color: #2E61AE;
}
.hero-2-section.purple.purple.purple {
  background-image: url(../images/h-pu.jpg);
}
.hero-2-section.purple.purple.purple ~ section.post-text-section,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section {
  background-color: #F5F3FA;
}
.hero-2-section.purple.purple.purple ~ section.post-text-section .container:after,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section .container:after {
  background-color: #DED0FC;
}
.hero-2-section.purple.purple.purple ~ section.post-text-section h1,
.hero-2-section.purple.purple.purple ~ section.post-text-section h2,
.hero-2-section.purple.purple.purple ~ section.post-text-section h3,
.hero-2-section.purple.purple.purple ~ section.post-text-section em,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section h1,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section h2,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section h3,
.hero-2-section.purple.purple.purple ~ section.boxed-text-section em {
  color: #8165BA;
}
.hero-2-section.red.red.red {
  background-image: url(../images/h-r.jpg);
}
.hero-2-section.red.red.red ~ section.post-text-section,
.hero-2-section.red.red.red ~ section.boxed-text-section {
  background-color: #FDEEEB;
}
.hero-2-section.red.red.red ~ section.post-text-section .container:after,
.hero-2-section.red.red.red ~ section.boxed-text-section .container:after {
  background-color: #F9C8BE;
}
.hero-2-section.red.red.red ~ section.post-text-section h1,
.hero-2-section.red.red.red ~ section.post-text-section h2,
.hero-2-section.red.red.red ~ section.post-text-section h3,
.hero-2-section.red.red.red ~ section.post-text-section em,
.hero-2-section.red.red.red ~ section.boxed-text-section h1,
.hero-2-section.red.red.red ~ section.boxed-text-section h2,
.hero-2-section.red.red.red ~ section.boxed-text-section h3,
.hero-2-section.red.red.red ~ section.boxed-text-section em {
  color: #E7502F;
}
.hero-2-section.green.green.green {
  background-image: url(../images/h-g.jpg);
}
.hero-2-section.green.green.green ~ section.post-text-section,
.hero-2-section.green.green.green ~ section.boxed-text-section {
  background-color: #F0F6F2;
}
.hero-2-section.green.green.green ~ section.post-text-section .container:after,
.hero-2-section.green.green.green ~ section.boxed-text-section .container:after {
  background-color: #C6E4D5;
}
.hero-2-section.green.green.green ~ section.post-text-section h1,
.hero-2-section.green.green.green ~ section.post-text-section h2,
.hero-2-section.green.green.green ~ section.post-text-section h3,
.hero-2-section.green.green.green ~ section.post-text-section em,
.hero-2-section.green.green.green ~ section.boxed-text-section h1,
.hero-2-section.green.green.green ~ section.boxed-text-section h2,
.hero-2-section.green.green.green ~ section.boxed-text-section h3,
.hero-2-section.green.green.green ~ section.boxed-text-section em {
  color: #257A4B;
}
.hero-2-section.pink.pink.pink {
  background-image: url(../images/h-p.jpg);
}
.hero-2-section.pink.pink.pink ~ section.post-text-section,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section {
  background-color: #FCF1F9;
}
.hero-2-section.pink.pink.pink ~ section.post-text-section .container:after,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section .container:after {
  background-color: #FDD1F1;
}
.hero-2-section.pink.pink.pink ~ section.post-text-section h1,
.hero-2-section.pink.pink.pink ~ section.post-text-section h2,
.hero-2-section.pink.pink.pink ~ section.post-text-section h3,
.hero-2-section.pink.pink.pink ~ section.post-text-section em,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section h1,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section h2,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section h3,
.hero-2-section.pink.pink.pink ~ section.boxed-text-section em {
  color: #DA51B4;
}
@media (min-width: 993px) {
  .hero-2-section:not(:has(.btn)) .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 58%;
  }
}
@media (min-width: 993px) {
  .hero-2-section:not(:has(.btn)) .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (min-width: 993px) {
  .hero-2-section:has(.btn) .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.5%;
            flex: 0 0 55.5%;
    max-width: 55.5%;
  }
}
@media (min-width: 993px) {
  .hero-2-section:has(.btn) .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.5%;
            flex: 0 0 44.5%;
    max-width: 44.5%;
  }
}
.hero-2-section .row {
  padding-top: 6.1rem;
  padding-bottom: 1.75rem;
  min-height: 45rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 992px) {
  .hero-2-section .row {
    padding-top: 14.7rem;
    padding-bottom: 1.5rem;
    min-height: 49.5rem;
  }
  .hero-2-section .row h1 {
    margin-bottom: 0.45em;
  }
}
.hero-2-section * {
  color: #FAFAF8;
}
.hero-2-section p {
  font-weight: 500;
}
.hero-2-section .image-side .btn-con {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3.3rem;
}
@media (max-width: 992px) {
  .hero-2-section .image-side .btn-con {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.3rem;
  }
  .hero-2-section .image-side .btn-con .btn {
    margin-bottom: 1.9rem;
  }
}

.latest-research-and-insights-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.35rem;
}
@media (max-width: 992px) {
  .latest-research-and-insights-section .row {
    padding-top: 6.4rem;
    padding-bottom: 6.7rem;
  }
}
.latest-research-and-insights-section .title-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .latest-research-and-insights-section .title-con {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 992px) {
  .latest-research-and-insights-section .title-con h4 {
    width: 17rem;
  }
}
@media (max-width: 992px) {
  .latest-research-and-insights-section .title-con .btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 1.5rem;
  }
}

.quick-posts-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.85rem;
  min-height: 69.8rem;
}
@media (max-width: 992px) {
  .quick-posts-section .row {
    padding-top: 2.8rem;
  }
}
.quick-posts-section .swiper {
  width: calc(100% + 1.1rem + 1.1rem);
  max-width: calc(100% + 1.1rem + 1.1rem);
  margin-left: -1.1rem;
}
.quick-posts-section .swiper .swiper-wrapper-con {
  overflow: visible !important;
}
@media (min-width: 993px) {
  .quick-posts-section .swiper .swiper-pagination {
    display: none;
  }
}
.quick-posts-section .swiper .swiper-wrapper-con {
  overflow: visible !important;
}
.quick-posts-section .swiper .swiper-slide {
  padding: 0 1.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 993px) {
  .quick-posts-section .swiper .swiper-slide {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  .quick-posts-section .swiper .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.q-item .inner {
  background-color: #F5F4F0;
  padding: 4rem 4.5rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  .q-item .inner {
    padding: 1.6rem 1.6rem 1.9rem;
  }
}
.q-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.4rem;
  width: 100%;
}
@media (max-width: 992px) {
  .q-item .top {
    margin-bottom: 1.5rem;
  }
}
.q-item .top img {
  width: 5rem;
  min-width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 1.1rem;
}
.q-item .top .name {
  margin-top: -0.4rem;
}
@media (max-width: 992px) {
  .q-item .top .name {
    margin-top: 6rem;
    margin-left: -6.1rem;
  }
}
.q-item .top .name p {
  margin-bottom: -0.1em;
}
.q-item .top .name p.small {
  font-weight: 500;
  color: #536471;
}
.q-item .top .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}
.q-item .top .cats .cat {
  background-color: #295BFF;
  color: #FAFAF8;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
.q-item .text-side {
  width: 46.5%;
}
@media (max-width: 992px) {
  .q-item .text-side {
    width: 100%;
    margin-bottom: 1.7rem;
  }
  .q-item .text-side p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media (min-width: 993px) {
  .q-item .text-side {
    padding-right: 4rem;
  }
}
.q-item .image-side {
  width: 53.5%;
}
@media (max-width: 992px) {
  .q-item .image-side {
    width: 100%;
  }
}
.q-item .info {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #6A6A6A;
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.q-item .info span {
  background-color: currentColor;
  width: 0.3em;
  aspect-ratio: 1/1;
  margin: 0 0.55em;
  border-radius: 50%;
}

.text-with-blocks-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.85rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .text-with-blocks-section .row {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}
.text-with-blocks-section .text-con {
  text-align: center;
  margin-bottom: 3.4rem;
}
@media (max-width: 992px) {
  .text-with-blocks-section .text-con {
    text-align: left;
  }
}
.text-with-blocks-section .text-con .text {
  width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.bl-item {
  margin-bottom: 1.6rem;
}
.bl-item.big {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bl-item.big {
    margin-bottom: 1.6rem;
  }
}
.bl-item.big .inner {
  height: 60rem;
}
@media (max-width: 992px) {
  .bl-item.big .inner {
    height: 26.5rem;
  }
}
.bl-item.big .icon {
  left: 3.2rem;
}
@media (max-width: 992px) {
  .bl-item.big .icon {
    left: 1.6rem;
  }
}
.bl-item.small:nth-of-type(2) {
  margin-bottom: 0;
}
.bl-item.small .inner {
  height: 29.2rem;
}
@media (max-width: 992px) {
  .bl-item.small .inner {
    height: 26.5rem;
  }
}
.bl-item.small .icon {
  right: 3.2rem;
}
@media (max-width: 992px) {
  .bl-item.small .icon {
    left: 1.6rem;
    right: auto;
  }
}
@media (min-width: 993px) {
  .bl-item.small h3 {
    position: absolute;
    left: 3.2rem;
    top: 2.8rem;
    padding-right: 4.2rem;
  }
}
.bl-item .inner {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 3.2rem 3.2rem 3.4rem;
  position: relative;
}
@media (max-width: 992px) {
  .bl-item .inner {
    padding: 1.6rem 1.6rem 1.6rem;
  }
}
.bl-item .inner:has(a.over:hover):after, .bl-item .inner:has(a.over:focus-visible):after {
  background-color: rgba(35, 31, 32, 0.6);
}
.bl-item .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(35, 31, 32, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl-item .icon {
  position: absolute;
  top: 3.2rem;
  border-radius: 0.4rem;
  z-index: 2;
  width: 6.4rem;
}
@media (max-width: 992px) {
  .bl-item .icon {
    width: 4.8rem;
  }
}
@media (max-width: 992px) {
  .bl-item .icon {
    top: 1.6rem;
  }
}
.bl-item * {
  color: #FAFAF8;
}
.bl-item h3 {
  position: relative;
  z-index: 2;
}
.bl-item p {
  position: relative;
  z-index: 2;
}

.case-studies-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.35rem;
}
@media (max-width: 992px) {
  .case-studies-section .row {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.case-studies-section .title-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .case-studies-section .title-con {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 992px) {
  .case-studies-section .title-con h4 {
    width: 15rem;
  }
}
@media (max-width: 992px) {
  .case-studies-section .title-con .btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 1.5rem;
  }
}

.banner-section {
  padding-top: 3.85rem;
  padding-bottom: 3.85rem;
}
@media (max-width: 992px) {
  .banner-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.banner-section .container {
  background-color: #FFFFFF;
  max-width: 137.6rem;
  border-radius: 0.4rem;
}
@media (max-width: 992px) {
  .banner-section .container {
    max-width: calc(100vw - 3.2rem);
  }
}
.banner-section .row {
  min-height: 60rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.05rem 2.4rem 2.6rem;
}
@media (max-width: 992px) {
  .banner-section .row {
    min-height: 0;
    padding: 3.2rem 1.6rem 0.6rem;
  }
}
.banner-section .text-side {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .banner-section .text-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3.2rem;
  }
}
.banner-section h3 {
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .banner-section h3 {
    margin-bottom: 0.5em;
    width: 24rem;
  }
}
@media (max-width: 992px) {
  .banner-section p {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.banner-section .text {
  width: 36rem;
}

.text-with-blocks-4-section + .text-with-blocks-2-section .container {
  max-width: 116rem;
}
.text-with-blocks-4-section + .text-with-blocks-2-section .row {
  padding-top: 4.9rem;
}
@media (max-width: 992px) {
  .text-with-blocks-4-section + .text-with-blocks-2-section .row {
    padding-top: 3.3rem;
  }
}
.text-with-blocks-4-section + .text-with-blocks-2-section .text-con {
  margin-bottom: 1.9rem;
}
.text-with-blocks-4-section + .text-with-blocks-2-section .text-con .text {
  width: 68rem;
}

.text-with-blocks-2-section .row {
  padding-top: 4rem;
  padding-bottom: 3.05rem;
  min-height: 56.2rem;
}
@media (max-width: 992px) {
  .text-with-blocks-2-section .row {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }
}
.text-with-blocks-2-section .text-con {
  margin-bottom: 3.6rem;
  text-align: center;
}
@media (max-width: 992px) {
  .text-with-blocks-2-section .text-con {
    margin-bottom: 1.5rem;
  }
}
.text-with-blocks-2-section .text-con .text {
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.text-with-blocks-2-section .under-con {
  margin-top: 1.4rem;
  text-align: center;
}

.bl2-item {
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .bl2-item {
    margin-bottom: 0.8rem;
  }
}
.bl2-item .inner {
  background-color: #224099;
  padding: 3.2rem 3.2rem 3.3rem;
  border-radius: 0.4rem;
}
@media (max-width: 992px) {
  .bl2-item .inner {
    padding: 1.6rem 1.6rem 1.9rem;
  }
}
.bl2-item .icon {
  margin-left: auto;
  width: 11.2rem;
  margin-bottom: 7rem;
}
@media (max-width: 992px) {
  .bl2-item .icon {
    width: 4.8rem;
    margin-bottom: 0.1rem;
  }
}
.bl2-item * {
  color: #FAFAF8;
}
.bl2-item h4 {
  margin-bottom: 0.4em;
}
@media (max-width: 992px) {
  .bl2-item h4 {
    margin-bottom: 0.2em;
  }
}

@media (min-width: 993px) {
  .hero-2-section + .logo-slide-section .row {
    padding-bottom: 3.85rem;
  }
}

.text-with-blocks-4-section + .logo-slide-section .row {
  padding-top: 4.9rem;
  padding-bottom: 4.65rem;
}
@media (max-width: 992px) {
  .text-with-blocks-4-section + .logo-slide-section .row {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }
}

.logo-slide-section .container {
  max-width: 124rem;
}
.logo-slide-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.25rem;
}
@media (max-width: 992px) {
  .logo-slide-section .row {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}
.logo-slide-section .text-con {
  margin-bottom: 3.6rem;
  text-align: center;
}
.logo-slide-section .text-con .text {
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .logo-slide-section .text-con h5 {
    font-size: 1.8rem;
  }
}
.logo-slide-section .swiper {
  width: calc(100% + 3.6rem + 3.6rem);
  max-width: calc(100% + 3.6rem + 3.6rem);
  margin-left: -3.6rem;
}
@media (max-width: 992px) {
  .logo-slide-section .swiper {
    width: calc(100% + 1.6rem + 1.6rem);
    max-width: calc(100% + 1.6rem + 1.6rem);
    margin-left: -1.6rem;
  }
}
.logo-slide-section .swiper .swiper-wrapper-con {
  overflow: visible !important;
}
.logo-slide-section .swiper .swiper-slide {
  padding: 0 3.6rem;
}
@media (max-width: 992px) {
  .logo-slide-section .swiper .swiper-slide {
    padding: 0 1.6rem;
  }
}

.subscribe-section .row {
  padding-top: 4.45rem;
  padding-bottom: 4.45rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .subscribe-section .row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.subscribe-section .container {
  max-width: 116.2rem;
}
@media (max-width: 992px) {
  .subscribe-section .image-side img {
    aspect-ratio: 343/176.72;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
@media (min-width: 993px) {
  .subscribe-section .form-side {
    padding-left: 12.4rem;
  }
}
.subscribe-section .form-side .text {
  width: 40rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 992px) {
  .subscribe-section .form-side .text {
    width: 100%;
    padding: 3.2rem 0 0;
    margin-bottom: 5.3rem;
  }
  .subscribe-section .form-side .text h2 {
    width: 26rem;
  }
}
.subscribe-section .form-side .gform_wrapper {
  position: relative;
}
.subscribe-section .form-side .gform_wrapper [type=submit] {
  font-size: 0 !important;
}
.subscribe-section .form-side .gform_wrapper [type=submit] i {
  background-color: #295BFF;
  color: #FFFFFF !important;
  margin-left: 0;
}
.subscribe-section .form-side .gform_wrapper [type=submit]:hover i, .subscribe-section .form-side .gform_wrapper [type=submit]:focus-visible i {
  background-color: #224099;
  color: #FFFFFF !important;
}
.subscribe-section .form-side .gform_wrapper .gform-body input {
  padding-right: 3rem;
}
.subscribe-section .form-side .gform_wrapper .gform-footer {
  position: absolute;
  top: 1.2rem;
  right: 0.1rem;
}

.banner-2-section {
  padding-top: 6.5rem;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .banner-2-section {
    padding-top: 2.3rem;
    padding-bottom: 3.1rem;
  }
}
.banner-2-section .container {
  background-image: url(../images/b-back.jpg);
  background-repeat: no-repeat;
  max-width: 114.4rem;
  border-radius: 0.4rem;
}
@media (max-width: 992px) {
  .banner-2-section .container {
    max-width: calc(100vw - 3.2rem);
  }
}
.banner-2-section .row {
  height: 32rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4rem 2.4rem 2.4rem;
}
@media (max-width: 992px) {
  .banner-2-section .row {
    padding: 1.6rem 0 1.6rem;
    height: auto;
  }
}
.banner-2-section * {
  color: #FAFAF8;
}
.banner-2-section h3 {
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .banner-2-section p {
    font-size: 1.8rem;
  }
}
@media (min-width: 993px) {
  .banner-2-section p a {
    font-size: 2rem;
  }
}
.banner-2-section .image-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 32rem;
  margin-top: -2.4rem;
  margin-bottom: -2.4rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .banner-2-section .image-side {
    margin-top: 3rem;
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  .banner-2-section .image-side {
    padding-right: 4.3rem;
  }
}
.banner-2-section .image-side img {
  width: 63.2rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin-bottom: auto;
}
@media (max-width: 992px) {
  .banner-2-section .image-side img {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 993px) {
  .banner-2-section .image-side img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.text-with-blocks-3-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.05rem;
}
@media (max-width: 992px) {
  .text-with-blocks-3-section .row {
    padding-top: 2.3rem;
    padding-bottom: 3.8rem;
  }
}
.text-with-blocks-3-section .text-con {
  margin-bottom: 3.4rem;
  text-align: center;
}
@media (max-width: 992px) {
  .text-with-blocks-3-section .text-con {
    margin-bottom: 2rem;
  }
}
.text-with-blocks-3-section .text-con .text {
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.text-with-blocks-3-section .bl3-item:first-of-type:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.text-with-blocks-3-section .bl3-item:first-of-type:last-of-type .inner {
  padding: 3.2rem 2.4rem 3.2rem;
}
.text-with-blocks-3-section .bl3-item:first-of-type:last-of-type .top h5 {
  font-size: 2.6rem;
  line-height: 1.3076923077;
}
.text-with-blocks-3-section .bl3-item:first-of-type:last-of-type p {
  margin-bottom: 0.95em;
}
.text-with-blocks-3-section .bl3-item:first-of-type:last-of-type .btn-con {
  margin-top: 1.6rem;
}

.bl3-item {
  margin-bottom: 1.6rem;
}
.bl3-item:has(ol) .top {
  margin-bottom: 3.2rem;
}
.bl3-item:has(ol) *:has(+ .btn-con) {
  margin-bottom: 6.6rem;
}
.bl3-item:has(ol) .btn-con {
  margin-top: auto;
}
.bl3-item p {
  margin-bottom: 1.3em;
}
.bl3-item .inner {
  background-color: #F5F4F0;
  padding: 2.4rem 2.4rem 2.4rem;
  border-radius: 0.4rem;
  min-height: 32.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .bl3-item .inner {
    padding: 1.6rem 1.6rem 1.6rem;
    min-height: 0;
  }
}
.bl3-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .bl3-item .top {
    margin-bottom: 1.8rem;
  }
}
.bl3-item .icon {
  width: 6.4rem;
  min-width: 6.4rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.6rem;
}
@media (max-width: 992px) {
  .bl3-item .icon {
    width: 4.8rem;
    min-width: 4.8rem;
  }
}
@media (max-width: 992px) {
  .bl3-item p {
    line-height: 1.75;
  }
}
.bl3-item ol {
  font-size: 1.6rem;
}
.bl3-item ol li {
  font-size: 1.6rem;
  padding-left: 1.3em;
}
.bl3-item ol li:has(+ li) {
  margin-bottom: 0.2em;
}
.bl3-item ol li:before {
  width: 0.875em;
  min-width: 0.875em;
  top: 0.6em;
  left: 0;
}
.bl3-item .btn-con {
  margin-top: 1.2rem;
}
@media (max-width: 992px) {
  .bl3-item .btn-con {
    margin-top: 1.4rem;
  }
}

.text-with-points-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.05rem;
}
@media (max-width: 992px) {
  .text-with-points-section .row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.text-with-points-section .text-con {
  margin-bottom: 3.4rem;
  text-align: center;
}
.text-with-points-section .text-con .text {
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.text-with-points-section .btn-con {
  margin-top: 4.8rem;
}

.po-item {
  margin-bottom: 1.6rem;
}
.po-item .inner {
  background-color: #F5F4F0;
  padding: 2.4rem 2.4rem 2.6rem;
  border-radius: 0.4rem;
}
.po-item i {
  width: 4.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.4rem solid #224099;
  color: #224099;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 6.1rem;
  font-size: 2.6rem;
  line-height: 1.3076923077;
}
@media (max-width: 992px) {
  .po-item i {
    margin-bottom: 6.5rem;
  }
}
.po-item h5 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.65em;
}
.po-item p {
  font-size: 1.8rem;
}

.text-with-image-section .row {
  padding-top: 5.05rem;
  padding-bottom: 4.75rem;
}
@media (max-width: 992px) {
  .text-with-image-section .row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 993px) {
  .text-with-image-section .text-side {
    padding-left: 0;
  }
}
.text-with-image-section .text-side .inner {
  background-color: #F5F4F0;
  padding: 8.75rem 3.2rem 8.75rem;
  border-radius: 0 0.4rem 0.4rem 0;
}
@media (max-width: 992px) {
  .text-with-image-section .text-side .inner {
    padding: 3.5rem 3.2rem 3.5rem;
    border-radius: 0 0 0.4rem 0.4rem;
  }
  .text-with-image-section .text-side .inner p {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
@media (min-width: 993px) {
  .text-with-image-section .image-side {
    padding-right: 0;
  }
  .text-with-image-section .image-side img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    border-radius: 0.4rem 0 0 0.4rem;
  }
}
@media (max-width: 992px) {
  .text-with-image-section .image-side img {
    border-radius: 0.4rem 0.4rem 0 0;
    aspect-ratio: 343/100;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
@media (max-width: 992px) {
  .text-with-image-section ul li,
  .text-with-image-section ol li {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.text-with-image-section p + ul,
.text-with-image-section p + ol {
  margin-top: 1.4em;
}
@media (max-width: 992px) {
  .text-with-image-section p + ul,
  .text-with-image-section p + ol {
    margin-top: 2em;
  }
}

.center-text-section .container {
  max-width: 92.8rem;
}
.center-text-section .row {
  padding-top: 3.85rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (max-width: 992px) {
  .center-text-section .row {
    padding-top: 3.2rem;
    padding-bottom: 4.4rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.center-text-section h5 {
  margin-bottom: 1.6em;
}
@media (max-width: 992px) {
  .center-text-section h5 {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .center-text-section h4 {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
@media (max-width: 992px) {
  .center-text-section p {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.center-text-section ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .center-text-section ol {
    text-align: left;
  }
  .center-text-section ol li {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.center-text-section .col-12:has(+ .col-12) {
  margin-bottom: 1.8rem;
}
.center-text-section .block-con .inner {
  background-color: #F5F4F0;
  border-radius: 0.4rem;
  padding: 3.1rem 2.4rem 3.1rem;
}
@media (max-width: 992px) {
  .center-text-section .block-con .inner {
    padding: 1.6rem 0.2rem 1.6rem;
  }
}

.blue-center-text-section {
  background-color: #224099;
}
.blue-center-text-section .container {
  max-width: 116rem;
}
.blue-center-text-section .row {
  padding-top: 3.95rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (max-width: 992px) {
  .blue-center-text-section .row {
    padding-top: 3.3rem;
  }
}
.blue-center-text-section .row * {
  color: #FAFAF8;
}
.blue-center-text-section .icon-con.icon-con:has(+ .col-12) {
  margin-bottom: 2.9rem;
}
@media (max-width: 992px) {
  .blue-center-text-section .icon-con.icon-con:has(+ .col-12) {
    margin-bottom: 3.4rem;
  }
}
.blue-center-text-section .icon-con.icon-con .icon {
  margin-left: auto;
  margin-right: auto;
  width: 11.2rem;
}
.blue-center-text-section h5 {
  margin-bottom: 1.6em;
}
@media (max-width: 992px) {
  .blue-center-text-section p {
    font-size: 1.8rem;
  }
}
.blue-center-text-section .col-12:has(+ .col-12) {
  margin-bottom: 3.5rem;
}
.blue-center-text-section .text-con .inner {
  margin-left: auto;
  margin-right: auto;
  width: 70rem;
}
.blue-center-text-section .block-con .inner {
  background-image: url(../images/b-back.jpg);
  background-repeat: no-repeat;
  border-radius: 0.4rem;
  padding: 4.6rem 9.6rem 5.1rem;
}
@media (max-width: 992px) {
  .blue-center-text-section .block-con .inner {
    padding: 1.6rem 1.6rem 1.6rem;
  }
}
.blue-center-text-section .block-con h4 {
  margin-bottom: 1.25em;
}
@media (max-width: 992px) {
  .blue-center-text-section .block-con h4 {
    margin-bottom: 1.55em;
  }
}
.blue-center-text-section ol {
  text-align: left;
}
@media (min-width: 993px) {
  .blue-center-text-section ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.blue-center-text-section ol li {
  line-height: 1.5555555556;
  padding-left: 1.2em;
}
@media (max-width: 992px) {
  .blue-center-text-section ol li {
    font-size: 1.8rem;
  }
}
.blue-center-text-section ol li:has(+ li) {
  margin-bottom: 0.88em;
}
.blue-center-text-section ol li:before {
  top: 0.4em;
  left: 0;
  background-image: url(../images/tick-point-cream.svg);
  background-repeat: no-repeat;
}
.blue-center-text-section .btn-con {
  margin-top: -0.3rem;
}

.text-with-blocks-4-section .container {
  max-width: 116rem;
}
.text-with-blocks-4-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.05rem;
}
@media (max-width: 992px) {
  .text-with-blocks-4-section .row {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }
}
.text-with-blocks-4-section .text-con {
  margin-bottom: 3.6rem;
  text-align: center;
}
.text-with-blocks-4-section .text-con .text {
  margin-left: auto;
  margin-right: auto;
}
.text-with-blocks-4-section .under-con {
  text-align: center;
  margin-top: 1.4rem;
}
@media (max-width: 992px) {
  .text-with-blocks-4-section .under-con {
    margin-top: -0.1rem;
  }
  .text-with-blocks-4-section .under-con .text {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.text-with-blocks-4-section .under-con .text {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 993px) {
  .text-with-blocks-4-section .bl4-item:nth-of-type(even):not(:has(+ .bl4-item)) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.bl4-item {
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .bl4-item {
    margin-bottom: 3.2rem;
  }
}
.bl4-item .inner {
  background-color: #224099;
  padding: 3.2rem 3.2rem 3.2rem;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .bl4-item .inner {
    padding: 1.6rem 1.6rem 1.6rem;
  }
}
.bl4-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl4-item .icon {
  width: 4.48rem;
  min-width: 4.48rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.6rem;
}
@media (max-width: 992px) {
  .bl4-item h5 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.bl4-item * {
  color: #FAFAF8;
}

.banner-3-section {
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
}
@media (max-width: 992px) {
  .banner-3-section {
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
  }
}
.banner-3-section:has(ol) .row {
  padding-top: 1.45rem;
  padding-bottom: 1.7rem;
}
@media (max-width: 992px) {
  .banner-3-section:has(ol) .row {
    padding-top: 2.1rem;
    padding-bottom: 1.6rem;
  }
}
.banner-3-section:has(ol) .text {
  width: 80rem;
}
.banner-3-section:has(ol) h4 {
  margin-bottom: 1.3em;
}
.banner-3-section:has(ol) .btn-con {
  margin-top: 3.6rem;
}
@media (min-width: 993px) {
  .banner-3-section:has(ol) p:last-child {
    width: 100rem;
    max-width: 100rem;
    margin-left: -10rem;
  }
}
@media (max-width: 992px) {
  .banner-3-section .p-img.p-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-3-section .p-img.p-img img {
    float: none;
    margin: -0.4rem 0 3.2rem !important;
  }
}
.banner-3-section .p-img.p-img img {
  margin-left: 1.8em;
}
.banner-3-section .p-img.p-img + h4 {
  text-align: left;
  margin-bottom: 0.2em;
}
.banner-3-section .p-img.p-img + h4 + p {
  text-align: left;
}
.banner-3-section img {
  width: 5.6rem;
}
.banner-3-section .container {
  background-image: url(../images/b-back.jpg);
  background-repeat: no-repeat;
  max-width: 114.4rem;
  border-radius: 0.4rem;
}
@media (max-width: 992px) {
  .banner-3-section .container {
    max-width: calc(100vw - 3.2rem);
  }
}
.banner-3-section .row {
  min-height: 32rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.55rem 2.4rem 1.2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .banner-3-section .row {
    padding: 3.6rem 0.2rem 0.3rem;
  }
}
.banner-3-section .text {
  width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.banner-3-section .text * {
  color: #FAFAF8;
}
.banner-3-section h3 {
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .banner-3-section h3 {
    font-size: 2.6rem;
    margin-bottom: 1.2em;
  }
}
.banner-3-section p {
  margin-bottom: 1.6em;
}
@media (max-width: 992px) {
  .banner-3-section p {
    font-size: 1.8rem;
  }
}
@media (min-width: 993px) {
  .banner-3-section p a {
    font-size: 2rem;
  }
}
.banner-3-section ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .banner-3-section ol {
    text-align: left;
  }
}
.banner-3-section ol li {
  line-height: 1.5555555556;
  padding-left: 1.2em;
}
.banner-3-section ol li:has(+ li) {
  margin-bottom: 0.88em;
}
.banner-3-section ol li:before {
  top: 0.4em;
  left: 0;
  background-image: url(../images/tick-point-cream.svg);
  background-repeat: no-repeat;
}
.banner-3-section .btn-con {
  margin-top: 6.6rem;
}
@media (max-width: 992px) {
  .banner-3-section .btn-con {
    margin-top: 4.1rem;
  }
}

.text-with-image-2-section .row {
  padding-top: 3.95rem;
  padding-bottom: 4.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .text-with-image-2-section .row {
    padding-top: 3.1rem;
    padding-bottom: 3.6rem;
  }
}
@media (min-width: 993px) {
  .text-with-image-2-section .image-side img {
    aspect-ratio: 680/540;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
@media (max-width: 992px) {
  .text-with-image-2-section .image-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 3.3rem;
  }
}
.text-with-image-2-section h5 {
  margin-bottom: 1.55em;
}

.text-with-image-and-block-section .row {
  padding-top: 4.65rem;
  padding-bottom: 4.15rem;
}
@media (max-width: 992px) {
  .text-with-image-and-block-section .row {
    padding-top: 3.5rem;
    padding-bottom: 3.3rem;
  }
}
@media (min-width: 993px) {
  .text-with-image-and-block-section .image-side {
    padding-right: 1.6rem;
  }
}
@media (max-width: 992px) {
  .text-with-image-and-block-section .image-side {
    margin-bottom: 2.4rem;
  }
}
.text-with-image-and-block-section .image-side img {
  aspect-ratio: 672/338.8;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 993px) {
  .text-with-image-and-block-section .text-side {
    padding-left: 1.6rem;
  }
}
.text-with-image-and-block-section .text-side .icon {
  width: 4.48rem;
  margin-bottom: 3rem;
}
.text-with-image-and-block-section .text-side .icon img {
  aspect-ratio: 1/1;
}
.text-with-image-and-block-section .block-con {
  margin-top: 3.3rem;
}
.text-with-image-and-block-section .block-con .inner {
  background-color: #F5F4F0;
  border-radius: 0.4rem;
  padding: 2.1rem 2.4rem 2.4rem;
}
@media (max-width: 992px) {
  .text-with-image-and-block-section .block-con .inner {
    padding: 1.6rem 1.6rem 1.6rem;
  }
}
.text-with-image-and-block-section h5 {
  margin-bottom: 1.6em;
}
@media (max-width: 992px) {
  .text-with-image-and-block-section h4 {
    font-size: 2.6rem;
    margin-bottom: 0.4em;
  }
}
@media (max-width: 992px) {
  .text-with-image-and-block-section p {
    font-size: 1.8rem;
  }
}
.text-with-image-and-block-section ol {
  text-align: left;
}
.text-with-image-and-block-section ol li {
  line-height: 1.5555555556;
  padding-left: 1.2em;
}
.text-with-image-and-block-section ol li:before {
  top: 0.4em;
  left: 0;
}

.video-section .container {
  max-width: 116rem;
}
.video-section .row {
  padding-top: 4.7rem;
  padding-bottom: 4.7rem;
}
@media (max-width: 992px) {
  .video-section .row {
    padding-top: 3.6rem;
    padding-bottom: 3.1rem;
  }
}
.video-section .video-con {
  position: relative;
}
.video-section .video-con a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-section .video-con a:hover, .video-section .video-con a:focus-visible {
  opacity: 0.75;
}
.video-section .video-con a svg {
  width: 12.1rem;
}
.video-section img {
  aspect-ratio: 1144/615;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 0.8rem;
}

.text-with-blocks-5-section .row {
  padding-top: 3.15rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .text-with-blocks-5-section .row {
    padding-top: 2.9rem;
    padding-bottom: 5rem;
  }
}
.text-with-blocks-5-section .text-con {
  margin-bottom: 3.4rem;
  text-align: center;
}
.text-with-blocks-5-section .text-con .text {
  margin-left: auto;
  margin-right: auto;
}

.bl5-item {
  margin-bottom: 1.6rem;
}
.bl5-item .inner {
  background-color: #224099;
  padding: 3.2rem 8.2rem 3.2rem;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl5-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.bl5-item .icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
.bl5-item .icon img {
  max-width: 20rem;
  max-height: 6rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.bl5-item * {
  color: #FAFAF8;
}

.contact-blocks-section .row {
  padding-top: 3.95rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .contact-blocks-section .row {
    padding-top: 6.4rem;
    padding-bottom: 5.9rem;
  }
}
.co-item {
  margin-bottom: 1.6rem;
}
.co-item .inner {
  background-color: #F5F4F0;
  border-radius: 0.4rem;
  padding: 3rem 2.4rem 3.2rem;
}
.co-item h5 {
  margin-bottom: 0.7em;
}
.co-item a {
  color: #295BFF;
  text-decoration: none;
}
.co-item a:hover, .co-item a:focus-visible {
  text-decoration: underline;
}

.text-with-stats-2-section .container,
.text-with-stats-section .container {
  max-width: 116rem;
}
.text-with-stats-2-section .row,
.text-with-stats-section .row {
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .text-with-stats-2-section .row,
  .text-with-stats-section .row {
    padding-top: 6.4rem;
    padding-bottom: 5.3rem;
  }
}
@media (min-width: 993px) {
  .text-with-stats-2-section .text-side,
  .text-with-stats-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.6%;
            flex: 0 0 49.6%;
    max-width: 49.6%;
  }
}
@media (max-width: 992px) {
  .text-with-stats-2-section .text-side,
  .text-with-stats-section .text-side {
    margin-bottom: 2.7rem;
  }
}
@media (min-width: 993px) {
  .text-with-stats-2-section .stats-side,
  .text-with-stats-section .stats-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.3%;
            flex: 0 0 49.3%;
    max-width: 49.3%;
  }
}
.text-with-stats-2-section h4,
.text-with-stats-section h4 {
  margin-bottom: 1.25em;
}
.text-with-stats-2-section .stats-con,
.text-with-stats-section .stats-con {
  background-image: url(../images/h-back.jpg);
  background-repeat: no-repeat;
  text-align: center;
  padding: 0.9rem 1rem 0.9rem;
  border-radius: 0.4rem;
}
@media (max-width: 992px) {
  .text-with-stats-2-section .stats-con,
  .text-with-stats-section .stats-con {
    padding: 0.9rem 1rem 0.2rem;
  }
}
.text-with-stats-2-section .stats-con:has(+ .stats-con),
.text-with-stats-section .stats-con:has(+ .stats-con) {
  margin-bottom: 0.85rem;
}
.text-with-stats-2-section .stats-con:nth-of-type(3n + 2),
.text-with-stats-section .stats-con:nth-of-type(3n + 2) {
  background-image: url(../images/b-back.jpg);
}
.text-with-stats-2-section .stats-con:nth-of-type(3n + 3),
.text-with-stats-section .stats-con:nth-of-type(3n + 3) {
  background-image: url(../images/f-back.jpg);
}
.text-with-stats-2-section .stats-con .stats *,
.text-with-stats-section .stats-con .stats * {
  color: #FAFAF8;
}
.text-with-stats-2-section .stats-con .stats:has(+ .stats),
.text-with-stats-section .stats-con .stats:has(+ .stats) {
  margin-right: 5.6rem;
}
.text-with-stats-2-section .stats-con .stats.waypoint .number .number-inner,
.text-with-stats-section .stats-con .stats.waypoint .number .number-inner {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.text-with-stats-2-section .stats-con .stats.waypoint.animate .number .number-inner,
.text-with-stats-section .stats-con .stats.waypoint.animate .number .number-inner {
  -webkit-transform: translateY(calc(-100% + 1.0625em));
      -ms-transform: translateY(calc(-100% + 1.0625em));
          transform: translateY(calc(-100% + 1.0625em));
  -webkit-transition: 1.2s 0.3s linear;
  transition: 1.2s 0.3s linear;
}
.text-with-stats-2-section .stats-con .stats.waypoint.animate .number .number-inner.medium,
.text-with-stats-section .stats-con .stats.waypoint.animate .number .number-inner.medium {
  -webkit-transition: 1.2s 0.3s linear;
  transition: 1.2s 0.3s linear;
}
.text-with-stats-2-section .stats-con .stats.waypoint.animate .number .number-inner.small,
.text-with-stats-section .stats-con .stats.waypoint.animate .number .number-inner.small {
  -webkit-transition: 1.2s 0.3s linear;
  transition: 1.2s 0.3s linear;
}
.text-with-stats-2-section .stats-con .stats .over,
.text-with-stats-section .stats-con .stats .over {
  margin-bottom: 0.5em;
}
.text-with-stats-2-section .stats-con .stats .stat,
.text-with-stats-section .stats-con .stats .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 0.07em;
  color: #FAFAF8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .text-with-stats-2-section .stats-con .stats .stat,
  .text-with-stats-section .stats-con .stats .stat {
    font-size: 6.4rem;
  }
}
.text-with-stats-2-section .stats-con .stats .stat .number,
.text-with-stats-section .stats-con .stats .stat .number {
  text-align: right;
  height: 1.0625em;
  overflow: hidden;
  position: relative;
}
.text-with-stats-2-section .stats-con .stats .stat .number .number-inner,
.text-with-stats-section .stats-con .stats .stat .number .number-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.text-with-stats-2-section .stats-con .stats .stat .number .filler,
.text-with-stats-section .stats-con .stats .stat .number .filler {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 993px) {
  .text-with-stats-2-section .container,
  .text-with-stats-2-section .col-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .text-with-stats-2-section .row {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
}
.text-with-stats-2-section .container {
  max-width: 117.6rem;
}
.text-with-stats-2-section .row {
  padding-top: 3.75rem;
  padding-bottom: 2.45rem;
}
@media (max-width: 992px) {
  .text-with-stats-2-section .row {
    padding-top: 2.4rem;
    padding-bottom: 0;
  }
}
.text-with-stats-2-section .text-con {
  text-align: center;
  margin-bottom: 3.5rem;
}
.text-with-stats-2-section .stats-con.stats-con {
  background-image: none;
  padding: 0 0.8rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 993px) {
  .text-with-stats-2-section .stats-con.stats-con {
    padding: 0 1.6rem;
  }
}
.text-with-stats-2-section .stats-con.stats-con:nth-of-type(3n + 2) .stats {
  background-image: url(../images/sb1.jpg);
}
.text-with-stats-2-section .stats-con.stats-con:nth-of-type(3n + 3) .stats {
  background-image: url(../images/sb2.jpg);
}
.text-with-stats-2-section .stats-con.stats-con:nth-of-type(3n + 4) .stats {
  background-image: url(../images/sb3.jpg);
}
.text-with-stats-2-section .stats-con.stats-con .stats {
  border-radius: 0.4rem;
  min-height: 25.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .text-with-stats-2-section .stats-con.stats-con .stats {
    min-height: 19.9rem;
  }
}

.text-with-blocks-6-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.35rem;
}
@media (max-width: 992px) {
  .text-with-blocks-6-section .row {
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }
}
.text-with-blocks-6-section .text-con {
  margin-bottom: 3.4rem;
  text-align: center;
}
.text-with-blocks-6-section .text-con .text {
  width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.text-with-blocks-6-section h4 {
  margin-bottom: 1.3em;
}

.bl6-item {
  margin-bottom: 1.6rem;
}
.bl6-item .inner {
  background-color: #F5F4F0;
  border-radius: 0.4rem;
  padding: 3.2rem 3.2rem 3.3rem;
}
@media (max-width: 992px) {
  .bl6-item .inner {
    padding: 1.6rem 1.6rem 1.6rem;
  }
}
.bl6-item .icon {
  width: 6.4rem;
  aspect-ratio: 1/1;
  margin-bottom: 2.1rem;
}
@media (max-width: 992px) {
  .bl6-item .icon {
    margin-bottom: 2.5rem;
    width: 4.8rem;
  }
}
.bl6-item h5 {
  margin-bottom: 0.4em;
}
.bl6-item .btn-con {
  margin-top: 6.7rem;
}

.text-columns-section .container {
  max-width: 116rem;
}
.text-columns-section .row {
  padding-top: 3.85rem;
  padding-bottom: 3.05rem;
}
@media (max-width: 992px) {
  .text-columns-section .row {
    padding-top: 0.7rem;
    padding-bottom: 2.3rem;
  }
}
.text-columns-section .left-side .inner {
  border-radius: 0.4rem;
  padding: 1.6rem 1.5rem 3.2rem 0;
}
.text-columns-section .right-side .inner {
  background-color: #F5F4F0;
  border-radius: 0.4rem;
  padding: 3rem 2.5rem 3.4rem;
}
.text-columns-section h4 {
  margin-bottom: 1.3em;
}
.text-columns-section p {
  margin-bottom: 1.25em;
}

.our-team-section .container {
  max-width: 138rem;
}
.our-team-section .row {
  padding-top: 4.25rem;
  padding-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .our-team-section .row {
    padding-top: 4.5rem;
  }
}
.our-team-section .text-con {
  margin-bottom: 3.3rem;
}
.our-team-section .text-con .text {
  width: 68rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.our-team-section .join-con {
  margin-top: 12.6rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 992px) {
  .our-team-section .join-con {
    margin-top: 3.3rem;
  }
}
.our-team-section .under-side .inner {
  background-color: #224099;
  color: #FAFAF8;
  border-radius: 0.4rem;
  padding: 2.4rem 2.4rem 2.4rem;
}
@media (max-width: 992px) {
  .our-team-section .under-side .inner {
    padding: 1.6rem 1.6rem 1.6rem;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}

.t-item {
  margin-bottom: 3.2rem;
}
.t-item a.over:hover ~ .under h4, .t-item a.over:focus-visible ~ .under h4 {
  color: #295BFF;
}
.t-item .inner {
  border-radius: 0.4rem;
  background-color: #F5F4F0;
}
.t-item img {
  aspect-ratio: 443/448;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 0.4rem;
}
.t-item .under {
  padding: 2.9rem 3.4rem 3.3rem;
}
.t-item h4 {
  margin-bottom: 0.35em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-item {
  margin-bottom: 1.6rem;
}
.c-item a.over:hover ~ .btn-side .btn, .c-item a.over:focus-visible ~ .btn-side .btn {
  background-color: transparent;
  border-color: transparent;
  color: #224099 !important;
}
.c-item a.over:hover ~ .btn-side .btn i, .c-item a.over:focus-visible ~ .btn-side .btn i {
  background-color: #224099;
  color: #FFFFFF !important;
}
.c-item .inner {
  background-color: #F5F4F0;
  border-radius: 0.4rem;
  padding: 2.5rem 2.4rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .c-item .inner {
    padding: 1.6rem 1.6rem 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-item .info-side {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media (max-width: 992px) {
  .c-item .info-side {
    width: 100%;
  }
}
.c-item .btn-side {
  margin-left: 1.6rem;
}
@media (max-width: 992px) {
  .c-item .btn-side {
    width: 100%;
    margin-left: 0;
    margin-top: 1.8rem;
  }
}
.c-item p {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media (max-width: 992px) {
  .c-item p {
    position: absolute;
    left: 10.7rem;
    bottom: 7rem;
  }
}
.c-item h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3em;
}
@media (max-width: 992px) {
  .c-item h5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.c-item h5 .time {
  background-color: #295BFF;
  color: #FAFAF8;
  margin-left: 1.6rem;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
}
@media (max-width: 992px) {
  .c-item h5 .time {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.c-item .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-item .btn i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.our-team-section + .text-with-image-3-section .row {
  padding-top: 0;
}

.text-with-image-3-section .row {
  padding-top: 3.9rem;
  padding-bottom: 3.25rem;
}
@media (min-width: 993px) {
  .text-with-image-3-section .image-side img {
    aspect-ratio: 680/390;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
@media (max-width: 992px) {
  .text-with-image-3-section .image-side {
    margin-bottom: 1.6rem;
  }
  .text-with-image-3-section .image-side img {
    aspect-ratio: 343/318;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.text-with-image-3-section .text-side .inner {
  background-color: #F5F4F0;
  padding: 2.9rem 2.4rem 2.4rem;
  border-radius: 0.4rem;
  min-height: 39rem;
}
.text-with-image-3-section p {
  margin-bottom: 0.8em;
}

.research-archive-section .container {
  padding-top: 4.05rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .research-archive-section .container {
    padding-top: 6.2rem;
  }
}
.research-archive-section .filter-con {
  position: relative;
  z-index: 10;
}
.research-archive-section .filter-con .facetwp-type-radio {
  display: none;
}

.filter-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .filter-con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -0.6rem !important;
  }
}
.filter-con .facetwp-facet {
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .filter-con .facetwp-facet {
    margin-bottom: 2.3rem;
  }
}
.filter-con .research-type-dropdown {
  position: relative;
  margin-right: 1.6rem;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .filter-con .research-type-dropdown {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.filter-con .research-type-dropdown .dropdown-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  background: none;
  border: 0.1rem solid transparent;
  border-radius: 0.6rem;
  height: 4.133rem;
  padding: 0 1rem 0 3rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: inherit;
  text-decoration: none;
  background-image: url(../images/filter.svg);
  background-repeat: no-repeat;
  background-position: 0.2rem 50%;
  background-size: 2.4rem auto;
}
@media (max-width: 992px) {
  .filter-con .research-type-dropdown .dropdown-trigger {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.filter-con .research-type-dropdown .dropdown-trigger svg {
  display: none;
}
.filter-con .research-type-dropdown .dropdown-panel {
  display: none;
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  min-width: 22rem;
  background: #fff;
  border: 0.1rem solid #DCDCDC;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
  z-index: 500;
}
@media (max-width: 992px) {
  .filter-con .research-type-dropdown .dropdown-panel {
    width: 100%;
  }
}
.filter-con .research-type-dropdown .dropdown-panel.open {
  display: block;
}
.filter-con .research-type-dropdown .dropdown-search-wrap {
  padding: 0.8rem 0.8rem 0.4rem;
  border-bottom: 0.1rem solid #DCDCDC;
}
.filter-con .research-type-dropdown .dropdown-search-wrap input {
  width: 100%;
  border: 0.1rem solid #DCDCDC;
  border-radius: 0.4rem;
  padding: 0.7rem 0.8rem 0.7rem 3.2rem;
  font-size: 1.3rem;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 0.6rem 50%;
  background-size: 1.8rem auto;
  min-width: 0;
}
.filter-con .research-type-dropdown .dropdown-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0.4rem 0 !important;
  max-height: 28rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(29, 36, 44, 0.2) transparent;
}
.filter-con .research-type-dropdown .dropdown-list::-webkit-scrollbar {
  width: 0.4rem;
}
.filter-con .research-type-dropdown .dropdown-list::-webkit-scrollbar-track {
  background: transparent;
}
.filter-con .research-type-dropdown .dropdown-list::-webkit-scrollbar-thumb {
  background-color: rgba(29, 36, 44, 0.2);
  border-radius: 9999px;
}
.filter-con .research-type-dropdown .dropdown-list li {
  list-style: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
}
.filter-con .research-type-dropdown .dropdown-list li::before {
  display: none !important;
}
.filter-con .research-type-dropdown .dropdown-option {
  padding: 0.8rem 1.2rem 0.8rem 1.6rem !important;
  cursor: pointer;
  font-size: inherit;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter-con .research-type-dropdown .dropdown-option:hover {
  background-color: #F5F4F0;
}
.filter-con .research-type-dropdown .dropdown-option.active {
  color: #295BFF;
}
.filter-con .facetwp-facet-search.facetwp-facet-search {
  margin-left: auto;
  width: 21.3rem;
}
@media (max-width: 992px) {
  .filter-con .facetwp-facet-search.facetwp-facet-search {
    margin-left: 0;
    width: 25rem;
  }
}
.filter-con .facetwp-facet-search.facetwp-facet-search input {
  border: 0.1rem solid #DCDCDC;
  border-radius: 0.6rem;
  padding: 1.1rem 1.1rem 1rem 3.9rem;
  font-weight: 500;
  width: 21.3rem;
  min-width: 0;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 0.7rem 50%;
  background-size: 2.4rem auto;
}
@media (max-width: 992px) {
  .filter-con .facetwp-facet-search.facetwp-facet-search input {
    width: 25rem;
  }
}
.filter-con .facetwp-facet-search.facetwp-facet-search .facetwp-icon {
  display: none;
}
.filter-con .facetwp-type-sort {
  margin-left: 1.6rem;
}
@media (max-width: 992px) {
  .filter-con .facetwp-type-sort {
    width: 8.7rem;
  }
}
.filter-con .facetwp-type-sort select {
  border: 0.1rem solid transparent;
  border-radius: 0.6rem;
  background-image: url(../images/filter.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  line-height: 3.933rem;
  height: 4.133rem;
  background-size: 2.4rem auto;
  font-weight: 500;
  padding-right: 3rem;
  padding-left: 1rem;
  field-sizing: content;
  min-width: 0;
}
.filter-con .facetwp-type-reset {
  margin-left: 1.6rem;
}
@media (max-width: 992px) {
  .filter-con .facetwp-type-reset {
    width: 100%;
    margin-left: 0;
  }
}

.r-item {
  margin-bottom: 1.6rem;
}
.r-item.col-lg-5 img, .r-item.col-lg-7 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.r-item.col-lg-5 .inner, .r-item.col-lg-7 .inner {
  padding: 0;
}
@media (min-width: 993px) {
  .r-item.col-lg-5 .inner, .r-item.col-lg-7 .inner {
    background-color: #ECEBE4;
  }
}
.r-item.col-lg-5 .under, .r-item.col-lg-7 .under {
  padding: 2.3rem 2.4rem 2.4rem;
  position: relative;
}
@media (max-width: 992px) {
  .r-item.col-lg-5 .under, .r-item.col-lg-7 .under {
    padding: 1.5rem 1.5rem 1.5rem;
  }
}
.r-item.col-lg-5 img {
  aspect-ratio: 564/300;
}
@media (max-width: 992px) {
  .r-item.col-lg-5 img {
    aspect-ratio: 343/150;
  }
}
.r-item.col-lg-7 img {
  aspect-ratio: 796/300;
}
@media (max-width: 992px) {
  .r-item.col-lg-7 img {
    aspect-ratio: 343/150;
  }
}
.r-item.wide {
  margin-top: 14.3rem;
  margin-bottom: 16rem;
}
@media (max-width: 992px) {
  .r-item.wide {
    margin-top: 8rem;
    margin-bottom: 6.5rem;
  }
}
.r-item.wide .inner {
  background-color: transparent;
  min-height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.2rem 3.2rem 3.3rem;
}
@media (max-width: 992px) {
  .r-item.wide .inner {
    min-height: 41.5rem;
    padding: 1.6rem 1.6rem 1.6rem;
  }
}
.r-item.wide .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (min-width: 993px) {
  .r-item.wide .inner {
    padding-right: 59rem;
  }
}
.r-item.wide .inner .full-bg {
  z-index: -1;
}
.r-item.wide .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.r-item.wide * {
  color: #FAFAF8;
}
.r-item.wide .btn-con {
  margin-top: 4.9rem;
}
.r-item.wide h5 {
  margin-top: auto;
  margin-bottom: 0.53em;
}
@media (min-width: 993px) {
  .r-item.wide h5 {
    font-size: 3.4rem;
    line-height: 1.2352941176;
    letter-spacing: -0.02em;
  }
}
.r-item a.over:hover ~ .under h5,
.r-item a.over:hover ~ h5, .r-item a.over:focus-visible ~ .under h5,
.r-item a.over:focus-visible ~ h5 {
  color: #295BFF;
}
.r-item .inner.has-colour:not(.has-text-colour) a.over:hover ~ h5,
.r-item .inner.has-colour:not(.has-text-colour) a.over:hover ~ .report-card-title,
.r-item .inner.has-colour:not(.has-text-colour) a.over:hover ~ .report-card-sub,
.r-item .inner.has-colour:not(.has-text-colour) a.over:hover ~ .r-card-top,
.r-item .inner.has-colour:not(.has-text-colour) a.over:hover ~ .info,
.r-item .inner.has-colour:not(.has-text-colour) a.over:hover ~ .info a,
.r-item .inner.has-colour:not(.has-text-colour) a.over:hover ~ .info .author-sep, .r-item .inner.has-colour:not(.has-text-colour) a.over:focus-visible ~ h5,
.r-item .inner.has-colour:not(.has-text-colour) a.over:focus-visible ~ .report-card-title,
.r-item .inner.has-colour:not(.has-text-colour) a.over:focus-visible ~ .report-card-sub,
.r-item .inner.has-colour:not(.has-text-colour) a.over:focus-visible ~ .r-card-top,
.r-item .inner.has-colour:not(.has-text-colour) a.over:focus-visible ~ .info,
.r-item .inner.has-colour:not(.has-text-colour) a.over:focus-visible ~ .info a,
.r-item .inner.has-colour:not(.has-text-colour) a.over:focus-visible ~ .info .author-sep {
  color: #FAFAF8;
}
.r-item .inner.has-colour:not(.has-text-colour) a.over:hover ~ .report-card-sub, .r-item .inner.has-colour:not(.has-text-colour) a.over:focus-visible ~ .report-card-sub {
  opacity: 0.92;
}
@supports (color: color-mix(in srgb, #000 90%, #fff 10%)) {
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ h5,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .report-card-title,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .report-card-sub,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .r-card-top,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .info,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .info a,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .info .author-sep, .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ h5,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .report-card-title,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .report-card-sub,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .r-card-top,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .info,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .info a,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .info .author-sep {
    color: color-mix(in srgb, currentColor 90%, white 10%);
  }
}
@supports not (color: color-mix(in srgb, #000 90%, #fff 10%)) {
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ h5,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .report-card-title,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .report-card-sub,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .r-card-top,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .info,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .info a,
  .r-item .inner.has-colour.has-text-colour a.over:hover ~ .info .author-sep, .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ h5,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .report-card-title,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .report-card-sub,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .r-card-top,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .info,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .info a,
  .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .info .author-sep {
    opacity: 0.94;
  }
}
.r-item .inner.has-colour.has-text-colour a.over:hover ~ .report-card-sub, .r-item .inner.has-colour.has-text-colour a.over:focus-visible ~ .report-card-sub {
  opacity: 1;
}
.r-item .inner {
  background-color: #F5F4F0;
  padding: 2.3rem 2.4rem 2.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.r-item.col-lg-4 .inner {
  overflow: visible;
}
.r-item .episode-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #1D242C;
  margin-bottom: 0.6rem;
}
.r-item .inner.has-report {
  padding: 2.9rem 3rem 3rem;
}
.r-item .r-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  margin-bottom: 1.3rem;
}
@media (max-width: 992px) {
  .r-item .r-card-top {
    margin-bottom: 0.9rem;
  }
}
.r-item .r-card-top .cats {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
.r-item .r-card-top__spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.r-item .r-card-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.r-item .r-card-date {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #6A6A6A;
  white-space: nowrap;
}
.r-item .inner.has-colour .r-card-date {
  color: inherit;
  opacity: 0.95;
}
.r-item .inner.has-report h5,
.r-item .inner.has-report .report-card-title {
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  padding-right: 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .r-item .inner.has-report h5,
  .r-item .inner.has-report .report-card-title {
    font-size: 2.9rem;
    line-height: 1.2413793103;
  }
}
.r-item .inner.has-report .report-card-sub {
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: -0.01em;
  font-weight: 400;
}
@media (max-width: 992px) {
  .r-item .inner.has-report .report-card-sub {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.r-item .inner.has-report .info .meta,
.r-item .inner.has-card-header-date .info .meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.6rem;
  gap: 0 0.45rem;
}
.r-item .inner.has-report .info .meta span::before,
.r-item .inner.has-card-header-date .info .meta span::before {
  display: none;
}
.r-item .inner.has-card-header-date .info .meta {
  margin-right: 0;
}
.r-item .inner.has-report .info .meta .author-sep,
.r-item .inner.has-card-header-date .info .meta .author-sep {
  color: inherit;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0.15rem;
}
.r-item .inner.has-report .mic-logo {
  width: 4.4rem;
  height: 4.4rem;
}
.r-item .inner.has-colour.has-text-colour h5,
.r-item .inner.has-colour.has-text-colour .report-card-title,
.r-item .inner.has-colour.has-text-colour .report-card-sub,
.r-item .inner.has-colour.has-text-colour .info,
.r-item .inner.has-colour.has-text-colour .info a,
.r-item .inner.has-colour.has-text-colour .info span,
.r-item .inner.has-colour.has-text-colour .r-card-date {
  color: inherit;
}
.r-item .inner.has-colour.has-text-colour .cats .cat {
  background-color: rgba(255, 255, 255, 0.2);
  color: inherit;
}
.r-item .inner.has-report.has-text-colour:not(.has-colour) h5,
.r-item .inner.has-report.has-text-colour:not(.has-colour) .report-card-title,
.r-item .inner.has-report.has-text-colour:not(.has-colour) .report-card-sub,
.r-item .inner.has-report.has-text-colour:not(.has-colour) .info,
.r-item .inner.has-report.has-text-colour:not(.has-colour) .info a,
.r-item .inner.has-report.has-text-colour:not(.has-colour) .r-card-date {
  color: inherit;
}
.r-item .inner.has-colour:not(.has-text-colour) h5,
.r-item .inner.has-colour:not(.has-text-colour) .report-card-title,
.r-item .inner.has-colour:not(.has-text-colour) .report-card-sub,
.r-item .inner.has-colour:not(.has-text-colour) .info,
.r-item .inner.has-colour:not(.has-text-colour) .info a,
.r-item .inner.has-colour:not(.has-text-colour) .info span,
.r-item .inner.has-colour:not(.has-text-colour) .r-card-date {
  color: #FAFAF8;
}
.r-item .inner.has-colour:not(.has-text-colour) .cats .cat {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FAFAF8;
}
.r-item .excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.r-item .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.3rem;
}
@media (max-width: 992px) {
  .r-item .cats {
    margin-bottom: 0.9rem;
  }
}
.r-item .cats .cat {
  background-color: #295BFF;
  color: #FAFAF8;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
}
.r-item h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: -0.02em;
}
@media (max-width: 992px) {
  .r-item h5 {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.r-item .info {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #6A6A6A;
  margin-top: auto;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
}
@media (max-width: 992px) {
  .r-item .info {
    padding-top: 1.6rem;
  }
}
.r-item .info .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.r-item .info .meta span:not(.author-sep):not(.visually-hidden) {
  display: block;
}
.r-item .info .meta span:not(.author-sep):not(.visually-hidden)::before {
  content: "•";
  margin: 0 0.4rem;
}
.r-item .info .meta .author-sep {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.r-item .info .mic-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
}
.r-item .info a {
  position: relative;
  z-index: 5;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
}
.r-item .info a:hover, .r-item .info a:focus-visible {
  text-decoration: underline;
}
.r-item .btn-con {
  margin-top: 2.7rem;
}
.r-item .btn-con .btn {
  position: relative;
  z-index: 4;
}
.r-item .inner > p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-3-section.gradient-1 {
  background-image: url(../images/gradient-1.jpg);
}
.hero-3-section.gradient-2 {
  background-image: url(../images/gradient-2.jpg);
}
.hero-3-section.gradient-3 {
  background-image: url(../images/gradient-3.jpg);
}
.hero-3-section.gradient-4 {
  background-image: url(../images/gradient-4.jpg);
}
.hero-3-section.gradient-5 {
  background-image: url(../images/gradient-5.jpg);
}
.hero-3-section .row {
  height: 32rem;
}
@media (max-width: 992px) {
  .hero-3-section .row {
    height: 20.3rem;
  }
}

.info-top-section .container {
  max-width: 92.8rem;
}
.info-top-section .row {
  padding-top: 3.95rem;
}
@media (max-width: 992px) {
  .info-top-section .row {
    padding-top: 8.1rem;
  }
}
.info-top-section .btn-con {
  margin-top: 0;
}
.info-top-section .btn-con .btn.back i {
  margin-left: 0;
  margin-right: 0.8rem;
}
.info-top-section .back-con {
  margin-bottom: 6.6rem;
}
.info-top-section .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.1rem;
}
@media (max-width: 992px) {
  .info-top-section .cats {
    margin-bottom: 0.1rem;
  }
}
.info-top-section .cats .cat {
  background-color: #295BFF;
  color: #FAFAF8;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
}
.info-top-section .cats .type {
  color: #295BFF;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
  -webkit-box-shadow: inset 0 0 0 0.1rem #295BFF;
          box-shadow: inset 0 0 0 0.1rem #295BFF;
}
.info-top-section .by-side {
  min-width: 0;
}
.info-top-section .info {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #6A6A6A;
  display: block;
  text-align: right;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  min-width: 0;
  margin-bottom: 3.8rem;
  margin-top: 0.7rem;
}
@media (max-width: 992px) {
  .info-top-section .info {
    text-align: left;
    margin-bottom: 3.1rem;
  }
}
.info-top-section .info .meta {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: inherit;
}
.info-top-section .info .meta-authors {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding-right: 0.65rem;
  white-space: normal;
  overflow-wrap: break-word;
}
@media (max-width: 992px) {
  .info-top-section .info .meta-authors {
    text-align: left;
  }
}
.info-top-section .info .meta-authors .author-sep {
  color: inherit;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0.15rem;
}
.info-top-section .info .meta-authors a {
  position: relative;
  z-index: 5;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  white-space: nowrap;
}
.info-top-section .info .meta-authors a:hover, .info-top-section .info .meta-authors a:focus-visible {
  text-decoration: underline;
}
.info-top-section .info .meta-date-group {
  display: table-cell;
  vertical-align: top;
  width: 9.5rem;
  white-space: nowrap;
}
.info-top-section .info .meta-date-group .meta-sep,
.info-top-section .info .meta-date-group .info-date,
.info-top-section .info .meta-date-group time {
  display: inline-block;
  vertical-align: middle;
}
.info-top-section .info .meta-sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: currentColor;
  width: 0.3em;
  height: 0.3em;
  margin: 0 0.6em;
  border-radius: 50%;
}
.info-top-section .info .info-date,
.info-top-section .info time {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.15em;
}
.info-top-section .info > span:not(.meta-sep) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  width: 0.3em;
  height: 0.3em;
  margin: 0 0.55em;
  border-radius: 50%;
}
.info-top-section .info > a {
  position: relative;
  z-index: 5;
  text-decoration: none;
  font-weight: 500;
  color: #6A6A6A;
}
.info-top-section .info > a:hover, .info-top-section .info > a:focus-visible {
  text-decoration: underline;
}
.info-top-section h3 {
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .info-top-section h3 {
    font-size: 3.4rem;
    line-height: 1.2352941176;
    font-weight: 500;
  }
}
.info-top-section .links-con {
  padding: 2.4rem;
  background-color: #F5F4F0;
  border-radius: 0.4rem;
  margin-top: 6.5rem;
  margin-left: 0.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 1.6rem);
          flex: 0 0 calc(100% - 1.6rem);
  max-width: calc(100% - 1.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .info-top-section .links-con {
    padding: 2.4rem;
    margin-top: 2.9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .info-top-section .links-con .btn-con + .btn-con {
    margin-top: 2.4rem;
  }
  .info-top-section .links-con .btn {
    margin-bottom: 3.6rem;
  }
  .info-top-section .links-con .btn:last-child {
    margin-bottom: 0;
  }
}

.hero-2-section + .post-text-section .row.row {
  padding-top: 3.8rem;
}
@media (max-width: 992px) {
  .hero-2-section + .post-text-section .row.row {
    padding-top: 6.4rem;
  }
}
.hero-2-section + .post-text-section .row.row img {
  margin-top: 6.6rem;
  margin-bottom: 6.3rem;
}

.segments-section + .post-text-section .row.row {
  padding-top: 1.5rem;
}
@media (max-width: 992px) {
  .segments-section + .post-text-section .row.row {
    padding-top: 3rem;
  }
}

.post-text-section .container {
  max-width: 92.8rem;
}
.post-text-section .row.row {
  padding-top: 3.15rem;
}
@media (max-width: 992px) {
  .post-text-section .row.row {
    padding-top: 2.9rem;
  }
}
.post-text-section .row.row img {
  margin-top: 10.6rem;
  margin-bottom: 10.6rem;
}
@media (max-width: 992px) {
  .post-text-section .row.row img {
    margin-top: 7.3rem;
    margin-bottom: 6.2rem;
  }
}
.post-text-section p {
  margin-bottom: 1.5em;
}
@media (max-width: 992px) {
  .post-text-section p {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
  .post-text-section p.large {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.post-text-section h4 {
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .post-text-section h4 {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
.post-text-section h3 {
  margin-bottom: 0.97em;
}
@media (max-width: 992px) {
  .post-text-section h3 {
    font-size: 3.4rem;
    line-height: 1.2352941176;
  }
}
.post-text-section .btn-con {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6.8rem;
  margin-bottom: 5.5rem;
}
@media (max-width: 992px) {
  .post-text-section .btn-con {
    margin-bottom: 2.9rem;
  }
}
@media (max-width: 992px) {
  .post-text-section .btn-con .btn.btn {
    font-size: 1.4rem !important;
  }
}
.post-text-section .btn-con .btn.btn:has(+ .btn) {
  margin-bottom: 3.4rem;
}

.boxed-text-section {
  padding-top: 1.5rem;
  padding-bottom: 3.95rem;
}
@media (max-width: 992px) {
  .boxed-text-section {
    padding-top: 3rem;
    padding-bottom: 7.9rem;
  }
}
.boxed-text-section .container {
  position: relative;
  max-width: 91.2rem;
  padding: 6.2rem 6.4rem 3.7rem;
}
@media (max-width: 992px) {
  .boxed-text-section .container {
    max-width: calc(100% - 3.2rem);
  }
}
@media (max-width: 992px) {
  .boxed-text-section .container {
    padding: 2.4rem 2.4rem 2.4rem;
  }
}
.boxed-text-section .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #F5F4F0;
  border-radius: 0.2rem;
}
.boxed-text-section .container h4 {
  margin-bottom: 1em;
}
.boxed-text-section .container.container.container.container.container.container p {
  margin-bottom: 1.58em;
}

.page .blocks-section .row {
  padding-top: 6.55rem;
  padding-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .page .blocks-section .row {
    padding-top: 9.1rem;
    padding-bottom: 5.8rem;
  }
}
.page .blocks-section .row .blo-item .inner {
  min-height: 15rem;
}
.blocks-section .container {
  max-width: 92.8rem;
}
.blocks-section .row {
  padding-top: 4.5rem;
}
@media (max-width: 992px) {
  .blocks-section .row {
    padding-top: 6rem;
    padding-bottom: 2.9rem;
  }
  .blocks-section .row p {
    font-size: 1.8rem;
  }
}

.blo-item {
  margin-bottom: 2.4rem;
}
.blo-item .inner {
  background-color: #F5F4F0;
  padding: 2.1rem 2.4rem 2.5rem;
  border-radius: 0.4rem;
  position: relative;
}
.blo-item a.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  font-size: 0;
}
.blo-item a.over:hover ~ .under h5, .blo-item a.over:focus-visible ~ .under h5 {
  color: #295BFF;
}

.related-research-section .row {
  padding-top: 2.55rem;
  padding-bottom: 2.55rem;
}
@media (max-width: 992px) {
  .related-research-section .row {
    padding-top: 5.1rem;
    padding-bottom: 3.1rem;
  }
}
.related-research-section .title-con {
  text-align: center;
  margin-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .related-research-section .title-con h4 {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}

.news-archive-section .container {
  padding-top: 4.05rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .news-archive-section .container {
    padding-top: 6.1rem;
    padding-bottom: 6.1rem;
  }
}

.pagename-news-archive .news-archive-section .filter-con .facetwp-facet-news_category {
  display: none;
}

.news-events-archive-section .container {
  padding-top: 4.05rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .news-events-archive-section .container {
    padding-top: 6.1rem;
    padding-bottom: 6.1rem;
  }
}
.news-events-archive-section .filter-con {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .news-events-archive-section .filter-con {
    margin-bottom: 0.9rem !important;
  }
  .news-events-archive-section .filter-con .facetwp-type-search {
    width: 100%;
  }
  .news-events-archive-section .filter-con .facetwp-type-search .facetwp-input-wrap,
  .news-events-archive-section .filter-con .facetwp-type-search input {
    width: 100%;
  }
}

.n-item {
  margin-bottom: 1.6rem;
}
.n-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F5F4F0;
  overflow: hidden;
  border-radius: 0.4rem;
}
.n-item .inner:not(:has(.image-con)) {
  background-color: #ECEBE4;
}
.n-item a.over:hover ~ .text-con h5, .n-item a.over:focus-visible ~ .text-con h5 {
  color: #295BFF;
}
.n-item .image-con {
  width: 33.2rem;
}
@media (max-width: 992px) {
  .n-item .image-con {
    width: 100%;
  }
  .n-item .image-con img {
    aspect-ratio: 343/300;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.n-item .image-con + .text-con {
  width: calc(100% - 33.2rem);
}
@media (max-width: 992px) {
  .n-item .image-con + .text-con {
    width: 100%;
  }
}
.n-item .text-con {
  width: 100%;
  padding: 3.2rem 6.4rem 2.4rem;
}
@media (max-width: 992px) {
  .n-item .text-con {
    padding: 3.2rem 1.6rem 2.4rem;
  }
}
@media (min-width: 993px) {
  .n-item .text-con {
    padding-right: 25rem;
  }
}
.n-item .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
  padding-right: 8rem;
}
.n-item .cats .cat {
  background-color: #295BFF;
  color: #FAFAF8;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
}
.n-item .cats .type {
  color: #295BFF;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
  -webkit-box-shadow: inset 0 0 0 0.1rem #295BFF;
          box-shadow: inset 0 0 0 0.1rem #295BFF;
}
.n-item h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.n-item .info {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #6A6A6A;
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .n-item .info {
    font-size: 1.15rem;
  }
}
.n-item .info a {
  position: relative;
  z-index: 5;
  text-decoration: none;
  font-weight: 500;
  color: #6A6A6A;
}
.n-item .info a:hover, .n-item .info a:focus-visible {
  text-decoration: underline;
}
.n-item .info span {
  background-color: currentColor;
  width: 0.3em;
  aspect-ratio: 1/1;
  margin: 0 0.55em;
  border-radius: 50%;
}
.n-item p {
  font-size: 1.6rem;
  line-height: 1.625;
}

.nf-item {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .nf-item {
    margin-bottom: 0.8rem;
  }
}
.nf-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #224099;
  overflow: hidden;
  border-radius: 0.4rem;
}
.nf-item a.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  font-size: 0;
}
.nf-item a.over:hover ~ .text-con h5, .nf-item a.over:focus-visible ~ .text-con h5 {
  color: #ECEBE4;
}
.nf-item .text-con {
  width: 100%;
  padding: 2.4rem 2.4rem 2.6rem;
}
@media (max-width: 992px) {
  .nf-item .text-con {
    padding: 1.6rem 1.6rem 1.6rem;
    min-height: 16rem;
  }
}
.nf-item .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
  padding-right: 8rem;
}
.nf-item .cats .cat {
  background-color: #FAFAF8;
  color: #295BFF;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .nf-item .cats .cat {
    margin-bottom: 0.8rem;
  }
}
.nf-item h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}

.related-news-events-section .row {
  padding-top: 2.55rem;
  padding-bottom: 2.55rem;
}
@media (max-width: 992px) {
  .related-news-events-section .row {
    padding-top: 5.1rem;
    padding-bottom: 5.1rem;
  }
}
.related-news-events-section .title-con {
  text-align: center;
  margin-bottom: 1.9rem;
}

.case-studies-archive-section .container {
  padding-top: 3.8rem;
  padding-bottom: 3.35rem;
}
@media (max-width: 992px) {
  .case-studies-archive-section .container {
    padding-top: 6.6rem;
    padding-bottom: 4.1rem;
  }
}
.case-studies-archive-section .title-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .case-studies-archive-section .title-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 993px) {
  .case-studies-archive-section .title-con h4 {
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  .case-studies-archive-section .title-con p {
    margin-top: 0.25em;
  }
}
.case-studies-archive-section .btn-con {
  margin-top: 1.7rem;
}
@media (max-width: 992px) {
  .case-studies-archive-section .btn-con {
    margin-top: 3.3rem;
  }
}

.ca-item {
  margin-bottom: 1.6rem;
}
.ca-item:has(.btn-con) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ca-item:has(.btn-con) .under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ca-item a.over:hover ~ .under h5, .ca-item a.over:focus-visible ~ .under h5 {
  color: #295BFF;
}
.ca-item a.over:hover ~ .under .btn-con .btn, .ca-item a.over:focus-visible ~ .under .btn-con .btn {
  background-color: transparent;
  border-color: transparent;
  color: #224099 !important;
}
.ca-item a.over:hover ~ .under .btn-con .btn i, .ca-item a.over:focus-visible ~ .under .btn-con .btn i {
  background-color: #224099;
  color: #FFFFFF !important;
}
.ca-item .inner {
  background-color: #F5F4F0;
  overflow: hidden;
  border-radius: 0.4rem;
}
.ca-item img {
  aspect-ratio: 448/224;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .ca-item img {
    aspect-ratio: 341/224;
  }
}
.ca-item .under {
  padding: 2.4rem 2.4rem 2.4rem;
}
.ca-item .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.4rem;
}
.ca-item .cats .cat {
  background-color: #295BFF;
  color: #FAFAF8;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
}
.ca-item .stat {
  position: relative;
  background-color: #EBF0EB;
  padding: 1.2rem 9.1rem 1.2rem 4.1rem;
  margin-top: 3.3rem;
  color: #009E59;
  border-radius: 1rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: -0.015em;
}
@media (max-width: 992px) {
  .ca-item .stat {
    padding: 1.2rem 1.2rem 1.2rem 4.1rem;
  }
}
.ca-item .stat svg {
  aspect-ratio: 1/1;
  width: 2rem;
  min-width: 2rem;
  position: absolute;
  left: 1.2rem;
  top: 1.4rem;
}
.ca-item h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ca-item *:has(+ .btn-con) {
  margin-bottom: 6.7rem;
}
@media (max-width: 992px) {
  .ca-item *:has(+ .btn-con) {
    margin-bottom: 3.6rem;
  }
}
.ca-item .btn-con {
  margin-top: auto;
}
.ca-item .btn-con .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ca-item .btn-con .btn i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-banner-section {
  padding-top: 5.3rem;
  padding-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .post-banner-section {
    padding-top: 10.6rem;
    padding-bottom: 7.5rem;
  }
}
.post-banner-section .container {
  background-image: url(../images/pb-back.jpg);
  background-repeat: no-repeat;
  max-width: 91.2rem;
  border-radius: 0.4rem;
}
@media (max-width: 992px) {
  .post-banner-section .container {
    max-width: calc(100% - 3.2rem);
  }
}
.post-banner-section .row {
  min-height: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem 2.4rem 1.2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .post-banner-section .row {
    padding: 1.8rem 2.4rem 2.4rem;
  }
}
.post-banner-section .btn-con {
  margin-top: 2rem;
}
.post-banner-section .text {
  width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .post-banner-section .text h3 {
    font-size: 3.4rem;
    line-height: 1.2352941176;
  }
}
.post-banner-section .text * {
  color: #FAFAF8;
}

.segments-section .container {
  max-width: 92.8rem;
}
.segments-section .row {
  padding-top: 5.1rem;
}
@media (max-width: 992px) {
  .segments-section .row {
    padding-top: 10.2rem;
  }
}
.segments-section .segments-con:has(+ .segments-con) {
  margin-bottom: 3.2rem;
}
.segments-section .segments-con.orange .inner:after {
  background-color: #FAA61A;
}
.segments-section .segments-con.teal .inner:after {
  background-color: #00AD9B;
}
.segments-section .segments-con.blue .inner:after {
  background-color: #2E61AE;
}
.segments-section .segments-con.purple .inner:after {
  background-color: #8165BA;
}
.segments-section .segments-con.red .inner:after {
  background-color: #E7502F;
}
.segments-section .segments-con.green .inner:after {
  background-color: #257A4B;
}
.segments-section .segments-con.pink .inner:after {
  background-color: #DA51B4;
}
.segments-section .segments-con .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 1.65rem;
  padding-bottom: 1.65rem;
}
@media (max-width: 992px) {
  .segments-section .segments-con .inner {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }
}
.segments-section .segments-con .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.4rem;
  border-radius: 0.2rem;
}
.segments-section .segments-con .image-side {
  width: 30.7%;
  padding-right: 6.3rem;
  padding-top: 0.15rem;
}
@media (max-width: 992px) {
  .segments-section .segments-con .image-side {
    padding-top: 0.3rem;
    width: 100%;
    margin-bottom: 1.3rem;
  }
  .segments-section .segments-con .image-side img {
    width: 21.6rem;
  }
}
.segments-section .segments-con .text-side {
  width: 69.3%;
}
@media (max-width: 992px) {
  .segments-section .segments-con .text-side {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .segments-section .segments-con h4 {
    width: calc(100% + 8rem);
    max-width: calc(100% + 8rem);
  }
}
@media (max-width: 992px) {
  .segments-section .segments-con h4 {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
@media (max-width: 992px) {
  .segments-section .segments-con p {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.segments-section .segments-con .btn-con {
  margin-top: 3.5rem;
}

.how-it-works-section .row {
  padding-top: 3.95rem;
  padding-bottom: 3.35rem;
}
@media (max-width: 992px) {
  .how-it-works-section .row {
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }
}
.how-it-works-section .text-con {
  text-align: center;
  margin-bottom: 3.3rem;
}
.how-it-works-section .btn-con {
  margin-top: 5rem;
}

.ho-item {
  margin-bottom: 1.6rem;
}
.ho-item .inner {
  background-color: #F5F4F0;
  padding: 2.4rem 2.4rem 2.4rem;
}
.ho-item .icon {
  width: 21.6rem;
  margin-bottom: 6.3rem;
}

.simple-text-section .row {
  padding-top: 3.95rem;
  padding-bottom: 3.95rem;
}
@media (max-width: 992px) {
  .simple-text-section .row {
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }
}

.button-section.post-text-section .row {
  padding-bottom: 3.15rem;
}
@media (max-width: 992px) {
  .button-section.post-text-section .row {
    padding-bottom: 2.9rem;
  }
}
.button-section.post-text-section .btn-con {
  margin-top: 0;
  margin-bottom: 0;
}
.button-section.post-text-section .btn-con.btn-con-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-section.post-text-section .btn-con.btn-con-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.button-section.post-text-section .btn-con.btn-con-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.polling-tables-archive-section .container {
  padding-top: 3.8rem;
  padding-bottom: 4.7rem;
}
@media (max-width: 992px) {
  .polling-tables-archive-section .container {
    padding-top: 3.4rem;
    padding-bottom: 5.6rem;
  }
}
.polling-tables-archive-section .text-con {
  margin-bottom: 2rem;
}
.polling-tables-archive-section .text-con .text {
  width: 66rem;
}
.polling-tables-archive-section .filter-con {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .polling-tables-archive-section .filter-con {
    margin-bottom: 1.6rem !important;
  }
  .polling-tables-archive-section .filter-con .facetwp-type-search {
    width: 100%;
  }
  .polling-tables-archive-section .filter-con .facetwp-type-search .facetwp-input-wrap,
  .polling-tables-archive-section .filter-con .facetwp-type-search input {
    width: 100%;
  }
  .polling-tables-archive-section .filter-con .facetwp-facet {
    margin-bottom: 1.4rem;
  }
}
.polling-tables-archive-section .facetwp-template .accordion {
  width: 114.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .polling-tables-archive-section .facetwp-template .accordion {
    width: calc(100% - 6.4rem);
  }
}

@media (max-width: 992px) {
  .news-events-archive-section .filter-con .facetwp-facet,
  .polling-tables-archive-section .filter-con .facetwp-facet {
    margin-bottom: 15px;
  }
}
.news-events-archive-section .filter-con .facetwp-type-radio,
.polling-tables-archive-section .filter-con .facetwp-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1.4rem, 2.8vw, 3.2rem);
     -moz-column-gap: clamp(1.4rem, 2.8vw, 3.2rem);
          column-gap: clamp(1.4rem, 2.8vw, 3.2rem);
  row-gap: 0.4rem;
  padding: 0;
  border: none;
  background: transparent;
}
@media (min-width: 993px) {
  .news-events-archive-section .filter-con .facetwp-type-radio,
  .polling-tables-archive-section .filter-con .facetwp-type-radio {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .news-events-archive-section .filter-con .facetwp-type-radio,
  .polling-tables-archive-section .filter-con .facetwp-type-radio {
    width: 100%;
  }
}
.news-events-archive-section .filter-con .facetwp-type-radio .facetwp-radio,
.polling-tables-archive-section .filter-con .facetwp-type-radio .facetwp-radio {
  float: none;
  width: auto;
  margin: 0;
  padding: 0.5rem 0 0.35rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.4rem;
  font-weight: 500;
  color: #1D242C;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  text-align: left;
  line-height: 1.25;
  border-bottom: 0.2rem solid transparent;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.news-events-archive-section .filter-con .facetwp-type-radio .facetwp-radio:hover,
.polling-tables-archive-section .filter-con .facetwp-type-radio .facetwp-radio:hover {
  color: #224099;
}
.news-events-archive-section .filter-con .facetwp-type-radio .facetwp-radio:focus-within,
.polling-tables-archive-section .filter-con .facetwp-type-radio .facetwp-radio:focus-within {
  color: #224099;
}
.news-events-archive-section .filter-con .facetwp-type-radio .facetwp-radio:focus-within:has(input:focus-visible),
.polling-tables-archive-section .filter-con .facetwp-type-radio .facetwp-radio:focus-within:has(input:focus-visible) {
  outline: 0.2rem solid #224099;
  outline-offset: 0.25rem;
  border-radius: 0.1rem;
}
.news-events-archive-section .filter-con .facetwp-type-radio .facetwp-radio.checked,
.polling-tables-archive-section .filter-con .facetwp-type-radio .facetwp-radio.checked {
  border-bottom-color: #224099;
  color: #1D242C;
}
.news-events-archive-section .filter-con .facetwp-type-radio .facetwp-radio .facetwp-display-value,
.polling-tables-archive-section .filter-con .facetwp-type-radio .facetwp-radio .facetwp-display-value {
  pointer-events: none;
}
.news-events-archive-section .filter-con .facetwp-type-radio .facetwp-radio .facetwp-counter,
.polling-tables-archive-section .filter-con .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}

dl.accordion dt {
  position: relative;
  padding: 1.6rem 7rem 1.6rem 0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #1D242C;
  cursor: pointer;
}
dl.accordion dt.open {
  color: #295BFF;
}
dl.accordion dt.open i {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
dl.accordion dt.open i svg * {
  fill: #295BFF;
}
dl.accordion dt i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  min-width: 2.4rem;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%) rotateX(0deg);
          transform: translateY(-50%) rotateX(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
dl.accordion dt i svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
dl.accordion dd {
  max-height: 0;
  overflow: hidden;
  border-bottom: 0.1rem solid #EFEDE7;
  margin: 0;
}
dl.accordion dd:last-of-type {
  border-bottom: none;
}
dl.accordion dd .inner {
  padding: 2rem 0;
}
@media (max-width: 992px) {
  dl.accordion dd .inner {
    padding: 1.7rem 0;
  }
}

.pt-item.pt-item.pt-item {
  padding: 0;
}
.pt-item.pt-item.pt-item:has(+ .pt-item) {
  margin-bottom: 1.6rem;
}
.pt-item.pt-item.pt-item .inner-inner {
  background-color: #F5F4F0;
  padding: 2.2rem 2.4rem 2.6rem;
  overflow: hidden;
  border-radius: 0.4rem;
  position: relative;
}
@media (max-width: 992px) {
  .pt-item.pt-item.pt-item .inner-inner {
    padding: 1.6rem 1.6rem 1.9rem;
  }
}
.pt-item.pt-item.pt-item h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8rem;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .pt-item.pt-item.pt-item h5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0.3em;
  }
}
.pt-item.pt-item.pt-item h5 .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1.6rem;
}
@media (max-width: 992px) {
  .pt-item.pt-item.pt-item h5 .cats {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
.pt-item.pt-item.pt-item h5 .cats .cat {
  background-color: #295BFF;
  color: #FAFAF8;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
}
.pt-item.pt-item.pt-item .blue-arrow {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
}
@media (max-width: 992px) {
  .pt-item.pt-item.pt-item .blue-arrow {
    top: 1.6rem;
    right: 1.6rem;
  }
}
.pt-item.pt-item.pt-item p {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.pt-item.pt-item.pt-item .btn-con {
  margin-top: 2.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pt-item.pt-item.pt-item .btn-con .btn.btn {
  margin-bottom: 0.1rem;
}
.pt-item.pt-item.pt-item .btn-con .btn.btn:has(+ .btn) {
  margin-bottom: 1.2rem;
}

.iframe-section .row,
.full-page-image-section .row {
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
}
@media (max-width: 992px) {
  .iframe-section .row,
  .full-page-image-section .row {
    padding-top: 3.4rem;
    padding-bottom: 3.6rem;
  }
}
.iframe-section .text-con,
.full-page-image-section .text-con {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .iframe-section .image-con,
  .full-page-image-section .image-con {
    padding-left: 12.4rem;
    padding-right: 12.4rem;
  }
}

.full-page-image-section .image-con {
  pointer-events: none;
}

.block-with-image-section:has(+ .block-with-image-section) + .block-with-image-section .row {
  padding-top: 1.6rem;
}
.block-with-image-section:has(+ .block-with-image-section) .row {
  padding-bottom: 0;
}
@media (min-width: 993px) {
  .block-with-image-section.left .image-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 1.6rem;
  }
}
@media (min-width: 993px) {
  .block-with-image-section.left .bl3-item {
    padding-left: 1.6rem;
  }
}
@media (min-width: 993px) {
  .block-with-image-section.right .image-side {
    padding-left: 1.6rem;
  }
}
@media (min-width: 993px) {
  .block-with-image-section.right .bl3-item {
    padding-right: 1.6rem;
  }
}
.block-with-image-section .row {
  padding-top: 3.85rem;
  padding-bottom: 4.05rem;
}
@media (max-width: 992px) {
  .block-with-image-section .row {
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }
}
.block-with-image-section .text-con {
  margin-bottom: 3.4rem;
  text-align: center;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.block-with-image-section .text-con .text {
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.block-with-image-section .bl3-item {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .block-with-image-section .bl3-item .btn {
    font-size: 1.7rem !important;
  }
}
@media (max-width: 992px) {
  .block-with-image-section .image-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 1.6rem;
  }
}
.block-with-image-section .image-side img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 0.4rem;
}

.code-section > .container {
  max-width: 92.8rem;
}
.code-section > .container > .row {
  padding-top: 3.9rem;
  padding-bottom: 3.9rem;
}

.hero-4-section {
  background-image: url(../images/h-back.jpg);
  background-repeat: no-repeat;
}
.hero-4-section .container {
  max-width: 116rem;
}
.hero-4-section .row {
  padding-top: 9.45rem;
  padding-bottom: 1.75rem;
  min-height: 45rem;
}
@media (max-width: 992px) {
  .hero-4-section .row {
    padding-top: 12.7rem;
    padding-bottom: 1.5rem;
  }
}
.hero-4-section * {
  color: #FAFAF8;
}
.hero-4-section p {
  font-weight: 500;
}
@media (min-width: 993px) {
  .hero-4-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    max-width: 21%;
  }
}
@media (max-width: 992px) {
  .hero-4-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
    margin-bottom: 1.8rem;
  }
}
.hero-4-section .image-side img {
  border-radius: 0.4rem;
  aspect-ratio: 228/228;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 993px) {
  .hero-4-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79%;
            flex: 0 0 79%;
    max-width: 79%;
    padding-left: 2.5rem;
    margin-top: -0.3rem;
  }
}
@media (max-width: 992px) {
  .hero-4-section .text-side {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.hero-4-section h3 {
  margin-bottom: 0.3em;
}
@media (max-width: 992px) {
  .hero-4-section h3 {
    font-size: 3.4rem;
    line-height: 1.2352941176;
  }
}
.hero-4-section h5 {
  margin-bottom: 0.8em;
}
.hero-4-section .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.6rem;
}
@media (max-width: 992px) {
  .hero-4-section .info {
    margin-top: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.hero-4-section .info span {
  color: #FAFAF8;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-right: 3.2rem;
  font-weight: 500;
  -webkit-box-shadow: inset 0 0 0 0.1rem #FAFAF8;
          box-shadow: inset 0 0 0 0.1rem #FAFAF8;
}
@media (max-width: 992px) {
  .hero-4-section .info span {
    margin-bottom: 1.6rem;
  }
}
.hero-4-section .info a {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.6rem;
}
@media (max-width: 992px) {
  .hero-4-section .info a {
    margin-bottom: 1.6rem;
  }
}
.hero-4-section .info a:hover, .hero-4-section .info a:focus-visible {
  text-decoration: underline;
}
.hero-4-section .info a svg {
  width: 1.6rem;
  min-width: 1.6rem;
  aspect-ratio: 1/1;
  margin-right: 0.8rem;
}

@media (min-width: 993px) {
  .author .hero-4-section .row {
    padding-top: 14.45rem;
  }
}
.latest-news-events-section .container {
  padding-top: 3.95rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .latest-news-events-section .container {
    padding-top: 6.4rem;
  }
}
.latest-news-events-section .filter-con {
  margin-bottom: 1.5rem;
}

.ln-item {
  margin-bottom: 1.6rem;
}
.ln-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F5F4F0;
  overflow: hidden;
  border-radius: 0.4rem;
}
.ln-item .inner:not(:has(.image-con)) {
  background-color: #ECEBE4;
}
.ln-item a.over:hover ~ .text-con h4, .ln-item a.over:focus-visible ~ .text-con h4 {
  color: #295BFF;
}
.ln-item .image-con {
  width: 49.4%;
}
@media (max-width: 992px) {
  .ln-item .image-con {
    width: 100%;
  }
}
.ln-item .image-con img {
  aspect-ratio: 680/600;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
}
.ln-item .text-con {
  width: 50%;
  padding: 3.2rem 11.2rem 2.4rem;
}
@media (max-width: 992px) {
  .ln-item .text-con {
    width: 100%;
    padding: 3.2rem 1.6rem 3.4rem;
  }
}
@media (min-width: 993px) {
  .ln-item .text-con {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.ln-item .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.35rem;
}
@media (max-width: 992px) {
  .ln-item .cats {
    margin-bottom: 1.5rem;
  }
}
.ln-item .cats .cat {
  background-color: #295BFF;
  color: #FAFAF8;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
}
.ln-item .cats .type {
  color: #295BFF;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
  -webkit-box-shadow: inset 0 0 0 0.1rem #295BFF;
          box-shadow: inset 0 0 0 0.1rem #295BFF;
}
.ln-item h4 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .ln-item h4 {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
.ln-item p {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.ln-item .info {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #6A6A6A;
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ln-item .info span {
  background-color: currentColor;
  width: 0.3em;
  aspect-ratio: 1/1;
  margin: 0 0.55em;
  border-radius: 50%;
}

.author-research-section .row {
  min-height: 0;
}
.author-research-section .q-item .inner {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.author-research-section .text-side p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.author-research-section .image-side img {
  aspect-ratio: 407/349;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.featured-article-section .container {
  padding-top: 3.95rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .featured-article-section .container {
    padding-top: 6.4rem;
    padding-bottom: 4rem;
  }
}

.featured-article-con .inner {
  background-color: #F5F4F0;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48rem;
}
@media (max-width: 992px) {
  .featured-article-con .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
  }
}
.featured-article-con a.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  font-size: 0;
}
.featured-article-con a.over:hover ~ .text-con h5, .featured-article-con a.over:focus-visible ~ .text-con h5 {
  color: #295BFF;
}
.featured-article-con .image-con {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .featured-article-con .image-con {
    width: 100%;
  }
}
.featured-article-con .image-con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}
@media (max-width: 992px) {
  .featured-article-con .image-con img {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.featured-article-con .text-con {
  width: 50%;
  padding: 4.8rem 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .featured-article-con .text-con {
    width: 100%;
    padding: 2.4rem 2.4rem 3.2rem;
  }
}
.featured-article-con .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
.featured-article-con .cats .cat {
  background-color: #295BFF;
  color: #FAFAF8;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
}
.featured-article-con .cats .type {
  color: #295BFF;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  font-weight: 500;
  -webkit-box-shadow: inset 0 0 0 0.1rem #295BFF;
          box-shadow: inset 0 0 0 0.1rem #295BFF;
}
.featured-article-con h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.featured-article-con p {
  font-size: 1.6rem;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-article-con .info {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #6A6A6A;
  margin-top: 1.6rem;
}

.news-events-feed-section .container {
  padding-top: 2.55rem;
  padding-bottom: 2.55rem;
}
@media (max-width: 992px) {
  .news-events-feed-section .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 993px) {
  .container {
    max-width: 139.25rem;
  }
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0.8125rem;
    padding-left: 0.8125rem;
  }
  .row {
    margin-right: -0.8125rem;
    margin-left: -0.8125rem;
  }
}
@media (max-width: 992px) {
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .container {
    max-width: 139.25rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}
.wp-block-file {
  max-width: 92.8rem;
  margin: 1.2rem auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
}
.wp-block-file a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Sailec", sans-serif;
  color: #295BFF !important;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.wp-block-file a::before {
  content: "";
  display: block;
  width: 2rem;
  min-width: 2rem;
  aspect-ratio: 1/1;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 22c.53 0 1.04-.21 1.41-.59.38-.37.59-.88.59-1.41V8l-6-6H6c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41C4.96 21.79 5.47 22 6 22h12zM13 4l5 5h-5V4zM7 8h3v2H7V8zm0 4h10v2H7v-2zm0 4h10v2H7v-2z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 22c.53 0 1.04-.21 1.41-.59.38-.37.59-.88.59-1.41V8l-6-6H6c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41C4.96 21.79 5.47 22 6 22h12zM13 4l5 5h-5V4zM7 8h3v2H7V8zm0 4h10v2H7v-2zm0 4h10v2H7v-2z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-block-file a:hover, .wp-block-file a:focus-visible {
  color: #224099 !important;
}
/*# sourceMappingURL=maps/style.css.map */
