/* index.scss start */
@import url("https://use.typekit.net/aev7uuf.css");
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body, main, figure, h1, h2, h3, h4, h5, h6, ul, ol, li, p, input, button, select, textarea, div, blockquote, img, section, a, form {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

ul:not(.accordion ol ol, .accordion ol ul), ol:not(.accordion ol ol, .accordion ol ul) {
  list-style: none;
}

img,
picture {
  height: auto;
  transition: opacity 0.5s ease;
  max-width: 100%;
  width: 100%;
}

:root {
  --site-header-height: 6rem;
  --single-post-margin: 3.2rem;
  --section-padding: 4rem;
  --admin-bar-height: 4.6rem;
  --site-header-height-logged-in: calc(var(--site-header-height) + var(--admin-bar-height));
}
@media (min-width: 1024px) {
  :root {
    --site-header-height: 8.6rem;
    --admin-bar-height: 3.2rem;
    --site-header-height-logged-in: calc(var(--site-header-height) + var(--admin-bar-height));
    --section-padding: 6rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --section-padding: 8rem;
  }
}

/* _variable.scss end */
/* utilities.scss start */
.mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.has-full-width-background {
  position: relative;
}
.has-full-width-background:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50000px;
  right: -500000px;
  z-index: -9;
}

.centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.has-full-height-image {
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.has-full-height-image > img {
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  object-fit: cover;
}

.has-gradient-overlay {
  position: relative;
}
.has-gradient-overlay:after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  min-height: 100%;
}

.has-dark-background:not(.carousel, .quote, .why-join-us, .entry-header:has(.gallery) .tablet-5, .site-header.has-dark-background, .testimonial, .carousel.brands-carousel li article:hover .centered *) {
  background-color: #0C1325;
}
.has-dark-background:not(.carousel *, .carousel.brands-carousel li article:hover .centered) {
  color: white;
}
.has-dark-background h2, .has-dark-background h3:not(.site-footer h3), .has-dark-background p:not(.carousel *, .site-footer p), .has-dark-background a:not(.site-footer a, .carousel.brands-carousel li article:hover .centered a) {
  color: white;
}
.has-dark-background .btn-filled:hover {
  background: white;
  color: #4478C1;
}

.has-ivory-background {
  background-color: #FBF9F5;
}

.has-blue-background {
  background-color: #16254C;
}

