header {
  position: relative;
  z-index: 1;
  min-height: 73px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10196), 0 1px 3px 0 rgba(0, 0, 0, 0.14902); }
  header .header__inner {
    padding: 10px 16px 13px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 auto; }
    header .header__inner__logo {
      height: 50px; }
      header .header__inner__logo a {
        display: block;
        height: 100%; }
      header .header__inner__logo img {
        cursor: pointer;
        height: 50px; }
    @media (min-width: 1200px) {
      header .header__inner {
        padding: 10px 32px 13px 32px; } }

.main {
  min-height: calc(100vh - 73px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  max-width: none;
  position: relative; }
  .main__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    max-width: 720px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: none; }
    @media (min-width: 900px) {
      .main__left {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex; } }
    .main__left_content {
      max-width: 545px;
      padding: 0 40px; }
      .main__left_content h3 {
        font-size: 2.625rem;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 3.375rem; }
      .main__left_content p {
        font-size: 1.313rem;
        line-height: 1.875rem;
        font-weight: 450; }
      .main__left_content a {
        text-decoration: none; }
  [dir="ltr"] .main__right {
    text-align: right; }
  [dir="rtl"] .main__right {
    text-align: left; }
  .main__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    border-top: 2px solid #F2F5F7; }
    @media (min-width: 600px) {
      .main__right {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        padding-top: 54px; } }
    @media (min-width: 900px) {
      .main__right {
        padding-top: 0; } }
    .main__right_content {
      width: calc(100% - 32px);
      max-width: 422px;
      margin-bottom: 64px; }
      @media (min-width: 900px) {
        .main__right_content {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
                  justify-content: center;
          margin-bottom: 0;
          max-width: 480px; } }
      .main__right_content-mobile {
        display: block; }
        .main__right_content-mobile h3 {
          font-weight: 700;
          font-size: 26px;
          line-height: 32px;
          letter-spacing: -1px; }
        @media (min-width: 900px) {
          .main__right_content-mobile {
            display: none; } }
        .main__right_content-mobile_footer {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          margin-top: auto;
          padding: 15px 16px 22px 16px;
          line-height: 25px;
          font-weight: 450;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
                  justify-content: center;
          width: calc(100% - 32px); }
          @media (min-width: 900px) {
            .main__right_content-mobile_footer {
              display: none; } }
          .main__right_content-mobile_footer a {
            text-decoration: none; }
          .main__right_content-mobile_footer_content {
            max-width: 422px; }
  .main .language-picker {
    position: relative;
    margin: 16px 0 16px 0;
    text-align: right; }
    @media (min-width: 600px) {
      .main .language-picker {
        margin: 14px 32px 0 0;
        position: absolute;
        right: 0;
        top: 0; } }
  .main .text-danger {
    color: #FF634F;
    margin-top: 8px;
    font-size: 0.813rem;
    line-height: 18px;
    font-weight: 450; }

.login {
  width: 100%;
  max-width: 422px; }
  .login__divider {
    height: 24px;
    background-color: #f6f8f9;
    width: 100%;
    margin-top: 24px; }
  .login__extra {
    margin: 24px auto 0 auto; }
    @media (min-width: 900px) {
      .login__extra {
        padding: 0 40px; } }

.local-login form {
  border: 1px solid #1B4B6F;
  margin: 24px 0;
  padding: 16px; }
  @media (min-width: 600px) {
    .local-login form {
      padding: 56px; } }

.local-login__header {
  text-align: center;
  margin-top: 0; }

.local-login__confirmation-resent {
  margin: 0 auto;
  text-align: center; }

.local-login__submit {
  margin: 16px auto 0 auto;
  max-width: 422px;
  width: 100%; }

.local-login__input-group {
  margin: 56px auto 0 auto;
  max-width: 422px; }
  .local-login__input-group__wrapper {
    margin-top: 16px; }

.local-login__validation_summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 56px;
  font-size: 13px;
  line-height: 18px; }
  .local-login__validation_summary ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    color: #FF634F; }
    .local-login__validation_summary ul li:not(:first-child) {
      margin-top: 8px; }

.local-login__forgot-password {
  margin-top: 8px;
  float: right; }

.local-login__resend-confirmation {
  margin: 24px auto 0 auto;
  text-align: center; }

.local-login__register {
  margin: 24px auto 0 auto;
  text-align: center; }

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

