@font-face {
  ascent-override: 100%;
  font-family: Helvetica;
  size-adjust: 100.6%;
  src: local("Helvetica");
}

@font-face {
  ascent-override: 100%;
  font-family: Arial;
  size-adjust: 100.6%;
  src: local("Arial");
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 767px) {
  .is-visible--mobile {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.is-display {
  display: block !important;
}

.is-flex {
  display: flex !important;
}

.is-none {
  display: none !important;
}

.panel--fadein .fadein {
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.6s;
  transition-property: opacity, transform;
  transition-timing-function: ease;
}

.panel--fadein .fadein.fadein--scale {
  transform: scale(0.9);
}

.panel--fadein .fadein.fadein--left {
  transform: translateX(-1rem);
}

.panel--fadein .fadein.fadein--right {
  transform: translateX(1rem);
}

@media (min-width: 1024px) {
  .panel--fadein .fadein.fadein--scale.fadein--right {
    transform: translateX(3rem) scale(0.9);
  }

  .panel--fadein .fadein.fadein--scale.fadein--left {
    transform: translateX(-3rem) scale(0.9);
  }
}

.panel--fadein .fadein.fadein--delay {
  transition-delay: 0.5s;
}

.is-fadedin {
  opacity: 1 !important;
  transform: none !important;
}

.no-scroll {
  height: 100% !important;
  overflow: hidden !important;
}

@media (min-width: 768px) {
  .no-hiddenscroll.no-scroll {
    overflow-y: scroll !important;
  }

  .no-hiddenscroll.no-scroll body {
    overflow: hidden !important;
  }

  .hiddenscroll.no-scroll {
    margin-right: 0;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.u-show-on-focus:focus {
  background-color: #fff;
  color: #000;
  display: block;
  height: auto;
  margin: auto;
  overflow: visible;
  padding: 1rem;
  position: absolute;
  width: auto;
  clip: auto;
  z-index: 10000;
}

.u-accent {
  color: #002f70 !important;
}

.u-small {
  font-size: 0.8rem !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-first-letter:first-letter {
  text-transform: uppercase;
}

.u-capitalize:first-letter {
  text-transform: capitalize;
}

.u-link {
  background: none;
  border-bottom: 1px solid #ccc;
  color: #06c;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.u-link:focus,
.u-link:hover {
  border-bottom: 1px solid #06c;
}

.u-link {
  display: inline;
}

.u-plain-link {
  text-decoration: none;
}

.u-plain-link,
.u-plain-link:focus,
.u-plain-link:hover {
  border-bottom: none !important;
}

.u-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
  border-bottom: 1px solid #ccc;
  color: #06c;
  text-decoration: none;
}

.u-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.u-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
  border-bottom: 1px solid #06c;
}

.u-dark-link {
  border-bottom: 1px solid #101921 !important;
  color: #101921 !important;
  text-decoration: none;
}

.u-dark-link:focus,
.u-dark-link:hover {
  border-bottom: 1px solid #cfd1d3 !important;
}

.u-dark-link {
  display: inline;
}

.u-dark-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
  border-bottom: 1px solid #101921;
  color: #101921;
  text-decoration: none;
}

.u-dark-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.u-dark-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
  border-bottom: 1px solid #cfd1d3;
}

.u-white-link {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  text-decoration: none;
}

.u-white-link:focus,
.u-white-link:hover {
  border-bottom: 1px solid #ccc !important;
}

.u-white-link {
  display: inline;
}

.u-white-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.u-white-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.u-white-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
  border-bottom: 1px solid #ccc;
}

img.u-flipped {
  transform: scaleX(-1) !important;
}

.u-white-text {
  color: #fff !important;
}

.u-dark-text {
  color: #000 !important;
}

a.slanted-arrow-link {
  color: var(--panel-font-color, #101921);
}

a.slanted-arrow-link:before {
  background: var(--panel-font-color, #101921);
  background-position: 0;
  background-size: 14px;
  content: "";
  display: inline-block;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.331' height='52.713' viewBox='0 0 52.331 52.713'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath stroke-width='4' d='M0 0h38.97v37.928H0z' data-name='Rectangle 45'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 71' transform='rotate(-60 29.227 16.875)'%3E%3Cpath d='M24.289 33.113H14.68V0h9.609Z' data-name='Line 25'/%3E%3Cpath d='M17.004 39.304-.035 26.481l5.779-7.677 14.057 10.582 13.097-10.493 6.009 7.5-16.009 12.826Z' data-name='Path 9'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.331' height='52.713' viewBox='0 0 52.331 52.713'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath stroke-width='4' d='M0 0h38.97v37.928H0z' data-name='Rectangle 45'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 71' transform='rotate(-60 29.227 16.875)'%3E%3Cpath d='M24.289 33.113H14.68V0h9.609Z' data-name='Line 25'/%3E%3Cpath d='M17.004 39.304-.035 26.481l5.779-7.677 14.057 10.582 13.097-10.493 6.009 7.5-16.009 12.826Z' data-name='Path 9'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 80%;
  mask-size: 80%;
  padding-left: 1rem;
  position: relative;
  top: 5px;
}

a.slanted-arrow-link {
  text-decoration: none;
}

a.slanted-arrow-link,
a.slanted-arrow-link:focus,
a.slanted-arrow-link:hover {
  border-bottom: none !important;
}

a.slanted-arrow-link {
  align-self: center;
  display: inline-flex;
  font-weight: 700;
  text-decoration: underline !important;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: Overpass, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
}

body,
html {
  height: 100%;
}

iframe {
  border: 0;
}

main {
  display: block;
  flex: 1 0 auto;
  min-height: calc(100vh - 70px);
}

@media (min-width: 544px) {
  main {
    min-height: calc(100vh - 51px);
  }
}

@media (min-width: 768px) {
  main {
    min-height: calc(100vh - 99px);
  }
}

@media (min-width: 1200px) {
  main {
    min-height: calc(100vh - 111px);
  }
}

@media (min-width: 768px) {
  .no-flexbox:not(.flexboxtweener) main {
    min-height: calc(100vh - 51px);
  }
}

ol,
ul {
  margin-bottom: 0;
  padding-left: 0;
}

ul li {
  display: block;
}

h1,
h2 {
  font-size: inherit;
}

h1,
h2,
p {
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
}

sup {
  line-height: 0;
  position: relative;
  top: -1em;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sub,
sup {
  font-size: 0.5em;
  left: 0;
}

strong {
  font-weight: 700;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a,
a:focus,
a:hover {
  color: #101921;
  text-decoration: none;
}

ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

button {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  -webkit-font-smoothing: inherit;
  background: none;
  cursor: pointer;
  letter-spacing: inherit;
  overflow: visible;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button,
input,
select,
textarea {
  line-height: inherit;
  font: inherit;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

:root {
  --animation-duration: 300ms;
  --transition-duration: 300ms;
  --transition-delay: 0s;
}

@media (update: slow), screen and (prefers-reduced-motion: reduce) {
  :root {
    --animation-duration: 0.001ms !important;
    --transition-duration: 0.001ms !important;
    --transition-delay: 0.001ms !important;
  }

  * {
    animation-duration: var(--animation-duration) !important;
    animation-iteration-count: 1 !important;
    transition-delay: var(--transition-delay) !important;
    transition-duration: var(--transition-duration) !important;
  }
}

.message-banner {
  display: block;
  height: auto;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
}

.message-banner .design-block {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  opacity: 0.4;
  overflow: hidden;
  position: absolute;
  width: 50%;
  z-index: -1;
}

.message-banner .design-block svg {
  fill: var(--design-color, #0085cf);
  height: 100px;
  overflow: visible;
  position: absolute;
  width: auto;
}

.message-banner .body-text {
  align-items: center;
  display: block;
  gap: 10px;
  justify-content: center;
  padding: 20px 32px;
  text-align: center;
  z-index: 1;
}

.message-banner .body-text .button.button--swipe {
  margin-left: 10px;
}

.message-banner .body-text br {
  content: "";
}

.message-banner .body-text br:after {
  content: " ";
}

.message-banner .body-text p {
  margin: 0;
}

@media (min-width: 414px) {
  .message-banner .body-text {
    display: flex;
  }

  .message-banner .body-text .button.button--swipe {
    flex: 0 0 auto;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .message-banner .body-text {
    flex-direction: row;
    width: 100%;
  }

  .message-banner .body-text br,
  .message-banner .body-text br:after {
    content: none;
  }
}

.message-banner .body-text .button-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0;
  width: auto;
}

.message-banner .body-text--block-mobile {
  display: block;
}

@media (min-width: 544px) {
  .message-banner .body-text--block-mobile {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .message-banner {
    height: auto;
    left: 10vw;
    min-height: 150px;
    min-width: 250px;
    position: absolute;
    transform: skew(20deg) scale(0.8);
    transform-origin: top;
    width: 23vw;
    z-index: 12;
  }

  .message-banner .design-block {
    transform: skew(-20deg);
    transform-origin: bottom;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .message-banner .design-block {
    transform: skew(0deg);
  }
}

@media (min-width: 1200px) {
  .message-banner .body-text {
    flex-direction: column;
    transform: skew(-20deg);
  }
}

@media (min-width: 1366px) {
  .message-banner {
    left: 12vw;
    transform: skew(20deg);
  }
}

@media (min-width: 1920px) {
  .message-banner {
    left: 10vw;
    width: 16vw;
  }
}

@media (min-width: 2400px) {
  .message-banner {
    left: 10vw;
    width: 13vw;
  }
}

header.sticky .message-banner {
  z-index: 0;
}

@media (min-width: 1200px) {
  header.sticky .message-banner {
    z-index: 10;
  }
}

@media (min-width: 1920px) {
  header.sticky .message-banner {
    left: calc(50vw - 670px);
  }
}

@media (min-width: 1200px) {
  header.sticky + main .message-banner {
    min-height: 100px;
  }

  header.sticky + main .message-banner br {
    content: "";
  }

  header.sticky + main .message-banner br:after {
    content: " ";
  }

  header.sticky + main .message-banner p {
    margin: 0;
  }
}

@media (min-width: 1920px) {
  header.sticky + main .message-banner {
    left: 25vw;
  }
}

@media (min-width: 2400px) {
  header.sticky + main .message-banner {
    left: 30vw;
    width: 15vw;
  }
}

@media (min-width: 1200px) {
  .message-banner.message-banner--callout {
    align-items: center;
    background-color: transparent;
    bottom: 0;
    display: flex;
    height: auto;
    justify-content: flex-start;
    left: auto;
    min-width: 350px;
    overflow: visible;
    padding: 32px 0;
    right: -70px;
    top: auto;
    transform: skew(0deg);
    width: auto;
  }

  .message-banner.message-banner--callout .body-text {
    max-width: 300px;
    padding: 0 40px;
    transform: skew(0deg);
  }

  .message-banner.message-banner--callout:after {
    background-color: var(--panel-background, transparent);
    content: "";
    height: 100%;
    opacity: 0.9;
    position: absolute;
    transform: skew(-20deg);
    width: 100%;
  }

  .message-banner.message-banner--top {
    left: 15vw;
    padding: 30px 10px 0 0;
  }
}

@media (min-width: 1920px) {
  .message-banner.message-banner--top {
    left: 25vw;
    width: 20vw;
  }
}

.message-banner.message-banner--full-width {
  overflow: initial;
}

.message-banner.message-banner--full-width .body-text {
  align-items: flex-start;
  -moz-column-gap: 4vw;
  column-gap: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}

.message-banner.message-banner--full-width .body-text .text {
  max-width: 700px;
  text-align: left;
}

.message-banner.message-banner--full-width .body-text .button-group {
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-content: flex-start;
  row-gap: 10px;
}

.message-banner.message-banner--full-width .body-text .button {
  margin-left: 0;
}

@media (min-width: 414px) {
  .message-banner.message-banner--full-width .body-text {
    align-items: center;
  }

  .message-banner.message-banner--full-width .body-text .text {
    min-width: 200px;
  }

  .message-banner.message-banner--full-width .body-text .button-group {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .message-banner.message-banner--full-width .body-text {
    flex-direction: row;
  }
}

.message-banner.message-banner--full-width .body-text--center {
  align-items: center;
}

.message-banner.message-banner--full-width .body-text--center .text {
  text-align: center;
}

.message-banner.message-banner--full-width .body-text--center .button-group {
  justify-content: center;
}

@media (min-width: 414px) {
  .message-banner.message-banner--full-width .body-text--center {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .message-banner.message-banner--full-width {
    align-items: center;
    display: flex;
    left: 0;
    min-height: auto;
    overflow: visible;
    position: relative;
    transform: none;
    width: 100%;
    z-index: 20;
  }

  .message-banner.message-banner--full-width .body-text {
    flex-direction: row;
    gap: 64px;
    max-width: 100%;
    transform: none;
  }

  .message-banner.message-banner--full-width + header .navigation__curtain {
    top: 0;
  }

  .message-banner.message-banner--full-width.sticky + header .panel.navigation__panel {
    top: 72px;
  }

  .message-banner.message-banner--full-width.sticky + header .panel.navigation__panel.navigation__search-panel {
    top: 0;
  }
}

.message-banner.sticky.message-banner--full-width,
header.sticky .message-banner.message-banner--callout,
header.sticky .message-banner.message-banner--top,
header.sticky + main .message-banner.message-banner--callout,
header.sticky + main .message-banner.message-banner--top {
  animation: message-banner-fade-in 1s ease-in-out forwards;
  bottom: auto;
  height: auto;
  justify-content: center;
  left: 0;
  min-height: 80px;
  padding: inherit;
  position: fixed;
  top: 64px;
  transform: none;
  width: 100%;
}

.message-banner.sticky.message-banner--full-width .body-text,
header.sticky .message-banner.message-banner--callout .body-text,
header.sticky .message-banner.message-banner--top .body-text,
header.sticky + main .message-banner.message-banner--callout .body-text,
header.sticky + main .message-banner.message-banner--top .body-text {
  flex-direction: column;
  max-width: 100%;
  padding: 20px 40px;
  transform: none;
}

@media (min-width: 1200px) {
  .message-banner.sticky.message-banner--full-width,
  header.sticky .message-banner.message-banner--callout,
  header.sticky .message-banner.message-banner--top,
  header.sticky + main .message-banner.message-banner--callout,
  header.sticky + main .message-banner.message-banner--top {
    background-color: var(--panel-background, transparent);
    opacity: 1;
    top: 72px;
    transform: skew(0deg);
  }

  .message-banner.sticky.message-banner--full-width .body-text,
  header.sticky .message-banner.message-banner--callout .body-text,
  header.sticky .message-banner.message-banner--top .body-text,
  header.sticky + main .message-banner.message-banner--callout .body-text,
  header.sticky + main .message-banner.message-banner--top .body-text {
    flex-direction: row;
    gap: 64px;
  }
}

.message-banner.sticky.message-banner--full-width.fadeout,
header.fadeout + main .message-banner.message-banner--callout,
header.fadeout + main .message-banner.message-banner--top {
  animation: message-banner-fade-out 1s ease-in-out forwards;
}

@keyframes message-banner-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes message-banner-fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .message-banner--callout + .message-banner__design-element {
    bottom: 0;
    height: 20%;
    opacity: 0.7;
    position: absolute;
    right: -120px;
    transform: skew(-20deg);
    width: 250px;
    z-index: 2;
  }
}

.message-bar.message-bar--preview {
  display: none;
}

#CookiebotWidget *,
#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
  font-family: Overpass !important;
}

#CookiebotWidget #CookiebotWidget-buttons button,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-radius: 30px !important;
  border-width: 3px !important;
}

.CookiebotWidget-main-logo,
a#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  padding: 0.6rem !important;
}

@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 2400px) {
  html {
    font-size: 20px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101921;
  font-family: Overpass, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.h1,
h1 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}

.h2,
h2 {
  font-size: 1.8rem;
}

.h3,
h3 {
  font-size: 1.4rem;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-size: 1.2rem;
}

.h1,
h1 {
  font-family: Overpass, Helvetica, Arial, sans-serif;
  margin-bottom: 2.5rem;
}

@media (max-width: 374px) {
  .h1,
  h1 {
    font-size: 2.281rem;
    margin-bottom: 1rem;
  }
}

.h2,
h2 {
  margin-bottom: 1.125rem;
}

.h3,
h3 {
  margin-bottom: 0.7875rem;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 1rem;
}

.h1--ambition,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.h1--ambition {
  font-size: 50px;
  line-height: 1.1;
}

@media (max-width: 374px) {
  .h1--ambition {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

@media (min-width: 375px) {
  .h1--ambition {
    font-size: 50px;
  }
}

@media (min-width: 544px) {
  .h1--ambition {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .h1--ambition {
    font-size: 90px;
  }
}

.h2--ambition {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 374px) {
  .h2--ambition {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

@media (min-width: 544px) {
  .h2--ambition {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .h2--ambition {
    font-size: 70px;
  }
}

.h3--ambition {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 374px) {
  .h3--ambition {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

@media (min-width: 544px) {
  .h3--ambition {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .h3--ambition {
    font-size: 55px;
  }
}

.h4--ambition {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .h4--ambition {
    font-size: 40px;
  }
}

.h5--ambition {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .h5--ambition {
    font-size: 34px;
  }
}

.body--ambition {
  font-size: 14px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .body--ambition {
    font-size: 21px;
  }
}

.body--ambition .button-group {
  margin: 2rem 0 0;
}

.body--ambition .button-group--spaced {
  margin: 2rem 0;
}

.body2--ambition {
  font-size: 12px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .body2--ambition {
    font-size: 18px;
  }
}

.highlight-color {
  color: var(--panel-highlight-color, #fff);
}

.body--32 {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 768px) {
  .body--32 {
    font-size: 32px;
  }
}

.body--24 {
  font-size: 24px;
}

.body--18,
.body--24 {
  letter-spacing: -0.02em;
  line-height: 110%;
}

.body--18 {
  font-size: 18px;
}

.body--16 {
  font-size: 16px;
  line-height: 1.5;
}

.body--14 {
  font-size: 14px !important;
  line-height: 1.5;
}

.body--12 {
  font-size: 12px;
  line-height: 1.5;
}

.body--10 {
  font-size: 10px;
  line-height: 1.5;
}

.body--bold {
  font-weight: 700 !important;
}

.body--center {
  text-align: center;
}

.body--icon {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.body--icon span {
  position: relative;
  top: 1px;
}

.body--10.body--icon,
.body--12.body--icon {
  gap: 4px;
}

.body--icon-first {
  gap: 0;
}

.heading.body--icon span {
  top: 2px;
}

.body--spin svg {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
}

.body--32 svg {
  height: 32px;
  width: 32px;
}

.body--faded {
  color: #70757a;
}

.body--uppercase {
  text-transform: uppercase;
}

.heading {
  margin-bottom: 4px;
}

.heading.margin-0 {
  margin: 0;
}

.heading.margin-bottom-10 {
  margin-bottom: 10px;
}

.heading.margin-bottom-20 {
  margin-bottom: 20px;
}

.heading.margin-top-20 {
  margin-top: 20px;
}

.heading.margin-top-40 {
  margin-top: 40px;
}

.heading--hero {
  font-family: Overpass Title, Helvetica, Arial, sans-serif;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 75%;
  text-transform: uppercase;
}

@media (max-width: 374px) {
  .heading--hero {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

@media (min-width: 768px) {
  .heading--hero {
    font-size: 64px;
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

.heading--120 {
  font-size: 14vw;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 544px) {
  .heading--120 {
    font-size: 80px;
  }
}

@media (min-width: 1024px) {
  .heading--120 {
    font-size: 120px;
  }
}

.heading--120 {
  font-weight: 700;
}

.heading--100 {
  font-size: 11vw;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 544px) {
  .heading--100 {
    font-size: 64px;
  }
}

@media (min-width: 1024px) {
  .heading--100 {
    font-size: 100px;
  }
}

.heading--100 {
  font-weight: 700;
}

.heading--80 {
  font-size: 11vw;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 544px) {
  .heading--80 {
    font-size: 64px;
  }
}

@media (min-width: 768px) {
  .heading--80 {
    font-size: 80px;
  }
}

.heading--80 {
  font-weight: 700;
}

.heading--64 {
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (max-width: 374px) {
  .heading--64 {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

@media (min-width: 768px) {
  .heading--64 {
    font-size: 64px;
  }
}

.heading--64 {
  font-weight: 700;
}

.heading--48 {
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 768px) {
  .heading--48 {
    font-size: 48px;
  }
}

.heading--48 {
  font-weight: 700;
}

.heading--40 {
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 768px) {
  .heading--40 {
    font-size: 40px;
  }
}

.heading--40 {
  font-weight: 700;
}

.heading--32 {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 768px) {
  .heading--32 {
    font-size: 32px;
  }
}

.heading--32 {
  font-weight: 700;
}

.heading--24 {
  font-size: 24px;
}

.heading--18,
.heading--24 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 110%;
}

.heading--18 {
  font-size: 18px;
}

.btn {
  align-items: center;
  border: 3px solid #101921;
  border-radius: 48px;
  color: #101921;
  display: flex;
  font-weight: 700;
  gap: 8px;
  justify-content: space-between;
  padding: 8px 20px;
}

.btn span {
  position: relative;
  top: 1px;
}

.btn--secondary {
  border: 3px solid #cfd1d3;
}

.btn--dark-navy {
  background-color: #101921;
  color: #fff;
}

.btn--25 {
  font-size: 25px;
  line-height: 1.5;
}

.btn--18 {
  font-size: 18px;
  line-height: 1.5;
}

.btn--16 {
  font-size: 16px;
  line-height: 1.5;
}

.link,
.link:hover {
  border: none;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.link--plain,
.link--plain:hover {
  font-weight: 400;
  text-decoration: none;
}

.link--normal,
.link--normal:hover {
  font-weight: 400;
}

.link--underline:hover,
a.link--underline,
a.link--underline:focus,
a.link--underline:hover {
  text-decoration: underline;
}

.link--white.link--underline:hover {
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.link--32 {
  font-size: 32px;
  line-height: 1.5;
}

.link--25 {
  font-size: 25px;
  line-height: 1.5;
}

.link--18 {
  font-size: 18px;
  line-height: 1.5;
}

.link--16 {
  font-size: 16px;
  line-height: 1.5;
}

.link--arrow svg {
  height: 10px;
  width: 10px;
}

@media (min-width: 768px) {
  .link--arrow {
    align-items: center;
    display: flex;
    gap: 5px;
  }

  .link--arrow span {
    position: relative;
    top: 1px;
  }
}

.link--down svg {
  height: 10px;
  width: 10px;
}

@media (min-width: 768px) {
  .link--down {
    align-items: center;
    display: flex;
    gap: 5px;
  }

  .link--down span {
    position: relative;
    top: 1px;
  }
}

.link--down svg {
  transform: rotate(90deg);
}

.label {
  font-weight: 700;
  text-transform: uppercase;
}

.label--12 {
  font-size: 12px;
}

.label--12,
.label--14 {
  letter-spacing: 0.03em;
  line-height: 16px;
}

.label--14 {
  font-size: 14px;
}

.label--10 {
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 14px;
}

a + h2,
form + h2,
ol + h2,
p + h2,
table + h2,
ul + h2 {
  margin-top: 2.566rem;
}

a + h3,
form + h3,
ol + h3,
p + h3,
table + h3,
ul + h3 {
  margin-top: 1.802rem;
}

a + h4,
a + h5,
a + h6,
form + h4,
form + h5,
form + h6,
ol + h4,
ol + h5,
ol + h6,
p + h4,
p + h5,
p + h6,
table + h4,
table + h5,
table + h6,
ul + h4,
ul + h5,
ul + h6 {
  margin-top: 1.266em;
}

section > h2 {
  margin-top: 2.566rem;
}

section > h3 {
  margin-top: 1.802rem;
}

section > h4,
section > h5,
section > h6 {
  margin-top: 1.266em;
}

q {
  quotes: "“" "”" "‘" "’";
}

.header {
  opacity: 1;
  position: relative;
  width: 100%;
  z-index: 20;
}

.panel.panel--navigation {
  background: #101921;
  height: var(--global_header_height);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1200px) {
  .panel.panel--navigation {
    z-index: unset;
  }
}

.panel.panel--navigation.panel--content > .panel__body {
  max-width: calc(1640px + 4rem);
  padding: 0;
}

@media (min-width: 1200px) {
  .panel.panel--navigation.panel--content > .panel__body {
    top: -40px;
  }
}

.panel.panel--navigation.panel--content > .panel__body .contact-bar {
  border-bottom: 1px solid #40474d;
  display: flex;
  gap: 32px;
  height: 40px;
  justify-content: flex-end;
  padding: 6px 20px;
  width: 100%;
  z-index: 0;
}

.panel.panel--navigation.panel--content > .panel__body .contact-bar svg {
  fill: transparent;
  height: 15px;
  stroke: #fff;
  width: 15px;
}

.panel.panel--navigation.panel--content > .panel__body .contact-bar a {
  height: 25px;
}

.panel.panel--navigation.panel--content > .panel__body .contact-bar a svg {
  transition: transform 0.3s;
}

.panel.panel--navigation.panel--content > .panel__body .contact-bar a:hover {
  text-decoration: underline;
}

.panel.panel--navigation.panel--content > .panel__body .contact-bar a:hover svg {
  transform: scale(1.2);
}

@media (min-width: 1200px) {
  .panel.panel--navigation.panel--content > .panel__body .contact-bar {
    border-bottom: none;
    padding: 6px 2px;
  }
}

.panel.panel--content.select__dropdown .panel__body,
.panel.panel--navigation.panel--content > .panel__body {
  max-width: 100%;
}

.panel.panel--navigation .content {
  height: auto;
  position: relative;
  width: 100%;
}

html {
  scroll-padding-top: 100px;
}

html.banner {
  scroll-padding-top: var(--global_header_height);
}

@media (min-width: 1200px) {
  html.banner {
    scroll-padding-top: calc(var(--global_banner_height) + var(--local_banner_height) + 72px);
  }
}

html.banner .header.sticky .panel.panel--navigation {
  height: calc(var(--global_header_height) + var(--local_banner_height));
}

@media (min-width: 1200px) {
  html.banner .header.sticky .panel.panel--navigation {
    height: calc(var(--global_banner_height) + var(--local_banner_height));
    position: relative;
  }

  html.banner .header.content-header.sticky .panel.panel--navigation {
    height: calc(var(--global_header_height) + var(--local_banner_height) + var(--global_banner_height) + 20px);
  }
}

.header.content-header .panel.panel--navigation {
  position: relative;
}

html.noscroll {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .panel.panel--navigation {
    background: transparent;
    border-top: 40px solid #101921;
    height: calc(var(--global_header_height) + 20px);
    position: absolute;
    position: var(--header-position, absolute);
    right: 0;
    width: 100%;
  }

  .panel.panel--navigation.panel--content > .panel__body {
    max-width: calc(1640px + 4rem);
    padding: 0 2rem;
  }

  .header.content-header .panel.panel--navigation {
    position: var(--header-position, relative);
  }

  html.noscroll {
    margin-right: var(--scrollwidth, 17px);
  }

  html.noscroll .panel.panel--navigation.panel--navigation-alt {
    width: 100%;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  html.noscroll .panel.panel--navigation.panel--navigation-alt .content {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  html.noscroll .panel.panel--navigation .navigation__panel .content {
    margin-right: 0;
  }

  html.noscroll header.sticky .panel.panel--navigation .navigation__top {
    padding-right: var(--scrollwidth, 17px);
  }

  html.noscroll .message-banner.message-banner--full-width {
    width: 100%;
  }

  html .message-banner.message-banner--full-width.message-banner--mobile {
    display: none;
  }
}

@media (min-width: 1700px) {
  html.noscroll .panel.panel--navigation {
    right: 0;
  }

  html.noscroll .panel.panel--navigation .content {
    margin-right: 0 !important;
  }

  html.noscroll .panel.panel--navigation {
    width: 100%;
  }
}

.navigation__top {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.navigation__top:after {
  background: #40474d;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: 12;
}

.navigation__top.is-inverse:after {
  background: #cfd1d3;
}

.navigation__top-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: calc(1640px + 4rem);
  width: 100%;
}

@media (min-width: 1200px) {
  .navigation__top {
    height: auto;
  }

  .navigation__top:after {
    display: none;
  }
}

.navigation__logo {
  align-items: center;
  display: flex;
  padding: 14px 32px;
  z-index: 0;
}

.navigation__logo svg {
  fill: #fff;
  height: 36px;
}

.navigation__logo.is-inverse svg {
  fill: #101921;
}

@media (min-width: 1200px) {
  .navigation__logo {
    background: #101921;
    padding: 39px 31px 40px 30px;
  }

  .navigation__logo svg {
    height: 60px;
    width: 110px;
  }

  .navigation__logo.is-inverse svg {
    fill: #fff;
  }

  .header--homepage .navigation__logo:before {
    background: #101921;
    bottom: -36px;
    content: "";
    display: block;
    height: 36px;
    left: 171px;
    position: absolute;
    width: 32px;
  }
}

.navigation__mainlist {
  background: #101921;
  display: flex;
  z-index: 12;
}

.navigation__items {
  background: #fff;
  left: 0;
  margin: 0;
  max-height: 90vh;
  overflow: scroll;
  position: absolute;
  top: 64px;
  width: 100%;
}

.navigation__items .navigation__item {
  border-bottom: 3px solid #cfd1d3;
}

.navigation__item > button {
  border-bottom: none;
}

.navigation__item .select--collapse + .select__dropdown {
  border-bottom: 0;
}

@media (max-width: 1199px) {
  .navigation__item .select--collapse.navigation-chevron {
    border: 0;
    border-radius: 0;
    outline: none;
    transition: none;
    width: 100%;
  }

  .navigation__item .select--collapse.navigation-chevron:hover {
    border-color: #cfd1d3;
  }

  .navigation__item .select--collapse.navigation-chevron.is-active {
    border-bottom: none;
  }

  .navigation__item .select--collapse.navigation-chevron.is-display,
  .navigation__item .select--collapse.navigation-chevron.is-selected {
    border-color: #cfd1d3;
  }

  .navigation__item .select--collapse + .select__dropdown {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .navigation__items {
    align-items: center;
    background: #101921;
    border: 0;
    display: flex;
    overflow: visible;
    padding-top: 0;
    position: relative;
    top: 0;
    width: auto;
  }

  .navigation__items .navigation__item {
    align-items: center;
    border: none;
    display: flex;
  }

  .navigation__item > a,
  .navigation__item > button {
    color: #fff;
    height: 72px;
    padding: 24px;
  }

  .navigation__item .select--collapse {
    padding: 22px 0;
  }

  .navigation__item > a.input,
  .navigation__item > button.input {
    font-size: 16px !important;
  }
}

.navigation__main-items {
  padding: 24px 32px;
}

@media (min-width: 1200px) {
  .nav-key-links {
    display: flex;
    height: 72px;
    justify-content: center;
    max-width: 883px;
    overflow: visible;
    padding: 0 48px;
  }

  .navigation__items .nav-key-links .navigation__item > button {
    position: relative;
  }

  .navigation__items .nav-key-links .navigation__item > button:before {
    background: #fd5000;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s;
    width: 100%;
  }

  .navigation__items .nav-key-links .navigation__item > button.is-active:before {
    opacity: 1;
  }
}

.navigation-clearing {
  margin-bottom: 1rem;
}

.navigation-clearing.select--collapse.input {
  border-bottom: 0;
  color: #fff;
  padding: 1rem;
}

@media (min-width: 1200px) {
  .navigation-clearing {
    margin: unset;
    transform: skew(-20deg);
  }

  .navigation-clearing span {
    text-decoration: underline;
    transform: skew(20deg);
  }
}

.mobile-nav-buttons {
  display: flex;
}

#global-search-button {
  border-left: 1px solid #40474d;
  border-right: 1px solid #40474d;
  display: flex;
  height: 64px;
  position: relative;
  width: 64px;
  z-index: 1;
}

#global-search-button.is-inverse {
  border-left: 1px solid #cfd1d3;
  border-right: 1px solid #cfd1d3;
}

#global-search-button svg {
  height: 20px;
  width: 20px;
}

#global-search-button button {
  display: flex;
  padding: 22px;
  position: absolute;
}

#mobile-menu-button {
  display: flex;
  height: 64px;
  position: relative;
  width: 64px;
  z-index: 1;
}

#mobile-menu-button.is-inverse svg {
  fill: #101921;
  stroke: #101921;
}

#mobile-menu-button button {
  display: flex;
  padding: 22px;
  position: absolute;
}

#mobile-menu-button svg {
  fill: #fff;
  height: 20px;
  stroke: #fff;
  width: 20px;
}

.navigation__search-button svg {
  display: flex;
  fill: #fff;
  height: 15px;
  stroke: #fff;
  width: 15px;
}

.navigation__search-button.is-inverse svg {
  fill: #101921;
  stroke: #101921;
}

.navigation__items .navigation__item.highlighted-mobile-links {
  border-bottom: none;
}

.navigation__items .navigation__item.highlighted-mobile-links .mini-card {
  margin-bottom: 1rem;
}

.navigation__items .navigation__item.highlighted-mobile-links .mini-card:focus:after {
  transform: skew(0deg) rotate(20deg);
}

.mini-card.mini-card--unskew,
.mini-card.mini-card--unskew .mini-card__title {
  transform: skew(0deg);
}

.mini-card.mini-card--unskew:after {
  transform: skew(0deg) rotate(20deg);
}

#desktop-menu-button {
  display: none;
}

@media (min-width: 1200px) {
  .desktop-nav-buttons {
    display: flex;
  }

  .mobile-nav-buttons {
    display: none;
  }

  .navigation__menu-item {
    align-items: center;
    background: #101921;
    color: #fff;
    display: flex;
    z-index: 1;
  }

  .navigation__menu-item button {
    color: #fff;
  }

  .navigation__menu-item button.is-inverse {
    color: #101921;
  }

  #mobile-menu-button {
    display: none;
  }

  #global-search-button {
    border-left: 1px solid #40474d;
    border-right: 1px solid #40474d;
    height: 71px;
    width: 72px;
  }

  #global-search-button.is-active {
    background-color: #fd5000;
    border-color: #fd5000;
    z-index: 11;
  }

  #global-search-button button {
    padding: 27px;
  }

  #global-search-button svg {
    height: 18px;
    width: 18px;
  }

  #desktop-menu-button {
    border-right: 1px solid #40474d;
    display: flex;
    height: 71px;
    width: 72px;
  }

  #desktop-menu-button.is-active {
    background: #fd5000;
    border-right-color: #fd5000;
  }

  #desktop-menu-button button {
    padding: 27px;
    position: absolute;
  }

  #desktop-menu-button svg {
    fill: #fff;
    height: 18px;
    stroke: #fff;
    width: 18px;
  }
}

.navigation--desktop {
  display: none;
}

@media (min-width: 1200px) {
  .navigation--desktop {
    display: flex !important;
    height: 72px;
  }

  .navigation--desktop:before {
    background: #101921;
    content: "";
    height: 72px;
    left: -15px;
    position: absolute;
    transform: skew(-20deg);
    width: 30px;
  }
}

#site-nav-more-button {
  display: none;
}

.site-nav {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
}

.site-nav nav.site-nav--desktop-menu {
  display: none;
}

.site-nav__list {
  margin: 0;
}

a.site-nav__link {
  display: flex;
  padding: 8px 32px;
}

.site-nav__toggle {
  display: none;
}

.site-nav.is-inverse .overflow_menu {
  top: 48px;
}

@media (max-width: 1199px) {
  .site-nav .select__dropdown {
    height: 100vh;
    overflow: scroll;
    padding-bottom: 40px;
  }

  .site-nav .select__dropdown ul.site-nav__list {
    padding-bottom: 126px;
  }

  .select--collapse {
    border: 0;
    border-bottom: 3px solid #cfd1d3;
    border-radius: 0;
    padding: 14px 0;
    transition: none;
    width: 100%;
  }

  .select--collapse:hover {
    border-color: #cfd1d3;
  }

  .select--collapse.is-active {
    border-bottom: none;
  }

  .select--collapse.is-display,
  .select--collapse.is-selected {
    border-color: #cfd1d3;
  }

  .site-nav__title {
    border-bottom: 1px solid #cfd1d3;
    display: flex;
    gap: 10px;
    height: 50px;
    justify-content: flex-end;
    padding: 0 0 0 2rem;
  }

  .select--collapse.site-nav__button {
    align-items: center;
    border-bottom: none;
    border-left: 1px solid #cfd1d3;
    color: #101921;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    padding: 14px 8px;
    width: 65px;
  }

  .select--collapse.site-nav__button:after {
    background-size: 12px 12px;
    display: inline-flex;
    height: 12px;
    position: relative;
    transition: transform 0.3s;
    width: 12px;
  }

  .select--collapse.site-nav__button span {
    font-size: 12px;
  }

  .site-nav__title + .select__dropdown {
    background: #fff;
    border-bottom: 3px solid #cfd1d3;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
  }

  .site-nav__button.select--collapse + .select__dropdown {
    border-bottom: 0;
    position: relative;
  }

  .site-nav__name {
    flex: 1 0 calc(100% - 4rem - 100px);
  }

  .site-nav__name span {
    font-size: 12px;
    padding: 10px 0;
  }

  .site-nav__name:focus-visible {
    outline: none;
  }
}

@media (min-width: 1200px) {
  .site-nav__title {
    align-items: center;
    border-right: 1px solid #cfd1d3;
    box-sizing: content-box;
    color: #101921;
    display: flex;
    font-size: 14px !important;
    gap: 0;
    line-height: 1.5;
    padding: 0;
  }

  .site-nav__title,
  .site-nav__title:before {
    background-color: #fff;
    border-bottom: 1px solid #cfd1d3;
  }

  .site-nav__title:before {
    border-left: 1px solid #cfd1d3;
    content: "";
    height: 41px;
    left: -10px;
    position: absolute;
    top: 3px;
    transform: skew(-20deg);
    width: 20px;
  }

  .site-nav__button {
    align-items: center;
    display: flex;
    gap: 4px;
    padding: 0 10px;
    width: 51px;
  }

  .site-nav__button span {
    font-size: 14px;
    padding: 10px 0;
  }

  .site-nav__button span:after {
    background-size: 12px 12px;
    display: inline-flex;
    height: 12px;
    position: relative;
    transition: transform 0.3s;
    width: 12px;
  }

  .site-nav__name {
    padding: 10px;
    z-index: 1;
  }

  .site-nav__name:hover {
    text-decoration: underline;
  }

  .site-nav__name span {
    font-size: 14px;
  }

  .site-nav__name + .site-nav__button {
    border-left: 1px solid #cfd1d3;
  }

  .site-nav nav.site-nav--desktop-menu {
    background-color: transparent;
    display: flex;
    height: auto;
    max-height: none;
    overflow: inherit;
    padding-bottom: 0;
  }

  #site-nav-more-button,
  .site-nav {
    display: flex;
  }

  .site-nav {
    align-items: center;
    background: transparent;
    border: none;
    height: 48px;
    justify-content: space-between;
    left: auto;
    position: absolute;
    right: 0;
    top: 102px;
    width: auto;
  }

  .site-nav nav {
    background: inherit;
    display: flex;
    height: auto;
  }

  .site-nav .select__dropdown {
    left: auto;
    min-width: 350px;
    right: 0;
  }

  .site-nav__list {
    max-height: 358px;
    overflow: scroll;
    padding-bottom: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .site-nav__list::-webkit-scrollbar {
    display: none;
  }

  .site-nav__item {
    flex: 1 0 auto;
  }

  a.site-nav__link {
    line-height: 20px;
    margin: 4px 0;
    padding: 6px 16px;
  }

  a.site-nav__link:hover {
    text-decoration: underline;
  }

  .navigation-chevron--underlined {
    position: relative;
  }

  .navigation-chevron--underlined:before {
    background: #101921;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s;
    width: 100%;
  }

  .navigation-chevron--underlined.is-active:before {
    opacity: 1;
  }
}

.input {
  align-items: center;
  border: 3px solid #101921;
  border-radius: 48px;
  display: flex;
  font-weight: 700;
  gap: 8px;
  justify-content: space-between;
  padding: 8px 20px;
}

.input span {
  position: relative;
  top: 1px;
}

.input {
  border-color: #cfd1d3;
  color: #101921;
  font-size: 14px !important;
  gap: 12px;
  line-height: 1.5;
  padding: 10px 20px;
  transition: border-color 0.3s;
}

.input:after {
  background-size: 12px 12px;
  display: inline-flex;
  height: 12px;
  position: relative;
  transition: transform 0.3s;
  width: 12px;
}

.input:hover {
  border-color: #101921;
}

.input--16 {
  font-size: 16px;
  line-height: 1.5;
}

.input input[placeholder] {
  position: relative;
  top: 1px;
}

.input input {
  font-size: inherit;
  line-height: inherit;
}

.input.is-active {
  border-color: #101921;
}

.input.is-active:after {
  transform: rotate(180deg);
}

.input.is-selected {
  border-color: #70757a;
}

.input.background--white {
  background: #fff;
}

.input--plain {
  border: none;
  border-radius: 0;
  padding: 10px 0;
}

.select:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow down%3C/title%3E%3Cpath d='M24.985 33.113h-9.87V0h9.87z'/%3E%3Cpath d='M17.502 40 0 27.177 5.936 19.5l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}

.select--chevron {
  gap: 5px;
}

.navigation-chevron:after,
.select--chevron:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Cpath d='M17.502 30.5 0 17.677 5.936 10l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}

.navigation-chevron:after {
  background-size: 12px 12px;
  height: 12px;
  transition: transform 0.3s;
  width: 12px;
}

.navigation-chevron.is-inverse:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Cpath d='M17.502 30.5 0 17.677 5.936 10l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}

.navigation-chevron.is-active:after {
  transform: rotate(180deg);
}

.button {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  min-height: 40px;
  padding: 4px 25px 2px;
}

@media (min-width: 1024px) {
  .button {
    font-size: 1rem;
    min-height: 50px;
    padding: 5px 30px 3px;
  }
}

.button {
  align-items: center;
  border: 3px solid transparent;
  border-radius: 30px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  text-align: left;
  text-align: center;
}

.button:focus,
.button:hover {
  text-decoration: none;
}

.button.button--small {
  font-size: 16px;
  min-height: 40px;
  padding: 4px 25px 2px;
}

.button-group {
  align-items: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  margin: 1rem 0 0;
  width: 100%;
}

.button-group .button:only-child {
  margin-bottom: 0;
  margin-right: 0;
}

.button-group.button-group--center {
  justify-content: center;
}

.button-group.button-group--spaced {
  margin: 1rem 0;
}

.button-group.button-group--center-aligned {
  align-items: center;
}

.button.button--swipe {
  align-items: center;
  display: inline-flex;
  font-size: 0.9rem;
  overflow: hidden;
  padding: 3px 10px;
  position: relative;
  text-align: left;
}

.button.button--swipe svg {
  border-radius: 50%;
  height: 28px;
  margin: 0;
  padding: 9px;
  position: relative;
  transform: rotate(20deg);
  transition: all 0.3s;
  transition-delay: 0.15s;
  width: 28px;
}

.button.button--swipe .button__background {
  border-radius: 30px;
  height: 28px;
  left: 3px;
  position: absolute;
  transition: width 0.3s;
  transition-delay: 0.15s;
  width: 28px;
}

.button.button--swipe .button__icon-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  transform: translateX(2px);
  transition: transform 0.3s;
  transition-delay: 0.15s;
  width: 100%;
}

.button.button--swipe span {
  margin: 3px 20px 1px 45px;
  transition: color 0.3s, transform 0.3s;
  transition-delay: 0.15s;
}

@media (min-width: 1024px) {
  .button.button--swipe {
    font-size: 1rem;
    min-height: 50px;
  }

  .button.button--swipe .button__background {
    height: 37px;
    left: 4px;
    width: 37px;
  }

  .button.button--swipe .button__icon-wrapper {
    transform: translateX(4px);
  }

  .button.button--swipe span {
    margin: 3px 20px 1px 45px;
    transform: none;
  }

  .button.button--swipe svg {
    height: 37px;
    padding: 12px;
    transform: rotate(20deg);
    width: 37px;
  }

  .button.button--swipe:hover .button__background {
    width: calc(100% - 8px);
  }

  .button.button--swipe:hover .button__icon-wrapper {
    transform: translateX(calc(100% - 42px));
  }

  .button.button--swipe:hover span {
    transform: translateX(-30px);
  }

  .button.button--swipe:hover svg {
    transform: rotate(0deg);
  }

  .button.button--swipe.button--small {
    min-height: 40px;
  }

  .button.button--swipe.button--small svg {
    height: 30px;
    padding: 9px;
    width: 30px;
  }

  .button.button--swipe.button--small .button__background {
    height: 30px;
    left: 3px;
    width: 30px;
  }

  .button.button--swipe.button--small .button__icon-wrapper {
    transform: translateX(3px);
  }

  .button.button--swipe.button--small span {
    margin: 3px 15px 0 30px;
  }

  .button.button--swipe.button--small:hover .button__background {
    width: calc(100% - 6px);
  }

  .button.button--swipe.button--small:hover .button__icon-wrapper {
    transform: translateX(calc(100% - 33px));
  }

  .button.button--swipe.button--small:hover span {
    transform: translateX(-18px);
  }
}

.button.button--swipe.button--large {
  min-height: 50px;
}

.button.button--swipe.button--large .button__background {
  height: 37px;
  left: 4px;
  width: 37px;
}

.button.button--swipe.button--large .button__icon-wrapper {
  transform: translateX(4px);
}

.button.button--swipe.button--large span {
  margin: 3px 20px 1px 45px;
  white-space: nowrap;
}

.button.button--swipe.button--large svg {
  height: 37px;
  padding: 12px;
  width: 37px;
}

.button.button--swipe.button--large:hover .button__background {
  width: calc(100% - 8px);
}

.button.button--swipe.button--large:hover .button__icon-wrapper {
  transform: translateX(calc(100% - 42px));
}

.button.button--swipe.button--large:hover span {
  transform: translateX(-30px);
}

@media (min-width: 1024px) {
  .button.button--swipe.button--large {
    border-radius: 40px;
    min-height: 66px;
  }

  .button.button--swipe.button--large .button__background {
    border-radius: 40px;
    height: 53px;
    left: 4px;
    width: 53px;
  }

  .button.button--swipe.button--large span {
    font-size: 25px;
    margin: 7px 30px 3px 65px;
  }

  .button.button--swipe.button--large svg {
    height: 53px;
    padding: 17px;
    width: 53px;
  }

  .button.button--swipe.button--large:hover .button__background {
    width: calc(100% - 8px);
  }

  .button.button--swipe.button--large:hover .button__icon-wrapper {
    transform: translateX(calc(100% - 60px));
  }

  .button.button--swipe.button--large:hover span {
    transform: translateX(-30px);
  }
}

.button.button--swipe.button--icon {
  padding: 3px;
}

.button.button--swipe.button--icon div {
  padding: 3px 20px 1px 15px;
}

.button.button--swipe.button--icon.button--spin svg {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.button.button--swipe:not(.button--bullet) {
  margin: 5px 0;
}

@media (max-width: 1023px) {
  .button.button--swipe:not(.button--bullet) {
    font-size: 0.9rem;
    height: 40px;
  }

  .button.button--swipe:not(.button--bullet) svg {
    transform: rotate(0deg);
  }

  .button.button--swipe:not(.button--bullet) .button__background {
    width: calc(100% - 6px);
  }

  .button.button--swipe:not(.button--bullet) .button__icon-wrapper {
    transform: translateX(calc(100% - 31px));
  }

  .button.button--swipe:not(.button--bullet) span {
    margin: 3px 15px 0 30px;
    transform: translateX(-18px);
    white-space: nowrap;
  }

  .button.button--swipe.button--large:not(.button--bullet) {
    font-size: 18px;
  }

  .button.button--swipe.button--large:not(.button--bullet) svg {
    transform: rotate(0deg);
  }

  .button.button--swipe.button--large:not(.button--bullet) .button__background {
    width: calc(100% - 8px);
  }

  .button.button--swipe.button--large:not(.button--bullet) .button__icon-wrapper {
    transform: translateX(calc(100% - 42px));
  }

  .button.button--swipe.button--large:not(.button--bullet) span {
    margin: 4px 10px 1px 45px;
    transform: translateX(-30px);
  }
}

.button--color-red-light {
  --color: #101921;
  --background: #e57d87;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-red-extra-light {
  --color: #101921;
  --background: #f6d4d7;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-orange-light {
  --color: #101921;
  --background: #fe9666;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-orange-extra-light {
  --color: #101921;
  --background: #ffdccc;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-yellow-light {
  --color: #101921;
  --background: #ffe266;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-yellow-extra-light {
  --color: #101921;
  --background: #fff5cc;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-green-light {
  --color: #101921;
  --background: #aed97d;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-green-extra-light {
  --color: #101921;
  --background: #e4f2d4;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-blue-light {
  --color: #101921;
  --background: #66b6e2;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-blue-extra-light {
  --color: #101921;
  --background: #cce7f5;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-purple-light {
  --color: #101921;
  --background: #a996c1;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-purple-extra-light {
  --color: #101921;
  --background: #e2dcea;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-pink-light {
  --color: #101921;
  --background: #e56fb1;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-pink-extra-light {
  --color: #101921;
  --background: #f6cfe5;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-navy-light {
  --color: #101921;
  --background: #6682a9;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-navy-extra-light {
  --color: #101921;
  --background: #ccd5e2;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-dark-navy-extra-light {
  --color: #101921;
  --background: #cfd1d3;
  --border-color: #101921;
  --button-background: #101921;
}

.button--color-red {
  --color: #fff;
  --background: #d32737;
  --border-color: #fff;
  --button-background: #fff;
}

.button--color-pink {
  --color: #fff;
  --background: #d40f7d;
  --border-color: #fff;
  --button-background: #fff;
}

.button--color-navy {
  --color: #fff;
  --background: #002f70;
  --border-color: #fff;
  --button-background: #fff;
}

.button--color-dark-navy {
  --color: #fff;
  --background: #101921;
  --border-color: #fff;
  --button-background: #fff;
}

.button--color-purple {
  --color: #fff;
  --background: #6f5098;
  --border-color: #fff;
  --button-background: #fff;
}

.button--color-dark-navy-light {
  --color: #fff;
  --background: #70757a;
  --border-color: #fff;
  --button-background: #fff;
}

.button {
  background-color: var(--background, var(--panel-background, #fff));
  border-color: var(--border-color, var(--panel-font-color, #101921));
}

.button,
.button:active,
.button:focus,
.button:hover {
  color: var(--color, var(--panel-font-color, #101921));
}

.button.button--swipe {
  background-color: var(--panel-background, #fff);
  border-color: var(--border-color, var(--panel-font-color, #101921));
}

.button.button--swipe .button__background,
.button.button--swipe svg {
  background-color: var(--button-background, var(--panel-font-color, #101921));
}

.button.button--swipe svg {
  fill: var(--panel-background, #fff);
}

.button.button--swipe span {
  color: var(--panel-background, #fff);
}

@media (min-width: 1024px) {
  .button.button--swipe span {
    color: var(--button-background, var(--panel-font-color, #fff));
  }

  .button.button--swipe:hover span {
    color: var(--panel-background, #fff);
  }
}

.button.button--swipe.button--white {
  background-color: #fff;
  border: 3px solid #101921;
}

.button.button--swipe.button--white svg {
  background-color: #101921;
  fill: #fff;
}

.button.button--swipe.button--white span {
  color: #fff;
}

.button.button--swipe.button--white .button__background {
  background-color: #101921;
}

@media (min-width: 1024px) {
  .button.button--swipe.button--white span {
    color: #101921;
  }

  .button.button--swipe.button--white:hover span {
    color: #fff;
  }
}

.button.button--sideswipe {
  align-items: center;
  background-color: #fff;
  border-color: #101921;
  display: inline-flex;
  font-size: 0.9rem;
  margin: 5px 0;
  overflow: hidden;
  padding: 3px 10px;
  position: relative;
  text-align: left;
}

.button.button--sideswipe .svg-wrapper {
  align-items: center;
  background-color: #101921;
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  padding: 9px;
  width: 28px;
}

.button.button--sideswipe .svg-wrapper svg {
  fill: #fff;
}

.button.button--sideswipe .button__background {
  background-color: #101921;
  border-radius: 30px;
  height: 28px;
  position: absolute;
  right: 3px;
  transition: width 0.3s;
  transition-delay: 0.15s;
  width: calc(100% - 8px);
}

.button.button--sideswipe .button__icon-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: absolute;
  transform: translateX(calc(-100% + 31px));
  transition: transform 0.3s;
  transition-delay: 0.15s;
  width: 100%;
}

.button.button--sideswipe span {
  color: #fff;
  margin: 3px 15px 0 30px;
  position: relative;
  transition: color 0.3s, transform 0.3s;
  transition-delay: 0.15s;
}

@media (min-width: 1024px) {
  .button.button--sideswipe {
    background-color: #fff;
    border-color: #101921;
    font-size: 1rem;
    min-height: 50px;
    padding: 3px 3px 3px 20px;
  }

  .button.button--sideswipe .button__background {
    height: 37px;
    right: 4px;
    width: 37px;
  }

  .button.button--sideswipe .button__icon-wrapper {
    transform: translateX(-12px);
  }

  .button.button--sideswipe span {
    color: #101921;
    margin: 3px 45px 1px 0;
    top: 1px;
    transform: none;
  }

  .button.button--sideswipe .svg-wrapper {
    height: 37px;
    padding: 12px;
    width: 37px;
  }

  .button.button--sideswipe:hover .button__background {
    width: calc(100% - 8px);
  }

  .button.button--sideswipe:hover .button__icon-wrapper {
    transform: translateX(calc(-100% + 32px));
  }

  .button.button--sideswipe:hover span {
    color: #fff;
    transform: translateX(30px);
  }
}

.panel.panel--red {
  --panel-background: #d32737;
}

.panel.panel--pink {
  --panel-background: #d40f7d;
}

.panel.panel--blue {
  --panel-background: #0085cf;
}

.panel.panel--navy {
  --panel-background: #002f70;
}

.panel.panel--dark-navy {
  --panel-background: #101921;
}

.panel.panel--purple {
  --panel-background: #6f5098;
}

.panel.panel--dark-navy-light {
  --panel-background: #70757a;
}

.panel.panel--dark-navy-40 {
  --panel-background: #9fa3a6;
}

.panel.panel--dark-navy-extra-light {
  --panel-background: #cfd1d3;
}

.panel.panel--dark-navy-10 {
  --panel-background: #e7e8e9;
}

.panel.panel--navy-light {
  --panel-background: #6682a9;
}

.panel.panel--navy-40 {
  --panel-background: #99acc6;
}

.panel.panel--navy-extra-light {
  --panel-background: #ccd5e2;
}

.panel.panel--white {
  --panel-background: #fff;
}

.panel.panel--yellow {
  --panel-background: #ffcf00;
}

.panel.panel--green {
  --panel-background: #78bf26;
}

.panel.panel--orange {
  --panel-background: #fd5000;
}

.panel.panel--red-light {
  --panel-background: #e57d87;
}

.panel.panel--red-40 {
  --panel-background: #eda9af;
}

.panel.panel--red-extra-light {
  --panel-background: #f6d4d7;
}

.panel.panel--orange-light {
  --panel-background: #fe9666;
}

.panel.panel--orange-40 {
  --panel-background: #feb999;
}

.panel.panel--orange-extra-light {
  --panel-background: #ffdccc;
}

.panel.panel--yellow-light {
  --panel-background: #ffe266;
}

.panel.panel--yellow-40 {
  --panel-background: #ffec99;
}

.panel.panel--yellow-extra-light {
  --panel-background: #fff5cc;
}

.panel.panel--green-light {
  --panel-background: #aed97d;
}

.panel.panel--green-40 {
  --panel-background: #c9e5a8;
}

.panel.panel--green-extra-light {
  --panel-background: #e4f2d4;
}

.panel.panel--blue-light {
  --panel-background: #66b6e2;
}

.panel.panel--blue-40 {
  --panel-background: #99ceec;
}

.panel.panel--blue-extra-light {
  --panel-background: #cce7f5;
}

.panel.panel--purple-light {
  --panel-background: #a996c1;
}

.panel.panel--purple-40 {
  --panel-background: #c5b9d6;
}

.panel.panel--purple-extra-light {
  --panel-background: #e2dcea;
}

.panel.panel--pink-light {
  --panel-background: #e56fb1;
}

.panel.panel--pink-40 {
  --panel-background: #ee9fcb;
}

.panel.panel--pink-extra-light {
  --panel-background: #f6cfe5;
}

.panel.panel--dark-navy,
.panel.panel--dark-navy-light,
.panel.panel--navy,
.panel.panel--pink,
.panel.panel--purple,
.panel.panel--red {
  --panel-font-color: #fff;
  --panel-header-color: #fff;
  --panel-border-color: #fff;
  --panel-hover-color: #fff;
}

.panel.panel--green,
.panel.panel--orange,
.panel.panel--white,
.panel.panel--yellow {
  --panel-font-color: #000;
  --panel-header-color: #101921;
  --panel-border-color: #101921;
  --panel-hover-color: #101921;
}

.panel.panel--blue {
  --panel-font-color: #000;
  --panel-header-color: #000;
  --panel-border-color: #101921;
  --panel-hover-color: #101921;
}

.panel.panel--blue-extra-light,
.panel.panel--blue-light,
.panel.panel--dark-navy-10,
.panel.panel--dark-navy-extra-light,
.panel.panel--green-extra-light,
.panel.panel--green-light,
.panel.panel--navy-extra-light,
.panel.panel--navy-light,
.panel.panel--orange-extra-light,
.panel.panel--orange-light,
.panel.panel--pink-extra-light,
.panel.panel--pink-light,
.panel.panel--purple-extra-light,
.panel.panel--purple-light,
.panel.panel--red-extra-light,
.panel.panel--red-light,
.panel.panel--yellow-extra-light,
.panel.panel--yellow-light {
  --panel-font-color: #000;
  --panel-header-color: #101921;
  --panel-border-color: #101921;
  --panel-hover-color: #101921;
}

.design-block--color-red {
  --design-color: #d32737;
}

.design-block--color-pink {
  --design-color: #d40f7d;
}

.design-block--color-blue {
  --design-color: #0085cf;
}

.design-block--color-navy {
  --design-color: #002f70;
}

.design-block--color-dark-navy {
  --design-color: #101921;
}

.design-block--color-purple {
  --design-color: #6f5098;
}

.design-block--color-dark-navy-light {
  --design-color: #70757a;
}

.design-block--color-dark-navy-40 {
  --design-color: #9fa3a6;
}

.design-block--color-dark-navy-extra-light {
  --design-color: #cfd1d3;
}

.design-block--color-dark-navy-10 {
  --design-color: #e7e8e9;
}

.design-block--color-navy-light {
  --design-color: #6682a9;
}

.design-block--color-navy-40 {
  --design-color: #99acc6;
}

.design-block--color-navy-extra-light {
  --design-color: #ccd5e2;
}

.design-block--color-white {
  --design-color: #fff;
}

.design-block--color-yellow {
  --design-color: #ffcf00;
}

.design-block--color-green {
  --design-color: #78bf26;
}

.design-block--color-orange {
  --design-color: #fd5000;
}

.design-block--color-red-light {
  --design-color: #e57d87;
}

.design-block--color-red-40 {
  --design-color: #eda9af;
}

.design-block--color-red-extra-light {
  --design-color: #f6d4d7;
}

.design-block--color-orange-light {
  --design-color: #fe9666;
}

.design-block--color-orange-40 {
  --design-color: #feb999;
}

.design-block--color-orange-extra-light {
  --design-color: #ffdccc;
}

.design-block--color-yellow-light {
  --design-color: #ffe266;
}

.design-block--color-yellow-40 {
  --design-color: #ffec99;
}

.design-block--color-yellow-extra-light {
  --design-color: #fff5cc;
}

.design-block--color-green-light {
  --design-color: #aed97d;
}

.design-block--color-green-40 {
  --design-color: #c9e5a8;
}

.design-block--color-green-extra-light {
  --design-color: #e4f2d4;
}

.design-block--color-blue-light {
  --design-color: #66b6e2;
}

.design-block--color-blue-40 {
  --design-color: #99ceec;
}

.design-block--color-blue-extra-light {
  --design-color: #cce7f5;
}

.design-block--color-purple-light {
  --design-color: #a996c1;
}

.design-block--color-purple-40 {
  --design-color: #c5b9d6;
}

.design-block--color-purple-extra-light {
  --design-color: #e2dcea;
}

.design-block--color-pink-light {
  --design-color: #e56fb1;
}

.design-block--color-pink-40 {
  --design-color: #ee9fcb;
}

.design-block--color-pink-extra-light {
  --design-color: #f6cfe5;
}

.panel {
  background-color: var(--panel-background, #fff);
  color: var(--panel-font-color, #101921);
  position: relative;
}

.panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
  border-bottom: 1px solid var(--panel-border-color, #ccc);
  color: var(--panel-font-color, #06c);
  text-decoration: none;
}

.panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
  border-bottom: 1px solid var(--panel-hover-color, #06c);
}

.panel .link {
  color: var(--panel-font-color, #000);
}

.panel .link svg {
  fill: var(--panel-font-color, #000);
}

.panel .body h1,
.panel .body h2,
.panel .body h3,
.panel .body h4,
.panel .body q.h2,
.panel .panel__body h1,
.panel .panel__body h2,
.panel .panel__body h3,
.panel .panel__body h4,
.panel .panel__body q.h2 {
  color: var(--panel-header-color, #101921);
}

.panel .body .content,
.panel .panel__body .content {
  color: var(--panel-font-color, #000);
}

.panel .body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel .body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
  border-bottom: 1px solid var(--panel-border-color, #ccc);
  color: var(--panel-font-color, #06c);
  text-decoration: none;
}

.panel .body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel .body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
  border-bottom: 1px solid var(--panel-hover-color, #06c);
}

.panel .body ul.bullet-list > li:before,
.panel .panel__body ul.bullet-list > li:before {
  color: var(--panel-header-color, #101921);
}

.panel > .body ul:not([class]) li {
  display: list-item;
  margin-left: 15px;
}

.panel .flex-columns {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .panel .flex-columns {
    flex-wrap: nowrap;
  }
}

.panel.image-content {
  align-items: center;
  display: flex;
  min-height: 600px;
  overflow: hidden;
}

.panel.image-content > .body {
  z-index: 1;
}

.panel.image-content > .body .alert {
  position: relative;
}

.panel.image-content > .body .alert:before {
  background-color: #101921;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.panel.image-content .image {
  height: 100%;
  position: absolute;
  width: 100%;
}

.panel.image-content .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.panel.left-content {
  display: grid;
  grid-template-columns: minmax(2rem, auto) auto minmax(2rem, auto);
  overflow: hidden;
}

.panel.left-content > .body {
  grid-column: 2;
}

.panel.left-content .content-group {
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .panel.left-content .main-content {
    display: flex;
    gap: 32px;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .panel.left-content {
    grid-template-columns: 2rem auto 32px 300px 2rem;
  }

  .panel.left-content > .body {
    grid-column: 2;
  }
}

@media (min-width: 1700px) {
  .panel.left-content {
    grid-template-columns: auto 32px 800px 32px 380px auto;
  }

  .panel.left-content > .body {
    grid-column: 3;
  }
}

.panel.standard-content {
  display: grid;
  grid-template-columns: minmax(2rem, auto) auto minmax(2rem, auto);
  overflow: hidden;
}

.panel.standard-content > .body {
  grid-column: 2;
}

.panel.standard-content .content-group {
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .panel.standard-content .main-content {
    display: flex;
    gap: 32px;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .panel.standard-content {
    grid-template-columns: 2rem 300px 32px auto 2rem;
  }

  .panel.standard-content > .body {
    grid-column: 4;
  }
}

@media (min-width: 1700px) {
  .panel.standard-content {
    grid-template-columns: auto 380px 32px 800px 32px 380px auto;
  }

  .panel.standard-content > .body {
    grid-column: 4/7;
  }
}

.panel.centre-content {
  display: grid;
  grid-template-columns: 2rem minmax(auto, 800px) 2rem;
}

.panel.centre-content > .body {
  grid-column: 2;
}

@media (min-width: 1200px) {
  .panel.centre-content {
    grid-template-columns: 2rem 300px 32px auto 2rem;
  }

  .panel.centre-content > .body {
    grid-column: 4;
  }
}

@media (min-width: 1366px) {
  .panel.centre-content {
    grid-template-columns: 2rem 300px 32px auto 32px 300px 2rem;
  }
}

@media (min-width: 1700px) {
  .panel.centre-content {
    grid-template-columns: auto 380px 32px 800px 32px 380px auto;
  }
}

.panel.centre-content .content-group {
  padding-bottom: 50px;
}

.panel.full-content {
  display: grid;
  grid-template-columns: minmax(2rem, auto) minmax(auto, 1640px) minmax(2rem, auto);
}

.panel.full-content .body {
  grid-column: 2;
}

.panel.full-content .content-group {
  padding-bottom: 50px;
}

.panel.panel--content .panel__body {
  margin: 0 auto;
  position: relative;
}

.right-side.flexed {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .right-side.flexed {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }
}

.pills.pills--flex {
  align-items: center;
  display: flex;
}

.pill {
  align-items: center;
  display: inline-flex;
  margin-bottom: 8px;
}

.pill button {
  align-items: center;
  display: flex;
}

.pill button span {
  position: relative;
  top: 1px;
}

.pill .btn--tooltip {
  align-items: center;
}

.pill .btn--tooltip svg {
  height: 12px;
  position: relative;
  top: 0;
  width: 12px;
}

.pill--no-margin {
  margin-bottom: 0;
}

.pill--18 {
  font-size: 18px;
  padding: 5px 24px;
}

.pill--14,
.pill--18 {
  border-radius: 100px;
  line-height: 1.5;
}

.pill--14 {
  font-size: 14px;
  padding: 9px 16px;
}

.pill--12 {
  font-size: 12px;
  padding: 7px 12px;
}

.pill--10,
.pill--12 {
  border-radius: 40px;
  line-height: 1.5;
}

.pill--10 {
  font-size: 10px;
  padding: 3px 10px;
}

.pill--outline {
  border: 1px solid #cfd1d3;
  color: #101921 !important;
  transition: background 0.3s;
}

.pill--outline:focus,
.pill--outline:hover {
  background: #cfd1d3;
  border: 1px solid #cfd1d3 !important;
}

.pill--outline {
  text-decoration: none !important;
}

.pill--icon {
  gap: 8px;
}

.pill--icon svg {
  height: 15px;
  width: 15px;
}

.pill--icon span {
  position: relative;
  top: 1px;
}

.pill--filled {
  color: #101921 !important;
  font-weight: 700;
  transition: background 0.3s;
}

.pill--filled:focus.panel--dark-navy-extra-light,
.pill--filled:hover.panel--dark-navy-extra-light {
  background-color: #9fa3a6;
}

.pill--filled:focus.panel--navy-extra-light,
.pill--filled:hover.panel--navy-extra-light {
  background-color: #99acc6;
}

.pill--filled:focus.panel--blue-extra-light,
.pill--filled:hover.panel--blue-extra-light {
  background-color: #99ceec;
}

.pill--filled:focus.panel--purple-extra-light,
.pill--filled:hover.panel--purple-extra-light {
  background-color: #c5b9d6;
}

.pill--filled:focus.panel--pink-extra-light,
.pill--filled:hover.panel--pink-extra-light {
  background-color: #ee9fcb;
}

.pill--filled:focus.panel--red-extra-light,
.pill--filled:hover.panel--red-extra-light {
  background-color: #eda9af;
}

.pill--filled:focus.panel--orange-extra-light,
.pill--filled:hover.panel--orange-extra-light {
  background-color: #feb999;
}

.pill--filled:focus.panel--yellow-extra-light,
.pill--filled:hover.panel--yellow-extra-light {
  background-color: #ffec99;
}

.pill--filled:focus.panel--green-extra-light,
.pill--filled:hover.panel--green-extra-light {
  background-color: #c9e5a8;
}

.pill--filled,
.pill--filled:focus,
.pill--filled:hover {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.pill--close button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17'%3E%3Ctitle%3Ecross%3C/title%3E%3Cg stroke='%23101921' stroke-width='3.75'%3E%3Cpath d='m14.5 2.999-11 11M3.5 2.999l11 11'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-flex;
  height: 12px;
  margin-left: 10px;
  position: relative;
  transition: transform 0.3s;
  width: 12px;
}

.pill--inverse button {
  color: #fff !important;
}

.pill--inverse.pill--close button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17'%3E%3Ctitle%3Ecross%3C/title%3E%3Cg stroke='%23fff' stroke-width='3.75'%3E%3Cpath d='m14.5 2.999-11 11M3.5 2.999l11 11'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}

.pill--width-100 {
  justify-content: center;
  width: 100%;
}

.pill--angled {
  border-radius: 0;
  padding: 12px 10px 10px 20px;
  position: relative;
}

.pill--angled:after {
  background: var(--panel-background, #fff);
  bottom: auto;
  content: "";
  display: block;
  height: calc(100% - 0.25px);
  left: auto;
  position: absolute;
  right: -10px;
  top: 0;
  transform: skew(-20deg);
  width: 20px;
  z-index: 1;
}

.pill--angled + .pill--angled {
  padding: 12px 10px 10px 30px;
}

.pill--10.pill--angled {
  padding-bottom: 5px;
  padding-top: 6px;
}

.badge {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  padding: 3px;
}

.badge svg {
  height: 10px;
  width: 10px;
}

.course main .panel.panel--course-hero {
  background: #fff;
  border-bottom: 1px solid #70757a;
  position: relative;
  z-index: 2;
}

.course main .panel.panel--course-hero .image {
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: calc(var(--course_hero_zoom, 100%) + 100%);
}

.course main .panel.panel--course-hero .image:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.439), transparent 80%), linear-gradient(0deg, rgba(0, 0, 0, 0.439), transparent 80%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .course main .panel.panel--course-hero .image:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.439), transparent 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.439), transparent 50%);
  }
}

.course main .panel.panel--course-hero .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% calc(100% - var(--course_hero_y, 50%));
  object-position: 50% calc(100% - var(--course_hero_y, 50%));
}

@media (min-width: 1200px) {
  .course main .panel.panel--course-hero .image {
    left: 0;
    max-width: 2000px;
    min-width: auto;
    width: calc(var(--course_hero_zoom, 100%) + 100vw - 500px);
  }

  .course main .panel.panel--course-hero .image img {
    transform: translateX(calc(0% - var(--course_hero_zoom, 100%) / 1));
  }
}

@media (min-width: 1700px) {
  .course main .panel.panel--course-hero .image {
    width: calc(var(--course_hero_zoom, 100%) + 50vw + 320px + 2rem);
  }
}

.course main .panel.panel--course-hero .text {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: space-between;
  min-height: 400px;
  position: static;
  width: 100%;
}

.course main .panel.panel--course-hero .text__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .course main .panel.panel--course-hero .text__body {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .course main .panel.panel--course-hero .text {
    align-items: stretch;
    margin: 0 auto;
    max-width: calc(1640px + 4rem);
    min-height: 550px;
  }

  .course main .panel.panel--course-hero .text__body {
    max-width: 800px;
    padding: 0 20px 20px 2rem;
  }

  .course main .course-key-information-wrapper-mobile {
    display: none;
  }
}

.course main .course-key-information-wrapper {
  align-items: center;
  background: #fff;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1200px) {
  .course main .course-key-information-wrapper {
    min-width: 500px;
    width: 500px;
  }
}

.course main .course-key-information {
  padding: 20px 2rem;
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .course main .course-key-information {
    padding: 160px 2rem 20px 20px;
  }
}

.course main .course-key-information .main-facts {
  border: 1px solid #101921;
  border-radius: 5px;
}

.course main .course-key-information .facts-heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}

.course main .course-key-information .facts-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.course main .course-key-information .flag {
  padding: 10px;
}

@media (min-width: 544px) {
  .course main .course-key-information .flag {
    border-top-right-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }

  .course main .course-key-information .flag:before {
    background-color: var(--panel-background);
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    transform: skew(20deg);
    width: 30px;
    z-index: -1;
  }
}

.course main .course-key-information .flag p {
  margin: 0;
}

.course main .offer-box {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  grid-column: 1/3;
  padding: 10px;
}

.course main .accreditations {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}

.course main .accreditations img {
  max-width: 80px;
}

.course main .panel.panel--card-carousel:has(.card--fact-callout) .content--card {
  padding: 10px 0;
}

.course main .panel.panel--card-carousel:has(.card--fact-callout) .carousel {
  padding: 10px 0;
}

.course main .card--fact-callout {
  min-height: 300px;
  overflow: hidden;
}

.course main .card--fact-callout.swiper-slide {
  min-width: 250px;
  width: calc(25% - 15px);
}

.course main .card--fact-callout .card__body {
  display: flex;
  height: 100%;
}

.course main .card--fact-callout .card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  z-index: 1;
}

.course main .card--fact-callout .heading {
  margin-top: 0;
}

.course main .card--fact-callout .card__image {
  height: 100%;
  position: absolute;
  top: 0;
}

.course main .card--fact-callout .design-block {
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.course main .card--fact-callout .design-block svg {
  fill: var(--design-color, #0085cf);
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.course main .card--fact-callout:has(.card__image) img {
  filter: brightness(0.5);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.course main .card--fact-callout:has(.card__image) .design-block {
  z-index: 2;
}

.course main .pill .deadline p {
  margin-bottom: 0;
}

.course main section#overview {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .course main section#overview {
    margin-top: 0;
  }
}

.course main section#clearing + section#overview {
  margin-top: 0;
}

.panel.course-filter {
  position: relative;
}

@media (max-width: 1365px) {
  .panel.course-filter > .panel__body {
    padding: 0;
  }
}

.panel.panel--content.panel--homepage-search {
  background-color: #101921;
  max-width: inherit;
}

.panel.panel--content.panel--homepage-search.panel__body {
  max-width: inherit;
  padding: 32px;
}

.panel--homepage-search .input {
  font-size: 20px;
  height: 56px;
  position: relative;
  width: 100%;
}

.panel--homepage-search .select-wrapper {
  width: 100%;
}

.panel--homepage-search .searchbox {
  padding: 10px 0;
}

.panel--homepage-search .searchbox input {
  padding: 0;
}

.search-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  z-index: 2;
}

.course-filter__title {
  padding-right: 24px;
  width: 100%;
}

.course-filter__title .support-link {
  margin-right: 0.5rem;
  white-space: nowrap;
}

.panel--homepage-search .view-all-link {
  margin: 0 !important;
}

a.course-filter__link {
  border-bottom: none !important;
  color: #000 !important;
  display: block;
  padding: 12px 24px;
  transition: background-color 0.3s;
}

a.course-filter__link:focus,
a.course-filter__link:hover {
  background-color: #cfd1d3;
  border-bottom: none;
}

.inline-bar {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: flex-start;
}

.inline-bar__item {
  border-right: 1px solid #cfd1d3;
  padding-right: 8px;
}

.inline-bar .inline-bar__item:last-child {
  border-right: none;
}

@media (min-width: 768px) {
  .panel--homepage-search .select-wrapper {
    min-width: 200px;
    width: auto;
  }

  .panel--homepage-search .search-container {
    flex-direction: row;
  }

  .course-filter__textbox.input.searchbox {
    width: 380px;
  }

  .course-filter__textbox.input.searchbox--medium {
    width: 530px;
  }

  .course-filter__textbox.input.searchbox--wide {
    width: 680px;
  }
}

@media (min-width: 1200px) {
  .course-filter__title {
    width: 100%;
  }
}

@media (min-width: 1366px) {
  .panel.panel--content.panel--homepage-search.panel__body {
    margin-left: 150px;
    padding: 40px 0 40px 60px;
  }

  .panel.panel--homepage-search:before {
    background: #101921;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 70px;
    z-index: 0;
  }

  .course-filter__title {
    min-width: 440px;
    padding-right: 48px;
    width: auto;
  }
}

/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;

@layer theme {
  :host,
  :root {
    --tw-color-black: #000;
    --tw-spacing: 1px;
    --tw-font-weight-bold: 700;
    --tw-radius-md: 0.375rem;
    --tw-radius-lg: 0.5rem;
  }
}

@layer utilities {
  .tw\:\!relative {
    position: relative !important;
  }

  .tw\:\!-top-\[6px\] {
    top: -6px !important;
  }

  .tw\:\!z-\[1\] {
    z-index: 1 !important;
  }

  .tw\:\!col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .tw\:\!m-0 {
    margin: calc(var(--tw-spacing) * 0) !important;
  }

  .tw\:\!my-\[1rem\] {
    margin-block: 1rem !important;
  }

  .tw\:\!mt-0 {
    margin-top: calc(var(--tw-spacing) * 0) !important;
  }

  .tw\:\!mt-10 {
    margin-top: calc(var(--tw-spacing) * 10) !important;
  }

  .tw\:\!mt-16 {
    margin-top: calc(var(--tw-spacing) * 16) !important;
  }

  .tw\:\!mt-20 {
    margin-top: calc(var(--tw-spacing) * 20) !important;
  }

  .tw\:\!mt-30 {
    margin-top: calc(var(--tw-spacing) * 30) !important;
  }

  .tw\:\!mt-\[10px\] {
    margin-top: 10px !important;
  }

  .tw\:\!mr-10 {
    margin-right: calc(var(--tw-spacing) * 10) !important;
  }

  .tw\:\!mb-0 {
    margin-bottom: calc(var(--tw-spacing) * 0) !important;
  }

  .tw\:\!mb-2 {
    margin-bottom: calc(var(--tw-spacing) * 2) !important;
  }

  .tw\:\!mb-5 {
    margin-bottom: calc(var(--tw-spacing) * 5) !important;
  }

  .tw\:\!mb-10 {
    margin-bottom: calc(var(--tw-spacing) * 10) !important;
  }

  .tw\:\!mb-20 {
    margin-bottom: calc(var(--tw-spacing) * 20) !important;
  }

  .tw\:\!mb-30 {
    margin-bottom: calc(var(--tw-spacing) * 30) !important;
  }

  .tw\:\!mb-50 {
    margin-bottom: calc(var(--tw-spacing) * 50) !important;
  }

  .tw\:\!mb-\[0\.7rem\] {
    margin-bottom: 0.7rem !important;
  }

  .tw\:\!mb-\[20px\] {
    margin-bottom: 20px !important;
  }

  .tw\:\!mb-\[50px\] {
    margin-bottom: 50px !important;
  }

  .tw\:\!box-content {
    box-sizing: content-box !important;
  }

  .tw\:\!flex {
    display: flex !important;
  }

  .tw\:\!grid {
    display: grid !important;
  }

  .tw\:\!inline-flex {
    display: inline-flex !important;
  }

  .tw\:\!h-\[95\%\] {
    height: 95% !important;
  }

  .tw\:h-auto {
    height: auto;
  }

  .tw\:\!w-1\/2 {
    width: 50% !important;
  }

  .tw\:\!w-\[95\%\] {
    width: 95% !important;
  }

  .tw\:\!w-full {
    width: 100% !important;
  }

  .tw\:\!max-w-\[180px\] {
    max-width: 180px !important;
  }

  .tw\:\!max-w-\[530px\] {
    max-width: 530px !important;
  }

  .tw\:\!max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .tw\:\!flex-1 {
    flex: 1 !important;
  }

  .tw\:\!basis-full {
    flex-basis: 100% !important;
  }

  .tw\:\!cursor-pointer {
    cursor: pointer !important;
  }

  .tw\:\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .tw\:\!grid-cols-\[min-content_auto\] {
    grid-template-columns: min-content auto !important;
  }

  .tw\:\!flex-col {
    flex-direction: column !important;
  }

  .tw\:\!flex-wrap {
    flex-wrap: wrap !important;
  }

  .tw\:\!items-center {
    align-items: center !important;
  }

  .tw\:\!items-start {
    align-items: flex-start !important;
  }

  .tw\:\!justify-between {
    justify-content: space-between !important;
  }

  .tw\:\!justify-center {
    justify-content: center !important;
  }

  .tw\:\!gap-4 {
    gap: calc(var(--tw-spacing) * 4) !important;
  }

  .tw\:\!gap-6 {
    gap: calc(var(--tw-spacing) * 6) !important;
  }

  .tw\:\!gap-8 {
    gap: calc(var(--tw-spacing) * 8) !important;
  }

  .tw\:\!gap-10 {
    gap: calc(var(--tw-spacing) * 10) !important;
  }

  .tw\:\!gap-15 {
    gap: calc(var(--tw-spacing) * 15) !important;
  }

  .tw\:\!gap-20 {
    gap: calc(var(--tw-spacing) * 20) !important;
  }

  .tw\:\!gap-32 {
    gap: calc(var(--tw-spacing) * 32) !important;
  }

  .tw\:\!gap-\[5px\] {
    gap: 5px !important;
  }

  .tw\:\!rounded {
    border-radius: 0.25rem !important;
  }

  .tw\:\!rounded-\[1rem\] {
    border-radius: 1rem !important;
  }

  .tw\:\!rounded-\[8px\] {
    border-radius: 8px !important;
  }

  .tw\:\!rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }

  .tw\:\!rounded-lg {
    border-radius: var(--tw-radius-lg) !important;
  }

  .tw\:\!rounded-md {
    border-radius: var(--tw-radius-md) !important;
  }

  .tw\:\!rounded-tl-\[5px\] {
    border-top-left-radius: 5px !important;
  }

  .tw\:\!rounded-tl-md {
    border-top-left-radius: var(--tw-radius-md) !important;
  }

  .tw\:\!rounded-tr-\[5px\] {
    border-top-right-radius: 5px !important;
  }

  .tw\:\!rounded-tr-md {
    border-top-right-radius: var(--tw-radius-md) !important;
  }

  .tw\:\!border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }

  .tw\:\!border-black {
    border-color: var(--tw-color-black) !important;
  }

  .tw\:\!bg-\[\#f3f4f4\] {
    background-color: #f3f4f4 !important;
  }

  .tw\:\!object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .tw\:\!p-10 {
    padding: calc(var(--tw-spacing) * 10) !important;
  }

  .tw\:\!p-20 {
    padding: calc(var(--tw-spacing) * 20) !important;
  }

  .tw\:\!p-24 {
    padding: calc(var(--tw-spacing) * 24) !important;
  }

  .tw\:\!p-\[1rem\] {
    padding: 1rem !important;
  }

  .tw\:\!px-30 {
    padding-inline: calc(var(--tw-spacing) * 30) !important;
  }

  .tw\:\!py-20 {
    padding-block: calc(var(--tw-spacing) * 20) !important;
  }

  .tw\:\!py-50 {
    padding-block: calc(var(--tw-spacing) * 50) !important;
  }

  .tw\:\!pt-24 {
    padding-top: calc(var(--tw-spacing) * 24) !important;
  }

  .tw\:\!pt-30 {
    padding-top: calc(var(--tw-spacing) * 30) !important;
  }

  .tw\:\!pt-40 {
    padding-top: calc(var(--tw-spacing) * 40) !important;
  }

  .tw\:\!pt-50 {
    padding-top: calc(var(--tw-spacing) * 50) !important;
  }

  .tw\:\!pt-\[30px\] {
    padding-top: 30px !important;
  }

  .tw\:\!pr-24 {
    padding-right: calc(var(--tw-spacing) * 24) !important;
  }

  .tw\:\!pb-0 {
    padding-bottom: calc(var(--tw-spacing) * 0) !important;
  }

  .tw\:\!pb-10 {
    padding-bottom: calc(var(--tw-spacing) * 10) !important;
  }

  .tw\:\!pb-20 {
    padding-bottom: calc(var(--tw-spacing) * 20) !important;
  }

  .tw\:\!pb-24 {
    padding-bottom: calc(var(--tw-spacing) * 24) !important;
  }

  .tw\:\!pb-\[0\.3rem\] {
    padding-bottom: 0.3rem !important;
  }

  .tw\:\!pb-\[4rem\] {
    padding-bottom: 4rem !important;
  }

  .tw\:\!pb-\[20px\] {
    padding-bottom: 20px !important;
  }

  .tw\:\!pl-24 {
    padding-left: calc(var(--tw-spacing) * 24) !important;
  }

  .tw\:\!text-center {
    text-align: center !important;
  }

  .tw\:\!text-left {
    text-align: left !important;
  }

  .tw\:\!font-bold {
    --tw-font-weight: var(--tw-font-weight-bold) !important;
    font-weight: var(--tw-font-weight-bold) !important;
  }

  .tw\:\!no-underline {
    text-decoration-line: none !important;
  }

  .tw\:sm\:\!grid-cols-2 {
    @media (width >=40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }

  .tw\:md\:\!mt-0 {
    @media (width >=48rem) {
      margin-top: calc(var(--tw-spacing) * 0) !important;
    }
  }

  .tw\:md\:\!mt-30 {
    @media (width >=48rem) {
      margin-top: calc(var(--tw-spacing) * 30) !important;
    }
  }

  .tw\:md\:\!flex {
    @media (width >=48rem) {
      display: flex !important;
    }
  }

  .tw\:md\:\!w-1\/2 {
    @media (width >=48rem) {
      width: 50% !important;
    }
  }

  .tw\:md\:\!grid-cols-1 {
    @media (width >=48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
  }

  .tw\:md\:\!grid-cols-2 {
    @media (width >=48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }

  .tw\:md\:\!grid-cols-3 {
    @media (width >=48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }

  .tw\:md\:\!flex-row {
    @media (width >=48rem) {
      flex-direction: row !important;
    }
  }

  .tw\:md\:\!justify-center {
    @media (width >=48rem) {
      justify-content: center !important;
    }
  }

  .tw\:md\:\!justify-end {
    @media (width >=48rem) {
      justify-content: flex-end !important;
    }
  }

  .tw\:md\:\!gap-20 {
    @media (width >=48rem) {
      gap: calc(var(--tw-spacing) * 20) !important;
    }
  }

  .tw\:md\:before\:\!h-60 {
    @media (width >=48rem) {
      &:before {
        content: var(--tw-content);
        height: calc(var(--tw-spacing) * 60) !important;
      }
    }
  }

  .tw\:md\:before\:\!w-60 {
    @media (width >=48rem) {
      &:before {
        content: var(--tw-content);
        width: calc(var(--tw-spacing) * 60) !important;
      }
    }
  }

  .tw\:lg\:\!mt-0 {
    @media (width >=64rem) {
      margin-top: calc(var(--tw-spacing) * 0) !important;
    }
  }

  .tw\:lg\:\!mt-105 {
    @media (width >=64rem) {
      margin-top: calc(var(--tw-spacing) * 105) !important;
    }
  }

  .tw\:lg\:\!w-1\/3 {
    @media (width >=64rem) {
      width: 33.33333% !important;
    }
  }

  .tw\:lg\:\!grid-cols-4 {
    @media (width >=64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  }

  .tw\:xl\:\!mt-0 {
    @media (width >=80rem) {
      margin-top: calc(var(--tw-spacing) * 0) !important;
    }
  }

  .tw\:\[\&\>p\:last-child\]\:\!mb-0 {
    & > p:last-child {
      margin-bottom: calc(var(--tw-spacing) * 0) !important;
    }
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}

@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::backdrop,
    :after,
    :before {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-content: "";
    }
  }
}