.has-vertical-line {
  position: relative;
  padding-top: 9rem;
  text-align: center;
}
@media (min-width: 1280px) {
  .has-vertical-line {
    padding-top: 12rem;
  }
}
.has-vertical-line:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 1px;
  height: 5rem;
  background-color: white;
}
@media (min-width: 1280px) {
  .has-vertical-line:before {
    top: 3rem;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.close-modal {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/icon_close.svg") no-repeat center center;
  background-size: 2.5rem;
  cursor: pointer;
}

/* utilities.scss end */
/* _typography.scss start */
:root {
  --text-heading-size: 4.4rem;
  --large-heading: 4.8rem;
  --standfirst-fs: 1.6rem;
  --standfirst-margin: 1.2rem;
  --subhead-fs: 2.6rem;
  --h4-size: 2rem;
}
@media (min-width: 1024px) {
  :root {
    --text-heading-size: 4vw;
    --large-heading: 6rem;
    --standfirst-fs: 1.9rem;
    --standfirst-margin: 2.4rem;
    --subhead-fs: 4rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --large-heading: 8rem;
    --standfirst-fs: 1.1vw;
    --standfirst-margin: 2.4vh;
    --subhead-fs: 2.5vw;
    --h4-size: 2.4rem;
  }
}
@media (max-height: 850px) {
  :root {
    --text-heading-size: 4rem;
  }
}
@media (max-height: 700px) {
  :root {
    --text-heading-size: 3.6rem;
  }
}
@media (max-height: 600px) {
  :root {
    --text-heading-size: 3rem;
  }
}
@media (max-height: 800px) and (min-width: 1024px) {
  :root {
    --large-heading: 6rem;
    --standfirst-fs: 1.6rem;
  }
}
@media (max-height: 700px) and (min-width: 1024px) {
  :root {
    --large-heading: 5rem;
    --standfirst-fs: 1.4rem;
  }
}
@media (max-height: 600px) and (min-width: 1024px) {
  :root {
    --large-heading: 4rem;
    --standfirst-fs: 1.2rem;
  }
}
@media (min-width: 800px) and (min-height: 1100px) and (max-width: 1279px) {
  :root {
    --text-heading-size: 6vw;
  }
}

.action-text:not(input.action-text, textarea.action-text) {
  font: 500 1.1rem "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .action-text:not(input.action-text, textarea.action-text) {
    font: 500 1.3rem "Albert Sans", Helvetica, Arial, sans-serif;
  }
}

body {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #0C1325;
  transition: all 0.2s ease-in-out;
}

/* _typography.scss end */
:root {
  --grid-width: 100%;
  --gutters: 2rem;
  --grid-padding: 0.6rem;
  --grid-padding-large: 1.5rem;
  --grid-padding-xl: 3rem;
  --main-margin: 3.2rem;
}
@media (min-width: 1024px) {
  :root {
    --gutters: 3.2rem;
    --main-margin: 3.2rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --gutters: 4.4rem;
    --grid-padding: 0.8rem;
  }
}

main section:not(.hero, .brand-overview),
.site-footer,
.entry-header div div:has(h1),
.entry-content:not(:has(.simple-paragraphs)),
.entry-footer {
  padding-left: var(--gutters);
  padding-right: var(--gutters);
}
main section:not(.hero, .brand-overview).pr-0,
.site-footer.pr-0,
.entry-header div div:has(h1).pr-0,
.entry-content:not(:has(.simple-paragraphs)).pr-0,
.entry-footer.pr-0 {
  padding-right: 0;
}
main section:not(.hero, .brand-overview).pl-0,
.site-footer.pl-0,
.entry-header div div:has(h1).pl-0,
.entry-content:not(:has(.simple-paragraphs)).pl-0,
.entry-footer.pl-0 {
  padding-left: 0;
}
main section:not(.hero, .brand-overview).plr-0,
.site-footer.plr-0,
.entry-header div div:has(h1).plr-0,
.entry-content:not(:has(.simple-paragraphs)).plr-0,
.entry-footer.plr-0 {
  padding-left: 0;
  padding-right: 0;
}

main > *:not(.viewport-width-content, .article-list) {
  width: var(--grid-width);
  margin: 0 auto;
}
main {
  scroll-snap-type: y mandatory;
}
main section {
  scroll-snap-align: start;
}

.grid {
  display: flex;
  flex-flow: row wrap;
}
.grid:not(.has-padding) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid > * {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.grid.has-padding {
  margin-left: calc(-1 * var(--grid-padding));
  margin-right: calc(-1 * var(--grid-padding));
  width: calc(100% + 2 * var(--grid-padding));
  max-width: calc(100% + 2 * var(--grid-padding));
}
.grid.has-padding > * {
  padding-left: var(--grid-padding);
  padding-right: var(--grid-padding);
}
.grid.has-padding-large {
  margin-left: calc(-1 * var(--grid-padding-large));
  margin-right: calc(-1 * var(--grid-padding-large));
  width: calc(100% + 2 * var(--grid-padding-large));
  max-width: calc(100% + 2 * var(--grid-padding-large));
}
.grid.has-padding-large > * {
  padding-left: var(--grid-padding-large);
  padding-right: var(--grid-padding-large);
}
.grid.has-padding-xl {
  margin-left: calc(-1 * var(--grid-padding-xl));
  margin-right: calc(-1 * var(--grid-padding-xl));
  width: calc(100% + 2 * var(--grid-padding-xl));
  max-width: calc(100% + 2 * var(--grid-padding-xl));
}
.grid.has-padding-xl > * {
  padding-left: var(--grid-padding-xl);
  padding-right: var(--grid-padding-xl);
}
.grid {
  /* Phone cells */
}
.grid .phone-1 {
  width: 8.3333333333%;
}
.grid .phone-2 {
  width: 16.6666666667%;
}
.grid .phone-3 {
  width: 25%;
}
.grid .phone-4 {
  width: 33.3333333%;
}
.grid .phone-5 {
  width: 41.6666666667%;
}
.grid .phone-6 {
  width: 50%;
}
.grid .phone-7 {
  width: 58.333333333%;
}
.grid .phone-8 {
  width: 66.6666666667%;
}
.grid .phone-9 {
  width: 75%;
}
.grid .phone-10 {
  width: 83.333333333%;
}
.grid .phone-11 {
  width: 91.6666666667%;
}
.grid .phone-12 {
  width: 100%;
}
@media (max-width: 1024px) {
  .grid .offset-phone-1 {
    margin-left: 8.3333333333%;
  }
  .grid .offset-phone-2 {
    margin-left: 16.6666666667%;
  }
  .grid .offset-phone-3 {
    margin-left: 25%;
  }
}
.grid {
  /* tablet mini cells */
}
@media (min-width: 768px) {
  .grid .tablet-mini-1 {
    width: 8.3333333333%;
  }
  .grid .tablet-mini-2 {
    width: 16.6666666667%;
  }
  .grid .tablet-mini-3 {
    width: 25%;
  }
  .grid .tablet-mini-4 {
    width: 33.3333333%;
  }
  .grid .tablet-mini-5 {
    width: 41.6666666667%;
  }
  .grid .tablet-mini-6 {
    width: 50%;
  }
  .grid .tablet-mini-7 {
    width: 58.333333333%;
  }
  .grid .tablet-mini-8 {
    width: 66.6666666667%;
  }
  .grid .tablet-mini-9 {
    width: 75%;
  }
  .grid .tablet-mini-10 {
    width: 83.333333333%;
  }
  .grid .tablet-mini-11 {
    width: 91.6666666667%;
  }
  .grid .tablet-mini-12 {
    width: 100%;
  }
  .grid .offset-tablet-mini-1 {
    margin-left: 8.3333%;
  }
  .grid .offset-tablet-mini-2 {
    margin-left: 16.6666%;
  }
  .grid .offset-tablet-mini-3 {
    margin-left: 25%;
  }
  .grid .offset-tablet-mini-4 {
    margin-left: 33.3333333%;
  }
  .grid .offset-tablet-mini-5 {
    margin-left: 41.6666666667%;
  }
}
.grid {
  /* tablet cells */
}
@media (min-width: 1024px) {
  .grid .tablet-1 {
    width: 8.3333333333%;
  }
  .grid .tablet-2 {
    width: 16.6666666667%;
  }
  .grid .tablet-3 {
    width: 25%;
  }
  .grid .tablet-4 {
    width: 33.3333333%;
  }
  .grid .tablet-5 {
    width: 41.6666666667%;
  }
  .grid .tablet-6 {
    width: 50%;
  }
  .grid .tablet-7 {
    width: 58.333333333%;
  }
  .grid .tablet-8 {
    width: 66.6666666667%;
  }
  .grid .tablet-9 {
    width: 75%;
  }
  .grid .tablet-10 {
    width: 83.333333333%;
  }
  .grid .tablet-11 {
    width: 91.6666666667%;
  }
  .grid .tablet-12 {
    width: 100%;
  }
  .grid .offset-tablet-half {
    margin-left: 4.15%;
  }
  .grid .offset-tablet-1 {
    margin-left: 8.3333333333%;
  }
  .grid .offset-tablet-2 {
    margin-left: 16.6666666667%;
  }
  .grid .offset-tablet-3 {
    margin-left: 25%;
  }
  .grid .offset-tablet-4 {
    margin-left: 33.33333%;
  }
  .grid .offset-phone-1 {
    margin-left: 0;
  }
  .grid .offset-phone-2 {
    margin-left: 0;
  }
  .grid .offset-phone-3 {
    margin-left: 0;
  }
}
.grid {
  /* Laptop cells */
}
@media (min-width: 1280px) {
  .grid .laptop-1 {
    width: 8.3333333333%;
  }
  .grid .laptop-2 {
    width: 16.6666666667%;
  }
  .grid .laptop-3 {
    width: 25%;
  }
  .grid .laptop-4 {
    width: 33.3333333%;
  }
  .grid .laptop-5 {
    width: 41.6666666667%;
  }
  .grid .laptop-6 {
    width: 50%;
  }
  .grid .laptop-7 {
    width: 58.333333333%;
  }
  .grid .laptop-8 {
    width: 66.6666666667%;
  }
  .grid .laptop-9 {
    width: 75%;
  }
  .grid .laptop-10 {
    width: 83.333333333%;
  }
  .grid .laptop-11 {
    width: 91.6666666667%;
  }
  .grid .laptop-12 {
    width: 100%;
  }
  .grid .offset-laptop-1 {
    margin-left: 8.3333333333%;
  }
  .grid .offset-laptop-2 {
    margin-left: 16.6666666667%;
  }
  .grid .offset-laptop-3 {
    margin-left: 25%;
  }
}
.grid {
  /* Desktop cells */
}
@media (min-width: 1440px) {
  .grid .desktop-1 {
    width: 8.3333333333%;
  }
  .grid .desktop-2 {
    width: 16.6666666667%;
  }
  .grid .desktop-3 {
    width: 25%;
  }
  .grid .desktop-4 {
    width: 33.3333333%;
  }
  .grid .desktop-5 {
    width: 41.6666666667%;
  }
  .grid .desktop-6 {
    width: 50%;
  }
  .grid .desktop-7 {
    width: 58.333333333%;
  }
  .grid .desktop-8 {
    width: 66.6666666667%;
  }
  .grid .desktop-9 {
    width: 75%;
  }
  .grid .desktop-10 {
    width: 83.333333333%;
  }
  .grid .desktop-11 {
    width: 91.6666666667%;
  }
  .grid .desktop-12 {
    width: 100%;
  }
  .grid .offset-desktop-1 {
    margin-left: 8.3333333333%;
  }
  .grid .offset-desktop-2 {
    margin-left: 16.6666666667%;
  }
  .grid .offset-desktop-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1920px) {
  .grid .desktop-xl-1 {
    width: 8.3333333333%;
  }
  .grid .desktop-xl-2 {
    width: 16.6666666667%;
  }
  .grid .desktop-xl-3 {
    width: 25%;
  }
  .grid .desktop-xl-4 {
    width: 33.3333333%;
  }
  .grid .desktop-xl-5 {
    width: 41.6666666667%;
  }
  .grid .desktop-xl-6 {
    width: 50%;
  }
  .grid .desktop-xl-7 {
    width: 58.333333333%;
  }
  .grid .desktop-xl-8 {
    width: 66.6666666667%;
  }
  .grid .desktop-xl-9 {
    width: 75%;
  }
  .grid .desktop-xl-10 {
    width: 83.333333333%;
  }
  .grid .desktop-xl-11 {
    width: 91.6666666667%;
  }
  .grid .desktop-xl-12 {
    width: 100%;
  }
  .grid .offset-desktop-xl-1 {
    margin-left: 8.3333333333%;
  }
}

.max-670 {
  max-width: 670px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1920px) {
  .max-670 {
    max-width: 900px;
  }
}

.max-900 {
  max-width: 1132px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.max-1132 {
  max-width: 1132px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1920px) {
  .max-1132 {
    max-width: 1362px;
  }
}

/* _buttons.css start */
button {
  cursor: pointer;
}

.menu-toggle {
  background-size: contain;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-indent: -50000px;
  overflow: hidden;
}
.menu-toggle:after {
  content: "";
  text-indent: 0;
  transition: all 0.3s ease;
}
.menu-toggle:hover:after {
  transform: scale(1.2);
}
.menu-toggle {
  width: calc(var(--site-header-height) + 1rem);
  height: var(--site-header-height);
  background: #4478C1 url("../img/icons/site_nav_toggle.png") no-repeat center center;
  background-size: 60%;
  transition: transform 0.3s ease;
}
.menu-toggle:hover {
  transform: scale(1.1);
}
@media (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
}

.close-modal {
  background-size: contain;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-indent: -50000px;
  overflow: hidden;
}
.close-modal:after {
  content: "";
  text-indent: 0;
  transition: all 0.3s ease;
}
.close-modal:hover:after {
  transform: scale(1.2);
}
.close-modal {
  top: 2rem;
  right: 2rem;
  z-index: 9999;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  position: absolute;
  border: none;
  font-size: 0 !important;
  text-align: center;
  background: white;
  overflow: visible;
}
.close-modal:after {
  content: "";
  background-size: 5rem;
  background: url("/wp-content/themes/astra-child/assets/img/icons/close.svg") no-repeat center;
  filter: invert(1);
  position: absolute;
  inset: 25%;
  z-index: 99;
  font-size: 0;
}
.close-modal:before {
  content: "";
  position: absolute;
  bottom: -3rem;
  text-align: center;
  text-transform: uppercase;
  text-indent: 0;
  color: #4478C1;
  font-size: 0;
}
@media (min-width: 1024px) {
  .close-modal {
    width: 10rem;
    height: 10rem;
  }
}

.circle {
  background-size: contain;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-indent: -50000px;
  overflow: hidden;
}
.circle:after {
  content: "";
  text-indent: 0;
  transition: all 0.3s ease;
}
.circle:hover:after {
  transform: scale(1.2);
}
.circle {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background: #4478C1 url("../img/icons/arrow.svg") no-repeat center center;
  background-size: 60%;
  transition: all 0.3s ease;
}
.circle:hover {
  transform: scale(1.2);
  background-color: #3765A5;
}

button.btn-primary,
div.btn-primary a,
.btn-primary span {
  font: 500 1.1rem "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  button.btn-primary,
  div.btn-primary a,
  .btn-primary span {
    font: 500 1.3rem "Albert Sans", Helvetica, Arial, sans-serif;
  }
}
button.btn-primary,
div.btn-primary a,
.btn-primary span {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
button.btn-primary:after,
div.btn-primary a:after,
.btn-primary span:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/icons/arrow_small.svg") no-repeat center center;
  background-size: contain;
  margin-left: 1rem;
  transition: all 0.3s ease;
}
button.btn-primary:hover:after,
div.btn-primary a:hover:after,
.btn-primary span:hover:after {
  margin-left: 2rem;
}

.btn-filled {
  font: 500 1.1rem "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .btn-filled {
    font: 500 1.3rem "Albert Sans", Helvetica, Arial, sans-serif;
  }
}
.btn-filled {
  display: flex;
  width: 44rem;
  height: 5.8rem;
  line-height: 5.8rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.8s ease;
  background: #4478C1;
  border: none;
  color: white;
}
.btn-filled:hover {
  background: #0C1325;
}
.btn-filled.dark {
  background: black;
}
.btn-filled.has-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
.btn-filled.has-icon:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/icons/arrow_small.svg") no-repeat center center;
  background-size: contain;
  margin-left: 1rem;
  transition: all 0.3s ease;
}
.btn-filled.has-icon:hover:after {
  margin-left: 2rem;
}
.btn-filled.has-icon:after {
  background-image: url("/wp-content/themes/astra-child/assets/img/icons/arrow_small_white.svg");
}

/* _buttons.css end */
/* _forms.scss start */
.mobile--only {
  display: block;
}
@media (min-width: 768px) {
  .mobile--only {
    display: none;
  }
}

.desktop--only {
  display: none;
}
@media (min-width: 768px) {
  .desktop--only {
    display: block;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

:root {
  --mb-m6-d12: 6px;
  --mb-m8-d16: 8px;
  --mb-m16-d30: 16px;
  --mb-m12-d20: 12px;
}
@media (min-width: 1280px) {
  :root {
    --mb-m6-d12: 12px;
    --mb-m8-d16: 16px;
    --mb-m16-d30: 30px;
    --mb-m12-d20: 20px;
  }
}

.text-center {
  text-align: center;
}

.hero-split .grid {
  align-items: flex-start;
}
.hero-split .hero-split-text {
  color: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .hero-split .hero-split-text {
    padding-right: var(--gutters);
  }
}
@media (min-width: 768px) {
  .hero-split .hero-split-text {
    margin-top: 15%;
  }
}
.hero-split .hero-split-text h1 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 1024px) {
  .hero-split .hero-split-text h1 {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .hero-split .hero-split-text h1 {
    font-size: 8rem !important;
    line-height: 1.15 !important;
  }
}
.hero-split .hero-split-text h1 {
  margin-bottom: var(--mb-m16-d30);
}
.hero-split .hero-split-text p {
  color: #fff;
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .hero-split .hero-split-text p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .hero-split .hero-split-text p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .hero-split .hero-split-text p {
    font-size: 2rem !important;
  }
}
.hero-split figure {
  line-height: 0;
  aspect-ratio: 1/1;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .hero-split figure {
    aspect-ratio: 3/4;
    margin-top: 0;
  }
}
.hero-split figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero-split figure img {
    object-position: center 20%;
  }
}

.our-audience {
  background: #fff;
  color: #0C1325;
}
@media (min-width: 768px) {
  .our-audience .our-audience-header {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .our-audience .our-audience-header {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
}
.our-audience .our-audience-header h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .our-audience .our-audience-header h2 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .our-audience .our-audience-header h2 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
.our-audience .our-audience-header p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .our-audience .our-audience-header p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .our-audience .our-audience-header p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .our-audience .our-audience-header p {
    font-size: 2rem !important;
  }
}
.our-audience .our-audience-header .action-text {
  margin-bottom: var(--mb-m6-d12);
  color: #4478C1;
}
.our-audience .our-audience-header .our-audience-desc div:not(:nth-of-type(1)) p {
  margin-top: 0 !important;
}
.our-audience .brand-stats {
  margin-top: 3rem;
  max-width: 1148px;
}
@media (min-width: 768px) {
  .our-audience .brand-stats {
    margin-top: 5.8rem;
  }
}
.our-audience .brand-stats {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .our-audience .brand-stats .grid > div:nth-child(2n-1) {
    text-align: left !important;
  }
}
.our-audience .brand-stats .phone-6 {
  border-right: 1px solid #D0D0D0;
}
@media (max-width: 767px) {
  .our-audience .brand-stats .phone-6:nth-child(2n) {
    border-right: none;
    padding-left: 2rem;
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .our-audience .brand-stats .phone-6:nth-child(3n) {
    border-right: none;
  }
}
.our-audience .brand-stats .phone-6 {
  margin-bottom: 3.4rem;
}
@media (min-width: 1280px) {
  .our-audience .brand-stats .phone-6 {
    margin-bottom: 5rem;
  }
}
.our-audience .brand-stats p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .our-audience .brand-stats p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .our-audience .brand-stats p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .our-audience .brand-stats p {
    font-size: 2rem !important;
  }
}
.our-audience .brand-stats p strong {
  display: block;
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.8rem !important;
  line-height: 1.21 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .our-audience .brand-stats p strong {
    font-size: 6.4rem !important;
    line-height: 1.25 !important;
  }
}
@media (min-width: 1280px) {
  .our-audience .brand-stats p strong {
    font-size: 8rem !important;
  }
}
.our-audience .brand-stats p strong {
  color: #243F80;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
}
@media (min-width: 490px) and (max-width: 767px) {
  .our-audience .grid {
    max-width: 45rem;
  }
}

@media (min-width: 768px) {
  .problem-solution .ps-header {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .problem-solution .ps-header {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
}
.problem-solution .ps-header {
  text-align: center;
}
.problem-solution .ps-header h2, .problem-solution .ps-header h3 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .problem-solution .ps-header h2, .problem-solution .ps-header h3 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .problem-solution .ps-header h2, .problem-solution .ps-header h3 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
.problem-solution .ps-header h3 {
  margin-top: 40px;
}
@media (min-width: 1280px) {
  .problem-solution .ps-header h3 {
    margin-top: 80px;
  }
}
.problem-solution .ps-header p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .problem-solution .ps-header p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .problem-solution .ps-header p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .problem-solution .ps-header p {
    font-size: 2rem !important;
  }
}
.problem-solution .ps-header .ps-desc div:not(:nth-of-type(1)) p {
  margin-top: 0 !important;
}
.problem-solution .solution-header {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (min-width: 1280px) {
  .problem-solution .solution-header {
    margin-top: 54px;
  }
}
.problem-solution .solution-header .grid {
  justify-content: center;
}
.problem-solution .solution-header .grid .sh-item {
  max-width: 100%;
}
@media (min-width: 434px) and (max-width: 767px) {
  .problem-solution .solution-header .grid .sh-item {
    max-width: 35rem;
  }
}
.problem-solution .solution-header .grid .sh-item {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .problem-solution .solution-header .grid .sh-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .problem-solution .solution-header .grid .sh-item {
    max-width: 320px;
  }
}
.problem-solution .solution-header .grid .sh-item figure {
  margin-bottom: var(--mb-m12-d20);
}
.problem-solution .solution-header .grid .sh-item h4 {
  font: 300 var(--h4-size)/1.4 "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 0.02em;
}
@media (min-width: 1280px) {
  .problem-solution .solution-header .grid .sh-item h4 {
    letter-spacing: 0.03em;
  }
}
.problem-solution .solution-header .grid .sh-item h4 {
  margin-bottom: var(--mb-m12-d20);
}
.problem-solution .solution-header .grid .sh-item p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 1280px) {
  .problem-solution .solution-header .grid .sh-item p {
    font-size: 1.5rem !important;
  }
}
.problem-solution .solution-header .grid .sh-item p {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .our-advantage {
    padding-bottom: 0 !important;
  }
}
.our-advantage figure, .our-advantage figure img {
  mix-blend-mode: darken;
}
.our-advantage .grid {
  align-items: center;
}
@media (max-width: 767px) {
  .our-advantage .grid {
    flex-direction: column-reverse;
  }
}
.our-advantage .grid figure.mobile--only {
  margin-top: 4.8rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .our-advantage .grid .our-advantage-text {
    padding-left: var(--gutters);
    padding-right: var(--gutters);
    text-align: center;
  }
}
@media (min-width: 768px) {
  .our-advantage .grid .our-advantage-text {
    padding-right: var(--gutters);
  }
}
@media (min-width: 1280px) {
  .our-advantage .grid .our-advantage-text {
    max-width: 600px;
  }
}
.our-advantage .grid .our-advantage-text h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .our-advantage .grid .our-advantage-text h2 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .our-advantage .grid .our-advantage-text h2 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
.our-advantage .grid .our-advantage-text p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .our-advantage .grid .our-advantage-text p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .our-advantage .grid .our-advantage-text p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .our-advantage .grid .our-advantage-text p {
    font-size: 2rem !important;
  }
}
.our-advantage .grid .our-advantage-text .action-text {
  margin-bottom: var(--mb-m6-d12);
  color: #4478C1;
}
.our-advantage .grid .our-advantage-text .oat-desc div:not(:nth-of-type(1)) p {
  margin-top: 0 !important;
}

:root {
  --input-margin: 2.7rem;
  --input-size: 1.6rem;
  --input-padding: 1.8rem;
}
@media (min-width: 1024px) {
  :root {
    --input-margin: 4rem;
  }
}

input,
textarea,
.faux-select__display,
.faux-select__options {
  border: none;
  appearance: none;
  --webkit-appearance: none;
  border-bottom: solid 1px #C2BEB8;
  padding: var(--input-padding) 0;
  background: none;
  width: 100%;
  transition: all 0.8s ease;
  position: relative;
  text-align: left;
}
input:not(select, .faux-select),
textarea:not(select, .faux-select),
.faux-select__display:not(select, .faux-select),
.faux-select__options:not(select, .faux-select) {
  color: #4478C1;
}
input:not(.checkbox input, .search-input, .subscribe .newsletter input, label + input, .faux-select__options),
textarea:not(.checkbox input, .search-input, .subscribe .newsletter input, label + input, .faux-select__options),
.faux-select__display:not(.checkbox input, .search-input, .subscribe .newsletter input, label + input, .faux-select__options),
.faux-select__options:not(.checkbox input, .search-input, .subscribe .newsletter input, label + input, .faux-select__options) {
  margin-top: var(--input-margin);
}
input:not([type=submit]),
textarea:not([type=submit]),
.faux-select__display:not([type=submit]),
.faux-select__options:not([type=submit]) {
  font: var(--input-size)/1.5 "Albert Sans", Helvetica, Arial, sans-serif;
}
input:focus,
textarea:focus,
.faux-select__display:focus,
.faux-select__options:focus {
  outline: none;
  border-bottom: solid 1px #4478C1;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.8rem 1.8rem 2.6rem;
}
input:focus::after,
textarea:focus::after,
.faux-select__display:focus::after,
.faux-select__options:focus::after {
  width: 100%;
}
input[type=submit],
textarea[type=submit],
.faux-select__display[type=submit],
.faux-select__options[type=submit] {
  cursor: pointer;
}

label {
  display: block;
  text-align: left;
  position: relative;
  z-index: 9;
  bottom: -5rem;
  height: 1rem;
  font: 500 1.1rem "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  label {
    font: 500 1.3rem "Albert Sans", Helvetica, Arial, sans-serif;
  }
}
label {
  transition: all 0.5s ease;
}
label + input {
  margin-top: calc(var(--input-margin) - 1rem);
}
label:has(+ input:focus, + input:not(.is-empty), + textarea:focus, + textarea:not(.is-empty)) {
  bottom: -2.5rem;
  opacity: 0.3;
  font-size: 1rem;
}
label:has(+ input.is-empty:not(:focus), + select.is-empty:not(:focus), + textarea.is-empty:not(:focus)) {
  bottom: -5.5rem;
  opacity: 0.7;
}

input[type=checkbox] {
  -moz-appearance: auto;
  width: 2.4rem;
  height: 2.4rem;
  border: solid 1px white;
}
@media (min-width: 1024px) {
  input[type=checkbox] {
    width: 3rem;
    height: 3rem;
  }
}

select,
.faux-select {
  appearance: none;
  background: url("/wp-content/themes/astra-child/assets/img/icons/select.svg") no-repeat right center;
  background-size: 1.5rem;
}

.g-recaptcha {
  margin-top: var(--input-margin);
}

form .error {
  margin: 1rem 0 0 0;
  display: block;
  color: red;
  font-size: 1.6rem;
}

.checkbox {
  display: flex;
  align-items: start;
  gap: 1.6rem;
}
.checkbox.consent label {
  font-size: 1.4rem;
}

.form-submit {
  margin-top: var(--input-margin);
}
.form-submit .btn-group {
  justify-content: space-between;
  margin-top: 1.4rem;
}
@media (min-width: 1024px) {
  .form-submit .btn-group {
    margin-top: 2.2rem;
  }
}
.form-submit.centered-button {
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form-submit.centered-button .checkbox {
  text-align: left;
}
.form-submit.centered-button button {
  margin: 2.4rem auto;
}
@media (min-width: 1024px) {
  .form-submit.centered-button button {
    margin: 3.2rem auto;
  }
}
.form-submit button + p,
.form-submit button + .action-text {
  display: block;
  margin-top: 3rem;
}
.form-submit button + p a,
.form-submit button + .action-text a {
  text-decoration: underline;
}

.multi-stage-form {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.multi-stage-form > div {
  position: relative;
  left: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}
.multi-stage-form > div.active {
  position: relative;
  left: 0;
  opacity: 1;
}
.multi-stage-form > div.completed {
  left: -100%;
  opacity: 0;
}
.multi-stage-form > div.completed.grid.has-padding {
  left: calc(-100% - 2 * var(--grid-padding));
}
.multi-stage-form > div.completed + .active {
  left: -100%;
}
.multi-stage-form > div.thank-you .btn-secondary {
  width: auto;
  color: #0C1325;
  width: 36rem;
}
.multi-stage-form > div h3 {
  margin-top: 4rem;
}
.multi-stage-form > div h3 + .checkbox {
  margin-top: 3rem;
}

.contact-form header {
  width: 100%;
}
.contact-form header h2 {
  position: relative;
  z-index: 2;
}
.contact-form form {
  width: 88rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
}
.contact-form form::-webkit-scrollbar {
  display: none;
}
.contact-form form > div:not(.grid) {
  flex: 0 0 100%;
}
.contact-form form .grid {
  flex: 0 0 calc(100% + 2 * var(--grid-padding-large));
}
.contact-form form .tablet-6 {
  position: relative;
}
.contact-form form .tablet-6 p:has(+ .faux-select) {
  position: absolute;
  left: var(--grid-padding-large);
  margin-top: 2.1rem;
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 1024px) {
  .contact-form form .tablet-6 p:has(+ .faux-select) {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 1440px) {
  .contact-form form .tablet-6 p:has(+ .faux-select) {
    font-size: 1.8rem !important;
  }
}
.contact-form form .tablet-6 p:has(+ .faux-select) {
  color: #BABEBE;
}
.contact-form form .error input,
.contact-form form .error select,
.contact-form form .error textarea {
  border-bottom: solid 1px red;
  background: rgba(253, 23, 23, 0.158);
}
.contact-form form .error p.error {
  color: red;
  text-align: left;
  margin-top: 0.5rem;
}
.contact-form form .thank-you p {
  font-size: 2.4rem;
}
.contact-form form:has(.thank-you.active) {
  height: 22rem;
}
@media (min-width: 1024px) {
  .contact-form form textarea {
    height: 4.9rem;
  }
  .contact-form form textarea:focus {
    height: 20rem;
  }
  .contact-form form .thank-you p {
    font-size: 4rem;
  }
}

#login-form input,
#login-form textarea,
#login-form select,
#forgot-password-form input,
#forgot-password-form textarea,
#forgot-password-form select {
  color: black;
}
#login-form button,
#forgot-password-form button {
  width: 100%;
}

.register-link {
  margin-top: var(--input-margin);
}

#forgot-password-form {
  margin-top: var(--input-margin);
}
#forgot-password-form h3 {
  font: 300 var(--subhead-fs)/1.3 "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
}

.faux-select {
  position: relative;
}

.faux-select__display {
  display: block;
  cursor: pointer;
  user-select: none;
  color: #BABEBE !important;
  font: 500 1.1rem "Albert Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.2rem !important;
  text-transform: uppercase !important;
  line-height: 22px !important;
}
@media (min-width: 768px) {
  .faux-select__display {
    font: 500 1.3rem "Albert Sans", Helvetica, Arial, sans-serif !important;
  }
}
@media (min-width: 1024px) {
  .faux-select__display {
    padding-bottom: 2.6rem;
  }
}
.faux-select__display:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.faux-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  list-style: none;
  display: none;
  background-color: #fff;
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
  transition: opacity 0.4s ease;
}
.faux-select__options[aria-hidden=true] {
  display: none;
  opacity: 0;
}
.faux-select__options[aria-hidden=false] {
  display: block;
  z-index: 9999;
  opacity: 1;
  overflow-y: scroll;
  max-height: 200px;
}