.register-account {
  width: 100%; }
  .register-account form {
    border: 1px solid #1B4B6F;
    margin: 24px 0;
    padding: 16px; }
    @media (min-width: 600px) {
      .register-account form {
        padding: 56px; } }
  .register-account__header {
    text-align: center;
    margin-top: 16px; }
  .register-account__instructions {
    margin: 16px auto 0 auto;
    text-align: center;
    max-width: 422px; }
  .register-account__required-fields-instructions {
    text-align: center;
    margin-top: 16px; }
  .register-account__input-group {
    margin: 56px auto 0 auto;
    max-width: 422px; }
    .register-account__input-group__wrapper {
      margin-top: 16px; }
  .register-account__validation_summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    .register-account__validation_summary ul {
      padding: 0;
      margin: 0;
      text-align: center;
      list-style: none;
      color: #FF634F; }
      .register-account__validation_summary ul li:not(:first-child) {
        margin-top: 8px; }
  .register-account__creating-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .register-account__submit {
    margin: 40px auto;
    max-width: 422px;
    width: 100%; }
  .register-account__accept-terms {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 24px auto 0 auto;
    max-width: 422px; }

.register-account-bankid__header {
  text-align: center;
  margin-top: 67px; }

.register-account-bankid__instructions {
  margin: 16px auto 0 auto;
  text-align: center;
  max-width: 422px; }

.register-account-bankid__required-fields-instructions {
  text-align: center;
  margin-top: 16px; }

.register-account-bankid__input-group {
  margin: 40px auto 0 auto;
  max-width: 422px; }
  .register-account-bankid__input-group__wrapper {
    margin-top: 16px; }

.register-account-bankid__validation_summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .register-account-bankid__validation_summary ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    color: #FF634F; }
    .register-account-bankid__validation_summary ul li:not(:first-child) {
      margin-top: 8px; }

.register-account-bankid__creating-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.register-account-bankid__submit {
  margin: 40px auto 40px auto;
  max-width: 422px;
  width: 100%; }

.register-account-bankid__accept-terms {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 24px auto 0 auto;
  max-width: 422px; }

.register-account-bankid__disclaimer-modal-background {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 888;
  background: #5c6d74;
  opacity: 0.9;
  top: 0;
  left: 0; }

.register-account-bankid__disclaimer-modal {
  position: fixed;
  max-height: 100%;
  width: 100%;
  max-width: 602px;
  background: #f6f8f9;
  box-shadow: 0 0 15px 0 #4e5c62;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  display: block; }
  .register-account-bankid__disclaimer-modal__inner {
    padding: 0 40px 40px 40px; }
  .register-account-bankid__disclaimer-modal__header {
    height: 86px;
    margin-bottom: 24px;
    margin-left: -40px;
    margin-right: -40px;
    position: relative; }
    .register-account-bankid__disclaimer-modal__header__text {
      margin-bottom: 0; }
    .register-account-bankid__disclaimer-modal__header__close-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 86px;
      height: 86px;
      padding-top: 48px;
      background-color: #fffc4d;
      background-image: url("/images/x-icon.svg");
      background-position: center 24px;
      background-size: 24px 24px;
      background-repeat: no-repeat;
      color: #5c6d74;
      outline: none;
      border: none;
      cursor: pointer; }
  .register-account-bankid__disclaimer-modal__submit-btn {
    width: 100%;
    margin-top: 24px;
    max-width: none !important; }
  .register-account-bankid__disclaimer-modal__cancel-btn {
    width: 100%;
    max-width: none !important;
    margin-top: 24px; }

.registration-success__header {
  margin: 67px auto 0 auto;
  text-align: center; }

.registration-success__information {
  margin: 16px auto 0 auto;
  max-width: 422px;
  text-align: center; }

.registration-success__resend-btn {
  margin: 40px auto 16px auto;
  width: 100%; }

.registration-success__important-info {
  margin: 16px auto 0 auto;
  text-align: center; }

.register-extra__header {
  text-align: center;
  margin-top: 67px; }

.register-extra__instructions {
  margin: 16px auto 0 auto;
  text-align: center;
  max-width: 422px; }

.register-extra__required-fields-instructions {
  text-align: center;
  margin-top: 16px; }

.register-extra__input-group {
  margin: 40px auto 0 auto;
  max-width: 422px; }
  .register-extra__input-group__wrapper {
    margin-top: 16px; }

.register-extra__validation_summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .register-extra__validation_summary ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    color: #FF634F; }
    .register-extra__validation_summary ul li:not(:first-child) {
      margin-top: 8px; }

.register-extra__submit {
  margin: 24px auto 0 auto;
  max-width: 422px;
  width: 100%; }

.register-extra__accept-terms {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 24px auto 0 auto;
  max-width: 422px; }

.bankid {
  width: 100%;
  max-width: 422px; }
  .bankid__header {
    text-align: center;
    margin-top: 16px; }
    .bankid__header.no-back-btn {
      margin-top: 72px; }
  .bankid__form {
    margin: 40px auto 0 auto;
    max-width: 422px; }
  .bankid__start-btn {
    margin-top: 24px;
    width: 100%; }
  .bankid__validation_summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 8px 0 24px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    .bankid__validation_summary:before {
      content: "";
      height: 24px;
      background-color: #f6f8f9;
      width: 100%; }
    .bankid__validation_summary ul {
      padding: 0;
      margin: 16px 0 0 0;
      text-align: center;
      list-style: none;
      color: #FF634F; }
      .bankid__validation_summary ul li:not(:first-child) {
        margin-top: 8px; }
  .bankid__get-bankid {
    margin-top: 40px;
    margin-bottom: 16px;
    text-align: center; }
    @media (min-width: 750px) {
      .bankid__get-bankid {
        margin-top: 336px; } }
  .bankid__help {
    margin: 0 auto 16px auto; }
  .bankid__external {
    margin: 16px 0px;
    display: block; }
  .bankid__extra {
    margin: 24px auto 0 auto; }
    @media (min-width: 900px) {
      .bankid__extra {
        text-align: center; } }

.bankid-callback {
  width: 100%;
  max-width: 440px; }
  .bankid-callback__content {
    border: 1px solid #354A51;
    padding: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
    margin-top: 100px; }
    .bankid-callback__content__container {
      max-width: 420px;
      margin: 0 auto; }
    .bankid-callback__content__header {
      text-align: center;
      margin: 0 auto 32px auto;
      letter-spacing: 0.2px;
      max-width: 420px; }
    .bankid-callback__content #start-bankid {
      display: none;
      margin: 0 auto 32px auto; }
    .bankid-callback__content__message {
      margin: 0 auto 32px auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      grid-gap: 10px;
      gap: 10px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-align: center; }
      .bankid-callback__content__message-error {
        display: none; }
      .bankid-callback__content__message #error-icon {
        height: auto;
        width: 16px; }
      .bankid-callback__content__message.error {
        padding: 8px 16px 8px 14px;
        background-color: #F7D8D4;
        text-align: left;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
                justify-content: left; }
    .bankid-callback__content__qrcode-container {
      justify-items: center;
      padding: 0;
      border: 0;
      background: transparent;
      width: auto;
      cursor: pointer;
      min-width: 200px;
      min-height: 200px; }
      .bankid-callback__content__qrcode-container.focus-visible {
        outline: 3px solid #0A6CF1;
        outline-offset: 4px;
        border-radius: 6px; }
      .bankid-callback__content__qrcode-container:focus-visible {
        outline: 3px solid #0A6CF1;
        outline-offset: 4px;
        border-radius: 6px; }
      .bankid-callback__content__qrcode-container img {
        width: 200px;
        height: auto; }
      .bankid-callback__content__qrcode-container:-webkit-full-screen img,
      .bankid-callback__content__qrcode-container:-webkit-full-screen img {
        width: clamp(0px, 90vmin, 600px);
        height: auto; }
      .bankid-callback__content__qrcode-container:fullscreen img,
      .bankid-callback__content__qrcode-container:-webkit-full-screen img {
        width: clamp(0px, 90vmin, 600px);
        height: auto; }
    .bankid-callback__content #extendBtn {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      margin-top: 8px; }
    .bankid-callback__content__form {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; }
    .bankid-callback__content #try-again-form {
      display: none; }
    .bankid-callback__content #try-again-bankid {
      margin: 0 auto; }
    .bankid-callback__content__cancel-btn {
      display: block;
      margin: 40px auto 16px auto;
      text-align: center; }
    .bankid-callback__content__spinner-wrapper {
      width: 80px;
      margin: 0 auto 32px auto;
      display: none; }
      .bankid-callback__content__spinner-wrapper .lds-spinner {
        color: #2E3A40;
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div {
        -webkit-transform-origin: 40px 40px;
                transform-origin: 40px 40px;
        -webkit-animation: lds-spinner 1.2s linear infinite;
                animation: lds-spinner 1.2s linear infinite; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 37px;
        width: 6px;
        height: 18px;
        border-radius: 20%;
        background: #2E3A40; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(1) {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(2) {
        -webkit-transform: rotate(30deg);
                transform: rotate(30deg);
        -webkit-animation-delay: -1s;
                animation-delay: -1s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(3) {
        -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
        -webkit-animation-delay: -0.9s;
                animation-delay: -0.9s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(4) {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(5) {
        -webkit-transform: rotate(120deg);
                transform: rotate(120deg);
        -webkit-animation-delay: -0.7s;
                animation-delay: -0.7s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(6) {
        -webkit-transform: rotate(150deg);
                transform: rotate(150deg);
        -webkit-animation-delay: -0.6s;
                animation-delay: -0.6s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(7) {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-animation-delay: -0.5s;
                animation-delay: -0.5s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(8) {
        -webkit-transform: rotate(210deg);
                transform: rotate(210deg);
        -webkit-animation-delay: -0.4s;
                animation-delay: -0.4s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(9) {
        -webkit-transform: rotate(240deg);
                transform: rotate(240deg);
        -webkit-animation-delay: -0.3s;
                animation-delay: -0.3s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(10) {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
        -webkit-animation-delay: -0.2s;
                animation-delay: -0.2s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(11) {
        -webkit-transform: rotate(300deg);
                transform: rotate(300deg);
        -webkit-animation-delay: -0.1s;
                animation-delay: -0.1s; }
      .bankid-callback__content__spinner-wrapper .lds-spinner div:nth-child(12) {
        -webkit-transform: rotate(330deg);
                transform: rotate(330deg);
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.confirm-email__information {
  margin: 67px auto 0 auto;
  max-width: 422px;
  text-align: center;
  word-wrap: break-word; }

.confirm-email__anchor {
  display: block;
  margin-top: 16px;
  text-align: center; }

.forgot-password {
  width: 100%; }
  .forgot-password form {
    border: 1px solid #1B4B6F;
    margin: 24px 0;
    padding: 16px; }
    @media (min-width: 600px) {
      .forgot-password form {
        padding: 56px; } }
  .forgot-password__header {
    text-align: center;
    margin-top: 16px; }
  .forgot-password__information {
    margin: 16px auto 0 auto;
    text-align: center;
    max-width: 422px; }
  .forgot-password__email-input {
    margin: 56px auto 0 auto;
    max-width: 422px; }
  .forgot-password__button {
    margin: 24px auto 0 auto;
    width: 100%; }
  .forgot-password__validation_summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 8px;
    font-size: 13px;
    line-height: 18px; }
    .forgot-password__validation_summary ul {
      padding: 0;
      margin: 0;
      text-align: center;
      list-style: none;
      color: #FF634F; }
      .forgot-password__validation_summary ul li:not(:first-child) {
        margin-top: 8px; }

.reset-password__header {
  text-align: center;
  margin-top: 67px; }

.reset-password__input-group {
  margin: 40px auto 0 auto;
  max-width: 422px; }
  .reset-password__input-group__wrapper {
    margin-top: 16px; }

.reset-password__validation_summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .reset-password__validation_summary ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    color: #FF634F; }
    .reset-password__validation_summary ul li:not(:first-child) {
      margin-top: 8px; }

.reset-password__submit {
  margin: 40px auto 40px auto;
  max-width: 422px;
  width: 100%; }

.logged-out__header {
  text-align: center;
  margin-top: 67px; }

.logged-out__return-url {
  text-align: center;
  display: block;
  margin-top: 16px; }

.logged-out iframe {
  visibility: hidden; }

.register-company__header {
  margin-top: 67px;
  text-align: center; }

.register-company__instructions {
  margin: 16px auto 0 auto;
  text-align: center;
  max-width: 422px; }

.register-company__input-group {
  max-width: 422px;
  margin: 16px auto; }
  .register-company__input-group__wrapper {
    margin-top: 16px; }

.register-company__validation_summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .register-company__validation_summary ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    color: #FF634F; }
    .register-company__validation_summary ul li:not(:first-child) {
      margin-top: 8px; }

.register-company__submit {
  margin: 40px auto 40px auto;
  max-width: 422px;
  width: 100%; }

@font-face {
  font-family: "Circular Std";
  src: url(fonts/CircularXXSub-RegularSubset.woff2) format("woff2"), url(fonts/CircularXXSub-RegularSubset.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular Std";
  src: url(fonts/CircularXXSub-ItalicSubset.woff2) format("woff2"), url(fonts/CircularXXSub-ItalicSubset.woff) format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std";
  src: url(fonts/CircularXXSub-BookSubset.woff2) format("woff2"), url(fonts/CircularXXSub-BookSubset.woff) format("woff");
  font-weight: 450;
  font-style: normal; }

@font-face {
  font-family: "Circular Std";
  src: url(fonts/CircularXXSub-BookSubset.woff2) format("woff2"), url(fonts/CircularXXSub-BookSubset.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std";
  src: url(fonts/CircularXXSub-MediumSubset.woff2) format("woff2"), url(fonts/CircularXXSub-MediumSubset.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std";
  src: url(fonts/CircularXXSub-BoldSubset.woff2) format("woff2"), url(fonts/CircularXXSub-BoldSubset.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Circular Std";
  src: url(fonts/CircularXXSub-BlackSubset.woff2) format("woff2"), url(fonts/CircularXXSub-BlackSubset.woff) format("woff");
  font-weight: 900;
  font-style: normal; }

body {
  margin: 0; }
  body .back-btn {
    display: block;
    visibility: hidden; }
  @media (min-width: 600px) {
    body .back-btn {
      visibility: visible;
      margin-top: 40px; } }

body.bt {
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  background: #FFFFFF;
  color: #2E3A40; }
  body.bt .back-btn svg {
    display: inline-block;
    vertical-align: middle; }
    body.bt .back-btn svg path {
      fill: #26A7FF; }
  body.bt .back-btn__text {
    display: inline-block;
    vertical-align: middle; }

.bt h1 {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 2.5rem;
  line-height: 46px; }
  @media (min-width: 600px) {
    .bt h1 {
      font-size: 4.5rem;
      line-height: 84px; } }

.bt h2 {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 2.125rem;
  line-height: 40px; }
  @media (min-width: 600px) {
    .bt h2 {
      font-size: 3.625rem;
      line-height: 34px; } }

.bt h3 {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 1.625rem;
  line-height: 32px; }
  @media (min-width: 600px) {
    .bt h3 {
      font-size: 2.625rem;
      line-height: 54px; } }

.bt h4 {
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 1.375rem;
  line-height: 28px; }
  @media (min-width: 600px) {
    .bt h4 {
      font-size: 1.688rem;
      line-height: 34px; } }

.bt h5 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 23px; }
  @media (min-width: 600px) {
    .bt h5 {
      font-size: 1.25rem;
      line-height: 26px; } }

.bt p {
  font-size: 1rem;
  font-weight: 450;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 22px; }
  @media (min-width: 600px) {
    .bt p {
      line-height: 24px; } }

.bt a {
  color: #1B4B6F;
  font-weight: 450;
  font-size: 1rem;
  line-height: 22px; }
  @media (min-width: 600px) {
    .bt a {
      line-height: 24px; } }

.bt span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px; }
  @media (min-width: 600px) {
    .bt span {
      line-height: 24px; } }

.bt label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 22px; }
  @media (min-width: 600px) {
    .bt label {
      line-height: 24px; } }

.bt button.btn-primary {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  padding: 1.3125rem 2.625rem 1.375rem 2.625rem;
  background-color: #1B4B6F;
  color: #5EBBFF;
  border: none; }
  .bt button.btn-primary a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bt button.btn-primary:disabled {
    opacity: 0.3; }
  .bt button.btn-primary:hover {
    background-color: #7693A9; }
  .bt button.btn-primary img {
    color: #5EBBFF;
    fill: #5EBBFF;
    width: 46px; }
  .bt button.btn-primary i {
    color: #5EBBFF;
    fill: #5EBBFF; }
  .bt button.btn-primary a {
    color: #5EBBFF; }
  .bt button.btn-primary:focus {
    border: 1px solid #FFFFFF; }
  .bt button.btn-primary_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1.75rem 0.75rem 1.75rem;
    background-color: #1B4B6F;
    color: #5EBBFF;
    border: none; }
    .bt button.btn-primary_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bt button.btn-primary_small:disabled {
      opacity: 0.3; }
    .bt button.btn-primary_small:hover {
      background-color: #7693A9; }
    .bt button.btn-primary_small img {
      color: #5EBBFF;
      fill: #5EBBFF;
      width: 46px; }
    .bt button.btn-primary_small i {
      color: #5EBBFF;
      fill: #5EBBFF; }
    .bt button.btn-primary_small a {
      color: #5EBBFF; }
    .bt button.btn-primary_small:focus {
      border: 1px solid #FFFFFF; }
    .bt button.btn-primary_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      padding-right: 16px;
      padding-left: 16px; }
    .bt button.btn-primary_small.full-width {
      width: 100%;
      max-width: 422px; }
    .bt button.btn-primary_small.white-text {
      color: #FFFFFF; }
      .bt button.btn-primary_small.white-text a {
        color: #FFFFFF; }
      .bt button.btn-primary_small.white-text img {
        color: #FFFFFF;
        fill: #FFFFFF; }
      .bt button.btn-primary_small.white-text i {
        color: #FFFFFF;
        fill: #FFFFFF; }
    .bt button.btn-primary_small.no-margin {
      margin: 0; }
  .bt button.btn-primary.white-text {
    color: #FFFFFF; }
    .bt button.btn-primary.white-text a {
      color: #FFFFFF; }
    .bt button.btn-primary.white-text img {
      color: #FFFFFF;
      fill: #FFFFFF; }
    .bt button.btn-primary.white-text i {
      color: #FFFFFF;
      fill: #FFFFFF; }
  .bt button.btn-primary.full-width {
    width: 100%;
    max-width: 422px; }
  .bt button.btn-primary.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-right: 22px;
    padding-left: 22px; }
  .bt button.btn-primary.no-margin {
    margin: 0; }

.bt button.btn-secondary {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  padding: 1.3125rem 2.625rem 1.375rem 2.625rem;
  background-color: #FFFFFF;
  color: #1B4B6F;
  border: 1px solid #1B4B6F; }
  .bt button.btn-secondary a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bt button.btn-secondary:disabled {
    opacity: 0.3; }
  .bt button.btn-secondary:hover {
    color: #7693A9;
    border-color: #7693A9; }
    .bt button.btn-secondary:hover a {
      color: #7693A9;
      border-color: #7693A9; }
  .bt button.btn-secondary img {
    color: #1B4B6F;
    fill: #1B4B6F;
    width: 46px; }
  .bt button.btn-secondary i {
    color: #1B4B6F;
    fill: #1B4B6F; }
  .bt button.btn-secondary a {
    color: #1B4B6F; }
  .bt button.btn-secondary_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1.75rem 0.75rem 1.75rem;
    background-color: #FFFFFF;
    color: #1B4B6F;
    border: 1px solid #1B4B6F; }
    .bt button.btn-secondary_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bt button.btn-secondary_small:disabled {
      opacity: 0.3; }
    .bt button.btn-secondary_small:hover {
      color: #7693A9;
      border-color: #7693A9; }
      .bt button.btn-secondary_small:hover a {
        color: #7693A9;
        border-color: #7693A9; }
    .bt button.btn-secondary_small img {
      color: #1B4B6F;
      fill: #1B4B6F;
      width: 46px; }
    .bt button.btn-secondary_small i {
      color: #1B4B6F;
      fill: #1B4B6F; }
    .bt button.btn-secondary_small a {
      color: #1B4B6F; }
    .bt button.btn-secondary_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      padding-right: 16px;
      padding-left: 16px; }
    .bt button.btn-secondary_small.full-width {
      width: 100%;
      max-width: 422px; }
    .bt button.btn-secondary_small.no-margin {
      margin: 0; }
  .bt button.btn-secondary.full-width {
    width: 100%;
    max-width: 422px; }
  .bt button.btn-secondary.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-right: 22px;
    padding-left: 22px; }
  .bt button.btn-secondary.no-margin {
    margin: 0; }

.bt button.btn-link {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  padding: 1.3125rem 2.625rem 1.375rem 2.625rem;
  background-color: #FFFFFF;
  color: #26A7FF;
  border: none; }
  .bt button.btn-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bt button.btn-link:disabled {
    opacity: 0.3; }
  .bt button.btn-link img {
    color: #26A7FF;
    fill: #26A7FF;
    width: 46px; }
  .bt button.btn-link i {
    color: #26A7FF;
    fill: #26A7FF; }
  .bt button.btn-link a {
    color: #26A7FF; }
  .bt button.btn-link_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1.75rem 0.75rem 1.75rem;
    background-color: #FFFFFF;
    color: #26A7FF;
    border: none; }
    .bt button.btn-link_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bt button.btn-link_small:disabled {
      opacity: 0.3; }
    .bt button.btn-link_small img {
      color: #26A7FF;
      fill: #26A7FF;
      width: 46px; }
    .bt button.btn-link_small i {
      color: #26A7FF;
      fill: #26A7FF; }
    .bt button.btn-link_small a {
      color: #26A7FF; }
    .bt button.btn-link_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      padding-right: 16px;
      padding-left: 16px; }
    .bt button.btn-link_small.full-width {
      width: 100%;
      max-width: 422px; }
    .bt button.btn-link_small.no-margin {
      margin: 0; }
  .bt button.btn-link.full-width {
    width: 100%;
    max-width: 422px; }
  .bt button.btn-link.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-right: 22px;
    padding-left: 22px; }
  .bt button.btn-link.no-margin {
    margin: 0; }

.bt div.btn-primary {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  margin-bottom: 16px;
  background-color: #1B4B6F;
  color: #5EBBFF;
  border: none; }
  .bt div.btn-primary a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bt div.btn-primary:disabled {
    opacity: 0.3; }
  .bt div.btn-primary a {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    padding: 1.3125rem 2.625rem 1.375rem 2.625rem; }
  .bt div.btn-primary:hover {
    background-color: #7693A9; }
  .bt div.btn-primary img {
    color: #5EBBFF;
    fill: #5EBBFF;
    width: 46px; }
  .bt div.btn-primary i {
    color: #5EBBFF;
    fill: #5EBBFF; }
  .bt div.btn-primary a {
    color: #5EBBFF; }
  .bt div.btn-primary:focus {
    border: 1px solid #FFFFFF; }
  .bt div.btn-primary_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    margin-bottom: 16px;
    background-color: #1B4B6F;
    color: #5EBBFF;
    border: none; }
    .bt div.btn-primary_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bt div.btn-primary_small:disabled {
      opacity: 0.3; }
    .bt div.btn-primary_small a {
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 0.75rem 1.75rem 0.75rem 1.75rem; }
    .bt div.btn-primary_small:hover {
      background-color: #7693A9; }
    .bt div.btn-primary_small img {
      color: #5EBBFF;
      fill: #5EBBFF;
      width: 46px; }
    .bt div.btn-primary_small i {
      color: #5EBBFF;
      fill: #5EBBFF; }
    .bt div.btn-primary_small a {
      color: #5EBBFF; }
    .bt div.btn-primary_small:focus {
      border: 1px solid #FFFFFF; }
    .bt div.btn-primary_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
    .bt div.btn-primary_small.full-width {
      width: 100%;
      max-width: 422px; }
      .bt div.btn-primary_small.full-width a {
        width: 100%;
        padding-right: 0;
        padding-left: 0; }
    .bt div.btn-primary_small.white-text {
      color: #FFFFFF; }
      .bt div.btn-primary_small.white-text a {
        color: #FFFFFF; }
      .bt div.btn-primary_small.white-text img {
        color: #FFFFFF;
        fill: #FFFFFF; }
      .bt div.btn-primary_small.white-text i {
        color: #FFFFFF;
        fill: #FFFFFF; }
    .bt div.btn-primary_small.no-margin {
      margin: 0; }
  .bt div.btn-primary.white-text {
    color: #FFFFFF; }
    .bt div.btn-primary.white-text a {
      color: #FFFFFF; }
    .bt div.btn-primary.white-text img {
      color: #FFFFFF;
      fill: #FFFFFF; }
    .bt div.btn-primary.white-text i {
      color: #FFFFFF;
      fill: #FFFFFF; }
  .bt div.btn-primary.full-width {
    width: 100%;
    max-width: 422px; }
    .bt div.btn-primary.full-width a {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
  .bt div.btn-primary.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .bt div.btn-primary.no-margin {
    margin: 0; }

.bt div.btn-secondary {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  color: #1B4B6F;
  border: 1px solid #1B4B6F; }
  .bt div.btn-secondary a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bt div.btn-secondary:disabled {
    opacity: 0.3; }
  .bt div.btn-secondary a {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    padding: 1.3125rem 2.625rem 1.375rem 2.625rem; }
  .bt div.btn-secondary:hover {
    color: #7693A9;
    border-color: #7693A9; }
    .bt div.btn-secondary:hover a {
      color: #7693A9;
      border-color: #7693A9; }
  .bt div.btn-secondary img {
    color: #1B4B6F;
    fill: #1B4B6F;
    width: 46px; }
  .bt div.btn-secondary i {
    color: #1B4B6F;
    fill: #1B4B6F; }
  .bt div.btn-secondary a {
    color: #1B4B6F; }
  .bt div.btn-secondary_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    margin-bottom: 16px;
    background-color: #FFFFFF;
    color: #1B4B6F;
    border: 1px solid #1B4B6F; }
    .bt div.btn-secondary_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bt div.btn-secondary_small:disabled {
      opacity: 0.3; }
    .bt div.btn-secondary_small a {
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 0.75rem 1.75rem 0.75rem 1.75rem; }
    .bt div.btn-secondary_small:hover {
      color: #7693A9;
      border-color: #7693A9; }
      .bt div.btn-secondary_small:hover a {
        color: #7693A9;
        border-color: #7693A9; }
    .bt div.btn-secondary_small img {
      color: #1B4B6F;
      fill: #1B4B6F;
      width: 46px; }
    .bt div.btn-secondary_small i {
      color: #1B4B6F;
      fill: #1B4B6F; }
    .bt div.btn-secondary_small a {
      color: #1B4B6F; }
    .bt div.btn-secondary_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
    .bt div.btn-secondary_small.full-width {
      width: 100%;
      max-width: 422px; }
      .bt div.btn-secondary_small.full-width a {
        width: 100%;
        padding-right: 0;
        padding-left: 0; }
    .bt div.btn-secondary_small.no-margin {
      margin: 0; }
  .bt div.btn-secondary.full-width {
    width: 100%;
    max-width: 422px; }
    .bt div.btn-secondary.full-width a {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
  .bt div.btn-secondary.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .bt div.btn-secondary.no-margin {
    margin: 0; }

.bt div.btn-link {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #26A7FF;
  border: none; }
  .bt div.btn-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bt div.btn-link:disabled {
    opacity: 0.3; }
  .bt div.btn-link a {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    padding: 1.3125rem 2.625rem 1.375rem 2.625rem; }
  .bt div.btn-link img {
    color: #26A7FF;
    fill: #26A7FF;
    width: 46px; }
  .bt div.btn-link i {
    color: #26A7FF;
    fill: #26A7FF; }
  .bt div.btn-link a {
    color: #26A7FF; }
  .bt div.btn-link_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #26A7FF;
    border: none; }
    .bt div.btn-link_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bt div.btn-link_small:disabled {
      opacity: 0.3; }
    .bt div.btn-link_small a {
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 0.75rem 1.75rem 0.75rem 1.75rem; }
    .bt div.btn-link_small img {
      color: #26A7FF;
      fill: #26A7FF;
      width: 46px; }
    .bt div.btn-link_small i {
      color: #26A7FF;
      fill: #26A7FF; }
    .bt div.btn-link_small a {
      color: #26A7FF; }
    .bt div.btn-link_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
    .bt div.btn-link_small.full-width {
      width: 100%;
      max-width: 422px; }
      .bt div.btn-link_small.full-width a {
        width: 100%;
        padding-right: 0;
        padding-left: 0; }
    .bt div.btn-link_small.no-margin {
      margin: 0; }
  .bt div.btn-link.full-width {
    width: 100%;
    max-width: 422px; }
    .bt div.btn-link.full-width a {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
  .bt div.btn-link.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .bt div.btn-link.no-margin {
    margin: 0; }

.bt .external-anchor {
  color: #26A7FF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }
  .bt .external-anchor__external-icon {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    background-image: url("/images/external-icon-bt.svg");
    background-size: cover; }

.bt .anchor, body.bt .back-btn, .bt body.bf .back-btn, body.bf .bt .back-btn {
  color: #26A7FF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }

.bt .bankid-callback .lds-spinner {
  color: #1B4B6F; }

.bt .bankid-callback .lds-spinner div:after {
  background: #1B4B6F; }

.bt .register-account-bankid__disclaimer-modal__header {
  height: 60px; }
  .bt .register-account-bankid__disclaimer-modal__header__close-btn {
    background-color: transparent;
    color: transparent; }

.bt .register-account-bankid__disclaimer-modal__header-text, .bt .register-account-bankid__disclaimer-modal__header__text {
  text-align: center; }

.bt .register-account-bankid__disclaimer-modal__content {
  text-align: center; }

.bt .register-account-bankid__disclaimer-modal__submit-btn {
  margin-top: 40px; }

.bt .checkbox {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0; }

.bt .checkbox + label {
  position: relative;
  line-height: 24px; }

.bt .checkbox + label:before {
  width: 24px;
  height: 24px;
  border: 2px solid #1B4B6F;
  content: "\00a0";
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  background: #D1DBE2; }

.bt .checkbox:checked + label:before {
  background: #1B4B6F;
  color: #FFFFFF;
  content: "";
  text-align: center; }

.bt .checkbox:checked:hover + label:before {
  border: 2px solid #496F8C;
  background: #D1DBE2; }

.bt .checkbox:checked + label:after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 2.78033L3.75 10.8107L0.219666 7.28033L1.28033 6.21967L3.75 8.68934L10.7197 1.71967L11.7803 2.78033Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 7px;
  top: 1px;
  height: 15px;
  width: 15px; }

.bt .checkbox:checked:hover + label:after {
  position: absolute;
  left: 7px;
  top: 1px;
  height: 15px;
  width: 15px;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 2.78033L3.75 10.8107L0.219666 7.28033L1.28033 6.21967L3.75 8.68934L10.7197 1.71967L11.7803 2.78033Z' fill='%231B4B6F'/%3E%3C/svg%3E%0A"); }

.bt .checkbox:checked + label:after {
  font-weight: bold; }

.bt .checkbox:focus + label::before {
  outline: #3b99fc auto 5px; }

.bt .text-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 48px; }
  .bt .text-input-wrapper:after {
    position: absolute;
    left: 0;
    top: -28px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    color: #2E3A40;
    content: attr(data-placeholder); }
  .bt .text-input-wrapper--show-placeholder:after {
    display: block; }

.bt .select-input-wrap {
  position: relative;
  margin-top: 48px; }
  .bt .select-input-wrap:before {
    position: absolute;
    left: 0;
    top: -28px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    color: #2E3A40;
    content: attr(data-placeholder); }
  .bt .select-input-wrap:after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29289 6.70711L3.70711 5.29289L8 9.58579L12.2929 5.29289L13.7071 6.70711L8 12.4142L2.29289 6.70711Z' fill='%231B4B6F'/%3E%3C/svg%3E%0A");
    position: absolute;
    width: 0;
    height: 0;
    right: 45px;
    top: 24px;
    pointer-events: none; }

.bt .select-input:focus:after {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 24px;
  pointer-events: none;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29289 6.70711L3.70711 5.29289L8 9.58579L12.2929 5.29289L13.7071 6.70711L8 12.4142L2.29289 6.70711Z' fill='white'/%3E%3C/svg%3E%0A"); }

.bt .select-input {
  width: 100%;
  background: #FFFFFF;
  color: #2E3A40;
  font-size: 1.3125rem;
  border: 2px solid #A4B7C5;
  padding: 21px 16px 22px 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }
  .bt .select-input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #A4B7C5; }
  .bt .select-input.focus-visible {
    outline: none;
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px #0F62FE; }
  .bt .select-input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px #0F62FE; }

.bt .text-input {
  position: relative;
  width: 100%;
  height: 26px;
  background: #FFFFFF;
  color: #2E3A40;
  font-size: 1.3125rem;
  line-height: 30px;
  font-weight: 450;
  border: 2px solid #A4B7C5;
  padding: 21px 24px 22px 24px; }
  .bt .text-input::-webkit-input-placeholder {
    color: #496F8C;
    font-size: 1.3125rem;
    line-height: 30px;
    font-weight: 450; }
  .bt .text-input:-ms-input-placeholder {
    color: #496F8C;
    font-size: 1.3125rem;
    line-height: 30px;
    font-weight: 450; }
  .bt .text-input::-ms-input-placeholder {
    color: #496F8C;
    font-size: 1.3125rem;
    line-height: 30px;
    font-weight: 450; }
  .bt .text-input::placeholder {
    color: #496F8C;
    font-size: 1.3125rem;
    line-height: 30px;
    font-weight: 450; }
  .bt .text-input:focus {
    outline: none;
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px #0F62FE; }
  .bt .text-input:active {
    border: 2px solid #1B4B6F; }
  .bt .text-input.input-validation-error {
    border-color: #FF634F;
    color: #FF634F; }
    .bt .text-input.input-validation-error::-webkit-input-placeholder {
      color: #FF634F; }
    .bt .text-input.input-validation-error:-ms-input-placeholder {
      color: #FF634F; }
    .bt .text-input.input-validation-error::-ms-input-placeholder {
      color: #FF634F; }
    .bt .text-input.input-validation-error::placeholder {
      color: #FF634F; }

.bt .bankid-input {
  padding-right: 67px; }

.bt .bankid-icon {
  position: absolute;
  height: 46px;
  width: 50px;
  top: 8px;
  right: 8px; }

.bt .main__left {
  background-color: #1B4B6F; }
  .bt .main__left_content {
    color: #F2F5F7; }
    .bt .main__left_content a {
      color: #26A7FF; }

.bt .main__right {
  background-color: #FFFFFF; }
  .bt .main__right_content-mobile h3 {
    color: #2E3A40; }
  .bt .main__right_content-mobile_footer {
    color: #FFFFFF;
    background-color: #1B4B6F; }
    .bt .main__right_content-mobile_footer a {
      color: #26A7FF; }

.bt .main .language-picker__link {
  color: #26A7FF; }

body.bf {
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  background: #FFFFFF;
  color: #2E3A40; }
  body.bf .back-btn svg {
    display: inline-block;
    vertical-align: middle; }
    body.bf .back-btn svg path {
      fill: #FF634F; }
  body.bf .back-btn__text {
    display: inline-block;
    vertical-align: middle; }

.bf button.btn-primary {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  padding: 1.3125rem 2.625rem 1.375rem 2.625rem;
  background-color: #4E5C62;
  color: #FFFC4D;
  border: none; }
  .bf button.btn-primary a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bf button.btn-primary:disabled {
    opacity: 0.3; }
  .bf button.btn-primary:hover {
    background-color: #7F8A8F; }
  .bf button.btn-primary img {
    color: #FFFC4D;
    fill: #FFFC4D;
    width: 46px; }
  .bf button.btn-primary i {
    color: #FFFC4D;
    fill: #FFFC4D; }
  .bf button.btn-primary a {
    color: #FFFC4D; }
  .bf button.btn-primary:focus {
    border: 1px solid #FFFFFF; }
  .bf button.btn-primary_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1.75rem 0.75rem 1.75rem;
    background-color: #4E5C62;
    color: #FFFC4D;
    border: none; }
    .bf button.btn-primary_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bf button.btn-primary_small:disabled {
      opacity: 0.3; }
    .bf button.btn-primary_small:hover {
      background-color: #7F8A8F; }
    .bf button.btn-primary_small img {
      color: #FFFC4D;
      fill: #FFFC4D;
      width: 46px; }
    .bf button.btn-primary_small i {
      color: #FFFC4D;
      fill: #FFFC4D; }
    .bf button.btn-primary_small a {
      color: #FFFC4D; }
    .bf button.btn-primary_small:focus {
      border: 1px solid #FFFFFF; }
    .bf button.btn-primary_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      padding-right: 16px;
      padding-left: 16px; }
    .bf button.btn-primary_small.full-width {
      width: 100%;
      max-width: 422px; }
    .bf button.btn-primary_small.white-text {
      color: #FFFFFF; }
      .bf button.btn-primary_small.white-text a {
        color: #FFFFFF; }
    .bf button.btn-primary_small.no-margin {
      margin: 0; }
  .bf button.btn-primary.white-text {
    color: #FFFFFF; }
    .bf button.btn-primary.white-text a {
      color: #FFFFFF; }
  .bf button.btn-primary.full-width {
    width: 100%;
    max-width: 422px; }
  .bf button.btn-primary.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-right: 22px;
    padding-left: 22px; }
  .bf button.btn-primary.no-margin {
    margin: 0; }

.bf button.btn-secondary {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  padding: 1.3125rem 2.625rem 1.375rem 2.625rem;
  background-color: #FFFFFF;
  color: #4E5C62;
  border: 1px solid #4E5C62; }
  .bf button.btn-secondary a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bf button.btn-secondary:disabled {
    opacity: 0.3; }
  .bf button.btn-secondary:hover {
    color: #5C6D74;
    border-color: #5C6D74; }
  .bf button.btn-secondary img {
    color: #354A51;
    fill: #354A51;
    width: 46px; }
  .bf button.btn-secondary i {
    color: #354A51;
    fill: #354A51; }
  .bf button.btn-secondary a {
    color: #4E5C62; }
  .bf button.btn-secondary_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1.75rem 0.75rem 1.75rem;
    background-color: #FFFFFF;
    color: #4E5C62;
    border: 1px solid #4E5C62; }
    .bf button.btn-secondary_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bf button.btn-secondary_small:disabled {
      opacity: 0.3; }
    .bf button.btn-secondary_small:hover {
      color: #5C6D74;
      border-color: #5C6D74; }
    .bf button.btn-secondary_small img {
      color: #354A51;
      fill: #354A51;
      width: 46px; }
    .bf button.btn-secondary_small i {
      color: #354A51;
      fill: #354A51; }
    .bf button.btn-secondary_small a {
      color: #4E5C62; }
    .bf button.btn-secondary_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      padding-right: 16px;
      padding-left: 16px; }
    .bf button.btn-secondary_small.full-width {
      width: 100%;
      max-width: 422px; }
    .bf button.btn-secondary_small.no-margin {
      margin: 0; }
  .bf button.btn-secondary.full-width {
    width: 100%;
    max-width: 422px; }
  .bf button.btn-secondary.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-right: 22px;
    padding-left: 22px; }
  .bf button.btn-secondary.no-margin {
    margin: 0; }

.bf button.btn-link {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  padding: 1.3125rem 2.625rem 1.375rem 2.625rem;
  background-color: #FFFFFF;
  color: #FF634F;
  border: none; }
  .bf button.btn-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bf button.btn-link:disabled {
    opacity: 0.3; }
  .bf button.btn-link img {
    color: #FF634F;
    fill: #FF634F;
    width: 46px; }
  .bf button.btn-link i {
    color: #FF634F;
    fill: #FF634F; }
  .bf button.btn-link a {
    color: #FF634F; }
  .bf button.btn-link_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1.75rem 0.75rem 1.75rem;
    background-color: #FFFFFF;
    color: #FF634F;
    border: none; }
    .bf button.btn-link_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bf button.btn-link_small:disabled {
      opacity: 0.3; }
    .bf button.btn-link_small img {
      color: #FF634F;
      fill: #FF634F;
      width: 46px; }
    .bf button.btn-link_small i {
      color: #FF634F;
      fill: #FF634F; }
    .bf button.btn-link_small a {
      color: #FF634F; }
    .bf button.btn-link_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      padding-right: 16px;
      padding-left: 16px; }
    .bf button.btn-link_small.full-width {
      width: 100%;
      max-width: 422px; }
    .bf button.btn-link_small.no-margin {
      margin: 0; }
  .bf button.btn-link.full-width {
    width: 100%;
    max-width: 422px; }
  .bf button.btn-link.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-right: 22px;
    padding-left: 22px; }
  .bf button.btn-link.no-margin {
    margin: 0; }

.bf div.btn-primary {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  margin-bottom: 16px;
  background-color: #4E5C62;
  color: #FFFC4D;
  border: none; }
  .bf div.btn-primary a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bf div.btn-primary:disabled {
    opacity: 0.3; }
  .bf div.btn-primary a {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    padding: 1.3125rem 2.625rem 1.375rem 2.625rem; }
  .bf div.btn-primary:hover {
    background-color: #7F8A8F; }
  .bf div.btn-primary img {
    color: #FFFC4D;
    fill: #FFFC4D;
    width: 46px; }
  .bf div.btn-primary i {
    color: #FFFC4D;
    fill: #FFFC4D; }
  .bf div.btn-primary a {
    color: #FFFC4D; }
  .bf div.btn-primary:focus {
    border: 1px solid #FFFFFF; }
  .bf div.btn-primary_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    margin-bottom: 16px;
    background-color: #4E5C62;
    color: #FFFC4D;
    border: none; }
    .bf div.btn-primary_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bf div.btn-primary_small:disabled {
      opacity: 0.3; }
    .bf div.btn-primary_small a {
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 0.75rem 1.75rem 0.75rem 1.75rem; }
    .bf div.btn-primary_small:hover {
      background-color: #7F8A8F; }
    .bf div.btn-primary_small img {
      color: #FFFC4D;
      fill: #FFFC4D;
      width: 46px; }
    .bf div.btn-primary_small i {
      color: #FFFC4D;
      fill: #FFFC4D; }
    .bf div.btn-primary_small a {
      color: #FFFC4D; }
    .bf div.btn-primary_small:focus {
      border: 1px solid #FFFFFF; }
    .bf div.btn-primary_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
    .bf div.btn-primary_small.full-width {
      width: 100%;
      max-width: 422px; }
      .bf div.btn-primary_small.full-width a {
        width: 100%;
        padding-right: 0;
        padding-left: 0; }
    .bf div.btn-primary_small.white-text {
      color: #FFFFFF; }
      .bf div.btn-primary_small.white-text a {
        color: #FFFFFF; }
    .bf div.btn-primary_small.no-margin {
      margin: 0; }
  .bf div.btn-primary.white-text {
    color: #FFFFFF; }
    .bf div.btn-primary.white-text a {
      color: #FFFFFF; }
  .bf div.btn-primary.full-width {
    width: 100%;
    max-width: 422px; }
    .bf div.btn-primary.full-width a {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
  .bf div.btn-primary.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .bf div.btn-primary.no-margin {
    margin: 0; }

.bf div.btn-secondary {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  color: #4E5C62;
  border: 1px solid #4E5C62; }
  .bf div.btn-secondary a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bf div.btn-secondary:disabled {
    opacity: 0.3; }
  .bf div.btn-secondary a {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    padding: 1.3125rem 2.625rem 1.375rem 2.625rem; }
  .bf div.btn-secondary:hover {
    color: #5C6D74;
    border-color: #5C6D74; }
  .bf div.btn-secondary img {
    color: #354A51;
    fill: #354A51;
    width: 46px; }
  .bf div.btn-secondary i {
    color: #354A51;
    fill: #354A51; }
  .bf div.btn-secondary a {
    color: #4E5C62; }
  .bf div.btn-secondary_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    margin-bottom: 16px;
    background-color: #FFFFFF;
    color: #4E5C62;
    border: 1px solid #4E5C62; }
    .bf div.btn-secondary_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bf div.btn-secondary_small:disabled {
      opacity: 0.3; }
    .bf div.btn-secondary_small a {
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 0.75rem 1.75rem 0.75rem 1.75rem; }
    .bf div.btn-secondary_small:hover {
      color: #5C6D74;
      border-color: #5C6D74; }
    .bf div.btn-secondary_small img {
      color: #354A51;
      fill: #354A51;
      width: 46px; }
    .bf div.btn-secondary_small i {
      color: #354A51;
      fill: #354A51; }
    .bf div.btn-secondary_small a {
      color: #4E5C62; }
    .bf div.btn-secondary_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
    .bf div.btn-secondary_small.full-width {
      width: 100%;
      max-width: 422px; }
      .bf div.btn-secondary_small.full-width a {
        width: 100%;
        padding-right: 0;
        padding-left: 0; }
    .bf div.btn-secondary_small.no-margin {
      margin: 0; }
  .bf div.btn-secondary.full-width {
    width: 100%;
    max-width: 422px; }
    .bf div.btn-secondary.full-width a {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
  .bf div.btn-secondary.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .bf div.btn-secondary.no-margin {
    margin: 0; }

.bf div.btn-link {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-family: "Circular Std", sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #FF634F;
  border: none; }
  .bf div.btn-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none; }
  .bf div.btn-link:disabled {
    opacity: 0.3; }
  .bf div.btn-link a {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    padding: 1.3125rem 2.625rem 1.375rem 2.625rem; }
  .bf div.btn-link img {
    color: #FF634F;
    fill: #FF634F;
    width: 46px; }
  .bf div.btn-link i {
    color: #FF634F;
    fill: #FF634F; }
  .bf div.btn-link a {
    color: #FF634F; }
  .bf div.btn-link_small {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 450;
    font-family: "Circular Std", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #FF634F;
    border: none; }
    .bf div.btn-link_small a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      text-decoration: none; }
    .bf div.btn-link_small:disabled {
      opacity: 0.3; }
    .bf div.btn-link_small a {
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 0.75rem 1.75rem 0.75rem 1.75rem; }
    .bf div.btn-link_small img {
      color: #FF634F;
      fill: #FF634F;
      width: 46px; }
    .bf div.btn-link_small i {
      color: #FF634F;
      fill: #FF634F; }
    .bf div.btn-link_small a {
      color: #FF634F; }
    .bf div.btn-link_small.with-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
    .bf div.btn-link_small.full-width {
      width: 100%;
      max-width: 422px; }
      .bf div.btn-link_small.full-width a {
        width: 100%;
        padding-right: 0;
        padding-left: 0; }
    .bf div.btn-link_small.no-margin {
      margin: 0; }
  .bf div.btn-link.full-width {
    width: 100%;
    max-width: 422px; }
    .bf div.btn-link.full-width a {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
  .bf div.btn-link.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .bf div.btn-link.no-margin {
    margin: 0; }

.bf .external-anchor {
  color: #FF634F;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Circular Std", sans-serif;
  text-decoration: none;
  font-weight: 500;
  line-height: 24px; }
  .bf .external-anchor__external-icon {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    background-image: url("/images/external-icon-bf.svg");
    background-size: cover; }

.bf .anchor, .bf body.bt .back-btn, body.bt .bf .back-btn, body.bf .back-btn {
  color: #FF634F;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Circular Std", sans-serif;
  text-decoration: none;
  font-weight: 500;
  line-height: 24px; }

.bf .bankid-callback .lds-spinner {
  color: #5C6D74; }

.bf .bankid-callback .lds-spinner div:after {
  background: #5C6D74; }

.bf .checkbox {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0; }

.bf .checkbox + label {
  position: relative;
  line-height: 24px; }

.bf .checkbox + label:before {
  width: 24px;
  height: 24px;
  border: 2px solid #5C6D74;
  content: "\00a0";
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  background: #DFE6E9; }

.bf .checkbox:checked + label:before {
  background: #5C6D74;
  color: #FFFFFF;
  content: "";
  text-align: center; }

.bf .checkbox:checked:hover + label:before {
  border: 2px solid #5C6D74;
  background: #ADC0C9; }

.bf .checkbox:checked + label:after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 2.78033L3.75 10.8107L0.219666 7.28033L1.28033 6.21967L3.75 8.68934L10.7197 1.71967L11.7803 2.78033Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 7px;
  top: 1px;
  height: 15px;
  width: 15px; }

.bf .checkbox:checked:hover + label:after {
  position: absolute;
  left: 7px;
  top: 1px;
  height: 15px;
  width: 15px;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 2.78033L3.75 10.8107L0.219666 7.28033L1.28033 6.21967L3.75 8.68934L10.7197 1.71967L11.7803 2.78033Z' fill='%231B4B6F'/%3E%3C/svg%3E%0A"); }

.bf .checkbox:checked + label:after {
  font-weight: bold; }

.bf .checkbox:focus + label::before {
  outline: #3b99fc auto 5px; }

.bf .text-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 48px; }
  .bf .text-input-wrapper:after {
    position: absolute;
    left: 0;
    top: -28px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    color: #2E3A40;
    content: attr(data-placeholder); }
  .bf .text-input-wrapper--show-placeholder:after {
    display: block; }

.bf .select-input-wrap {
  position: relative;
  margin-top: 48px; }
  .bf .select-input-wrap:before {
    position: absolute;
    left: 0;
    top: -28px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    color: #2E3A40;
    content: attr(data-placeholder); }
  .bf .select-input-wrap:after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29289 6.70711L3.70711 5.29289L8 9.58579L12.2929 5.29289L13.7071 6.70711L8 12.4142L2.29289 6.70711Z' fill='%231B4B6F'/%3E%3C/svg%3E%0A");
    position: absolute;
    width: 0;
    height: 0;
    right: 45px;
    top: 24px;
    pointer-events: none; }

.bf .select-input:focus:after {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 24px;
  pointer-events: none;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29289 6.70711L3.70711 5.29289L8 9.58579L12.2929 5.29289L13.7071 6.70711L8 12.4142L2.29289 6.70711Z' fill='white'/%3E%3C/svg%3E%0A"); }

.bf .select-input {
  width: 100%;
  background: #FFFFFF;
  color: #2E3A40;
  font-size: 1.3125rem;
  border: 2px solid #7F8A8F;
  padding: 21px 16px 22px 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }
  .bf .select-input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #7F8A8F; }
  .bf .select-input.focus-visible {
    outline: none;
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px #0F62FE; }
  .bf .select-input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px #0F62FE; }

.bf .text-input {
  position: relative;
  width: 100%;
  height: 24px;
  background: #FFFFFF;
  color: #2E3A40;
  font-size: 1.3125rem;
  line-height: 30px;
  font-weight: 450;
  border: 2px solid #7F8A8F;
  padding: 21px 24px 22px 24px; }
  .bf .text-input::-webkit-input-placeholder {
    color: #7F8A8F;
    font-size: 1.3125rem;
    line-height: 30px;
    font-weight: 450; }
  .bf .text-input:-ms-input-placeholder {
    color: #7F8A8F;
    font-size: 1.3125rem;
    line-height: 30px;
    font-weight: 450; }
  .bf .text-input::-ms-input-placeholder {
    color: #7F8A8F;
    font-size: 1.3125rem;
    line-height: 30px;
    font-weight: 450; }
  .bf .text-input::placeholder {
    color: #7F8A8F;
    font-size: 1.3125rem;
    line-height: 30px;
    font-weight: 450; }
  .bf .text-input:focus {
    outline: none;
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 3px #0F62FE; }
  .bf .text-input:active {
    border: 2px solid #7F8A8F; }
  .bf .text-input.input-validation-error {
    border-color: #FF634F;
    color: #FF634F; }
    .bf .text-input.input-validation-error::-webkit-input-placeholder {
      color: #FF634F; }
    .bf .text-input.input-validation-error:-ms-input-placeholder {
      color: #FF634F; }
    .bf .text-input.input-validation-error::-ms-input-placeholder {
      color: #FF634F; }
    .bf .text-input.input-validation-error::placeholder {
      color: #FF634F; }

.bf .bankid-input {
  padding-right: 67px; }

.bf .bankid-icon {
  position: absolute;
  height: 46px;
  width: 50px;
  top: 8px;
  right: 8px; }

@media (max-width: 900px) {
  .bf .bankid {
    margin-top: 32px; } }

.bf .bankid__header {
  display: none; }

.bf .bankid__form {
  margin: 0 0 32px 0;
  max-width: 422px; }

.bf .bankid__external {
  text-align: right; }

.bf .bankid__validation_summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0; }
  .bf .bankid__validation_summary li:first-child {
    margin-top: 24px; }

.bf .bankid__extra {
  margin: 0; }

.bf .bankid__start-btn {
  margin-top: 0; }
  .bf .bankid__start-btn.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }

.bf .bankid #btn-bankid-logo {
  display: block;
  width: 46px;
  height: auto; }

.bf .main__left {
  background-color: #354A51; }
  .bf .main__left_content {
    color: #f6f8f9; }
    .bf .main__left_content a {
      color: #FFFC4D; }

.bf .main__right_content-mobile h3 {
  color: #354A51; }

.bf .main__right_content-mobile_footer {
  color: #FFFFFF;
  background-color: #354A51; }
  .bf .main__right_content-mobile_footer a {
    color: #FFFC4D; }

.bf .main .language-picker__link {
  color: #FF634F; }

.bf h1 {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 2.5rem;
  line-height: 46px; }
  @media (min-width: 600px) {
    .bf h1 {
      font-size: 4.5rem;
      line-height: 84px; } }

.bf h2 {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 2.125rem;
  line-height: 40px; }
  @media (min-width: 600px) {
    .bf h2 {
      font-size: 3.625rem;
      line-height: 34px; } }

.bf h3 {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 1.625rem;
  line-height: 32px; }
  @media (min-width: 600px) {
    .bf h3 {
      font-size: 2.625rem;
      line-height: 54px; } }

.bf h4 {
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 1.375rem;
  line-height: 28px; }
  @media (min-width: 600px) {
    .bf h4 {
      font-size: 1.688rem;
      line-height: 34px; } }

.bf h5 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 23px; }
  @media (min-width: 600px) {
    .bf h5 {
      font-size: 1.25rem;
      line-height: 26px; } }

.bf p {
  font-size: 1rem;
  font-weight: 450;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 22px; }
  @media (min-width: 600px) {
    .bf p {
      line-height: 24px; } }

.bf a {
  color: #FF634F;
  font-weight: 450;
  font-size: 1rem;
  line-height: 22px; }
  @media (min-width: 600px) {
    .bf a {
      line-height: 24px; } }

.bf span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px; }
  @media (min-width: 600px) {
    .bf span {
      line-height: 24px; } }

.bf label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 22px; }
  @media (min-width: 600px) {
    .bf label {
      line-height: 24px; } }

.bf .strong {
  font-weight: 700; }


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