@charset "UTF-8";
@import url("https://use.typekit.net/jeg5lda.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

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

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

input, textarea, select, option, button {
  font-family: inherit;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: url(../img/bg2.jpg) 0 0 no-repeat;
  background-size: cover;
  margin: 0;
  font-family: graphie, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

.options-accordion-wrap {
  background: url(../img/options-accordion-bg2.svg) 0 0 no-repeat;
  background-size: cover;
  margin-top: clamp(-1em, 2.5vw, -2em);
  overflow: visible;
  z-index: 99999;
}

section {
  padding-block: clamp(3em, 6vw, 6em);
}

.wrapper {
  position: relative;
  display: flex;
  width: min(1800px, 90%);
  justify-content: center;
  margin: 0 auto;
}
.wrapper.col {
  flex-direction: column;
  gap: 0;
}
.wrapper > * {
  width: 100%;
}

/* container */
h1 {
  line-height: 1.125;
  font-family: graphie, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-size: clamp(2rem, 3.75vw, 3.75rem);
  line-height: 1.125;
  font-family: graphie, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-wrap: balance;
}

h3 {
  line-height: 1.5;
  font-family: graphie, sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  line-height: 1.5;
  margin-bottom: 1em;
  font-family: graphie, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a, a[href^=tel] {
  text-decoration: none;
  color: #54679e;
  transition: 0.3s opacity ease;
  word-break: break-word;
}
a:hover, a[href^=tel]:hover {
  opacity: 0.8;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

button {
  background: none;
  border: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes expand {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes scale-in {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* bounce-in */
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.125);
  }
  50% {
    transform: scale(1.125);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-left {
  animation: fade-left 1s cubic-bezier(0, 0, 0.58, 1) both;
}

.scrolled.fade-right {
  animation: fade-right 1s cubic-bezier(0, 0, 0.58, 1) both;
}

.scrolled.fade-in {
  animation: fade-in 0.75s cubic-bezier(0, 0, 0.58, 1) both;
}

.scrolled.fade-up {
  animation: fade-up 1s cubic-bezier(0, 0, 0.58, 1) both;
}

.scrolled.expand {
  animation: expand 1s cubic-bezier(0, 0, 0.58, 1) both;
}

.scrolled.scale-in {
  animation: scale-in 1s cubic-bezier(0, 0, 0.58, 1) both;
}

.scrolled.bounce-in {
  animation: bounce-in 1s cubic-bezier(0, 0, 0.58, 1) both;
}

/* Safari 11+ - for scroll animations that are buggy */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .scrolled.expand {
      animation: expand 1s cubic-bezier(0, 0, 0.58, 1) both;
    }
    .scrolled.fade-in {
      animation: inherit;
    }
    .scrolled.fade-up {
      animation: inherit;
    }
    .scrolled.fade-down {
      animation: inherit;
    }
    .scrolled.scale-up {
      animation: inherit;
    }
    .scrolled.fade-left {
      animation: inherit;
    }
    .scrolled.fade-right {
      animation: inherit;
    }
    .scrolled.bounce-in {
      animation: inherit;
    }
  }
}
/* END Safari 11+ styles */
.stay-safe-banner {
  position: fixed;
  width: 100%;
  padding: 0;
  background: #54679e;
  color: #fff;
  z-index: 99;
}
.stay-safe-banner .wrapper-stay-safe {
  position: relative;
  width: min(2000px, 90%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 0;
  font-size: clamp(0.9rem, 1.15vw, 1.15rem);
}
@media (max-width: 1024px) {
  .stay-safe-banner .wrapper-stay-safe {
    padding: 0.5em 0;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .stay-safe-banner .wrapper-stay-safe {
    padding-right: 140px;
  }
  .stay-safe-banner .wrapper-stay-safe p {
    line-height: 1.2;
  }
}
@media (max-width: 325px) {
  .stay-safe-banner .wrapper-stay-safe {
    font-size: 0.8rem;
  }
}
.stay-safe-banner .wrapper-stay-safe p {
  position: relative;
  font-size: inherit;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 900px) {
  .stay-safe-banner .wrapper-stay-safe p {
    margin: 0 0 0 5%;
    text-align: left;
    padding: 0;
  }
}
.stay-safe-banner .wrapper-stay-safe p a {
  position: relative;
  width: fit-content;
  font-size: inherit;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.stay-safe-banner .wrapper-stay-safe p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #f8d42a;
  transition: width 0.4s ease;
}
.stay-safe-banner .wrapper-stay-safe p a:hover:after {
  width: 100%;
}
@media (max-width: 600px) {
  .stay-safe-banner .wrapper-stay-safe p a:hover:after {
    width: 0% !important;
  }
}
.stay-safe-banner .wrapper-stay-safe p a span {
  font-family: graphie, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.stay-safe-banner .wrapper-stay-safe .quick-exit-btn {
  position: absolute;
  height: 100%;
  background: #f8d42a;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  top: 0;
  bottom: 0;
  right: 0;
  width: fit-content;
  transition: background 0.4s ease, border-left 0.4s ease, border-right 0.4s ease;
}
.stay-safe-banner .wrapper-stay-safe .quick-exit-btn:hover {
  background: #54679e;
  border-left: 3px solid #f8d42a;
  border-right: 3px solid #f8d42a;
}
.stay-safe-banner .wrapper-stay-safe .quick-exit-btn:hover a {
  color: #f8d42a;
}
.stay-safe-banner .wrapper-stay-safe .quick-exit-btn a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  font-size: inherit;
  color: #000;
  transition: color 0.4s ease;
  outline: none;
}
@media (max-width: 860px) {
  .stay-safe-banner .wrapper-stay-safe .quick-exit-btn a {
    padding-inline: 0.5rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(84, 103, 158, 0.2) 100%);
  z-index: 3;
  transition: background 0.75s ease;
}
.header .wrapper {
  width: min(2000px, 90%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 4em;
  padding: 1em 0 1.5em;
}
@media (max-width: 1024px) {
  .header .wrapper {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  .header .wrapper {
    margin-top: 3em;
  }
}
.header .wrapper .logo {
  width: 200px;
  margin: 0;
  outline: none;
}
@media (max-width: 1400px) {
  .header .wrapper .logo {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .header .wrapper .logo {
    width: 100px;
  }
}
.header .wrapper .logo img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .header .wrapper nav {
    display: none;
  }
}
.header .wrapper nav ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.header .wrapper nav ul li {
  position: relative;
}
.header .wrapper nav ul li.has-submenu:hover {
  overflow: visible;
}
.header .wrapper nav ul li.has-submenu:hover .submenu {
  opacity: 1;
  top: 3.25em;
}
@media (max-width: 1400px) {
  .header .wrapper nav ul li.has-submenu:hover .submenu {
    top: 3em;
  }
}
.header .wrapper nav ul li:first-of-type a {
  position: relative;
  margin-left: 0;
  padding-right: 1.5em;
}
.header .wrapper nav ul li:first-of-type a.sublink::after {
  content: "";
  position: absolute;
  top: 22%;
  right: 0.2em;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  rotate: 45deg;
}
.header .wrapper nav ul li:first-of-type a.sublink:hover::after {
  border-right: 2px solid #54679e;
  border-bottom: 2px solid #54679e;
}
.header .wrapper nav ul li a {
  font-size: clamp(0.85rem, 1.5vw, 1.5rem);
  color: #000;
  font-family: graphie, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-left: clamp(1rem, 5vw, 8rem);
  padding-bottom: 0.25rem;
  border-bottom: 5px solid transparent;
}
.header .wrapper nav ul li a:hover {
  color: #54679e;
  border-bottom: 5px solid #f8d42a;
}
.header .wrapper nav ul li.has-submenu {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.header .wrapper nav ul li.has-submenu ul.submenu {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.1s ease, top 0.3s ease-in;
  z-index: 1;
}
.header .wrapper nav ul li.has-submenu ul.submenu li a {
  white-space: nowrap;
  padding-right: 0;
  padding-top: 1.375em;
}

.mobilemenu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 1024px) {
  .mobilemenu {
    display: block;
  }
}
.mobilemenu .close-btn {
  width: 30px;
  position: absolute;
  right: 2em;
  top: 2em;
  cursor: pointer;
}
.mobilemenu .menulines {
  margin-top: 3.75em;
  cursor: pointer;
  transition: top 0.75s ease;
  transform: scale(0.8);
  padding: 1em;
}
@media (max-width: 480px) {
  .mobilemenu .menulines {
    margin-top: 4em;
  }
}
.mobilemenu .menulines .bar1,
.mobilemenu .menulines .bar2,
.mobilemenu .menulines .bar3 {
  width: 100%;
  width: 40px;
  height: 4px;
  background-color: #54679e;
  margin: 0 0 8px 0;
  transition: all 0.4s ease-out;
}
.mobilemenu .menulines .bar3:last-of-type {
  margin-bottom: 0;
}
.mobilemenu .change .bar1 {
  width: 50px !important;
  -webkit-transform: rotate(-45deg) translate(-10px, 5px);
  transform: rotate(-45deg) translate(-10px, 5px);
}
.mobilemenu .change .bar2 {
  opacity: 0;
}
.mobilemenu .change .bar3 {
  width: 50px !important;
  -webkit-transform: rotate(45deg) translate(-11px, -8px);
  transform: rotate(45deg) translate(-11px, -8px);
}
.mobilemenu .nav {
  position: absolute;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 0em;
  padding: 0;
  transition: all 500ms cubic-bezier(0.125, 0.885, 0.795, 1);
  background: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobilemenu .nav::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.mobilemenu .nav-slide {
  width: 30em;
  padding-inline: 3em;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: -5px 0px 9px 0px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: -5px 0px 9px 0px rgba(0, 0, 0, 0.125);
  box-shadow: -5px 0px 9px 0px rgba(0, 0, 0, 0.125);
}
@media (max-width: 550px) {
  .mobilemenu .nav-slide {
    width: 100vw;
    padding-inline: 1.5em;
  }
}
.mobilemenu .nav-slide a {
  opacity: 1;
}
.mobilemenu ul {
  margin-top: 9em;
  height: 100vh;
}
.mobilemenu ul li {
  display: flex;
  align-items: center;
}
.mobilemenu ul li a {
  border-bottom: 0.025rem solid #54679e;
  width: 100%;
  white-space: nowrap;
  padding-left: 0;
  padding-block: clamp(1rem, 2vw, 2em);
  font-family: graphie, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #54679e;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  opacity: 0;
  transition: padding-left 0.5s ease;
}
.mobilemenu ul li a:hover {
  padding-left: 0.5rem;
}

.hero {
  width: 100%;
  display: flex;
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  padding-bottom: 4em;
}
@media (max-width: 1400px) {
  .hero {
    height: auto;
  }
}
.hero .wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 3em;
  margin-top: 18em;
}
@media (max-width: 1024px) {
  .hero .wrapper {
    margin-top: 18em;
    gap: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .hero .wrapper {
    margin-top: 12em;
  }
}
.hero .wrapper h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  white-space: nowrap;
  color: #54679e;
  animation: fade-up 1s forwards;
  opacity: 0;
}
@media (max-width: 1400px) {
  .hero .wrapper h1 {
    margin-top: auto;
  }
}
@media (max-width: 680px) {
  .hero .wrapper h1 {
    font-size: 9.5vw;
  }
}
.hero .wrapper .hero-subhead {
  font-size: clamp(1.625rem, 2.25vw, 2.25rem);
  line-height: 1.5;
  margin-block: 1em 3rem;
  text-wrap: pretty;
  animation: fade-up 1s 0.25s forwards;
  opacity: 0;
}
@media (max-width: 1024px) {
  .hero .wrapper .hero-subhead {
    margin-inline: auto;
  }
}
.hero .wrapper .hero-subhead span {
  font-family: graphie, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.hero .left {
  margin-right: auto;
  width: 60%;
}
@media (max-width: 1024px) {
  .hero .left {
    width: 100%;
  }
}
.hero .right {
  width: 40%;
}
@media (max-width: 1024px) {
  .hero .right {
    width: 100%;
  }
}
.hero .right img {
  width: 100%;
}
@media (max-width: 1024px) {
  .hero .right img {
    width: 100%;
    max-width: 500px;
  }
}

.options-content {
  padding-bottom: 0;
}
.options-content .wrapper {
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .options-content .wrapper {
    flex-direction: column;
  }
}
.options-content .wrapper * {
  width: 100%;
}
.options-content .wrapper .icon {
  max-width: 180px;
}
@media (max-width: 860px) {
  .options-content .wrapper .icon {
    width: 150px;
  }
}
.options-content .wrapper .icon img {
  width: 100%;
  object-fit: contain;
  top: 0;
}
.options-content .wrapper .left, .options-content .wrapper .right {
  display: flex;
  align-self: stretch;
  width: 100%;
  gap: 3em;
  background: #fff;
  border-radius: 10px;
  padding: clamp(1em, 3vw, 3em);
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .options-content .wrapper .left, .options-content .wrapper .right {
    align-items: center;
  }
}
@media (max-width: 860px) {
  .options-content .wrapper .left, .options-content .wrapper .right {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5em 1em;
    gap: 1em;
  }
}
.options-content .wrapper .left p, .options-content .wrapper .right p {
  text-wrap: balance;
}
@media (max-width: 860px) {
  .options-content .wrapper .left p, .options-content .wrapper .right p {
    margin-inline: auto;
  }
}
.options-content .wrapper .left .btn, .options-content .wrapper .right .btn {
  display: inline-block;
  margin-top: 1em;
  width: fit-content;
  padding-block: 0.75rem;
  padding-inline: clamp(1em, 1.75vw, 1.75em);
  border-radius: 50px;
  background: #54679e;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-family: graphie, sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: background 0.3s ease, color 0.3s ease;
}
.options-content .wrapper .left .btn:hover, .options-content .wrapper .right .btn:hover {
  background: #f8d42a;
  color: #54679e;
}
.options-content .wrapper .bottom-card {
  align-items: center;
  justify-content: stretch;
}
.options-content .wrapper .bottom-card p {
  text-wrap: pretty !important;
}
.options-content .wrapper .bottom-card p:last-of-type {
  margin-bottom: 0;
}

.accordion-section .wrapper {
  align-items: flex-start;
  gap: 2em;
}
@media (max-width: 1200px) {
  .accordion-section .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.accordion-section .wrapper .left {
  width: 60%;
}
.accordion-section .wrapper .left .accordion-pic img {
  width: 27vw;
  max-width: 680px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .accordion-section .wrapper .left .accordion-pic img {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.accordion-section .wrapper .right {
  width: 100%;
}
.accordion-section .wrapper .right h2 {
  margin-bottom: 0.75em;
  text-wrap: pretty;
}
.accordion-section .accordion .accordion-item {
  position: relative;
  border-bottom: 2px solid #cccccc;
}
.accordion-section .accordion .accordion-item .accordion-title {
  padding-block: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #54679e;
  font-size: clamp(1.625rem, 2.125vw, 2.125rem);
  padding-right: 2.5em;
  font-family: graphie, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  transition: color 0.3s ease;
  text-wrap: balance;
}
.accordion-section .accordion .accordion-item .accordion-title::after {
  content: "+";
  color: #000;
  margin-left: auto;
  margin-right: -5rem;
  transition: color 0.3s ease;
}
@media (max-width: 960px) {
  .accordion-section .accordion .accordion-item .accordion-title::after {
    margin-right: -3.75rem;
  }
}
.accordion-section .accordion .accordion-item .accordion-title.active::after {
  content: "–";
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
}
.accordion-section .accordion .accordion-item .accordion-title.active + p.accordion-answer {
  margin-block: 1.25rem 2rem;
}
.accordion-section .accordion .accordion-item .accordion-title:hover::after {
  color: #54679e;
}
.accordion-section .accordion .accordion-item p.accordion-answer {
  position: relative;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, margin-top 0.5s ease;
  overflow-y: auto;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
.accordion-section .accordion .accordion-item p.accordion-answer::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.accordion-section .accordion .accordion-item p.accordion-answer a {
  font-weight: 600;
}

@media (max-width: 900px) {
  .wrapper.wrapper-subpage {
    justify-content: flex-start;
  }
  .wrapper.wrapper-subpage a.logo {
    margin-left: 0;
  }
}

.subpage-section {
  padding-top: 0em;
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(84, 103, 158, 0.2));
}
@media (max-width: 1024px) {
  .subpage-section {
    height: auto;
  }
}
.subpage-section .wrapper {
  justify-content: space-between;
  gap: 3em;
  margin-top: 22em;
}
.subpage-section .wrapper.col {
  gap: 0;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .subpage-section .wrapper {
    margin-top: 12em;
    gap: 0;
    flex-direction: column;
  }
}
.subpage-section .wrapper .breadcrumb {
  font-size: 1rem;
  text-transform: uppercase;
  color: #777;
  vertical-align: middle;
}
.subpage-section .wrapper .breadcrumb img {
  width: 11px;
  margin: 0 0.25em;
}
.subpage-section .wrapper h1 {
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.125;
  margin-bottom: 0.75em;
  font-weight: 700;
  color: #54679e;
  animation: fade-up 1s forwards;
  opacity: 0;
}
.subpage-section .wrapper h2 {
  font-size: clamp(1.75rem, 2.75vw, 2.75rem);
  line-height: 1.125;
  margin-bottom: 0.75em;
  font-weight: 700;
  color: #000;
  animation: fade-up 1s forwards;
  opacity: 0;
}
.subpage-section .wrapper p {
  margin-bottom: 1.5em;
  text-wrap: pretty;
  animation: fade-up 1s 0.25s forwards;
  opacity: 0;
}
.subpage-section .wrapper p a {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .subpage-section .wrapper p {
    margin-inline: auto;
    text-align: left;
  }
}
.subpage-section .wrapper p span {
  font-family: graphie, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.subpage-section .left {
  width: 60%;
}
@media (max-width: 1024px) {
  .subpage-section .left {
    width: 100%;
  }
}
.subpage-section .right {
  width: 40%;
}
@media (max-width: 1024px) {
  .subpage-section .right {
    width: 100%;
    max-width: 700px;
  }
}
.subpage-section .right img {
  width: 40vw;
  max-width: 850px;
}
@media (max-width: 1024px) {
  .subpage-section .right img {
    width: 100%;
  }
}

footer {
  padding-block: 3em;
  background: rgba(255, 255, 255, 0.4);
}
footer .wrapper {
  margin-bottom: 2em;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .wrapper {
    margin-bottom: 1em;
    flex-direction: column;
    align-items: center;
  }
}
footer .wrapper p, footer .wrapper a {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  text-wrap: pretty;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  footer .wrapper p, footer .wrapper a {
    text-align: center;
    margin-bottom: 1em;
  }
}
footer .wrapper .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2em;
}
@media (max-width: 1024px) {
  footer .wrapper .left {
    flex-direction: column;
    gap: 1em;
  }
}
footer .wrapper .left img {
  width: 150px;
}
@media (max-width: 860px) {
  footer .wrapper .left img {
    width: 100px;
  }
}
footer .wrapper .right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  footer .wrapper .right {
    justify-content: center;
  }
}
footer .wrapper .right .legal-links {
  width: fit-content;
}
footer .wrapper .right .legal-links a {
  color: #54679e;
  padding-inline: 1em;
}
footer .wrapper .right .legal-links a:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: calc(1em + 4px);
}

@keyframes arrowFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.return-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}
.return-to-top--show {
  display: block;
  animation: arrowFadeIn 0.3s ease;
}
.return-to-top img {
  width: 100%;
}