.faux-select__option {
  cursor: pointer;
  padding: 1rem;
}
.faux-select__option:hover, .faux-select__option:focus {
  background-color: #f0f0f0;
  outline: none;
  color: black;
}
.faux-select__option[aria-selected=true] {
  background-color: #e6f3ff;
}

.g-recaptcha {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: center;
}
.g-recaptcha > div {
  margin: auto;
}
.g-recaptcha.show {
  display: block;
  opacity: 1;
}

.multi-stage-form .form-submit .btn-filled.has-icon:hover::after {
  background: url("../img/icons/arrow_small.svg") no-repeat center center;
}
.multi-stage-form input,
.multi-stage-form textarea,
.multi-stage-form select {
  color: #BABEBE !important;
}

.faux-select__option:not(.country-select .faux-select__option) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.faux-select__option:not(.country-select .faux-select__option) input.faux-select__checkbox {
  width: 20px !important;
  height: 20px !important;
  margin-right: 12px;
  margin-top: 0 !important;
}

/* Hide default checkbox */
.faux-select__checkbox {
  appearance: auto;
  -webkit-appearance: auto;
  border: 2px solid #333;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

/* _forms.scss end */
/* _modal.scss start */
.modal {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding-top: 10vh;
}
.modal.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
}
.modal.visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.modal .modal-content {
  width: 90%;
  height: 100%;
  overflow: hidden;
  max-width: 50rem;
  text-align: center;
  position: relative;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal .modal-content::-webkit-scrollbar {
  display: none;
}
.modal .modal-content header .modal-logo {
  width: 7.5rem;
  margin: 0 auto;
}
.modal .modal-content header h2 {
  margin-top: 6rem;
  font: 100 var(--text-heading-size)/1.2 "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.modal .modal-content p:not(.action-text) {
  font: 400 var(--standfirst-fs)/1.7 "Albert Sans", Helvetica, Arial, sans-serif;
  margin-top: var(--standfirst-margin);
  letter-spacing: unset;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-content form {
  padding: 0 2rem;
}
.modal#client-login-modal .hidden {
  opacity: 0;
  position: absolute;
  left: -100%;
  visibility: hidden;
}
.modal#client-login-modal #forgot-password {
  margin-top: 4.4rem;
  display: block;
}
.modal #forgot-password,
.modal .register-link a {
  color: #4478C1;
  text-decoration: underline;
}
@media (max-height: 800px) {
  .modal {
    padding-top: 5vh;
  }
  .modal * {
    transform: scale(0.9);
  }
}
@media (max-height: 700px) {
  .modal * {
    transform: scale(0.85);
  }
}

