<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section--hero {
  --button-primary-color: #EEF7FF;
  --button-primary-text-color: #132858;
  --button-primary-hover-color: #EEF7FF;
  --button-primary-hover-text-color: #132858;
}
@media (min-width: 992px) {
  .section--hero {
    padding-block-end: 0;
  }
}
@media (max-width: 991.98px) {
  .section--hero .container {
    padding: 0;
  }
}
.section--hero .section--outer {
  position: relative;
  isolation: isolate;
  overflow: clip;
  display: grid;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  color: #EEF7FF;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section--hero .section--outer {
    padding: 120px 24px 48px;
  }
}
@media (min-width: 992px) {
  .section--hero .section--outer {
    min-height: 645px;
    padding-bottom: 80px;
    text-align: center;
  }
}
.section--hero .section--outer .show-mobile {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .section--hero .section--outer .show-mobile {
    display: none;
  }
}
.section--hero .section--outer .show-desktop {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .section--hero .section--outer .show-desktop {
    display: none;
  }
}
.section--hero .section--outer .container {
  max-width: 1300px;
}
.section--hero .section--outer picture {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.section--hero .section--outer picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--hero .section--outer .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #EEF7FF;
  font-style: normal;
  margin-bottom: 24px;
  text-wrap: balance;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 992px) {
  .section--hero .section--outer .title {
    font-size: 56px;
    line-height: 68px;
    letter-spacing: -3px;
  }
}
@media (max-width: 991.98px) {
  .section--hero .section--outer .title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2px;
  }
}
@media (max-width: 991.98px) {
  .section--hero .section--outer .title {
    margin-bottom: 20px;
  }
}
.section--hero .section--outer .content {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #EEF7FF;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  max-width: 635px;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  .section--hero .section--outer .content {
    margin-bottom: 40px;
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #EEF7FF;
    font-style: normal;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 22px;
  }
}
.section--hero .section--outer .footer {
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .section--hero .section--outer .footer {
    flex-direction: column;
  }
}
.section--hero .section--outer .footer .btn + .btn {
  margin-left: 0;
}
</pre></body></html>