@import url("../fonts/stylesheet.css");
@import url("base.css");
@import url("modal.css");
/***** START: Main Site Styles *****/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

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

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  /* Show the overflow in Edge */
}

button,
select {
  text-transform: none;
  /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  /* 1. Add the correct box sizing in IE 10- */
  padding: 0;
  /* 2. Remove the padding in IE 10- */
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* -------------------------------------------------------------------------- */
/* HTML elements that should remain in the document, but should be visually 
hidden. */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* -------------------------------------------------------------------------- */
/*                             splide-core.min.css                            */
/* -------------------------------------------------------------------------- */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  line-height: 1.5;
  font-family: "Inter";
  font-weight: normal;
  color: #414141;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Urbanist";
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #00092D;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.3;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.3;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.3;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.3;
}

.text-link {
  position: relative;
  background-image: linear-gradient(90deg, #414141);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 2px 0px;
  background-color: rgba(0, 0, 0, 0);
}
.text-link:hover, .text-link.visible {
  background-size: 100% 2px;
}
.text-link:hover {
  opacity: 0.7;
}
.text-link.red {
  color: #AB062D;
  font-weight: 700;
  background-image: linear-gradient(90deg, #AB062D);
}

.text-link2:hover, .text-link2.visible {
  text-decoration: underline;
}
.text-link2:hover {
  opacity: 0.7;
}

.text-red {
  color: #AB062D;
}

.text-black {
  color: #00092D;
}

.text-white {
  color: #ffffff;
}

.text-white2 {
  color: rgba(255, 255, 255, 0.95);
}

.text-2xs {
  font-size: 12px;
}

.text-xs {
  font-size: 14px;
}

.text-sm {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

/* -------------------------------- LAYOUTING ------------------------------- */
.mob-only,
.tab-only,
.hidden {
  display: none;
}

.p-0 {
  padding: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-12 {
  margin-left: 12px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}
.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}
.flex.equal > * {
  flex: 1;
}

.flex-1 {
  flex: 1;
}
.flex.h-center {
	justify-content: center;
}

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 60px;
  position: relative;
}
.container.fluid {
  max-width: none;
}

.splide-container {
  padding-left: calc(50vw - 757px);
  margin-left: 60px;
}

.full {
  width: 100%;
}

/* ------------------------------- COMPONENTS ------------------------------- */
.hidden {
  display: none !important;
}

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-60 {
  width: 60px;
  height: 60px;
}
.icon.icon-20 {
  width: 20px;
  height: 20px;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-sc-in {
  background-image: url("../img/icons/sc-in.svg");
}

.mw-600 {
  max-width: 600px;
}

.mw-700 {
  max-width: 700px;
}

.mw-1000 {
  max-width: 1024px;
}

.mw-0 {
  max-width: none !important;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  max-width: 900px;
}
p.small {
  font-size: 16px;
}

button {
  border: none;
  cursor: pointer;
}

.btn {
  padding: 12px 24px;
  border-radius: 10px;
  gap: 12px;
  color: #00092D;
  font-size: 16px;
  font-weight: 700;
  font-family: "Urbanist";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #AB062D;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s ease, border-color 0.4s ease;
}
.btn .icon {
  filter: brightness(0) saturate(100%) invert(6%) sepia(48%) saturate(3387%) hue-rotate(214deg) brightness(94%) contrast(110%);
}
.btn.btn-white {
  background-color: #ffffff;
  color: #001C89;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-white .icon {
  filter: brightness(0) saturate(100%) invert(11%) sepia(78%) saturate(4122%) hue-rotate(224deg) brightness(83%) contrast(118%);
}
.btn.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-blue {
  background-color: #001C89;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-outline-blue {
  border-color: #001C89;
  color: #001C89;
}
.btn.btn-red {
  background-color: #AB062D;
  color: #ffffff;
}
.btn:hover {
  color: #ffffff;
  background-color: #890524;
  border-color: rgba(0, 0, 0, 0);
}
.btn:hover .icon, .btn.btn-red .icon, .btn.btn-blue .icon, .btn.btn-outline-white .icon {
  filter: brightness(0) saturate(100%) invert(99%) sepia(20%) saturate(121%) hue-rotate(276deg) brightness(121%) contrast(100%);
}

.btn-circle {
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: rgba(0, 0, 0, 0);
}
.btn-circle.larger {
  width: 70px;
  height: 70px;
  background-size: 36px;
}
.btn-circle:hover {
  border-color: #001C89;
}

.btn-group {
  display: flex;
  gap: 12px 16px;
  flex-wrap: wrap;
}

.label {
  display: block;
}
.label.required::after {
  content: "*";
  margin-left: 4px;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-wrapper .input {
  width: 100%;
}

.input {
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  transition: border-color 0.25s;
  background-color: #F9F9F9;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.11);
  display: flex;
}

select.input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-wrapper .input {
  width: 100%;
}

.input-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.input-group > * {
  flex: 1 1 250px;
}
.input-group.no-half > * {
  flex: none;
}

.title-wrapper .overline {
  margin-bottom: 20px;
}
.title-wrapper .title {
  position: relative;
}

.title-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px 60px;
  flex-wrap: wrap;
}
.title-between.alt-1 {
  align-items: flex-start;
}
.title-between.alt-1 > * {
  flex: 1;
}

.logo {
  width: 199px;
  height: 79px;
  background-image: url("../img/brand/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: none;
  display: block;
}

.overline {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nowrap {
  white-space: nowrap;
}

.banner {
  background-color: #AB062D;
  padding: 12px 0px;
  color: #ffffff;
}
.banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 8px;
}
.banner .text-wrapper {
  display: flex;
  gap: 8px;
}

.nav {
  width: 100%;
  padding: 12px 0px;
  position: sticky;
  top: -1px;
  background-color: #ffffff;
  z-index: 10;
}
.nav .container {
  display: flex;
  justify-content: space-between;
}
.nav .nav-menus {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 16px;
}
.nav .dropdown:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/chevron-d.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  display: inline-flex;
  margin-left: 4px;
  vertical-align: middle;
}
.nav .dropdown + .dropdown-menu {
  display: none;
  background: #ffffff;
  position: absolute;
  flex-direction: column;
  margin-left: -20px;
  padding: 20px;
  gap: 12px;
  min-width: 160px;
  border-radius: 10px;
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.nav .dropdown.is-open::after {
  transform: rotate(180deg);
}
.nav .dropdown.is-open + .dropdown-menu {
  display: flex;
}
.nav .menu-btn,
.nav .close-btn {
  display: none;
}
.nav.is-scrolled {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.04);
}
.nav .text-link.is-active {
  font-weight: 700;
}

.bg-1 {
  background-color: #F2F2F2;
}

.bg-2 {
  background-color: #001C89;
  color: #ffffff;
}
.bg-2.lined::before {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.section-hero .container {
  padding: 16px;
  display: flex;
  gap: 16px;
}
.section-hero .panel {
  position: relative;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}
.section-hero .panel-text {
  padding: 100px 60px;
}
.section-hero .panel-overlay {
  padding: 100px 60px;
  position: relative;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-hero .panel-overlay .wrapper {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.section-hero .panel-overlay .breadcrumb .path:not(:first-child)::before {
  background: url("../img/icons/chevron-r-white.svg");
}

.progress-bar {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 20px;
}
.progress-bar .bar {
  background: #414141;
  height: 2px;
  transition: width 1500ms ease;
}

.splide-hero {
  height: 100%;
}
.splide-hero .splide__track,
.splide-hero .splide__list {
  height: inherit;
}
.splide-hero .img-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  position: absolute;
  left: 0px;
  top: 0px;
}
.splide-hero img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  -o-object-fit: cover;
     object-fit: cover;
  transition-timing-function: linear;
}
.splide-hero .is-active img {
  transform: scale(1);
}
.splide-hero .splide__pagination {
  position: absolute;
  bottom: 0px;
  padding: 32px;
  gap: 12px;
}
.splide-hero .splide__pagination__page {
  width: 36px;
  height: 6px;
  display: block;
  padding: 0px;
  border-radius: 20px;
  opacity: 0.25;
}
.splide-hero .splide__pagination__page.is-active {
  opacity: 1;
}
.splide-hero .text-wrapper {
  position: absolute;
  top: 0px;
  padding: 32px;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.splide-hero .text-wrapper .icon {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-color: #ffffff;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.splide-work li {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 75vw;
  max-width: 760px;
}
.splide-work .img-wrapper {
  height: 420px;
  width: 100%;
}
.splide-work img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.splide-work .text-wrapper {
  position: absolute;
  padding: 32px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.splide-work .text-wrapper .icon {
  flex: none;
}

.hero-marquee {
  padding: 60px 0px;
}

.marquee-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.marquee-wrapper .marquee {
  display: flex;
}
.marquee-wrapper .content {
  display: flex;
  flex: none;
  white-space: nowrap;
  animation: loopText 5s infinite linear;
}
.marquee-wrapper .item {
  padding: 0px 48px;
}
.marquee-wrapper img {
  height: 75px;
}

@keyframes loopText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.section {
  padding-top: 110px;
  padding-bottom: 110px;
}
.section.lined {
  position: relative;
}
.section.lined:before {
  content: "";
  max-width: 1380px;
  width: calc(100% - 120px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.section.lined.lined-left::before {
  border-left: 1px solid rgba(0, 0, 0, 0.11);
}
.section.lined.lined-left .container {
  padding-left: 120px;
}
.section.lined.lined-left-right::before {
  border-left: 1px solid rgba(0, 0, 0, 0.11);
  border-right: 1px solid rgba(0, 0, 0, 0.11);
}
.section.lined.lined-left-right .container {
  padding-left: 120px;
  padding-right: 120px;
}
.section.lined.lined-middle::before {
  background-color: rgba(0, 0, 0, 0.11);
  width: 1px;
}
.section.lined.lined-middle .content-row .content:first-child {
  padding-right: 40px;
}
.section.lined .title-wrapper .title:after {
  content: "";
  position: absolute;
  background-color: #001C89;
  height: 100%;
  width: 4px;
  top: 0px;
  left: -60px;
  margin-left: -2px;
}
.section.lined .white-accent::before, .section.lined .white-accent::after {
  width: 4px;
  height: 68px;
  content: "";
  background-color: #ffffff;
  position: absolute;
}
.section.lined .white-accent::before {
  top: 5%;
  left: 60px;
}
.section.lined .white-accent::after {
  bottom: 5%;
  right: 60px;
}
.section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.section .limit-center {
  margin: auto;
  max-width: 600px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interlude {
  padding-top: 80px;
  padding-bottom: 80px;
}
.interlude .img-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 50%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: -1;
}
.interlude .img-bg::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  left: -100%;
  background: linear-gradient(90deg, #001C89 50%, rgba(0, 0, 0, 0));
}
.interlude.lined::before {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.interlude.lined .title-wrapper .title::after {
  background-color: #ffffff;
}

.cards {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.cards.alt-1 {
  display: flex;
  flex-wrap: wrap;
}
.cards.alt-1 .card {
  flex: 1 1 300px;
}
.cards.alt-2 {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}
.cards.alt-3 {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 40px 28px;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  overflow: hidden;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
.card .img-wrapper {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.card .img-wrapper img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: 0.5s;
}
.card .text-wrapper {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card .btn-wrapper {
  margin-top: auto;
}
.card.card-blog .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.card-blog .img-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-color: rgba(50, 50, 50, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
}
.card.card-blog .img-wrapper .tag {
  position: absolute;
  top: 12px;
  left: 12px;
}
.card.card-blog .img-wrapper .read {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Urbanist";
  background-color: #001C89;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.card.card-blog p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card.card-blog:hover {
  border-color: #AB062D;
}
.card.card-blog:hover .img-wrapper::after {
  opacity: 1;
}
.card.card-blog:hover .img-wrapper img {
  transform: scale(1.1);
}
.card.card-blog:hover .img-wrapper .read {
  opacity: 1;
}
.card.alt-1 {
  border: none;
  border-radius: 0px;
}
.card.alt-1 .img-wrapper {
  height: 100%;
}
.card.alt-1 .img-wrapper img {
  position: relative;
  border-radius: 12px;
}
.card.alt-1 .text-wrapper {
  padding: 0px;
}

.splide-reviews.is-initialized:not(.is-active) .splide__list {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.splide-reviews .review {
  background-color: #F9F9F9;
  border: none;
  padding: 32px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  font-size: 16px;
}
.splide-reviews .user {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}

ul.list {
  display: flex;
  flex-direction: column;
  gap: 0.5ch;
}
ul.list li {
  position: relative;
  margin-left: 14px;
}
ul.list li::before {
  content: "";
  width: 0.5ch;
  height: 0.5ch;
  border-radius: 50%;
  background-color: #00092D;
  top: 1ch;
  left: -14px;
  position: absolute;
}

ul.list-group li {
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
ul.list-group .label {
  display: flex;
  gap: 12px;
}
ul.list-group .label::before {
  flex: none;
  content: "";
  width: 0.75ch;
  height: 0.75ch;
  border-radius: 50%;
  background-color: #AB062D;
  margin-top: 0.75ch;
}
ul.list-group.larger li {
  padding: 16px 0px;
}

ul.list-boxed li {
  display: flex;
  gap: 16px;
  padding: 16px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
ul.list-boxed li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}
ul.list-boxed .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.content-row {
  display: flex;
  gap: 80px;
}
.content-row .img-in {
  border-radius: 12px;
  min-height: 100px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content-row .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.stats .stat {
  border-radius: 12px;
  padding: 32px;
  background-color: #ffffff;
  font-size: 16px;
  flex: 1 1 260px;
}
.stats .value {
  color: #001C89;
  margin-bottom: 24px;
}
.stats .overline {
  margin-bottom: 12px;
  color: #00092D;
}

.stars {
  display: flex;
  gap: 4px;
}
.stars .star {
  width: 20px;
  height: 20px;
  background: url(../img/icons/star-full.svg) no-repeat center;
  background-size: contain;
}

.pagination-wrapper {
  display: flex;
  gap: 2px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination-wrapper .page {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.pagination-wrapper .page:not(.inactive, .is-active):hover {
  background-color: #F2F2F2;
}
.pagination-wrapper .page.is-active {
  background-color: #AB062D;
  color: #ffffff;
  font-weight: 700;
}

.tags-wrapper {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.tag {
  font-size: 16px;
  font-family: "Urbanist";
  padding: 6px 16px;
  background-color: #F2F2F2;
  border-radius: 8px;
  display: inline-flex;
}
.tag:hover {
  background-color: #e5e5e5;
}
.tag.is-active {
  background-color: #001C89;
  color: #ffffff;
}
.tag.alt-1 {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #001C89;
}

.breadcrumb .path {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .path:not(:first-child)::before {
  flex: none;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icons/chevron-r.svg") no-repeat center;
  background-size: contain;
  margin-left: 4px;
  margin-right: 6px;
  opacity: 0.6;
  display: inline-block;
  vertical-align: middle;
}

.share-to {
  display: flex;
  gap: 8px;
}
.share-to .item {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
}
.share-to .item:hover {
  background-color: #F2F2F2;
}

.article .container {
  max-width: 900px;
}
.article .article-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}

.article-content {
  font-size: 16px;
}
.article-content > *:first-child {
  margin-top: 0px;
}
.article-content img {
  width: 100%;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.article-content p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.article-content h2 {
  margin-top: 56px;
  margin-bottom: 32px;
}
.article-content h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}
.article-content h4 {
  margin-top: 32px;
  margin-bottom: 8px;
}

.article-footer {
  margin-top: 60px;
  padding-top: 60px;
  gap: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: space-between;
}

.subscribe-input {
  width: 360px;
}

.img-square {
  border-radius: 12px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.teams {
  display: grid;
  gap: 40px 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.teams .team .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.11);
  margin: 20px 0px;
}

.splide-journey {
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
}
.splide-journey::after, .splide-journey::before {
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.splide-journey::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #F2F2F2);
  right: 0px;
  top: 0px;
}
.splide-journey::before {
  background: linear-gradient(90deg, #F2F2F2, rgba(0, 0, 0, 0));
  left: 0px;
  top: 0px;
}
.splide-journey li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.splide-journey li:first-child .divider::before {
  left: 50%;
  width: 50%;
}
.splide-journey li:last-child .divider::before {
  left: auto;
  right: 50%;
  width: 50%;
}
.splide-journey img {
  width: 256px;
}
.splide-journey .divider {
  height: 32px;
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 8px;
}
.splide-journey .divider::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
}
.splide-journey .divider::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #AB062D;
  border-radius: 50%;
  outline: 8px solid #F2F2F2;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
.splide-journey .year {
  color: #AB062D;
}
.splide-journey .desc {
  padding: 0px 16px;
  margin-top: 12px;
  font-size: 16px;
  max-width: 350px;
}
.splide-journey .splide__arrow {
  position: absolute;
  z-index: 2;
  background-image: url("../img/icons/arrow-r-2.svg");
  background-color: #ffffff;
  top: 25%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.splide-journey .splide__arrow.splide__arrow--prev {
  left: 48px;
  transform: rotate(180deg);
}
.splide-journey .splide__arrow.splide__arrow--next {
  right: 48px;
}
.splide-journey .splide__arrow:disabled {
  display: none;
}
.splide-journey .splide__arrow svg {
  display: none;
}

.splide-service li {
  display: flex;
  flex-direction: column;
}
.splide-service li img {
  border-radius: 12px;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.splide-service li .btn-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.splide-process {
  margin-left: -60px;
  margin-right: -60px;
}
.splide-process li {
  display: flex;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 12px;
  align-items: center;
  max-width: 1380px;
	height: 360px;
  opacity: 0.2;
  transition: opacity 0.25s;
}
.splide-process li:hover {
  opacity: 1;
}
.splide-process li.is-active {
  opacity: 1;
}
.splide-process .text-wrapper {
  padding: 40px;
  flex: 1;
}
.splide-process .img-wrapper {
  padding: 20px;
  flex: 1;
  height: 100%;
}
.splide-process .img-in {
  min-height: 320px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.splide-process-steps {
  display: flex;
}
.splide-process-steps .step {
  flex: 1;
  text-align: center;
  padding: 0px;
}
.splide-process-steps .step .text {
  color: #B8B8B8;
}
.splide-process-steps .step .divider {
  height: 12px;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.splide-process-steps .step .divider::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
}
.splide-process-steps .step .divider::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B8B8B8;
  border-radius: 50%;
  outline: 8px solid #F2F2F2;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}
.splide-process-steps .step.is-active .text {
  color: #00092D;
}
.splide-process-steps .step.is-active .divider::after {
  background-color: #AB062D;
}
.splide-process-steps .step.is-active .divider::before {
  background-color: #001C89;
}
.splide-process-steps .step:hover .text, .splide-process-steps .step:focus .text {
  color: #414141;
}

.gallery-grid {
  width: 100%;
  position: relative;
}
.gallery-grid .gallery-item {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-grid .gallery-item .text-wrapper {
  padding: 20px 24px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.small-note {
  display: inline-flex;
  gap: 16px;
  padding: 16px;
  background-color: #ffffff;
  font-family: "Urbanist";
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  align-items: center;
}
.small-note .icon {
  flex: none;
  width: 32px;
  height: 32px;
}

.footer {
  font-size: 16px;
}
.footer .logo {
  width: 260px;
  height: 100px;
}
.footer .footer-top {
  padding: 60px 0px;
  display: flex;
  gap: 40px;
}
.footer .footer-top .group {
  flex: 1;
}
.footer .company {
  margin-right: 40px;
}
.footer .company .limit {
  max-width: 400px;
}
.footer .info {
  max-width: 400px;
}
.footer .info .areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer .info .area {
  flex: 1 1 180px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer .info .area::before {
  content: "";
  height: 16px;
  width: 16px;
  background: url("../img/icons/pin.svg") no-repeat center;
}
.footer .links {
  max-width: 200px;
}
.footer .links .link-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer .socials {
  display: flex;
  gap: 12px;
}
.footer .supports {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer .supports .support {
  width: 70px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  padding: 8px;
}
.footer .supports img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-bottom {
  padding: 32px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.footer .tnc {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1300px) {
	.nav .menu-btn {
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    border: none;
  }
  .nav .menu-btn:hover {
    color: #00092D;
  }
  .nav .close-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url("../img/icons/close.svg");
  }
  .nav .dropdown + .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    padding-top: 8px;
    padding-left: 40px;
    padding-bottom: 8px;
  }
  .nav .dropdown:after {
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  .nav .navicon {
    width: 32px;
    height: 32px;
    background: url("../img/icons/menu.svg") no-repeat center;
    background-size: contain;
  }
  .nav .nav-menus {
    position: fixed;
    top: 0px;
    right: 0px;
    overflow: auto;
    background-color: #ffffff;
    display: block;
    width: 100%;
    max-width: 420px;
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease;
    transform: translateX(100%);
    transform-origin: top right;
    visibility: hidden;
    padding: 40px;
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25);
    gap: 16px;
  }
  .nav .text-link, .nav button {
    font-size: 24px;
  }
  .sidebar-open {
    overflow: hidden;
  }
  .sidebar-open .nav::before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1;
  }
  .sidebar-open .nav .nav-menus {
    z-index: 99;
    visibility: visible;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1200px) {
  .section-hero .container {
    flex-direction: column;
  }
  .section-hero .panel-text, .section-hero .panel-overlay {
    padding: 80px 60px;
  }
  .section-hero .splide-hero {
    height: 500px;
  }
  .splide-technician {
    margin-left: -60px;
    margin-right: -60px;
  }
  .teams .team .divider {
    margin: 12px 0px;
  }
  .title-between.alt-1 {
    flex-direction: column;
    gap: 32px;
  }
  .title-between.alt-1 .title-wrapper {
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  .content-row {
    flex-direction: column-reverse;
  }
  .content-row.wrap-invert {
    flex-direction: column;
  }
  .section.lined.lined-middle::before {
    width: calc(100% - 120px);
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0.11);
  }
  .section.lined.lined-middle .container {
    padding-left: 120px;
  }
  .section.lined.lined-middle .content-row .content:first-child {
    padding: 0px;
  }
  .footer .footer-top {
    flex-wrap: wrap;
    gap: 80px;
  }
  .footer .group.info {
    max-width: none;
  }
  .footer .group.company {
    flex: 100%;
    margin-right: 0px;
  }
  .footer .group.company .limit {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  .mob-only {
    display: block;
  }
  .hide-mob {
    display: none !important;
  }
  .container {
    padding: 0px 20px;
  }
  .splide-container {
    margin-left: 20px;
  }
  .logo {
    height: 60px;
    width: 150px;
  }
  .btn {
    width: 100%;
  }
  .nav .menu-btn {
    width: 48px;
    height: 48px;
    padding: 0px;
  }
  .nav .menu-btn .text {
    display: none;
  }
  .content-row {
    gap: 60px;
  }
  .tags-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px 20px;
  }
  .tags-wrapper .tag {
    white-space: nowrap;
  }
  .tags-wrapper + .mt-60 {
    margin-top: 40px;
  }
  .section-hero .panel-text,
  .section-hero .panel-overlay {
    padding: 44px 24px;
  }
  .panel-overlay .wrapper {
    min-height: 240px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.lined::before {
    width: calc(100% - 40px) !important;
  }
  .section.lined.lined-left .container, .section.lined.lined-middle .container {
    padding-left: 40px;
  }
  .section.lined.lined-left-right .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section.lined .title-wrapper .title::after {
    left: -20px;
  }
  .section.lined .white-accent::before {
    left: 20px;
  }
  .section.lined .white-accent::after {
    right: 20px;
  }
  .cards,
  .cards.alt-2,
  .cards.alt-3 {
    grid-template-columns: 1fr;
  }
  .card .text-wrapper {
    padding: 20px;
  }
  .splide-hero .text-wrapper {
    padding: 20px;
  }
  .splide-hero .splide__pagination {
    padding: 20px;
    width: 100%;
  }
  .splide-hero .splide__pagination li {
    flex: 1;
  }
  .splide-hero .splide__pagination button {
    width: 100%;
  }
  .splide-work .text-wrapper {
    padding: 20px;
  }
  .splide-reviews,
  .splide-technician,
  .splide-journey,
  .splide-process {
    margin-left: -20px;
    margin-right: -20px;
  }
  .splide-technician li {
    max-width: 320px;
  }
  .splide-reviews .review {
    padding: 20px;
    flex: none;
    width: 80vw;
  }
  .splide-journey::before, .splide-journey::after {
    display: none;
  }
  .splide-journey .splide__arrow.splide__arrow--prev {
    left: 12px;
  }
  .splide-journey .splide__arrow.splide__arrow--next {
    right: 12px;
  }
  .splide-process li {
    flex-direction: column;
    opacity: 1;
  }
  .splide-process .text-wrapper {
    padding: 20px;
  }
  .splide-process .img-wrapper {
    padding-top: 8px;
    width: 100%;
  }
  .splide-process .img-in {
    min-height: 150px;
  }
  .splide-process-steps {
    display: none;
  }
  .subscribe-input {
    width: 100%;
  }
  .interlude .img-bg {
    width: 100%;
    left: 0px;
    background-size: cover;
    background-position: center bottom;
  }
  .interlude .img-bg::before {
    width: 100%;
    left: 0px;
    background: linear-gradient(180deg, #001C89 20%, rgba(0, 0, 0, 0) 180%);
  }
  .footer .footer-top {
    flex-direction: column;
    gap: 48px;
  }
  .footer .info {
    order: 1;
  }
  .footer .footer-bottom {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
  }
}
/***** END: Main Site Styles *****/