@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: #E6F1FE;
  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: #0A152E;
  font-style: normal;
  color: #F2F4F9;
  margin-block-end: 16px;
  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-block-end: 20px;
  }
}
.section--hero .section--outer .content {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #F2F4F9;
  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: #0A152E;
    font-style: normal;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 22px;
    color: #F2F4F9;
  }
}
.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 {
  background-color: #F2F4F9;
  color: #0A152E;
}