/* _modal.scss end */
.slider {
  position: relative;
  overflow: hidden;
}
.slider .slide {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider .slide .grid {
  background: #16254C;
}
.slider .slide .text {
  position: relative;
  transition: all 0.4s ease;
}
.slider .slide figure {
  position: relative;
  z-index: 9;
}
.slider .slide::before,
.slider .slide .layer-1,
.slider .slide .layer-2 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60%;
  background: #FBF9F5;
  z-index: -1;
}
.slider .slide::before {
  transition: left 0.9s ease;
}
.slider .slide .layer-1 {
  opacity: 0.1;
  transition: left 0.5s ease;
}
.slider .slide .layer-2 {
  opacity: 0.3;
  transition: left 0.7s ease;
}
.slider .slide.active {
  left: 0;
  transition: left 1s ease;
  transition-delay: 0.5s;
  z-index: 2;
}
.slider .slide.active::before,
.slider .slide.active .layer-1,
.slider .slide.active .layer-2 {
  left: -100%;
}
.slider .slide.post-active {
  left: -100%;
}
.slider .slide.post-active::before,
.slider .slide.post-active .layer-1,
.slider .slide.post-active .layer-2 {
  left: 0;
}
.slider .slider-nav {
  position: absolute;
  z-index: 99;
  transition: all 1s ease;
  transition-delay: 1s;
  left: var(--gutters);
}
.slider .slider-nav ol {
  display: none;
  gap: 1vh;
}
.slider .slider-nav li {
  width: 5px;
  height: 5px;
  border: 1px solid #4478C1;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
}
@media (min-width: 1024px) {
  .slider .slider-nav li {
    width: 7.96px;
    height: 7.96px;
  }
}
.slider .slider-nav li.active {
  background-color: #16254C;
}
.has-dark-background .slider .slider-nav li {
  border: 1px solid #D0E0F6;
  background: #D0E0F6;
}
.has-dark-background .slider .slider-nav li.active {
  border: solid 1px #4478C1;
  background: #4478C1;
}
@media (min-width: 1280px) {
  .slider .slider-nav {
    left: 8.3333333333%;
    margin-top: -3rem;
  }
}
@media (min-width: 1280px) {
  .slider .slide figure {
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .slider .slide figure > img {
    height: 100%;
    width: auto;
    max-width: none;
    min-width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1279px) {
  .slider .slide figure {
    top: 6rem;
    width: calc(100% + var(--gutters));
    max-width: calc(100% + var(--gutters));
    left: var(--gutters);
  }
}

:root {
  --card-padding: 1rem;
  --negative-card-padding: calc(-1 * var(--card-padding));
  --card-p: 1.6rem;
}
@media (min-width: 768px) {
  :root {
    --card-p: 1.2rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --card-p: 1.6rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --card-p: 1.8rem;
  }
}
@media (min-width: 1920px) {
  :root {
    --card-p: 2.5vh;
  }
}

.carousel, .carousel-new {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.carousel :-webkit-scrollbar, .carousel-new :-webkit-scrollbar {
  display: none;
}
.carousel.brandsCarousel, .carousel-new.brandsCarousel {
  margin-top: 3rem;
}
.carousel.brandsCarousel .bc-inner, .carousel-new.brandsCarousel .bc-inner {
  overflow: hidden;
  aspect-ratio: 3/4;
  position: relative;
  background: #0C1325;
}
.carousel.brandsCarousel .bc-inner article, .carousel-new.brandsCarousel .bc-inner article {
  position: relative;
  padding: 0;
  text-align: center;
  height: calc(100% - 2rem);
  width: 100%;
  z-index: 9;
}
.carousel.brandsCarousel .bc-inner article .brand-logo, .carousel-new.brandsCarousel .bc-inner article .brand-logo {
  position: absolute;
  top: 50%;
  width: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
.carousel.brandsCarousel .bc-inner article .centered, .carousel-new.brandsCarousel .bc-inner article .centered {
  position: absolute;
  inset: 2rem;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: transparent;
  transition: all 0.8s ease;
  opacity: 0;
  height: calc(100% - 2rem);
}
@media (max-width: 1024px) {
  .carousel.brandsCarousel .bc-inner article .centered, .carousel-new.brandsCarousel .bc-inner article .centered {
    display: none;
  }
}
.carousel.brandsCarousel .bc-inner article .centered *, .carousel-new.brandsCarousel .bc-inner article .centered * {
  transition: all 0.8s ease;
}
.carousel.brandsCarousel .bc-inner article .centered .brand-logo-hover, .carousel-new.brandsCarousel .bc-inner article .centered .brand-logo-hover {
  transition: all 1.8s ease;
  object-fit: contain;
  object-position: center;
  position: relative;
}
.carousel.brandsCarousel .bc-inner article .centered .brand-logo-hover img, .carousel-new.brandsCarousel .bc-inner article .centered .brand-logo-hover img {
  height: auto;
  width: auto;
  max-width: 142px;
}
.carousel.brandsCarousel .bc-inner article .centered .text, .carousel-new.brandsCarousel .bc-inner article .centered .text {
  margin: auto;
  padding: 2rem 0 4rem 0;
}
@media (min-width: 1366px) {
  .carousel.brandsCarousel .bc-inner article .centered .text, .carousel-new.brandsCarousel .bc-inner article .centered .text {
    padding: 4rem 0 5rem 0;
  }
}
.carousel.brandsCarousel .bc-inner article .centered .text p, .carousel-new.brandsCarousel .bc-inner article .centered .text p {
  font-size: 1.4rem;
  color: black;
}
@media (min-width: 1280px) {
  .carousel.brandsCarousel .bc-inner article .centered .text p, .carousel-new.brandsCarousel .bc-inner article .centered .text p {
    font: 20px/1.68 "Albert Sans", Helvetica, Arial, sans-serif;
  }
}
@media (max-height: 700px) {
  .carousel.brandsCarousel .bc-inner article .centered .text p, .carousel-new.brandsCarousel .bc-inner article .centered .text p {
    font-size: 1.4rem;
  }
}
.carousel.brandsCarousel .bc-inner article .centered .btn-primary, .carousel-new.brandsCarousel .bc-inner article .centered .btn-primary {
  margin-top: auto;
}
.carousel.brandsCarousel .bc-inner article:hover .centered, .carousel-new.brandsCarousel .bc-inner article:hover .centered {
  background: white;
  opacity: 1;
}
.carousel.brandsCarousel .bc-inner article:hover .centered .btn-primary, .carousel-new.brandsCarousel .bc-inner article:hover .centered .btn-primary {
  color: #0C1325;
}
.carousel.brandsCarousel .bc-inner .background, .carousel-new.brandsCarousel .bc-inner .background {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
  overflow: hidden;
}
.carousel.brandsCarousel .bc-inner .background img, .carousel-new.brandsCarousel .bc-inner .background img {
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .carousel li, .carousel-new li {
    flex: 0 0 66.6666666667%;
    scroll-snap-align: center;
  }
}
@media (max-width: 1022px) {
  .carousel, .carousel-new {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }
}
@media (min-width: 1023px) and (max-width: 1140px) {
  .carousel, .carousel-new {
    overflow-x: unset;
    overflow-y: unset;
  }
}

.carousel-nav {
  margin-left: auto;
  width: 11vw;
  justify-content: space-around;
  display: none;
  position: relative;
  z-index: 2;
}
.carousel-nav .left:disabled,
.carousel-nav .right:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.carousel-nav .left {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .carousel-nav {
    display: flex;
    margin-top: -5.6vw;
  }
}

.our-brands .our-brands-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.our-brands .our-brands-inner header h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.8rem !important;
  line-height: 1.21 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .our-brands .our-brands-inner header h2 {
    font-size: 6.4rem !important;
    line-height: 1.25 !important;
  }
}
@media (min-width: 1280px) {
  .our-brands .our-brands-inner header h2 {
    font-size: 8rem !important;
  }
}
.our-brands .our-brands-inner header h2 {
  text-transform: uppercase;
}

.brandsCarousel .brand-logo-hover img {
  filter: brightness(0);
}
.brandsCarousel .brand-logo img {
  filter: brightness(0) invert(1);
}
@media (min-width: 1024px) {
  .brandsCarousel .brand-logo img {
    max-height: 6rem;
    object-fit: contain;
  }
}

.swiper-with-top-nav {
  position: relative;
}
@media (max-width: 767px) {
  .swiper-with-top-nav .swiper-button-prev, .swiper-with-top-nav .swiper-button-next {
    display: none;
  }
}
@media (min-width: 768px) {
  .swiper-with-top-nav .swiper-button-prev, .swiper-with-top-nav .swiper-button-next {
    height: unset;
    width: unset;
  }
  .swiper-with-top-nav .swiper-button-prev.swiper-button-disabled, .swiper-with-top-nav .swiper-button-next.swiper-button-disabled {
    pointer-events: unset;
    cursor: text;
  }
  .swiper-with-top-nav .swiper-button-prev svg, .swiper-with-top-nav .swiper-button-next svg {
    display: none;
  }
  .swiper-with-top-nav .swiper-button-prev:before, .swiper-with-top-nav .swiper-button-next:before {
    content: "";
    width: 4.6rem;
    height: 4.6rem;
    background-size: 4.6rem 4.6rem !important;
    display: inline-block;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .swiper-with-top-nav .swiper-button-prev:before, .swiper-with-top-nav .swiper-button-next:before {
    width: 6.6rem;
    height: 6.6rem;
    background-size: 6.6rem 6.6rem !important;
  }
}
@media (min-width: 768px) {
  .swiper-with-top-nav .swiper-button-prev:hover:before, .swiper-with-top-nav .swiper-button-next:hover:before {
    opacity: 0.9;
    transition: all 300ms linear;
  }
  .swiper-with-top-nav .swiper-button-prev {
    left: unset !important;
    right: 6.6rem !important;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .swiper-with-top-nav .swiper-button-prev {
    right: 8.6rem !important;
  }
}
@media (min-width: 768px) {
  .swiper-with-top-nav .swiper-button-prev:before {
    background: url("../img/icons/carousel-arrow-left.svg") no-repeat center center;
    transform: rotate(180deg);
  }
  .swiper-with-top-nav .swiper-button-next {
    left: unset !important;
    right: 0 !important;
  }
  .swiper-with-top-nav .swiper-button-next:before {
    background: url("../img/icons/carousel-arrow-right.svg") no-repeat center center;
  }
}

.newsCarousel {
  margin-top: 3rem;
}

.swiper-top-nav {
  position: absolute;
  max-height: 66px;
  left: 0;
  right: 0;
}
.swiper-top-nav.news-nav {
  top: -5rem;
}
@media (min-width: 1024px) {
  .swiper-top-nav.news-nav {
    top: -7.3rem;
  }
}
.swiper-top-nav.brands-nav {
  top: -6rem;
}
@media (min-width: 1024px) {
  .swiper-top-nav.brands-nav {
    top: -8.3rem;
  }
}

@media (max-width: 1440px) {
  .our-brands, .latest-news {
    padding-right: 0 !important;
  }
  .swiper-top-nav {
    right: var(--gutters);
  }
}
.myaccordion > ol > li {
  border-bottom: 1px solid #BDC5D8;
  overflow: hidden;
  padding: var(--h3-m20-d40) 0;
}
.myaccordion > ol > li:nth-of-type(1) {
  border-top: 1px solid #BDC5D8;
  margin-top: var(--h3-m20-d40);
}
.myaccordion > ol > li h3 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .myaccordion > ol > li h3 {
    font-size: 3rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em !important;
  }
}
@media (min-width: 1280px) {
  .myaccordion > ol > li h3 {
    font-weight: 300;
    font-size: 4rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
}
.myaccordion > ol > li h3 {
  cursor: pointer;
  user-select: none;
  transition: background 0.3s;
  position: relative;
  color: #0C1325;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .myaccordion > ol > li h3 {
    padding-right: 4rem;
  }
}
.myaccordion > ol > li h3:after {
  content: "";
  background: url(../img/chevron.svg) no-repeat;
  display: inline-block;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  width: 14px;
  height: 8px;
  background-size: 14px 8px;
}
@media (min-width: 1024px) {
  .myaccordion > ol > li h3:after {
    width: 24px;
    height: 16px;
    background-size: 24px 16px;
  }
}
.myaccordion > ol > li.active h3:after {
  transform: rotate(-180deg);
}

.myaccordion li > div {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}

.myaccordion > ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.myaccordion > ol li ul {
  list-style-type: disc;
  padding: 0px 0px 0px 2rem;
}
.myaccordion > ol li ul li {
  margin-bottom: 1rem;
}

.myaccordion > ol > li ol[type=a] {
  list-style: none;
  counter-reset: list-alpha;
  margin-top: 4rem !important;
}
.myaccordion > ol > li ol[type=a] > li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 1280px) {
  .myaccordion > ol > li ol[type=a] > li {
    padding-left: 6rem;
  }
}
.myaccordion > ol > li ol[type=a] > li::before {
  counter-increment: list-alpha;
  content: counter(list-alpha, upper-alpha) ".";
  position: absolute;
  left: 0;
  top: 0;
  font: 100 var(--policy-h2)/1.1 "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  line-height: 0.5;
}
.myaccordion > ol > li ol {
  list-style: none;
  counter-reset: list-num;
  margin-top: 4rem !important;
}
.myaccordion > ol > li ol > li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 1280px) {
  .myaccordion > ol > li ol > li {
    padding-left: 6rem;
  }
}
.myaccordion > ol > li ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
  position: absolute;
  left: 0;
  top: 1rem;
  font: 100 var(--policy-h2)/1.1 "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  line-height: 0.5;
}
@media (min-width: 1280px) {
  .myaccordion > ol > li ol > li::before {
    top: 1.4rem;
  }
}

/* _article-card.scss start */
:root {
  --card-content-margin: 1.2rem;
  --card-h-size: 1.6rem;
}
@media (min-width: 1024px) {
  :root {
    --card-content-margin: 2.4rem;
    --card-h-size: 1.5vw;
  }
}

.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article-card > * {
  flex: 1;
}
.article-card:hover figure img:not(.category-jobs .article-card:hover figure img) {
  transform: scale(1.1);
  transition: transform 1.5s ease;
  transform-origin: center center;
}
.article-card figure {
  aspect-ratio: 269/209;
}
.article-card figure:not(.category-jobs .article-card figure) {
  overflow: hidden;
}
.article-card figure:not(.category-jobs .article-card figure) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
body.category-jobs .article-card figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.category-jobs .article-card figure img {
  width: 50%;
}
.article-card header {
  margin: var(--card-content-margin) 0 0 0;
  display: flex;
  flex-direction: column;
}
.article-card header time {
  display: block;
}
.article-card header h3 {
  margin-top: 0.5rem;
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .article-card header h3 {
    font-size: 2rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.025em !important;
  }
}
@media (min-width: 1280px) {
  .article-card header h3 {
    font-weight: 300;
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
}
.article-card header h3 {
  text-wrap: balance;
}
.article-card header .btn-primary {
  padding-top: var(--card-content-margin);
  margin-top: auto;
}
@media (min-width: 1024px) {
  .article-card figure {
    flex: 0 0 65%;
  }
}
@media (max-width: 1024px) {
  .article-card header .btn-primary {
    display: none;
  }
}
.article-card:hover .btn-primary a:after {
  margin-left: 2rem;
}

/* _article-card.scss end */
/* _article-list.scss start */
:root {
  --li-margin: 2rem;
  --h3-fs: 2rem;
  --h3-margin: 0.8rem;
}
@media (min-width: 1024px) {
  :root {
    --li-margin: 2.4rem;
    --h3-fs: 3.2rem;
    --h3-margin: 1.2rem;
  }
}

.category-header {
  text-align: center;
  padding: var(--section-padding) var(--gutters);
}
.category-header h1 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 1024px) {
  .category-header h1 {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .category-header h1 {
    font-size: 8rem !important;
    line-height: 1.15 !important;
  }
}
.category-header h1 {
  text-transform: uppercase;
}
.category-header p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .category-header p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .category-header p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .category-header p {
    font-size: 2rem !important;
  }
}
.category-header p {
  margin: var(--single-post-margin) auto 0 auto;
  max-width: 34ch;
}

.article-list {
  padding: 0 var(--gutters) var(--section-padding) var(--gutters);
}
.article-list li:nth-of-type(1) {
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .article-list li .btn-primary {
    display: block !important;
  }
}
.article-list li {
  margin-top: var(--li-margin);
  padding-top: var(--li-margin);
}
.article-list li article time + h2 {
  margin-top: var(--h3-margin);
}
.article-list li article h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 2rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .article-list li article h2 {
    font-size: 2.6rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
  }
}
@media (min-width: 1280px) {
  .article-list li article h2 {
    font-size: 3.2rem !important;
    line-height: 1.44 !important;
    letter-spacing: 0 !important;
  }
}
.article-list li article h2 {
  max-width: 28ch;
}
@media (min-width: 768px) {
  .article-list {
    width: 90%;
    margin: 0 auto;
  }
  .article-list li .grid > div {
    padding: 0 0;
  }
  .article-list li .grid > div header {
    margin-top: 0;
    height: 100%;
    margin-left: 2.4rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .article-list li .grid > div header {
    margin-left: 3.4rem;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .article-list li .grid > div header {
    margin-left: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .article-list {
    width: 100%;
    max-width: calc(110rem + var(--gutters));
    margin: 0 auto;
  }
}

.pagination {
  text-align: center;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .pagination {
    padding-bottom: 6rem;
  }
}
.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
  text-align: center;
  font: 1.4rem/1 "Albert Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .pagination ul {
    gap: 1rem;
  }
}
.pagination li {
  display: inline-block;
}
.pagination li a,
.pagination li span {
  display: inline-flex;
  background: transparent;
  color: #4478C1;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.7s, color 0.2s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  .pagination li a,
  .pagination li span {
    font-size: 1.8rem;
    width: 66px;
    height: 66px;
  }
}
.pagination li a.current,
.pagination li span.current {
  background: #D0E0F6;
}
.pagination li.active span,
.pagination li a:hover {
  background: #D0E0F6;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
  font-size: 0;
  position: relative;
  background: #4478C1;
}
.pagination .next.page-numbers:before, .pagination .prev.page-numbers:before {
  content: "";
  background: url("../img/icons/arrow_small.svg") no-repeat center center;
  width: 19px;
  height: 8px;
  background-size: 19px 8px;
  filter: brightness(0) invert(1);
}
@media (min-width: 1024px) {
  .pagination .next.page-numbers:before, .pagination .prev.page-numbers:before {
    background: url("../img/icons/arrow.svg") no-repeat center center;
    width: 29px;
    height: 8px;
    background-size: 29px 8px;
    filter: unset;
  }
}
.pagination .prev.page-numbers:before {
  transform: rotate(180deg);
}

/* _article-list.scss end */
/* _site-header.scss start */
:root {
  --header-padding: 3.2rem;
}

body {
  padding-top: var(--site-header-height);
  transition: padding-top 0.5s ease-in-out;
}
body:has(.site-header.has-dark-background) {
  background: #16254C;
}
@media (max-width: 1024px) {
  body:has(.site-header.has-dark-background) {
    padding-top: calc(var(--site-header-height) + 2rem);
  }
}
body:has(.site-header.has-dark-background) {
  background: #16254C;
}

@media (min-width: 1024px) {
  .site-header, .client-login {
    height: var(--site-header-height);
  }
  .site-header.sticky {
    height: 6rem;
  }
  .site-header.sticky .client-login {
    height: 6rem;
  }
}
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  transition: height 0.3s ease;
}
.admin-bar .site-header {
  top: var(--admin-bar-height);
}
.site-header.has-dark-background {
  background: #16254C;
}
@media (min-width: 1025px) {
  .site-header.has-dark-background {
    border-bottom: solid 1px #243F80;
  }
  .site-header.has-dark-background .site-nav ul li:has(ul) a:not(ul ul a)::after {
    border-top: 0.5rem solid white;
  }
  .site-header.has-dark-background .site-nav ul:hover li a {
    color: #919DBC;
  }
  .site-header.has-dark-background .site-nav ul:hover li:hover a:not(ul ul li a) {
    color: white;
  }
  .site-header.has-dark-background .site-nav ul:hover li:has(ul) ul li a {
    color: #919DBC;
  }
  .site-header.has-dark-background .site-nav ul:hover li:has(ul) ul li a:hover {
    color: white;
  }
  .site-header.has-dark-background .site-nav ul:hover li:hover:has(ul) a:after {
    border-top: solid 0.5rem white;
  }
  .site-header.has-dark-background .site-nav ul:hover li:hover:has(ul) a:hover:after {
    border-top: solid 0.5rem white;
  }
  .site-header.has-dark-background .site-nav ul ul {
    background: #16254C;
  }
  .site-header.has-dark-background .site-nav ul ul li a {
    color: #919DBC;
  }
  .site-header.has-dark-background .site-nav ul ul li a:hover {
    background: #243F80;
    color: white;
  }
}
.site-header .site-logo {
  transition: none !important;
  width: 18.7rem;
}
@media (min-width: 1024px) {
  .site-header .site-logo {
    width: 22rem;
  }
}
@media (min-width: 1180px) {
  .site-header .site-logo {
    width: 26.7rem;
  }
}
.site-header .site-logo h1 {
  height: 100%;
}
.site-header .site-logo img {
  transition: none !important;
  height: 100%;
}
.site-header.sticky .site-logo a,
.site-header.sticky .site-nav ul li a {
  padding-top: calc(0.65 * var(--header-padding));
  padding-bottom: calc(0.65 * var(--header-padding));
}
.site-header.sticky .client-login {
  padding-top: calc(0.65 * var(--header-padding) + 0.4rem);
  padding-bottom: calc(0.65 * var(--header-padding) + 0.4rem);
}
.site-header.sticky .site-nav ul li:hover ul {
  top: 6rem;
}
body.home .site-header .site-logo h1 img {
  width: auto;
}
body.home .site-header.sticky h1 {
  display: flex;
}
.site-header .site-nav ul li {
  position: relative;
}
.site-header .site-nav ul li button,
.site-header .site-nav ul li .dropdown-menu-toggle,
.site-header .site-nav ul li .ast-icon {
  display: none;
}
.site-header .site-nav ul li ul {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.site-header .site-nav ul li a {
  padding: var(--header-padding) 0;
}
.site-header .client-login {
  padding-left: calc(1.5 * var(--header-padding));
  padding-right: calc(1.5 * var(--header-padding));
  transition: all 0.3s ease;
  background: #4478C1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .client-login:hover {
  background: #243F80;
}
@media (min-width: 1025px) {
  .site-header {
    padding-left: var(--header-padding);
  }
  .site-header .site-nav {
    margin: 0 auto;
  }
  .site-header .site-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .site-header .site-nav ul li:not(li li) {
    padding: 0 var(--header-padding);
  }
  .site-header .site-nav ul li a {
    border-bottom: solid 0.4rem transparent;
    transition: all 0.3s ease;
    display: block;
  }
  .site-header .site-nav ul li:has(a[href*=brands]) a:not(li li a) {
    cursor: default;
  }
  .site-header .site-nav ul li:has(ul) a {
    position: relative;
    padding-right: 2rem;
  }
  .site-header .site-nav ul li:has(ul) a:not(ul ul a)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-top: 0.5rem solid white;
  }
  .site-header .site-nav ul li ul {
    width: 28rem;
    height: auto;
    display: block;
    top: 5rem;
    left: 0;
    position: absolute;
    max-width: none;
    background: white;
    transition: none;
  }
  .site-header .site-nav ul li ul li a {
    display: block;
    padding: 1.4rem;
    border: none;
    color: #919DBC;
  }
  .site-header .site-nav ul li ul li:hover a {
    border: none;
    background: #FBF9F5;
    color: #243F80;
  }
  .site-header .site-nav ul li:hover ul {
    top: 8rem;
    left: var(--header-padding);
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 99999;
  }
  .site-header .site-nav ul:hover li:hover a {
    color: #0C1325;
  }
  .site-header .site-nav ul:hover li:hover:not(:has(ul), ul ul li) a {
    border-bottom: solid 0.4rem #16254C;
  }
  .site-header .site-nav ul:hover li a:not(ul ul li a) {
    color: #919DBC;
  }
  .site-header .site-nav ul:hover li a:not(ul ul li a):hover:not(.has-dark-background a:hover) {
    color: #16254C;
  }
  .site-header .site-nav ul:hover li:has(ul) a:not(ul ul a)::after {
    border-top: 0.5rem solid #FBF9F5;
  }
  .site-header .site-nav ul:hover li:hover a:not(ul ul a)::after {
    border-top: 0.5rem solid #16254C;
  }
  .site-header .menu-toggle {
    display: none;
  }
  .site-header .client-login {
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .site-header {
    padding-left: 1.3rem !important;
  }
  .site-header .site-nav {
    position: fixed;
    left: 100%;
    right: -100%;
    bottom: 0;
    padding: 1rem;
    z-index: 999;
    background-color: #0C1325;
  }
  .site-header .site-nav:not(.admin-bar .site-header .site-nav) {
    top: 0;
  }
  .site-header .site-nav:after {
    filter: invert(1);
    -webkit-filter: invert(1);
    content: "";
    background: url("../img/symbol.png") no-repeat;
    background-size: cover;
    width: 74%;
    position: absolute;
    bottom: 0;
    left: -4%;
    top: 52%;
    opacity: 0;
    transition: opacity 3s ease;
    z-index: -9;
  }
  body.menu-open .site-header .site-nav {
    left: 0;
    right: 0;
  }
  body.menu-open .site-header .site-nav:after {
    opacity: 0.1;
  }
  .admin-bar .site-header .site-nav {
    top: 46px;
  }
  .site-header .site-nav ul {
    font: 100 4.8rem/1 "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
  }
  .site-header .site-nav ul:not(ul ul) {
    padding-top: 14rem;
  }
  .site-header .site-nav ul li a {
    color: white;
    display: block;
    padding: 1.2rem 0;
  }
  .site-header .site-nav ul li:has(ul) {
    position: relative;
  }
  .site-header .site-nav ul li:has(ul)::after {
    content: "";
    position: absolute;
    top: 2.5rem;
    right: 1rem;
    width: 1.7rem;
    height: 1.2rem;
    background: url("../img/icons/mobile_menu_arrow.svg") no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
    z-index: -9;
    transition: all 0.5s ease;
  }
  .site-header .site-nav ul li:has(ul) ul {
    max-height: 0;
    font-size: 2.6rem;
    text-transform: none;
    transition: max-height 1s ease;
  }
  .site-header .site-nav ul li:has(ul) ul li {
    position: relative;
    left: -1rem;
    opacity: 0;
  }
  .site-header .site-nav ul li:has(ul) ul li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .site-header .site-nav ul li:has(ul) ul li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .site-header .site-nav ul li:has(ul) ul li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .site-header .site-nav ul li:has(ul) ul li:nth-child(4) {
    transition-delay: 0.8s;
  }
  .site-header .site-nav ul li:has(ul) ul li:nth-child(5) {
    transition-delay: 1s;
  }
  .site-header .site-nav ul li:has(ul) ul li:nth-child(6) {
    transition-delay: 1.2s;
  }
  .site-header .site-nav ul li.active:after {
    transform: rotate(0deg);
  }
  .site-header .site-nav ul li.active ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: 80rem;
  }
  .site-header .site-nav ul li.active ul li {
    opacity: 1;
    left: 0;
    transition: all 0.5s ease;
  }
  .site-header .client-login {
    height: 6.26rem;
    position: fixed;
    bottom: -5rem;
    opacity: 0;
    z-index: -9;
  }
  body.menu-open .site-header .client-login {
    opacity: 1;
    bottom: var(--gutters);
    left: var(--gutters);
    right: var(--gutters);
    z-index: 9999;
    background: #D0E0F6;
    color: #0C1325;
    text-align: center;
  }
  body.menu-open .site-header .close-modal {
    background: none;
    top: 0;
    right: 0;
  }
  body.menu-open .site-header .close-modal:before {
    display: none;
  }
  body.menu-open .site-header .close-modal:after {
    filter: none;
  }
}
@media (max-width: 500px) {
  .site-header .site-logo {
    text-align: left;
  }
  .site-header .site-logo h1 {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-height: 800px) and (max-width: 1024px) {
  .site-header .site-nav ul:not(ul ul) {
    padding-top: 10rem;
  }
}

@media (min-width: 1025px) and (max-width: 1365px) {
  .site-header .site-nav ul li:not(li li) {
    padding: 0 10px;
  }
  body.home .site-header .site-logo h1 img {
    width: 180px;
  }
}
.site-header .site-logo img {
  width: auto !important;
}
@media (min-width: 1025px) {
  .site-header .site-nav ul li .sub-menu li a {
    padding: 14px 10px !important;
  }
}
.site-header .site-nav ul li .sub-menu li a .ast-icon {
  display: none;
}
.site-header .site-nav ul li .sub-menu li a:after {
  content: none;
}

.site-header:not(.site-header.has-dark-background) .site-nav ul li:has(ul) a:not(ul ul a)::after {
  border-top: 0.5rem solid #0C1325;
}

/* _site-header.scss end */
/* _main.scss start */
/* _main.scss end */
/* _section.scss start */
:root {
  --section-content-margins: 1.6rem;
  --h2-size: 2.6rem;
  --intro-text-size: 2.6rem;
  --intro-padding: 5rem;
  --quote-text-size: 2.6rem;
  --header-p-size: 1.4rem;
  --testimonial-size: 2rem;
  --testimonial-padding: 2rem;
  --section-min-height: 66vh;
  --lower-case-heading-padding-top: 4rem;
}
@media (min-width: 768px) {
  :root {
    --quote-text-size: 4rem;
    --header-p-size: 1.3vw;
  }
}
@media (min-width: 1024px) {
  :root {
    --section-content-margins: 2.8rem;
    --h2-size: 4.4rem;
    --intro-text-size: 3rem;
    --intro-text-size: 2.1vw;
    --intro-padding: 14rem;
    --quote-text-size: 4vw;
    --testimonial-size: 3.3rem;
    --testimonial-padding: 5rem;
    --section-min-height: 80vh;
    --lower-case-heading-padding-top: 6.2rem;
  }
}
@media (min-width: 1280px) and (min-height: 850px) {
  :root {
    --section-content-margins: 3vh;
    --h2-size: 5.8rem;
    --intro-padding: 18rem;
    --quote-text-size: 6.2rem;
    --header-p-size: 1.2vw;
    --testimonial-size: 4.6rem;
    --testimonial-padding: 9rem;
  }
}
@media (min-width: 1920px) {
  :root {
    --header-p-size: 1.2vw;
  }
}
@media (max-height: 960px) and (max-width: 768px) {
  :root {
    --header-p-size: 1.6rem;
  }
}
@media (min-height: 850px) and (max-height: 950px) and (max-width: 768px) {
  :root {
    --header-p-size: 1.7vh;
  }
}
@media (max-height: 900px) and (max-width: 768px) {
  :root {
    --header-p-size: 1.4rem;
  }
}
@media (min-height: 550px) and (max-height: 850px) and (max-width: 768px) {
  :root {
    --intro-padding: 5rem;
    --intro-text-size: 2.4rem;
    --quote-text-size: 2.6rem;
  }
}
@media (min-width: 800px) and (min-height: 1100px) and (max-width: 1279px) {
  :root {
    --section-min-height: 60vh;
    --header-p-size: 1.8vw;
  }
}

section {
  overflow: hidden;
  position: relative;
}
section:not(.hero, :has(form), .simple-paragraphs) h2:not(.jobs h2), section:not(.hero, :has(form), .simple-paragraphs) h3:not(.key-information h3, .jobs h3), section:not(.hero, :has(form), .simple-paragraphs) p:not(.jobs p, .brand-stats p, .brand-overview p) {
  position: relative;
  top: 0;
  transition: top 0.5s ease;
}
section:not(.hero, :has(form), .simple-paragraphs) p:not(.intro p, .quote p, .hero-split p) {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  section:not(.hero, :has(form), .simple-paragraphs) p:not(.intro p, .quote p, .hero-split p) {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  section:not(.hero, :has(form), .simple-paragraphs) p:not(.intro p, .quote p, .hero-split p) {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  section:not(.hero, :has(form), .simple-paragraphs) p:not(.intro p, .quote p, .hero-split p) {
    font-size: 2rem !important;
  }
}
section:not(.hero, :has(form), .simple-paragraphs) p:not(.intro p, .quote p, .hero-split p):not(.has-dark-background p) {
  color: #0C1325;
}
section:not(.hero, :has(form), .simple-paragraphs).animate h2:not(.jobs h2), section:not(.hero, :has(form), .simple-paragraphs).animate h3:not(.key-information h3, .jobs h3), section:not(.hero, :has(form), .simple-paragraphs).animate p:not(.jobs p, .brand-stats p, .brand-overview p) {
  top: 0;
  opacity: 1;
}
section:not(.intro, .quote, .brand-overview, .why-join-us, :has(header), .hero, .latest-news) {
  padding-top: var(--section-padding);
}
section:not(:has(.ascend-media), .scrolling-images, .simple-paragraphs, .hero-split, .latest-news) {
  padding-bottom: var(--section-padding);
}
section:not(:first-child) {
  margin-top: var(--section-margin-top);
}
section.latest-news {
  padding-top: 2.4rem;
  padding-bottom: 3.4rem;
}
@media (min-width: 768px) {
  section.latest-news {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }
}
section.intro, section.quote {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
}
section.intro .grid, section.quote .grid {
  align-items: center;
}
section.related-posts {
  margin-top: calc(2 * var(--single-post-margin));
}
section.related-posts header:not(article header) {
  padding-top: var(--lower-case-heading-padding-top);
}
section header h2:not(.contact-form header h2, .simple-paragraphs h2, .our-brands-inner header h2) {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  section header h2:not(.contact-form header h2, .simple-paragraphs h2, .our-brands-inner header h2) {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  section header h2:not(.contact-form header h2, .simple-paragraphs h2, .our-brands-inner header h2) {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
section header p {
  font: 400 var(--header-p-size)/1.7 "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
section header:not(article header, .latest-news header, .our-brands header) {
  padding-top: var(--section-padding);
}
section.our-brands header {
  padding-top: 2.5rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  section.our-brands header {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  section.our-brands header {
    padding-top: 4.4rem;
  }
}
section.our-brands {
  padding-bottom: 1.6rem;
}
@media (min-width: 768px) {
  section.our-brands {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  section.our-brands {
    padding-bottom: 5.9rem;
  }
}
section p:not(.brand-stats p, .testimonial p),
section button:not(.form-submit button),
section ul {
  margin: var(--section-content-margins) 0 0 0;
}
section .text > *:not(:first-child) {
  margin: var(--section-content-margins) 0 0 0;
}
section .text h1, section .text h2 {
  font: 100 var(--text-heading-size)/1.35 "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
}
@media (min-width: 1280px) {
  section.hero .slider, section.hero .slide, section.hero .grid {
    height: calc(100vh - var(--site-header-height));
  }
  body.admin-bar section.hero .slider, body.admin-bar section.hero .slide, body.admin-bar section.hero .grid {
    height: calc(100vh - var(--site-header-height-logged-in));
  }
  section.hero .slider, section.hero .slide, section.hero .grid {
    min-height: 60rem;
  }
}
section.hero .slide {
  transition: all 0.4s ease;
  transition-delay: 1s;
}
section.hero .slide .text p {
  font: 400 var(--header-p-size)/1.7 "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
section.hero .slide.transition-complete:after {
  left: 100%;
}
section.hero .slider-nav {
  top: 46%;
}
@media (min-width: 1024px) {
  section.hero {
    position: relative;
    top: 0;
    overflow: hidden;
  }
  section.hero .slide {
    height: calc(100vh - var(--site-header-height));
  }
  section.hero .slide .grid {
    height: calc(100vh - var(--site-header-height));
  }
  section.hero .slide .grid .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-bottom: 8vw;
  }
  section.hero .slide .grid figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 56%;
    width: calc(44% + var(--gutters));
  }
  section.hero .slide .grid figure img {
    height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    object-fit: cover;
    object-position: center;
  }
  section.hero .slider-nav {
    top: auto;
    bottom: 23%;
    left: 8.333333%;
  }
}
@media (max-width: 1023px) {
  section.hero .slide {
    height: calc(100vh - var(--site-header-height));
  }
  body.admin-bar section.hero .slide {
    height: calc(100vh - var(--site-header-height-logged-in));
  }
  section.hero .slide .grid {
    padding-top: 3.2rem;
  }
  section.hero .slide .grid .text {
    padding-left: var(--gutters);
    padding-right: var(--gutters);
  }
  section.hero .slide .grid figure {
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  section.hero .slide .grid figure > img {
    height: 100%;
    width: auto;
    max-width: none;
    min-width: 100%;
    object-fit: cover;
  }
  section.hero .slide .grid figure {
    height: 46vh;
    position: absolute;
    bottom: 0;
    top: auto;
  }
  section.hero .slide .slider-nav {
    left: var(--gutters);
  }
}
@media (max-width: 1024px) and (min-height: 1024px) {
  section.hero .slider .slide .grid .text {
    padding-top: 6rem;
  }
}
@media (min-width: 1440px) {
  section.hero .slider-nav {
    bottom: 27%;
  }
}
@media (max-height: 700px) and (max-width: 768px) {
  section.hero .slide .grid figure {
    height: 36vh;
  }
  section.hero .slider-nav {
    top: 53%;
  }
}
section .ascend-media-text {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  right: 0;
  z-index: 9;
  height: 8.5vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 1366px) {
  section .ascend-media-text {
    left: 2%;
  }
}
section .ascend-media-text img {
  width: auto;
}
section .ascend-media-text img.amtext2 {
  margin-left: 24px;
}
@media (min-width: 1366px) {
  section .ascend-media-text img.amtext2 {
    margin-left: 50px;
  }
}
section .ascend-media-text.animate > img {
  opacity: 1;
}
@media (max-width: 767px) {
  section .ascend-media-text {
    width: 200%;
    max-width: none;
    right: -100%;
    height: 18vw;
    bottom: 0rem;
    justify-content: start;
    padding-left: var(--gutters);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .ascend-media-text {
    width: 150%;
    max-width: none;
    right: -100%;
    height: 10vw;
    bottom: 0rem;
    justify-content: start;
    padding-left: var(--gutters);
  }
}
section.brand-overview, section.why-join-us, section.simple-paragraphs {
  padding-top: var(--intro-padding);
}
section.brand-overview:not(.why-join-us), section.why-join-us:not(.why-join-us), section.simple-paragraphs:not(.why-join-us) {
  padding-bottom: var(--intro-padding);
}
section.intro {
  padding-top: 6.2rem;
  padding-bottom: 6.2rem;
}
@media (min-width: 1024px) {
  section.intro {
    padding-top: 8.2rem;
    padding-bottom: 8.2rem;
  }
}
@media (min-width: 1280px) {
  section.intro {
    padding-top: 13.3rem;
    padding-bottom: 14.1rem;
  }
}
section.quote {
  padding-top: 4.5rem;
  padding-bottom: 6.7rem;
}
@media (min-width: 768px) {
  section.quote {
    padding-top: 6.8rem;
    padding-bottom: 10.9rem;
  }
}
@media (min-width: 1280px) {
  section.quote {
    padding-top: 8.8rem;
    padding-bottom: 13.9rem;
  }
}
section.intro {
  background: white;
}
section.intro .action-text {
  color: #4478C1;
}
section.intro p {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  section.intro p {
    font-size: 3rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em !important;
  }
}
@media (min-width: 1280px) {
  section.intro p {
    font-size: 4rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
}
@media (min-width: 768px) {
  section.intro .text {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  section.intro .text {
    width: 58%;
  }
}
@media (min-width: 1280px) {
  section.intro .text {
    width: 54%;
  }
}
@media (min-width: 1440px) {
  section.intro .text {
    width: 50%;
  }
}
section:not(section.related-posts):has(article) > header h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: 0.02px;
  font-weight: 100;
}
@media (min-width: 1280px) {
  section:not(section.related-posts):has(article) > header h2 {
    font-size: 6rem;
  }
}
@media (min-width: 1440px) {
  section:not(section.related-posts):has(article) > header h2 {
    font-size: 8rem;
  }
}
section.quote p, section.testimonial p {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
}
section.quote {
  text-align: center;
  background: #16254C;
}
section.quote .action-text:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #4478C1;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
}
@media (min-width: 1024px) {
  section.quote .action-text:before {
    width: 7.96px;
    height: 7.96px;
  }
}
section.quote .action-text:before.active {
  background-color: #16254C;
}
.has-dark-background section.quote .action-text:before {
  border: 1px solid #D0E0F6;
  background: #D0E0F6;
}
.has-dark-background section.quote .action-text:before.active {
  border: solid 1px #4478C1;
  background: #4478C1;
}
section.quote .action-text:before {
  border: 1px solid #4478C1;
  background: #4478C1;
  margin: 0 auto calc(2 * var(--section-content-margins)) auto;
}
section.quote blockquote {
  max-width: 1130px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1920px) {
  section.quote blockquote {
    max-width: 1280px;
  }
}
section.quote blockquote p {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-style: italic;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.01em !important;
}
@media (min-width: 768px) {
  section.quote blockquote p {
    font-size: 4rem !important;
    line-height: 1.4 !important;
  }
}
@media (min-width: 1280px) {
  section.quote blockquote p {
    font-size: 6.2rem !important;
    line-height: 1.24 !important;
  }
}
section.quote blockquote p {
  text-wrap: balance;
}
section.testimonial {
  background: #16254C;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  section.testimonial {
    padding: 6rem 0;
  }
}
@media (min-width: 1440px) {
  section.testimonial {
    padding: 12rem 0 9.9rem;
  }
}
section.testimonial .grid--col {
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
section.testimonial .grid--col > img {
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  object-fit: cover;
}
section.testimonial .grid--col {
  background: black;
}
section.testimonial .grid--col img {
  opacity: 0.2;
  position: absolute;
  inset: 0;
}
section.testimonial .grid--col blockquote {
  padding: var(--testimonial-padding);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  section.testimonial .grid--col blockquote {
    max-width: 90%;
  }
}
@media (min-width: 1920px) {
  section.testimonial .grid--col blockquote {
    max-width: 80%;
    padding: var(--testimonial-padding);
  }
}
section.testimonial .grid--col blockquote * {
  color: white;
}
section.testimonial .grid--col blockquote p {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-style: italic;
  font-size: 2rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  section.testimonial .grid--col blockquote p {
    font-size: 3.2rem !important;
    line-height: 1.5 !important;
  }
}
@media (min-width: 1280px) {
  section.testimonial .grid--col blockquote p {
    font-size: 4.6rem !important;
    line-height: 1.35 !important;
  }
}
section.testimonial .grid--col blockquote cite {
  display: block;
  margin-top: 2rem;
}
section.testimonial .grid--col blockquote cite span {
  display: block;
  font: 700 13px/1.5 "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.16em;
}
@media (min-width: 1280px) {
  section.testimonial .grid--col blockquote cite span {
    font-size: 15px;
  }
}
section.testimonial .grid--col blockquote cite span + span {
  margin-top: 1.2rem;
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 1280px) {
  section.testimonial .grid--col blockquote cite span + span {
    font-size: 1.5rem !important;
  }
}
section.testimonial:hover img {
  opacity: 0.2;
}
section.contact-form h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  section.contact-form h2 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  section.contact-form h2 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
section.contact-form form {
  padding: calc(var(--section-padding) / 2) 0 0 0;
}
section.scrolling-images {
  position: relative;
}
section.scrolling-images .images {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
section.scrolling-images .images picture {
  width: 60%;
  flex: 0 0 60%;
  margin-right: 1rem;
  aspect-ratio: 3/4;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
section.scrolling-images .images picture > img {
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  section.scrolling-images {
    padding-bottom: 30rem;
  }
  section.scrolling-images .images {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 80%;
    margin-top: 10%;
  }
  section.scrolling-images .images picture {
    margin-right: 2rem;
  }
}
@media (min-width: 1280px) {
  section.scrolling-images {
    padding-bottom: 35rem;
  }
}
@media (min-width: 1440px) {
  section.scrolling-images {
    padding-bottom: 50rem;
  }
}
@media (min-width: 1920px) {
  section.scrolling-images {
    padding-bottom: 65rem;
  }
}
@media (max-width: 1024px) {
  section.scrolling-images .grid {
    flex-direction: column;
  }
  section.scrolling-images .grid .tablet-7 {
    margin-top: auto;
  }
  section.scrolling-images .images {
    margin-top: var(--section-padding);
  }
}
section.why-join-us {
  background: #243F80;
}

section:not(section.related-posts):has(article) > header h2 {
  text-transform: none !important;
}

/* _section.scss end */
/* _footer.scss footer */
:root {
  --padding: 4rem;
  --small-text-padding: 1rem;
}

.site-footer {
  border-top: solid 1px #4478C1;
  position: relative;
}
@media (max-width: 767px) {
  .site-footer {
    padding: var(--padding) 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .site-footer {
    padding: var(--padding);
  }
}
.site-footer .ascend-media-logo-icon {
  filter: invert(1);
  width: 6.3rem;
  margin: 0 auto;
}
.site-footer .grid:not(.small-text .grid) {
  padding: var(--padding) 0;
}
.site-footer * {
  color: #BDC5D8;
}
@media (min-width: 1024px) {
  .site-footer * {
    color: #A2A2A2;
  }
}
.site-footer a:not(.small-text a) {
  color: white;
  display: block;
  padding: 0.7rem 0;
}
.site-footer .logo {
  display: flex;
  height: 100%;
  align-items: center;
}
.site-footer .logo img {
  max-width: 43rem;
}
.site-footer h3 {
  text-transform: uppercase;
  font: 100 1.5rem/1.7 ivypresto-headline, Georgia, Times, Times New Roman, serif;
  letter-spacing: 0.2rem;
}
.site-footer .postal-address, .site-footer .postal-address p {
  font: 100 1.5rem/1.93 ivypresto-headline, Georgia, Times, Times New Roman, serif;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .site-footer .postal-address, .site-footer .postal-address p {
    font: 100 1.7rem/1.7 ivypresto-headline, Georgia, Times, Times New Roman, serif;
  }
}
.site-footer .small-text {
  font: 100 1.2rem/1.4 ivypresto-headline, Georgia, Times, Times New Roman, serif;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .site-footer .small-text {
    font: 100 1.5rem/1.4 ivypresto-headline, Georgia, Times, Times New Roman, serif;
  }
}
@media (max-width: 767px) {
  .site-footer .pt-sm-0 {
    padding-top: 0 !important;
  }
  .site-footer .logo {
    max-width: 32.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .postal-address p span {
    display: block;
  }
  .site-footer .postal-address p span.comma {
    display: none;
  }
  .site-footer .terms, .site-footer .privacy {
    text-transform: uppercase;
  }
  .site-footer .terms a, .site-footer .privacy a {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1023px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .logo {
    justify-content: center;
  }
  .site-footer .footer-navs {
    margin-top: var(--padding);
    border-top: solid 1px #373C44;
    border-bottom: solid 1px #373C44;
  }
  .site-footer .footer-navs nav {
    overflow: hidden;
  }
  .site-footer .footer-navs nav h3 {
    padding: 2.4rem;
    border-top: solid 1px #373C44;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
  }
  .site-footer .footer-navs nav h3:after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url("../img/icons/arrow_small.svg") no-repeat center center;
    background-size: contain;
    margin-left: 1rem;
    transition: all 0.3s ease;
  }
  .site-footer .footer-navs nav h3:hover:after {
    margin-left: 2rem;
  }
  .site-footer .footer-navs nav h3 {
    justify-content: center;
    cursor: pointer;
  }
  .site-footer .footer-navs nav h3:after {
    background-image: url("../img/icons/accordion_arrow.svg");
    transition: all 0.5s ease-in-out;
  }
  .site-footer .footer-navs nav h3:has(+ .active):after {
    transform: rotate(180deg);
  }
  .site-footer .footer-navs nav ul {
    transition: all 0.5s ease-in-out;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .site-footer .footer-navs nav ul li {
    opacity: 1;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin-bottom: 1.6rem;
    line-height: unset;
  }
  .site-footer .footer-navs nav ul li a {
    font-size: 11px;
    padding: 0;
    letter-spacing: 0.2em;
  }
  .site-footer .footer-navs nav .active ul li {
    opacity: 1;
    transform: translateY(0);
  }
  .site-footer .footer-navs nav .active ul li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .site-footer .footer-navs nav .active ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .site-footer .footer-navs nav .active ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .site-footer .footer-navs nav .active ul li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .site-footer .footer-navs nav .active ul li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .site-footer h3 {
    color: white;
  }
  .site-footer .postal-address {
    margin: 2rem auto 0 auto;
    padding: 0 2rem;
  }
  .site-footer .postal-address p {
    margin-top: 1.2rem;
  }
  .site-footer .small-text-mobile .terms {
    text-align: right;
    border-right: solid 1px #BDC5D8;
    padding-right: 1rem;
  }
  .site-footer .small-text-mobile .privacy {
    text-align: left;
    padding-left: 1rem;
  }
  .site-footer .copyright {
    padding-top: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .site-footer .footer-navs {
    display: flex;
  }
  .site-footer .footer-navs nav ul {
    margin-top: 1.8rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .site-footer .footer-navs nav ul li {
    margin-right: 7.4rem;
  }
  .site-footer .footer-navs nav ul li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .site-footer .postal-address {
    margin-top: 3rem;
  }
  .site-footer .small-text {
    border-top: solid 1px #2C3031;
  }
  .site-footer .small-text a, .site-footer .small-text p {
    display: block;
    line-height: 193%;
    padding: var(--small-text-padding) 0;
  }
  .site-footer .small-text .terms {
    padding-left: 3.5rem;
  }
  .site-footer .small-text .copyright {
    text-align: right;
  }
}

#ast-scroll-top {
  display: none !important;
}

/* _footer.scss end */
/* _simple-paragraphs.scss start */
:root {
  --p-fs: 1.6rem;
  --heading-margin: 4rem;
}
@media (min-width: 1024px) {
  :root {
    --p-fs: 1.9rem;
    --heading-margin: 4rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --heading-margin: 6vh;
    --p-fs: 1.3vw;
  }
}

.simple-paragraphs {
  position: relative;
}
.simple-paragraphs:after {
  content: "";
  background: url("/wp-content/themes/astra-child/assets/img/symbol_ivory.svg") no-repeat center;
  background-size: contain;
  width: 29%;
  height: 61%;
  left: 0;
  bottom: -10%;
  position: absolute;
}
.simple-paragraphs .subsection {
  margin-top: 3.2rem;
}
@media (min-width: 1280px) {
  .simple-paragraphs .subsection {
    margin-top: 5.9rem;
  }
}
.simple-paragraphs .subsection p {
  margin-top: 1.2rem !important;
}
.simple-paragraphs h2, .simple-paragraphs h3, .simple-paragraphs p {
  position: relative;
  z-index: 9;
}
.simple-paragraphs h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 1024px) {
  .simple-paragraphs h2 {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .simple-paragraphs h2 {
    font-size: 8rem !important;
    line-height: 1.15 !important;
  }
}
.simple-paragraphs h3 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .simple-paragraphs h3 {
    font-size: 3rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em !important;
  }
}
@media (min-width: 1280px) {
  .simple-paragraphs h3 {
    font-weight: 300;
    font-size: 4rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
}
.simple-paragraphs p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .simple-paragraphs p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .simple-paragraphs p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .simple-paragraphs p {
    font-size: 2rem !important;
  }
}
@media (max-width: 1024px) {
  .simple-paragraphs {
    padding-bottom: 15rem;
  }
  .simple-paragraphs:after {
    width: 53%;
    height: 55%;
  }
}
@media (min-width: 1024px) {
  .simple-paragraphs {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .simple-paragraphs .subsection:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .simple-paragraphs {
    padding-bottom: 20rem;
  }
}

.simple-paragraphs .section-container {
  position: relative;
  z-index: 9;
}

/* _simple-paragraphs.scss end */
/* _jobs.scss start */
:root {
  --job-padding: 2rem;
}
@media (min-width: 1024px) {
  :root {
    --job-padding: 4rem;
  }
}

.careers--page h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .careers--page h2 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .careers--page h2 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
.careers--page #careers-overview h2 {
  max-width: 12ch;
}
@media (min-width: 768px) {
  .careers--page #careers-overview.simple-paragraphs .subsection:nth-of-type(1) {
    margin-top: 0 !important;
  }
}
.careers--page .simple-paragraphs h2, .careers--page .opportunities h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 1024px) {
  .careers--page .simple-paragraphs h2, .careers--page .opportunities h2 {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .careers--page .simple-paragraphs h2, .careers--page .opportunities h2 {
    font-size: 8rem !important;
    line-height: 1.15 !important;
  }
}

.careersCarousel {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .careersCarousel {
    margin-top: unset;
  }
}
.careersCarousel .swiper-slide img {
  aspect-ratio: 3/4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.opportunities {
  background-color: #FBF9F5;
  text-align: center;
}
.opportunities .jobs li {
  margin-top: 2rem;
}
.opportunities .jobs li article {
  text-align: left;
  background-color: #ffffff;
  padding: var(--job-padding);
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .opportunities .jobs li article figure {
    margin-top: 2rem;
  }
}
.opportunities .jobs li article h3 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .opportunities .jobs li article h3 {
    font-size: 3rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em !important;
  }
}
@media (min-width: 1280px) {
  .opportunities .jobs li article h3 {
    font-weight: 300;
    font-size: 4rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
}
.opportunities .jobs li article h3 {
  margin: 1rem 0 0;
}
.opportunities .jobs li article ul {
  margin-top: 2.4rem;
}
.opportunities .jobs li article ul li {
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .opportunities .jobs {
    width: 900px;
    margin: 0 auto;
  }
  .opportunities .jobs li article {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .opportunities .jobs li article .text {
    width: 100%;
    padding-right: 15%;
  }
  .opportunities .jobs li article figure {
    width: unset;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .opportunities .jobs li article figure {
    bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .opportunities .jobs li article figure img {
    max-width: 15.5rem;
    max-height: 6rem;
  }
}
@media (max-width: 1024px) {
  .opportunities .jobs li article figure {
    width: 8.5rem;
  }
  .opportunities .jobs li article .text {
    margin-top: 2rem;
  }
}
@media (min-width: 1280px) {
  .opportunities .jobs {
    margin-top: 4rem;
  }
}

section.why-join-us {
  background: #0c1325;
}
section.why-join-us h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 1024px) {
  section.why-join-us h2 {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  section.why-join-us h2 {
    font-size: 8rem !important;
    line-height: 1.15 !important;
  }
}

/* _forms.scss start */
/* _home.scss start */
.home, .entry-header:has(.gallery) .tablet-5, .site-header.has-dark-background {
  background: #16254C;
}

/* _home.scss end */
h1 div[aria-hidden=true], h2 div[aria-hidden=true] {
  overflow: unset !important;
}

@media (min-width: 1280px) {
  .entry-header.entry-header:has(.has-dark-background) p, .home-hero p, .about.hero-center p, .advertise.hero-split p {
    font-weight: 300 !important;
  }
}

.home-quote blockquote div[aria-hidden=true] p {
  margin: 0 !important;
}

.section-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.hslide {
  background: #16254C;
}
.hslide .htext {
  color: #fff;
}
@media (max-width: 767px) {
  .hslide .htext {
    padding: var(--gutters);
  }
}
@media (min-width: 768px) {
  .hslide .htext {
    margin-top: 15%;
    margin-bottom: 3rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .hslide .htext {
    margin-bottom: unset;
    max-width: 70%;
  }
}
@media (min-width: 1920px) {
  .hslide .htext {
    max-width: 50%;
  }
}
.hslide .htext h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .hslide .htext h2 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .hslide .htext h2 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
.hslide .htext h2 {
  max-width: 16ch;
}
.hslide .htext p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .hslide .htext p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .hslide .htext p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .hslide .htext p {
    font-size: 2rem !important;
  }
}
.hslide .homeHeroCarousel {
  height: 100%;
}
@media (max-width: 767px) {
  .hslide .homeHeroCarousel {
    margin-top: 6rem;
  }
}
.hslide .homeHeroCarousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.9);
  transition: transform 2s ease, opacity 2s ease !important;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .hslide .homeHeroCarousel .swiper-slide img {
    aspect-ratio: 3/4;
  }
}
.hslide .homeHeroCarousel .swiper-slide-active img {
  transform: scale(1);
  opacity: 1;
}
.hslide .homeHeroCarousel .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.6;
}

.home-intro {
  position: relative;
  z-index: 99;
  color: #0C1325;
}

.heroContainer {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.heroContainer .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #16254C;
  z-index: 10;
}
.heroContainer .mask.white {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .home-hero .ascend-media-text {
    visibility: hidden;
  }
}
.brands-entry-content {
  position: relative;
}
.brands-entry-content .brand-overview {
  position: relative;
  z-index: 2;
}

.testimonial.with-reveal-animation .grid .grid--col {
  background: transparent;
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-img {
  position: relative;
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-img img {
  position: relative;
  opacity: 1;
  transform: scale(1.1);
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-img:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-container .img-reveal {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 83rem;
  overflow: hidden;
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-container .img-reveal img {
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 70vh;
}
@media (min-width: 768px) {
  .testimonial.with-reveal-animation .grid .grid--col .testimonial-container .img-reveal img {
    min-height: 100%;
  }
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-container .img-reveal .reveal-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #16254C;
  z-index: 2;
  transform: scaleX(1);
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-container .img-reveal .reveal-mask.left {
  left: 0;
  transform-origin: left center;
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-container .img-reveal .reveal-mask.right {
  right: 0;
  transform-origin: right center;
}
.testimonial.with-reveal-animation .grid .grid--col .testimonial-container blockquote {
  position: absolute;
  left: 0;
  right: 0;
  top: unset;
}

.cat-pghd-desc div:not(:nth-of-type(1)) p {
  margin-top: 0 !important;
  visibility: visible;
}

/* Preloader Styles */
#preloader {
  position: fixed;
  inset: 0;
  background: #16254C;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
#preloader svg {
  width: 180px;
  height: 180px;
  display: block;
}
#preloader .loader {
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Loader animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(80px);
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  will-change: opacity, transform;
  transition-duration: var(--fade-up-duration, 0.8s);
  transition-delay: var(--fade-up-delay, 0s);
  transition-timing-function: var(--fade-up-easing, ease-out);
}
.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* careers.scss start */
/* careers.scss end */
/* _forms.scss start */
#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #fff !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
  padding: 15px 0px;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
  display: flex;
  margin-left: 22px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
    margin-left: 30px;
  }
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler {
  font: 500 1.1rem "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler {
    font: 500 1.3rem "Albert Sans", Helvetica, Arial, sans-serif;
  }
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler {
  background: transparent !important;
  border: 1px solid #4478C1 !important;
  color: #0C1325 !important;
  width: 100%;
  max-width: 166px;
  height: 58px;
  margin-left: 10px;
  margin-right: unset !important;
}
@media (min-width: 768px) {
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler {
    max-width: 325px;
    margin-left: 20px;
  }
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler:hover {
  opacity: 1 !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler {
  font: 500 1.1rem "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler {
    font: 500 1.3rem "Albert Sans", Helvetica, Arial, sans-serif;
  }
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler {
  background: #4478C1 !important;
  border: 1px solid #4478C1 !important;
  color: #fff !important;
  width: 100%;
  max-width: 166px;
  height: 58px;
}
@media (min-width: 768px) {
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler {
    max-width: 325px;
  }
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler:hover {
  opacity: 1 !important;
}

#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk .ot-b-addl-desc,
#onetrust-consent-sdk .ot-b-addl-desc p,
#onetrust-consent-sdk .ot-dpd-desc,
#onetrust-consent-sdk .ot-dpd-content p,
#onetrust-consent-sdk .ot-dpd-title,
#onetrust-consent-sdk #onetrust-policy-text :not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk .ot-dpd-desc :not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
#onetrust-banner-sdk .ot-cat-header,
#onetrust-banner-sdk .ot-link-btn,
#onetrust-banner-sdk .ot-optout-signal {
  color: #0C1325 !important;
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 1024px) {
  #onetrust-consent-sdk #onetrust-policy-title,
  #onetrust-consent-sdk #onetrust-policy-text,
  #onetrust-consent-sdk .ot-b-addl-desc,
  #onetrust-consent-sdk .ot-b-addl-desc p,
  #onetrust-consent-sdk .ot-dpd-desc,
  #onetrust-consent-sdk .ot-dpd-content p,
  #onetrust-consent-sdk .ot-dpd-title,
  #onetrust-consent-sdk #onetrust-policy-text :not(.onetrust-vendors-list-handler),
  #onetrust-consent-sdk .ot-dpd-desc :not(.onetrust-vendors-list-handler),
  #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
  #onetrust-banner-sdk .ot-cat-header,
  #onetrust-banner-sdk .ot-link-btn,
  #onetrust-banner-sdk .ot-optout-signal {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 1440px) {
  #onetrust-consent-sdk #onetrust-policy-title,
  #onetrust-consent-sdk #onetrust-policy-text,
  #onetrust-consent-sdk .ot-b-addl-desc,
  #onetrust-consent-sdk .ot-b-addl-desc p,
  #onetrust-consent-sdk .ot-dpd-desc,
  #onetrust-consent-sdk .ot-dpd-content p,
  #onetrust-consent-sdk .ot-dpd-title,
  #onetrust-consent-sdk #onetrust-policy-text :not(.onetrust-vendors-list-handler),
  #onetrust-consent-sdk .ot-dpd-desc :not(.onetrust-vendors-list-handler),
  #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
  #onetrust-banner-sdk .ot-cat-header,
  #onetrust-banner-sdk .ot-link-btn,
  #onetrust-banner-sdk .ot-optout-signal {
    font-size: 1.8rem !important;
  }
}
#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk .ot-b-addl-desc,
#onetrust-consent-sdk .ot-b-addl-desc p,
#onetrust-consent-sdk .ot-dpd-desc,
#onetrust-consent-sdk .ot-dpd-content p,
#onetrust-consent-sdk .ot-dpd-title,
#onetrust-consent-sdk #onetrust-policy-text :not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk .ot-dpd-desc :not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
#onetrust-banner-sdk .ot-cat-header,
#onetrust-banner-sdk .ot-link-btn,
#onetrust-banner-sdk .ot-optout-signal {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif !important;
}

#onetrust-banner-sdk .ot-link-btn {
  text-decoration: underline !important;
}

#onetrust-group-container #onetrust-policy-title,
#onetrust-group-container #onetrust-policy-title b,
#onetrust-banner-sdk .ot-dpd-title {
  font: 300 2rem/1.4 "ivypresto-headline", Georgia, Times, "Times New Roman", serif !important;
  letter-spacing: 0.02em;
  padding-bottom: 16px !important;
  color: #0C1325 !important;
}
@media (min-width: 768px) {
  #onetrust-group-container #onetrust-policy-title,
  #onetrust-group-container #onetrust-policy-title b,
  #onetrust-banner-sdk .ot-dpd-title {
    font: 300 3.2rem/1.4 "ivypresto-headline", Georgia, Times, "Times New Roman", serif !important;
  }
}

#onetrust-banner-sdk.otCenterRounded {
  width: 100% !important;
  max-width: 90% !important;
  border-radius: 0 !important;
  border: 0 !important;
}
@media (min-width: 426px) {
  #onetrust-banner-sdk.otCenterRounded {
    top: 10% !important;
  }
}
@media (min-width: 900px) {
  #onetrust-banner-sdk.otCenterRounded {
    top: 6% !important;
    max-width: 80% !important;
  }
}

@media only screen and (max-width: 767px) {
  #onetrust-banner-sdk #onetrust-button-group-parent:not(.has-reject-all-button) #onetrust-button-group {
    text-align: unset !important;
  }
  #onetrust-banner-sdk .banner-actions-container {
    float: unset !important;
    max-width: 166px;
  }
  #onetrust-banner-sdk .banner-actions-container, #onetrust-banner-sdk #onetrust-pc-btn-handler {
    width: 100% !important;
  }
  #onetrust-banner-sdk #onetrust-button-group {
    text-align: center !important;
    display: flex !important;
    width: fit-content !important;
    justify-content: center !important;
    align-content: center !important;
    max-width: 100% !important;
    margin: auto !important;
  }
}
#onetrust-banner-sdk .banner-actions-container {
  max-width: 325px;
}

#onetrust-consent-sdk #onetrust-banner-sdk :focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline-color: #000000;
  outline-width: 0px !important;
}

#onetrust-pc-sdk.otPcCenter {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif !important;
}
#onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler, #onetrust-pc-sdk.otPcCenter .ot-pc-refuse-all-handler, #onetrust-pc-sdk.otPcCenter .save-preference-btn-handler {
  font: 500 1.1rem "Albert Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler, #onetrust-pc-sdk.otPcCenter .ot-pc-refuse-all-handler, #onetrust-pc-sdk.otPcCenter .save-preference-btn-handler {
    font: 500 1.3rem "Albert Sans", Helvetica, Arial, sans-serif;
  }
}
#onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler, #onetrust-pc-sdk.otPcCenter .ot-pc-refuse-all-handler, #onetrust-pc-sdk.otPcCenter .save-preference-btn-handler {
  background: #4478C1 !important;
  border: 1px solid #4478C1 !important;
}

#onetrust-policy {
  position: relative;
}
#onetrust-policy:after {
  content: "";
  background: url(../img/cookie.svg) no-repeat;
  display: inline-block;
  transition: transform 0.3s ease;
  position: absolute;
  right: 27px;
  top: 27px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
@media (min-width: 1024px) {
  #onetrust-policy:after {
    right: 40px;
    top: 40px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

/* _forms.scss start */
/* _forms.scss start */
:root {
  --h3-m20-d40: 20px;
  --h2-m26-d58: 26px;
}
@media (min-width: 1024px) {
  :root {
    --h3-m20-d40: 28px;
    --h2-m26-d58: 38px ;
  }
}
@media (min-width: 1280px) {
  :root {
    --h3-m20-d40: 40px;
    --h2-m26-d58: 58px ;
  }
}

.hero-center {
  padding-top: 0 !important;
}
.hero-center .hero-center-text {
  color: #fff;
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-center .hero-center-text {
    margin-top: 5rem;
    max-width: clamp(500px, 50%, 780px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .hero-center .hero-center-text {
    margin-top: 10rem;
  }
}
@media (min-width: 1200px) {
  .hero-center .hero-center-text {
    max-width: 60%;
  }
}
@media (min-width: 1440px) {
  .hero-center .hero-center-text {
    max-width: clamp(500px, 50%, 780px);
  }
}
.hero-center .hero-center-text h1 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 1024px) {
  .hero-center .hero-center-text h1 {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .hero-center .hero-center-text h1 {
    font-size: 8rem !important;
    line-height: 1.15 !important;
  }
}
.hero-center .hero-center-text h1 {
  margin-bottom: var(--mb-m16-d30);
}
.hero-center .hero-center-text p {
  color: #fff !important;
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .hero-center .hero-center-text p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .hero-center .hero-center-text p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .hero-center .hero-center-text p {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) {
  .hero-center .hero-center-text p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-center .hero-center-text .about-quote, .hero-center .hero-center-text .about-quote p {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif !important;
  font-size: 1.4rem !important;
  line-height: 1.8 !important;
  font-weight: 100 !important;
  letter-spacing: 0.04em !important;
  font-style: italic;
}
@media (min-width: 1024px) {
  .hero-center .hero-center-text .about-quote, .hero-center .hero-center-text .about-quote p {
    font-size: 2rem !important;
  }
}
.hero-center .hero-center-text .about-quote, .hero-center .hero-center-text .about-quote p {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .hero-center .hero-center-text .about-quote, .hero-center .hero-center-text .about-quote p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }
}
@media (min-width: 1366px) {
  .hero-center .hero-center-text .about-quote, .hero-center .hero-center-text .about-quote p {
    max-width: 66%;
  }
}

.about-carousel {
  background: linear-gradient(to bottom, #16254c 0%, #16254c 40%, #ffffff 40%, #ffffff 100%);
}
.about-carousel .swiper {
  width: 100%;
  height: 100%;
}
.about-carousel .swiper .swiper-wrapper {
  align-items: center;
}
.about-carousel .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  position: relative;
  top: 4rem;
}
@media (max-width: 767px) {
  .about-carousel .swiper .swiper-slide {
    transform: scale(0.9);
    transition: all 0.6s ease;
  }
}
.about-carousel .swiper .swiper-slide img {
  aspect-ratio: 3/4;
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-carousel .swiper .swiper-slide.swiper-slide-prev, .about-carousel .swiper .swiper-slide.swiper-slide-next {
    top: 0;
    transform: scale(0.9);
  }
  .about-carousel .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    top: 0;
  }
}

@media (min-width: 768px) {
  .about-carousel .aboutCarousel {
    opacity: 0;
  }
  .about-carousel .swiper .swiper-wrapper {
    align-items: flex-start;
    justify-content: center;
  }
  .about-carousel .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 50px;
  }
  .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
    min-width: 20rem;
  }
  .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(1), .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(5) {
    margin-top: 4.5%;
  }
  .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(2), .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(4) {
    margin-top: 2%;
  }
}
@media (min-width: 1024px) {
  .about-carousel .swiper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .about-carousel .swiper {
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .about-carousel .swiper .swiper-wrapper .swiper-slide {
    min-width: 32.6rem;
    max-width: 32.6rem;
  }
}
@media (min-width: 1024px) {
  .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
    min-width: 24rem;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
    min-width: 34rem;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
    min-width: 44rem;
  }
}
@media (min-width: 1024px) {
  .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(1), .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(5) {
    margin-top: 5%;
  }
  .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(2), .about-carousel .swiper .swiper-wrapper .swiper-slide:nth-of-type(4) {
    margin-top: 2.5%;
  }
}
.our-leadership {
  background: #fff;
}
.our-leadership > * {
  color: #0C1325;
}
@media (min-width: 768px) {
  .our-leadership .ol-header {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .our-leadership .ol-header {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
}
.our-leadership .ol-header {
  text-align: center;
}
.our-leadership .ol-header h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 1024px) {
  .our-leadership .ol-header h2 {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .our-leadership .ol-header h2 {
    font-size: 8rem !important;
    line-height: 1.15 !important;
  }
}
.our-leadership .ol-header p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .our-leadership .ol-header p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .our-leadership .ol-header p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .our-leadership .ol-header p {
    font-size: 2rem !important;
  }
}
.our-leadership .ol-header p {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .our-leadership .ol-header p {
    margin-top: 24px;
  }
}
.our-leadership .ol-grid {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
@media (min-width: 1280px) {
  .our-leadership .ol-grid {
    margin-top: 60px;
  }
}
.our-leadership .ol-grid .grid {
  justify-content: center;
}
.our-leadership .ol-grid .grid .ol-item {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .our-leadership .ol-grid .grid .ol-item {
    margin-bottom: 34px;
  }
}
.our-leadership .ol-grid .grid .ol-item figure {
  margin-bottom: var(--mb-m6-d12);
  aspect-ratio: 3/4;
  max-width: 440px;
}
.our-leadership .ol-grid .grid .ol-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-leadership .ol-grid .grid .ol-item h3 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .our-leadership .ol-grid .grid .ol-item h3 {
    font-size: 3rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em !important;
  }
}
@media (min-width: 1280px) {
  .our-leadership .ol-grid .grid .ol-item h3 {
    font-weight: 300;
    font-size: 4rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
}
.our-leadership .ol-grid .grid .ol-item h3 {
  margin-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .our-leadership .ol-grid .grid .ol-item h3 {
    margin-bottom: 0.8rem;
  }
}
.our-leadership .ol-grid .grid .ol-item p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .our-leadership .ol-grid .grid .ol-item p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .our-leadership .ol-grid .grid .ol-item p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .our-leadership .ol-grid .grid .ol-item p {
    font-size: 2rem !important;
  }
}
.our-leadership .ol-grid .grid .ol-item p {
  margin-top: 0 !important;
}

.about-simple-paragraphs {
  overflow: unset;
  position: relative;
}
@media (max-width: 767px) {
  .about-simple-paragraphs .sticky-col {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-simple-paragraphs .sticky-col {
    max-width: 90%;
    padding-right: 10%;
  }
}
@media (min-width: 768px) {
  .about-simple-paragraphs .sticky-col {
    max-width: 500px;
    position: relative;
    z-index: 1020;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.about-simple-paragraphs .sticky-col h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .about-simple-paragraphs .sticky-col h2 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .about-simple-paragraphs .sticky-col h2 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
.about-simple-paragraphs .sticky-col h2 {
  margin-bottom: 16px;
  text-wrap: balance;
}
.about-simple-paragraphs .sticky-col h4 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .about-simple-paragraphs .sticky-col h4 {
    font-size: 2rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.025em !important;
  }
}
@media (min-width: 1280px) {
  .about-simple-paragraphs .sticky-col h4 {
    font-weight: 300;
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
}
.about-simple-paragraphs .subsections .subsection {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-simple-paragraphs .subsections .subsection {
    margin-bottom: 24px;
  }
}
.about-simple-paragraphs .subsections .subsection h4 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .about-simple-paragraphs .subsections .subsection h4 {
    font-size: 2rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.025em !important;
  }
}
@media (min-width: 1280px) {
  .about-simple-paragraphs .subsections .subsection h4 {
    font-weight: 300;
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
}
.about-simple-paragraphs .subsections .subsection h4 {
  margin-bottom: 8px;
}
.about-simple-paragraphs .subsections .subsection p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .about-simple-paragraphs .subsections .subsection p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .about-simple-paragraphs .subsections .subsection p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .about-simple-paragraphs .subsections .subsection p {
    font-size: 2rem !important;
  }
}
.about-simple-paragraphs .subsections .subsection p {
  margin-top: 0 !important;
}
.about-simple-paragraphs .as-quote, .about-simple-paragraphs .as-quote p {
  font: 100 2rem/1.6 "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 0.04em;
  font-style: italic;
}

.has-ivory-background > * {
  color: #0C1325;
}

/* _forms.scss start */
:root {
  --policy-h2: 4rem;
  --mb-24-20: 2.4rem;
}
@media (min-width: 1280px) {
  :root {
    --policy-h2: 4.8rem;
    --mb-24-20: 2rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --policy-h2: 5.8rem;
  }
}

.policy-page {
  background: #fff;
}
.policy-page h1, .policy-page h2, .policy-page h3, .policy-page p, .policy-page li {
  color: #0C1325;
}
.policy-page .policy-page-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.policy-page .policy-page-container header {
  text-align: center;
  border-bottom: 1px solid #BDC5D8;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1280px) {
  .policy-page .policy-page-container header {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.policy-page .policy-page-container header h1.entry-title {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 1024px) {
  .policy-page .policy-page-container header h1.entry-title {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .policy-page .policy-page-container header h1.entry-title {
    font-size: 8rem !important;
    line-height: 1.15 !important;
  }
}
.policy-page .policy-page-container .entry-content {
  padding-left: unset;
  padding-right: unset;
}
.policy-page .policy-page-container .entry-content h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .policy-page .policy-page-container .entry-content h2 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .policy-page .policy-page-container .entry-content h2 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
.policy-page .policy-page-container .entry-content h2 {
  margin-bottom: var(--mb-24-20);
}
@media (max-width: 767px) {
  .policy-page .policy-page-container .entry-content h2 {
    text-align: center;
  }
}
.policy-page .policy-page-container .entry-content p, .policy-page .policy-page-container .entry-content li, .policy-page .policy-page-container .entry-content td {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .policy-page .policy-page-container .entry-content p, .policy-page .policy-page-container .entry-content li, .policy-page .policy-page-container .entry-content td {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .policy-page .policy-page-container .entry-content p, .policy-page .policy-page-container .entry-content li, .policy-page .policy-page-container .entry-content td {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .policy-page .policy-page-container .entry-content p, .policy-page .policy-page-container .entry-content li, .policy-page .policy-page-container .entry-content td {
    font-size: 2rem !important;
  }
}
.policy-page .policy-page-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  display: block;
  overflow-x: auto;
}
.policy-page .policy-page-container table th, .policy-page .policy-page-container table td {
  padding: 1rem 1.5rem;
  text-align: left;
}
.policy-page .policy-page-container table th {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .policy-page .policy-page-container table th {
    font-size: 2rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.025em !important;
  }
}
@media (min-width: 1280px) {
  .policy-page .policy-page-container table th {
    font-weight: 300;
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
}
.policy-page .policy-page-container table tr {
  border-bottom: 1px solid #C2BEB8;
}
.policy-page .policy-page-container table tr:nth-last-of-type(1) {
  border-bottom: 0;
}
.policy-page .policy-page-container table thead {
  border-top: 1px solid #C2BEB8;
  border-bottom: 1px solid #C2BEB8;
}

/* _entry-header.scss start */
:root {
  --header-margin: 5.5rem;
  --h1-fs: 2.6rem;
  --h1-large-fs: 5.8rem;
  --author-fs: 1.8rem;
  --gallery-margin: 4rem;
}
@media (min-width: 768px) {
  :root {
    --header-margin: 6.5rem;
    --h1-fs: 4rem;
    --h1-large-fs: 4.8rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --header-margin: 7rem;
    --h1-fs: 4.8rem;
    --h1-large-fs: 6rem;
    --author-fs: 2rem;
    --gallery-margin: 0rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --header-margin: 8rem;
    --h1-fs: 5.8rem;
    --h1-large-fs: 5vw;
  }
}
@media (max-height: 800px) and (min-width: 1024px) {
  :root {
    --h1-fs: 4rem;
  }
}
@media (max-height: 700px) and (min-width: 1024px) {
  :root {
    --h1-fs: 3.6rem;
  }
}
@media (max-height: 600px) and (min-width: 1024px) {
  :root {
    --h1-fs: 3rem;
  }
}

article .entry-header h1:not(.page-template-page-careers .entry-header h1) {
  margin-top: 1.2rem;
}
article .entry-header p {
  margin-top: var(--single-post-margin);
}
article .post-thumbnail,
article .entry-content:not(:has(.brand-overview, .simple-paragraphs)),
article .share-post {
  margin-top: calc(2 * var(--single-post-margin));
}
article .entry-header:not(.in-our-brands article .entry-header, .page-template-page-careers article .entry-header) {
  margin-top: var(--header-margin);
}
@media (min-width: 1024px) and (min-height: 75rem) {
  .in-our-brands article .entry-header, .page-template-page-careers article .entry-header {
    min-height: 75rem;
  }
}
article .entry-header:not(:has(.gallery)) {
  text-align: center;
}
article .entry-header time {
  display: block;
}
article .entry-header h1 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  article .entry-header h1 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  article .entry-header h1 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
article .entry-header h1 {
  max-width: 30ch;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1280px) {
  article .entry-header h1 {
    text-wrap: balance;
  }
}
article .entry-header h1 {
  text-wrap: balance;
}
article .entry-header h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  article .entry-header h2 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  article .entry-header h2 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
article .entry-header h2 {
  text-wrap: balance;
}
article .entry-header h3 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  article .entry-header h3 {
    font-size: 3rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em !important;
  }
}
@media (min-width: 1280px) {
  article .entry-header h3 {
    font-weight: 300;
    font-size: 4rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
}
article .entry-header h4 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  article .entry-header h4 {
    font-size: 2rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.025em !important;
  }
}
@media (min-width: 1280px) {
  article .entry-header h4 {
    font-weight: 300;
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
}
article .entry-header p:not(.action-text) {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  article .entry-header p:not(.action-text) {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  article .entry-header p:not(.action-text) {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  article .entry-header p:not(.action-text) {
    font-size: 2rem !important;
  }
}
article .entry-header p.action-text {
  margin-top: calc(2 * var(--single-post-margin));
}
article .entry-header .discover {
  margin-top: auto;
  margin-bottom: 3rem;
}
article .entry-header .discover a {
  display: block;
}
article .entry-header .discover a:after {
  content: "";
  background: url("/wp-content/themes/astra-child/assets/img/icons/arrow.svg") no-repeat center;
  background-size: contain;
  display: block;
  height: 0.9rem;
  width: 4.6rem;
  margin: 3rem auto;
  filter: brightness(0) saturate(100%) invert(39%) sepia(73%) saturate(448%) hue-rotate(176deg) brightness(98%) contrast(92%);
  transform: rotate(90deg);
}
@media (max-height: 850px) and (max-width: 1350px) {
  article .entry-header p:has(+ .discover) {
    margin-bottom: auto;
  }
}
article .entry-header:has(.gallery) {
  position: relative;
}
article .entry-header:has(.gallery) .tablet-5 h1 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 1024px) {
  article .entry-header:has(.gallery) .tablet-5 h1 {
    font-size: 6rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  article .entry-header:has(.gallery) .tablet-5 h1 {
    font-size: 8rem !important;
    line-height: 1.15 !important;
  }
}
article .entry-header:has(.gallery) .gallery {
  margin-top: var(--gallery-margin);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
article .entry-header:has(.gallery) .gallery :-webkit-scrollbar {
  display: none;
}
article .entry-header:has(.gallery) .gallery {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
article .entry-header:has(.gallery) .gallery picture {
  aspect-ratio: 3/4;
  flex: 0 0 60%;
}
article .entry-header:has(.gallery) .gallery picture img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
article .entry-header:has(.gallery) .discover {
  position: absolute;
  bottom: 3rem;
  left: 0rem;
}
article .entry-header:has(.gallery) .discover:after {
  margin: 7rem auto 0 auto;
}
article .entry-header:has(.gallery) .discover a {
  display: block;
  transform: rotate(-90deg);
  padding-left: 10rem;
}
article .entry-header:has(.gallery) .discover a:after {
  margin: 0;
  position: absolute;
  left: 4rem;
  top: 0.4rem;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  article .entry-header:has(.gallery) {
    display: flex;
    flex-direction: column;
  }
  article .entry-header:has(.gallery) p:has(+ .discover) {
    margin-bottom: auto;
  }
  article .entry-header:has(.gallery) .discover {
    display: none;
  }
  article .entry-header:has(.gallery) .gallery {
    padding-left: var(--gutters);
    padding-top: 4rem;
    margin-top: 0;
    background: #16254C;
  }
  article .entry-header:has(.gallery) .gallery picture {
    aspect-ratio: 3/4;
  }
}
@media (min-width: 1024px) {
  article .entry-header:has(.gallery) .grid {
    height: 100%;
  }
  article .entry-header:has(.gallery) .tablet-5 {
    position: relative;
    z-index: 9;
    height: 100%;
    padding: 4rem 7rem;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) and (min-height: 768px) {
  article .entry-header:has(.gallery) .tablet-5 {
    padding-top: 6rem;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) and (min-height: 900px) {
  article .entry-header:has(.gallery) .tablet-5 {
    padding-top: 10rem;
  }
}
@media (min-width: 1024px) {
  article .entry-header:has(.gallery) .gallery {
    position: absolute;
    top: 0;
    left: -10%;
    right: 0;
    bottom: 0;
    width: 110%;
    max-width: 110%;
    height: 100%;
  }
  article .entry-header:has(.gallery) .gallery picture {
    height: 100%;
  }
}
@media (min-width: 768px) {
  article .entry-header:has(.gallery) {
    height: calc(70vh - var(--site-header-height));
  }
}
@media (min-width: 1024px) {
  article .entry-header:has(.gallery) {
    height: calc(100vh - var(--site-header-height));
  }
  body.admin-bar article .entry-header:has(.gallery) {
    height: calc(100vh - var(--site-header-height-logged-in));
  }
}
@media (min-width: 1024px) {
  article .post-thumbnail {
    aspect-ratio: 1156/625;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* _entry-header.scss end */
/* entry-content.scss start */
:root {
  --entry-content-children-margin: 2.4rem;
  --entry-content-p-size: 1.6rem;
  --entry-content-first-p-size: 2.1rem;
  --entry-content-subhead-size: 2.6rem;
  --entry-content-subhead-margin: 4rem;
  --entry-content-subhead-p-margin: 2.4rem;
  --entry-content-figure-margin: 4rem;
}
@media (min-width: 1024px) {
  :root {
    --entry-content-children-margin: 3.2rem;
    --entry-content-p-size: 1.9rem;
    --entry-content-first-p-size: 2.4rem;
    --entry-content-subhead-size: 5.8rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --entry-content-p-size: 1.9rem;
    --entry-content-first-p-size: 2.4rem;
    --entry-content-subhead-size: 4vw;
  }
}

.entry-content p:not(.single .entry-content p:first-child, blockquote p) {
  margin-top: var(--entry-content-children-margin);
}
.entry-content blockquote,
.entry-content table,
.entry-content iframe,
.entry-content .accordion li:not(.accordion li li) {
  margin-top: calc(2 * var(--entry-content-children-margin));
}
.entry-content p:not(.entry-content p:first-of-type):not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content ul:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content ol:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content button:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content table:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p) {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .entry-content p:not(.entry-content p:first-of-type):not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content ul:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content ol:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content button:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content table:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p) {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .entry-content p:not(.entry-content p:first-of-type):not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content ul:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content ol:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content button:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content table:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p) {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .entry-content p:not(.entry-content p:first-of-type):not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content ul:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content ol:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content button:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p), .entry-content table:not(.action-text, .simple-paragraphs p, .brand-stats p, .policy-page p) {
    font-size: 2rem !important;
  }
}
.entry-content p a {
  color: #0C1325;
  text-decoration: underline;
}
.entry-content p strong {
  font-weight: 600;
}
.entry-content figure figcaption {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 1280px) {
  .entry-content figure figcaption {
    font-size: 1.5rem !important;
  }
}
.entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p) {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 2rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p) {
    font-size: 2.6rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
  }
}
@media (min-width: 1280px) {
  .entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p) {
    font-size: 3.2rem !important;
    line-height: 1.44 !important;
    letter-spacing: 0 !important;
  }
}
@media (min-width: 1280px) {
  .entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p) {
    font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
    font-weight: 100;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.02em !important;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p) {
    font-size: 2rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.025em !important;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p) {
    font-weight: 300;
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
}
.entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p) {
  color: #0C1325;
}
.entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p):first-letter {
  font-size: 5em;
  line-height: 1;
  float: left;
  margin: -0.13em 0.1em -0.1em 0;
}
.entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p) + p {
  margin-top: 20px;
}
.entry-content .max-670 > p:first-of-type:not(.brand-stats p, .policy-page p) a {
  color: #0C1325;
}
.entry-content h2:not(.page-template h2, .brands-entry-content h2) {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2.6rem !important;
  line-height: 1.38 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .entry-content h2:not(.page-template h2, .brands-entry-content h2) {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .entry-content h2:not(.page-template h2, .brands-entry-content h2) {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
.entry-content h2:not(.page-template h2, .brands-entry-content h2) {
  text-wrap: balance;
}
.entry-content h3:not(.brands-entry-content h3) {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 2rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .entry-content h3:not(.brands-entry-content h3) {
    font-size: 3rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em !important;
  }
}
@media (min-width: 1280px) {
  .entry-content h3:not(.brands-entry-content h3) {
    font-weight: 300;
    font-size: 4rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
}
.entry-content h4:not(.brands-entry-content h4) {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .entry-content h4:not(.brands-entry-content h4) {
    font-size: 2rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.025em !important;
  }
}
@media (min-width: 1280px) {
  .entry-content h4:not(.brands-entry-content h4) {
    font-weight: 300;
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
}
.entry-content h2:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + p,
.entry-content h2:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + ul,
.entry-content h2:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + ol,
.entry-content h2:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + figure, .entry-content h2:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + img, .entry-content h2:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + iframe, .entry-content h3:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + p,
.entry-content h3:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + ul,
.entry-content h3:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + ol,
.entry-content h3:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + figure, .entry-content h3:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + img, .entry-content h3:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + iframe, .entry-content h4:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + p,
.entry-content h4:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + ul,
.entry-content h4:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + ol,
.entry-content h4:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + figure, .entry-content h4:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + img, .entry-content h4:not(.action-text, .key-information h3, .simple-paragraphs *, .jobs *, .policy-page h3, .brands-entry-content *, .careers--page *) + iframe {
  margin-top: var(--entry-content-subhead-p-margin);
}
.entry-content h2:not(:first-child, figure + *, section h2, .policy-page h3), .entry-content h3:not(:first-child, figure + *, section h2, .policy-page h3), .entry-content h4:not(:first-child, figure + *, section h2, .policy-page h3) {
  margin-top: var(--entry-content-subhead-margin);
}
.entry-content figure:not(.related-content figure, .jobs figure) {
  margin-top: var(--entry-content-figure-margin);
}
.entry-content .pullquote {
  margin-left: 5rem;
}
@media (min-width: 1024px) {
  .entry-content .pullquote:not(.alignright) {
    margin-left: -20rem;
  }
  .entry-content .pullquote.alignright {
    margin-right: -20rem;
  }
}
.entry-content .accordion {
  padding-bottom: 5rem;
}
.entry-content .accordion ol li:not(li li) {
  border-bottom: solid 1px #C2BEB8;
  padding-bottom: 2rem;
  position: relative;
}
.entry-content .accordion ol li:not(li li) h3 {
  cursor: pointer;
  font-size: 2.4rem;
}
.entry-content .accordion ol li:not(li li) h3:after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: url("/wp-content/themes/astra-child/assets/img/icons/arrow_small.png") no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease;
}
.entry-content .accordion ol li:not(li li).active h3:after {
  transform: rotate(90deg);
}
.entry-content .accordion ol li:not(li li) div {
  margin-top: 2rem;
}
.entry-content .accordion ol li:not(li li) ol li, .entry-content .accordion ol li:not(li li) ul li {
  margin-top: 1rem;
}
.entry-content .accordion ol li:not(li li) ol {
  list-style-type: lower-alpha;
}
.entry-content .accordion ol li:not(li li) ol li {
  margin-top: 1rem;
}
.entry-content .accordion ol li:not(li li) ol li::marker:not(ul li) {
  content: counter(list-item, lower-alpha) ". ";
}
.entry-content .accordion ol li:not(li li) ol li ul {
  margin: 3rem;
}
.entry-content .accordion ol li:not(li li) ul {
  list-style-type: disc;
}
.entry-content table:not(.policy-page table) {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.entry-content table:not(.policy-page table) th, .entry-content table:not(.policy-page table) td {
  border: 1px solid #C2BEB8;
  padding: 1rem 1.5rem;
  text-align: left;
}
.entry-content table:not(.policy-page table) th {
  background: #4478C1;
  font-weight: 600;
}
.entry-content table:not(.policy-page table) tr:nth-child(even) {
  background: #D0E0F6;
}

/* _entry-footer.scss start */
.share-post ul {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
}
.share-post ul li a {
  display: inline-block;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4.5rem;
  position: relative;
  background: #4478C1;
}
.share-post ul li a img {
  width: 44%;
  height: 44%;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s ease-in-out;
  filter: brightness(0) invert(1);
}
.share-post ul li a img:hover {
  transform: scale(1.1);
}

/* _entry-footer.scss end */
/* _our-brands.scss start */
:root {
  --header-content-margin: 3.2rem;
  --key-info-padding: 2.6rem;
}

.brand-overview h2 {
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.4rem !important;
  line-height: 1.09 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  .brand-overview h2 {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1280px) {
  .brand-overview h2 {
    font-size: 5.8rem !important;
    line-height: 1.1 !important;
  }
}
.brand-overview h2 {
  max-width: 12ch;
}
.brand-overview p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .brand-overview p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .brand-overview p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .brand-overview p {
    font-size: 2rem !important;
  }
}

.in-our-brands article .entry-header div:has(> h1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.in-our-brands article .entry-header div:has(> h1) > * {
  margin-left: auto;
  margin-right: auto;
}
.in-our-brands article .entry-header div:has(> h1) > *:not(.brand-logo, .discover) {
  margin-top: var(--header-content-margin);
}
.in-our-brands article .entry-header div:has(> h1) h1 {
  display: none;
}
.in-our-brands article .entry-header div:has(> h1) .brand-logo {
  margin-top: auto;
  width: 40%;
  max-width: 24rem;
}
.in-our-brands article .entry-header div:has(> h1) .brand-logo img {
  display: block;
  margin-top: 2.6rem;
}
.in-our-brands article .entry-header div:has(> h1) p {
  max-width: 50rem;
}
.in-our-brands article .entry-header figure {
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.in-our-brands article .entry-header figure > img {
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  object-fit: cover;
}
.in-our-brands article .key-information {
  margin-top: 4rem;
}
.in-our-brands article .key-information h3 {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .in-our-brands article .key-information h3 {
    letter-spacing: 0.03em;
    font-size: 2rem;
    line-height: 1.9;
  }
}
.in-our-brands article .key-information ul {
  margin-top: var(--key-info-padding);
}
.in-our-brands article .key-information ul li {
  border-bottom: solid 1px #C2BEB8;
}
.in-our-brands article .key-information ul li a {
  display: flex;
  justify-content: space-between;
  padding: var(--key-info-padding);
  position: relative;
}
.in-our-brands article .key-information ul li a:after {
  position: absolute;
  right: 2rem;
}
.in-our-brands article .key-information ul li:hover a:after {
  right: 1.5rem;
}
.in-our-brands article .brand-stats ul li:not(.key-information li) {
  margin-top: 3rem;
}
.in-our-brands article .brand-stats ul li:not(.key-information li) p {
  font-family: "Albert Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .in-our-brands article .brand-stats ul li:not(.key-information li) p {
    font-size: 1.6rem !important;
    line-height: 1.75 !important;
    letter-spacing: -0.005em !important;
  }
}
@media (min-width: 1280px) {
  .in-our-brands article .brand-stats ul li:not(.key-information li) p {
    font-size: 1.8rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1600px) {
  .in-our-brands article .brand-stats ul li:not(.key-information li) p {
    font-size: 2rem !important;
  }
}
.in-our-brands article .brand-stats ul li:not(.key-information li) p strong {
  display: block;
  font-family: "ivypresto-headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  font-size: 4.8rem !important;
  line-height: 1.21 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .in-our-brands article .brand-stats ul li:not(.key-information li) p strong {
    font-size: 6.4rem !important;
    line-height: 1.25 !important;
  }
}
@media (min-width: 1280px) {
  .in-our-brands article .brand-stats ul li:not(.key-information li) p strong {
    font-size: 8rem !important;
  }
}
.in-our-brands article .brand-stats ul li:not(.key-information li) p strong {
  color: #243F80;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .in-our-brands article .brand-stats ul li:not(.key-information li):not(:first-child) {
    margin-top: 8rem;
  }
  .in-our-brands article .brand-stats ul li:not(.key-information li) p {
    font-size: 1.5rem;
    width: 34rem;
  }
}
@media (min-width: 1024px) {
  .in-our-brands article .entry-header {
    height: calc(100vh - var(--site-header-height));
    overflow: hidden;
  }
  .in-our-brands article .entry-header .grid {
    flex-direction: row-reverse;
  }
  .in-our-brands article .entry-header div:has(> h1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .in-our-brands article .entry-header figure {
    background: #0C1325;
    height: calc(100vh - var(--site-header-height));
  }
  .in-our-brands article .key-information {
    margin-top: 8rem;
  }
  .in-our-brands article .key-information ul {
    border-top: solid 1px #C2BEB8;
    display: flex;
    flex-wrap: wrap;
  }
  .in-our-brands article .key-information ul li {
    width: 50%;
  }
  .in-our-brands article .key-information ul li:nth-child(odd) {
    border-right: solid 1px #C2BEB8;
  }
  .in-our-brands article .key-information ul li:nth-child(odd) a {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .in-our-brands article .entry-header figure {
    height: 40vh;
  }
  .in-our-brands article .entry-header div:has(> h1) {
    padding-top: 2rem;
    height: calc(60vh - 6rem);
    min-height: 42rem;
  }
  .in-our-brands article .brand-stats {
    padding-top: var(--section-padding);
  }
  .in-our-brands article .key-information ul li a {
    padding: var(--key-info-padding) 0;
  }
}
@media (min-width: 430px) and (max-width: 1024px) {
  .in-our-brands article .in-our-brands article .entry-header p {
    width: 45rem;
  }
}
@media (max-width: 430px) {
  .in-our-brands article .entry-header div:has(> h1) {
    padding-bottom: 4rem;
  }
}

body.postid-280902 article .entry-header div:has(> h1) img,
body.postid-280952 article .entry-header div:has(> h1) img {
  filter: invert(1);
}

@media (min-width: 1024px) {
  body.postid-280952 article .entry-header div:has(> h1) .brand-logo {
    width: 40rem;
  }
}

/* _our-brands.scss end */
@media (min-width: 1024px) {
  .postid-281228.in-our-brands article .key-information {
    width: max-content;
  }
  .postid-281228.in-our-brands article .key-information ul li {
    width: 170px;
  }
}
/* index.scss end */

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