/**
 * =Global Tokens
 */
/**
 * =Contextual Tokens - provides meaning to the Global Tokens
 */
/**
 * =Component Tokens
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*// Box sizing
*,
*::before,
*::after {
    box-sizing: border-box;
}

// Reset margins
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
picture {
    margin: 0;
}

// make images easier to work with
img,
picture {
    // makes sure they are responsive to the viewport or space that it's in
    max-width: 100%;
    // deals with spacing issues
    display: block;
}

// make fors easier to work with
input,
button,
textarea,
select {
    font: inherit;
}
*/
.k-kendo-default-typography {
  font-family: Source-Sans-Pro-400-latin;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.k-kendo-default-typography-important {
  font-family: "Source-Sans-Pro-400-latin" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 2 !important;
}
.k-h1 {
  font-family: Source Sans Pro;
  font-size: 44px;
  font-weight: bold;
  line-height: 139.9999976158%;
}
.k-h1-important {
  font-family: "Source Sans Pro" !important;
  font-size: 44px !important;
  font-weight: bold !important;
  line-height: 139.9999976158% !important;
}
.k-h2 {
  font-family: Source Sans Pro;
  font-size: 40px;
  font-weight: bold;
  line-height: 139.9999976158%;
}
.k-h2-important {
  font-family: "Source Sans Pro" !important;
  font-size: 40px !important;
  font-weight: bold !important;
  line-height: 139.9999976158% !important;
}
.k-h3 {
  font-family: Source Sans Pro;
  font-size: 32px;
  font-weight: bold;
  line-height: 139.9999976158%;
}
.k-h3-important {
  font-family: "Source Sans Pro" !important;
  font-size: 32px !important;
  font-weight: bold !important;
  line-height: 139.9999976158% !important;
}
.k-h4 {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: bold;
  line-height: 139.9999976158%;
}
.k-h4-important {
  font-family: "Source Sans Pro" !important;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 139.9999976158% !important;
}
.k-h5 {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: bold;
  line-height: 139.9999976158%;
}
.k-h5-important {
  font-family: "Source Sans Pro" !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 139.9999976158% !important;
}
.k-h6 {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: bold;
  line-height: 139.9999976158%;
}
.k-h6-important {
  font-family: "Source Sans Pro" !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 139.9999976158% !important;
}
.k-body-xl {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: normal;
  line-height: 179.9999952316%;
}
.k-body-xl-important {
  font-family: "Source Sans Pro" !important;
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: 179.9999952316% !important;
}
.k-body-lg {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: normal;
  line-height: 179.9999952316%;
}
.k-body-lg-important {
  font-family: "Source Sans Pro" !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 179.9999952316% !important;
}
.k-body-md {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: normal;
  line-height: 179.9999952316%;
}
.k-body-md-important {
  font-family: "Source Sans Pro" !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 179.9999952316% !important;
}
.k-body-sm-semi {
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 600;
  line-height: 179.9999952316%;
}
.k-body-sm-semi-important {
  font-family: "Source Sans Pro" !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 179.9999952316% !important;
}
.k-body-sm-reg {
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: normal;
  line-height: 179.9999952316%;
}
.k-body-sm-reg-important {
  font-family: "Source Sans Pro" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 179.9999952316% !important;
}
.k-body-xs {
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: normal;
  line-height: 179.9999952316%;
}
.k-body-xs-important {
  font-family: "Source Sans Pro" !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 179.9999952316% !important;
}
.k-button-sm {
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: normal;
  line-height: 179.9999952316%;
}
.k-button-sm-important {
  font-family: "Source Sans Pro" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 179.9999952316% !important;
}
.k-button-lg {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: bold;
  line-height: 179.9999952316%;
}
.k-button-lg-important {
  font-family: "Source Sans Pro" !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 179.9999952316% !important;
}
.k-overline-sm {
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: 600;
  line-height: 170.0000047684%;
  letter-spacing: 0.8000000119px;
}
.k-overline-sm-important {
  font-family: "Source Sans Pro" !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 170.0000047684% !important;
  letter-spacing: 0.8000000119px !important;
}
.k-overline-lg {
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 600;
  line-height: 170.0000047684%;
  letter-spacing: 0.8000000119px;
}
.k-overline-lg-important {
  font-family: "Source Sans Pro" !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 170.0000047684% !important;
  letter-spacing: 0.8000000119px !important;
}
.k-jn-h3 {
  font-family: "Source Sans Pro";
  font-size: 33px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.5px;
}
.k-jn-h3-important {
  font-family: '"Source Sans Pro"' !important;
  font-size: 33px !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: 0.5px !important;
}
.k-jn-h1 {
  font-family: Ubuntu-Regular;
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.5px;
}
.k-jn-h1-important {
  font-family: "Ubuntu-Regular" !important;
  font-size: 42px !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: 0.5px !important;
}
.k-jn-h2 {
  font-family: Ubuntu-Regular;
  font-size: 21px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.5px;
}
.k-jn-h2-important {
  font-family: "Ubuntu-Regular" !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 120% !important;
  letter-spacing: 0.5px !important;
}
.k-jn-p {
  font-family: Ubuntu-Regular;
  font-size: 13px;
  font-weight: 300;
  line-height: 100%;
}
.k-jn-p-important {
  font-family: "Ubuntu-Regular" !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 100% !important;
}

h2,
p {
  color: #121C42;
  color: var(--color-text-body);
}

.jn-heading-1 {
  color: #00539F;
  font-family: "Ubuntu-Medium", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  max-width: 326px;
  width: 100%;
  margin-inline: auto;
}

.jn-sub-heading {
  color: #00539F;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  line-height: normal;
  text-align: center;
  max-width: 392px;
  width: 100%;
  padding-inline: 1.5rem;
  margin-inline: auto;
}

.jn-text-body-sm,
.jn-text-body-md,
.jn-text-body-lg {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 22px;
}

.jn-text-body-sm {
  font-size: 12px;
}

.jn-text-body-md {
  font-size: 15px;
}

.jn-text-body-lg {
  font-size: 17px;
}

.jn-help-text {
  color: #004559;
  font-size: 13px;
  font-weight: 500;
  font-family: Ubuntu-Medium;
}
.jn-help-text a {
  font-family: Ubuntu-Medium;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.jn-help-text a:hover {
  color: #00539F;
}

.jn-label-semibold {
  font-weight: 600 !important;
}

.jn-checkmarks-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.jn-checkmarks-list li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.1em;
  font-size: 0.937rem;
  line-height: normal;
}
.jn-checkmarks-list li div span {
  color: #00539f;
  margin-right: 0.5em;
}

[class*=jn-text-eyebrow] {
  color: #000000;
  color: var(--color-text-strong, #000000);
  font-weight: 500;
  letter-spacing: calc(1.5rem * 0.1);
}

.jn-text-eyebrow-lg {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 18px;
}

.jn-text-eyebrow-sm {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 18px;
}

@media (min-width: 568px) {
  .jn-sub-heading {
    padding-inline: 0;
  }
}
@media (min-width: 768px) {
  .jn-heading-1 {
    font-size: 33px;
    max-width: 750px;
  }
  .jn-sub-heading {
    font-size: 20px;
    max-width: 708px;
  }
  .jn-help-text {
    font-size: 17px;
  }
}
.jn-button-primary, .jn-button-primary-stacked {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jn-button-primary .k-button-text, .jn-button-primary-stacked .k-button-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.9rem;
  text-transform: none;
}
.jn-button-primary .jn-word-break-fixed, .jn-button-primary-stacked .jn-word-break-fixed, .jn-button-primary .jn-word-break, .jn-button-primary-stacked .jn-word-break {
  display: block;
}
.jn-button-primary:hover .k-i-jn-right-chevron:before, .jn-button-primary-stacked:hover .k-i-jn-right-chevron:before {
  background-image: url(/images/right-chevron-white.svg);
}

.jn-button-primary-stacked .k-button-text {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  line-height: 120%;
}

.k-button-link.k-buttom-primary,
.k-button-link-primary {
  color: #1565c0 !important;
  padding-left: 0 !important;
  font-weight: 600;
}
.k-button-link.k-buttom-primary:focus::before,
.k-button-link-primary:focus::before {
  opacity: 0;
}

.jn-link-button, .jn-link-button-withdraw, .jn-link-button-stacked {
  padding-right: 35px;
  padding-bottom: 14px;
  padding-top: 14px;
}
.jn-link-button .k-button.k-button-link, .jn-link-button-withdraw .k-button.k-button-link, .jn-link-button-stacked .k-button.k-button-link {
  padding: 0;
}
.jn-link-button .k-button-link:hover, .jn-link-button-withdraw .k-button-link:hover, .jn-link-button-stacked .k-button-link:hover {
  color: var(--color-button-text);
}
.jn-link-button .jn-word-break-fixed, .jn-link-button-withdraw .jn-word-break-fixed, .jn-link-button-stacked .jn-word-break-fixed {
  display: block;
}

.jn-link-button-stacked .k-button-text {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  line-height: 120%;
}

.jn-link-button-withdraw .k-button-text {
  line-height: 150%;
}

.jn-link-external {
  -webkit-padding-end: 1rem;
  padding-inline-end: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23176F6F' d='M4.666 5.467a.8.8 0 0 1 0-1.6h6.667a.8.8 0 0 1 .8.8v6.666a.8.8 0 1 1-1.6 0V6.598l-5.301 5.3a.8.8 0 0 1-1.131-1.13l5.3-5.301H4.667Z'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: top 1px right;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
  -webkit-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.k-button.jn-button-primary, .k-button.jn-button-primary-stacked {
  background-color: #004996;
  background-color: var(--color-button-primary-background, #004996);
}

.k-button.jn-button-primary .k-button-text, .k-button.jn-button-primary-stacked .k-button-text {
  color: #FF0;
  color: var(--color-button-text, #FF0);
}

.jn-light-dark-button {
  cursor: pointer;
}

@media (min-width: 768px) {
  .jn-button-primary .k-button-text, .jn-button-primary-stacked .k-button-text {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .jn-button-primary .jn-word-break, .jn-button-primary-stacked .jn-word-break {
    display: inline;
  }
}
.jn-document-card {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: end;
  min-width: 300px;
  width: 100%;
  padding: 21px 23px;
  border-radius: 10px;
  background-color: #fff;
  background-color: hsla(0, 0%, 88%, 0.45);
  text-decoration: none;
}
.jn-document-card:focus-visible, .jn-document-card:hover {
  outline-color: #F8AE00 !important;
  outline-style: solid !important;
  outline-width: 2px !important;
}
.jn-document-card-title {
  font-family: "Source Sans Pro";
  font-weight: 400;
  margin-left: 1em;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0 !important;
  color: #121C42;
}
.jn-document-card-icon-document {
  text-align: left;
  background-image: url(/images/file.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.jn-document-card-icon-download {
  background-image: url(/images/download.svg);
}
.jn-document-card-icon-download, .jn-document-card-icon-open {
  text-align: left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: auto;
}
.jn-document-card-icon-open {
  background-image: url(/images/external-link.svg);
}
.jn-document-card-icon-success {
  text-align: left;
  background-image: url(/images/circle-check-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
  display: inline-block;
}
.jn-document-card-btn-download {
  width: 23px;
  height: 22px;
}

@media (min-width: 768px) {
  .jn-document-card-title {
    font-size: 15px;
  }
}
.jn-container {
  max-width: 90rem;
  margin: 0 auto !important;
  width: 100%;
}

[data-block-area=form] {
  color: #121C42;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[data-block-area=form] > .jn-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 673px;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-inline: min(55px, 5.6%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  margin: 2.5rem auto;
}

@media (max-width: 700px) {
  [data-block-area=form] > .jn-form-container {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-block: 0;
  }
}
@media (max-width: 700px) {
  [data-block-area=main] {
    background-color: #ffffff;
  }
  .jn-form-container {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
  }
}
.jn-label-container {
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .jn-label-container {
    max-width: 460px;
  }
}
@media (min-width: 992px) {
  .jn-label-container {
    max-width: 406px;
  }
}
.jn-form-message > * {
  font-family: Source-Sans-Pro-400-latin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
  line-height: 120% !important;
  margin-top: 0.7em;
}
.jn-form-message .k-i-warning::before {
  font-weight: bold;
}
.jn-form-message .k-form-hint .k-i-warning::before {
  color: #00539F;
}

.jn-checkbox .k-invalid input {
  border-bottom-color: #C00000;
  border-left-color: #C00000;
  border-right-color: #C00000;
  border-top-color: #C00000;
}

.jn-checkbox-document {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.jn-checkbox-document input {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  margin-top: 0.3em;
  margin-right: 13px;
}
.jn-checkbox-document-label {
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
}

@media (min-width: 768px) {
  .jn-checkbox-document {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .jn-checkbox-document input {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    margin-top: 0.2em;
    margin-right: 26px;
  }
}
.jn-sms-form-field {
  display: block;
  width: 100%;
  text-align: center;
}
.jn-sms-form-field .k-form-hint {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.jn-sms-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.jn-sms-container .jn-sms-input {
  width: 38px;
  text-align: center;
}

.jn-sms-contact-info {
  font-size: 1.05rem;
  line-height: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .jn-sms-container {
    gap: 37px;
  }
  .jn-sms-container .jn-sms-input {
    width: 48px;
  }
}
@media (max-width: 768px) {
  .k-label {
    font-size: 18px;
  }
}
.k-i-jn-document:before,
.k-i-jn-download:before,
.k-i-jn-check-circle:before,
.k-i-jn-check-green-circle:before,
.k-i-jn-right-chevron:before,
.jn-i-light-mode:before,
.jn-i-dark-mode:before {
  content: "";
  background-repeat: no-repeat;
}

.k-i-jn-download:before {
  background-image: url(/images/download.svg);
}

.k-i-jn-download:before,
.k-i-jn-download.k-font-icon {
  width: 24px;
  height: 24px;
}

.k-i-jn-document:before {
  background-image: url(/images/file.svg);
}

.k-i-jn-document:before,
.k-i-jn-document.k-font-icon {
  width: 24px;
  height: 24px;
}

.k-i-jn-check-circle:before {
  background-image: url(/images/check-circle.svg);
}

.k-i-jn-check-circle:before,
.k-i-jn-check-circle.k-font-icon {
  width: 24px;
  height: 24px;
}

.k-i-jn-check-green-circle:before {
  background-image: url(/images/circle-check-green.svg);
}

.k-i-jn-check-green-circle:before,
.k-i-jn-check-green-circle.k-font-icon {
  width: 24px;
  height: 24px;
}

.k-i-jn-right-chevron:before {
  background-image: url(/images/right-chevron.svg);
}

.k-i-jn-right-chevron:before,
.k-i-jn-right-chevron.k-font-icon {
  width: 8px;
  height: 16px;
}

.jn-i-light-mode:before {
  display: block;
  background-image: url(/images/light_mode.svg);
  width: 24px;
  height: 24px;
}

.jn-i-dark-mode:before {
  background-image: url(/images/dark_mode.svg);
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[class*=layout].light .jn-icon-container {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

[class*=layout].dark .jn-icon-container {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.jn-loader {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 100%;
  border: 8px solid rgba(0, 83, 159, 0);
  border-right-color: #00539F;
  -webkit-animation: jn-loader 1s infinite linear;
  animation: jn-loader 1s infinite linear;
}

@-webkit-keyframes jn-loader {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes jn-loader {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
[data-block-area=header] {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
[data-block-area=header] > img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: fill;
  object-fit: fill;
  color: transparent;
  max-width: 100%;
  z-index: 0;
}
[data-block-area=header] .jn-top-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
[data-block-area=header] .jn-heading-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 2rem 4.5rem;
  gap: 1rem;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 700px) {
  [data-block-area=header] .jn-top-header {
    padding-inline: 54px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  [data-block-area=header] .jn-heading-wrap {
    padding-block: 2rem 3rem;
  }
}
[data-block-area=footer] {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
[data-block-area=footer] .jn-footer-container {
  color: #ffffff;
  background-color: #2074cc;
  padding: 30px;
}

.jn-footer-divider {
  border-width: 1px;
  border-style: inset;
  border-color: #499bf1;
}

.jn-footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}
.jn-footer-nav li {
  color: #ffffff;
}
.jn-footer-nav li:first-child {
  font-size: 12px;
  height: 2.5rem;
}
.jn-footer-nav li:not(:first-child) {
  font-size: 14px;
}
.jn-footer-nav a {
  color: #ffffff;
  text-decoration: none;
}
.jn-footer-nav a:hover {
  text-decoration: underline;
}

.jn-footer-legal {
  font-size: 12px;
  line-height: 180%;
}

.jn-footer-stack-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.jn-footer-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.jn-footer-header div:first-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.jn-footer-header div:last-child {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.jn-footer-grid-layout-upper {
  gap: 40px 20px;
  grid-template-columns: auto;
  grid-template-rows: 1fr;
}

.jn-footer-grid-upper-col-1 {
  grid-area: 1/1/auto/span 2;
}

.jn-footer-stack-layout-gap {
  gap: 20px;
}

.jn-footer-grid-upper-col-2 {
  grid-area: 2/1;
}

.jn-footer-grid-upper-col-3 {
  grid-area: 2/2;
}

.jn-footer-grid-upper-col-4 {
  grid-area: 3/1;
}

.jn-footer-grid-upper-col-5 {
  grid-area: 3/2;
}

.jn-footer-grid-layout-lower-1 {
  gap: 0px 0px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.jn-footer-grid-lower-col-1 {
  grid-area: 2/1/auto/auto;
}

.jn-footer-grid-layout-lower-2 {
  gap: 20px 20px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.jn-footer-grid-lower-col-2 {
  grid-area: 1/1/auto/auto;
}

.jn-footer-grid-lower-col-3 {
  grid-area: 2/1;
}

.jn-footer-stack-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.jn-footer-stack-social-gap {
  gap: 15px;
}

@media (min-width: 768px) {
  .jn-footer-container {
    padding: 30px;
  }
  .jn-footer-stack-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .jn-footer-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .jn-footer-header div:last-child {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .jn-footer-grid-layout-upper {
    gap: 40px 20px;
  }
  .jn-footer-grid-upper-col-1 {
    grid-area: 1/1/auto/span 4;
  }
  .jn-footer-stack-layout-gap {
    gap: 20px;
  }
  .jn-footer-grid-upper-col-2 {
    grid-area: 2/1/auto/auto;
  }
  .jn-footer-grid-upper-col-3 {
    grid-area: 2/2/auto/auto;
  }
  .jn-footer-grid-upper-col-4 {
    grid-area: 2/3/auto/auto;
  }
  .jn-footer-grid-upper-col-5 {
    grid-area: 2/4/auto/auto;
  }
  .jn-footer-grid-layout-lower-1 {
    gap: 0px 0px;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
  }
  .jn-footer-grid-lower-col-1 {
    grid-area: 2/1/auto/auto;
  }
  .jn-footer-grid-layout-lower-2 {
    gap: 20px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .jn-footer-grid-lower-col-2 {
    grid-area: 1/1/auto/auto;
  }
  .jn-footer-grid-lower-col-3 {
    grid-area: 1/2;
  }
  .jn-footer-stack-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .jn-footer-stack-social-gap {
    gap: 15px;
  }
}
@media (min-width: 1180px) {
  .jn-footer-container {
    padding-inline: 140px;
  }
  .jn-footer-stack-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .jn-footer-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .jn-footer-header div:last-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .jn-footer-stack-layout-gap {
    gap: 20px;
  }
  .jn-footer-grid-layout-upper {
    gap: 40px 20px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
  }
  .jn-footer-grid-upper-col-1 {
    grid-area: 1/1/auto/span 1;
  }
  .jn-footer-grid-upper-col-2 {
    grid-area: 1/2/auto/auto;
  }
  .jn-footer-grid-upper-col-3 {
    grid-area: 1/3/auto/auto;
  }
  .jn-footer-grid-upper-col-4 {
    grid-area: 1/4/auto/auto;
  }
  .jn-footer-grid-upper-col-5 {
    grid-area: 1/5/auto/auto;
  }
  .jn-footer-grid-layout-lower-1 {
    gap: 0px 0px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .jn-footer-grid-lower-col-1 {
    grid-area: 2/1/auto/auto;
  }
  .k-grid-layout--g20-desktop-lower {
    gap: 20px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .n-footer-grid-lower-col-2 {
    grid-area: 1/1/auto/auto;
  }
  .jn-footer-grid-lower-col-3 {
    grid-area: 1/2/auto/auto;
  }
  .jn-footer-stack-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .jn-footer-stack-social-gap {
    gap: 20px;
  }
}
.jn-layout,
.jn-start-layout,
.jn-landing-layout,
.jn-form-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding: 0;
}

[data-block-area=main] {
  padding: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 834px) {
  .jn-top-header {
    padding-inline: 54px;
    padding-top: 50px;
  }
}
.jn-start-layout [data-block-area=main],
.jn-landing-layout [data-block-area=main] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jn-start-layout .jn-general-message,
.jn-landing-layout .jn-general-message {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  max-width: 708px;
  width: 100%;
}
.jn-start-layout .jn-general-message a,
.jn-landing-layout .jn-general-message a {
  color: #00539F;
}

.jn-summary-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jn-summary-layout .jn-summary-box {
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jn-summary-layout .jn-summary-box p {
  font-size: 1.125rem;
  color: #00539F;
}
.jn-summary-layout .jn-summary-box .jn-summary-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[id*=thankYouPage] .jn-summary-layout {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
[id*=thankYouPage] .jn-summary-layout .jn-summary-box .jn-summary-item {
  font-size: 0.937rem;
}

@media (min-width: 500px) {
  .jn-summary-layout .jn-summary-box .jn-summary-item {
    width: 65%;
  }
}
.jn-field-layout {
  width: 100%;
  display: block;
}

.jn-field-layout-withdraw, .jn-field-layout-confirm-withdraw {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.jn-field-layout-withdraw .jn-link-button, .jn-field-layout-confirm-withdraw .jn-link-button,
.jn-field-layout-withdraw .jn-link-button-withdraw,
.jn-field-layout-confirm-withdraw .jn-link-button-withdraw {
  padding: 0;
}

.jn-field-layout-confirm-withdraw {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 700px) {
  .jn-field-layout-withdraw, .jn-field-layout-confirm-withdraw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.jn-document-cards-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.k-text-jn-blue {
  color: #00539F;
}

.k-text-success-300 {
  color: #b0cf38;
}

.k-text-jn-black {
  color: #121C42;
}

.jn-form-bg,
.jn-app-form-bg {
  background: linear-gradient(159deg, #FCFCFC 0%, #C4C4C4 89.86%);
}

@media (max-width: 700px) {
  .jn-form-bg,
  .jn-app-form-bg {
    background: #ffffff;
  }
}
.jn-text-white {
  color: #ffffff;
}

.jn-bg-white {
  background: #ffffff;
}

.jn-bg-trustpilot {
  background-color: #04da8d;
}

.jn-bg-primary-600 {
  background-color: #004996;
}

.jn-bg-primary-700 {
  background-color: #032447;
}

.jn-main-bg-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0), to(#F8AE00));
  background-image: linear-gradient(180deg, #FF0 0%, #F8AE00 100%);
}

.jn-surface {
  background-color: #ffffff;
  background-color: var(--color-background-container, #ffffff);
}

.jn-surface-brand {
  background-color: #004996;
  background-color: var(--color-background-brand, #004996);
}

.jn-surface-subdued {
  background-color: #F7F7F7;
  background-color: var(--color-background-container-subdued, #F7F7F7);
}

.jn-surface-summary {
  background-color: rgba(225, 225, 225, 0.45);
  background-color: var(--color-background-container-summary, rgba(225, 225, 225, 0.45));
}

.jn-text-subdued {
  color: #72757c;
  color: var(--color-text-subdued, #72757c);
}

.jn-text-inverse {
  color: #FF0;
  color: var(--color-text-inverse, #FF0);
}

.jn-text-interactive {
  color: #00539F;
  color: var(--color-text-interactive, #00539F);
}

.jn-text-subdued-inverse {
  color: #bcbec3;
  color: var(--color-text-subdued-inverse, #bcbec3);
}

.jn-text-inherit {
  color: inherit;
  text-decoration: inherit;
}

.jn-text-inherit a,
a.jn-text-inherit {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

[class*=jn-stack] {
  --stack-size: 10px;
  -webkit-margin-after: var(--stack-size);
  margin-block-end: var(--stack-size);
}

.jn-stack-xs {
  --stack-size: 4px;
}

.jn-stack-sm {
  --stack-size: 10px;
}

.jn-stack-md {
  --stack-size: 20px;
}

.jn-stack-lg {
  --stack-size: 30px;
}

.jn-stack-xl {
  --stack-size: 60px;
}

[class*=jn-inset-square] {
  --inset-size: 1rem;
  padding: var(--inset-size);
}

.jn-text-inverse {
  color: #FF0;
  color: var(--color-text-inverse, #FF0);
}

.jn-text-subdued-inverse {
  color: #bcbec3;
  color: var(--color-text-subdued-inverse, #bcbec3);
}

[class*=jn-flow] {
  --flow-size: 10px;
}
[class*=jn-flow] > :where(:not(:last-child)) {
  -webkit-margin-after: var(--flow-size);
  margin-block-end: var(--flow-size);
}

.jn-flow-xs {
  --flow-size: 4px;
}

.jn-flow-sm {
  --flow-size: 10px;
}

.jn-flow-md {
  --flow-size: 20px;
}

.jn-flow-lg {
  --flow-size: 30px;
}

.jn-flow-xl {
  --flow-size: 60px;
}

.jn-inline-block {
  display: inline-block;
}

.jn-hide {
  display: none;
}

@media (min-width: 576px) and (max-width: 767px) {
  .jn-hide-on-medium {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jn-hide-on-large {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jn-hide-on-x-large {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .jn-hide-on-xx-large {
    display: none;
  }
}
.jn-hidden {
  display: none;
}

.jn-block {
  display: block;
}

.jn-inline-block {
  display: block;
}

@media (min-width: 1200px) {
  .jn-inline-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .jn-md-block {
    display: block;
  }
  .jn-md-hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .jn-lg-block {
    display: block;
  }
  .jn-lg-hidden {
    display: none;
  }
}
@media (min-width: 600px) {
  .jn-inline-block {
    display: inline;
  }
}
.jn-visually-hidden {
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  position: absolute;
}

.jn-full-width {
  width: 100%;
}

[class*=jn-width] {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  --width: min-content;
  width: var(--width);
}

.jn-width-full {
  --width: 100%;
}

.jn-width-one-half {
  --width: 50%;
}

.jn-width-one-third {
  --width: 33%;
}

.jn-width-two-thirds {
  --width: 66%;
}

.jn-width-one-fifth {
  --width: 20%;
}

.jn-width-two-fifths {
  --width: 40%;
}

.jn-width-three-fifths {
  --width: 60%;
}

.jn-width-four-fifths {
  --width: 80%;
}

.jn-one-half-width {
  max-width: 300px !important;
  width: 100%;
}

.jn-one-third-width {
  max-width: 175px !important;
  width: 100%;
}

.jn-62-percent-width {
  max-width: 327px !important;
  width: 100%;
}

.jn-67-percent-width {
  max-width: 342px !important;
  width: 100%;
}

.jn-80-percent-width {
  max-width: 419px !important;
  width: 100%;
}

.jn-87-percent-width {
  max-width: 445px !important;
  width: 100%;
}

.jn-grid-stretch {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: stretch;
}

.jn-grid {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: stretch;
}

.jn-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jn-rounded-16 {
  border-radius: 16px;
}

.jn-margin-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}

.k-expander:not(.k-expanded) + .k-expander:not(.k-expanded) {
  border-top-width: 1px;
}

.jn-animation-container {
  position: absolute;
  overflow: hidden;
  z-index: 100;
}

.jn-animation-container {
  border-radius: 0 0 33px 33px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.jn-animation-container-relative {
  position: relative;
  display: inline-block;
}

.jn-child-animation-container {
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  height: 100%;
}

.jn-summary-grid-layout {
  gap: 10px 20px;
  grid-template-columns: 1fr;
}

.jn-summary-grid-area-1 {
  grid-area: 1/1;
}

.jn-summary-grid-area-2 {
  grid-area: 2/1;
}

.jn-expander-btn.jn-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1180px) {
  .jn-summary-grid-layout {
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr;
  }
  .jn-summary-grid-area-1 {
    grid-area: 1/1;
  }
  .jn-summary-grid-area-2 {
    grid-area: 1/2;
  }
}
div#CybotCookiebotDialog > div {
  display: none;
}

div#CybotCookiebotDialogHeaderLogosWrapper {
  display: none !important;
}

.k-expander.k-expanded .k-expander-content-wrapper .jn-checklist-std {
  padding-inline: 1em;
}

.k-label {
  margin-bottom: 0.5em !important;
}

.jn-label-hint {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0.5em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.k-button:hover.k-button-solid-base {
  background-color: #F8AE00;
}

.k-button.k-button-solid-primary:hover {
  background-color: #F8AE00;
}
.k-button.k-button-solid-primary:hover .k-button-text {
  color: #ffffff;
}

.k-dropdownlist .k-input-button:hover .k-button-icon.k-icon.k-svg-icon {
  color: #004996;
}

.k-form-hint.k-text-start {
  color: #333333;
}

.k-dropdownlist:focus-visible,
.k-maskedtextbox:focus-visible,
.k-checkbox:focus-visible,
.k-input:focus-visible,
.k-button:focus-visible {
  outline-color: #F8AE00 !important;
  outline-style: solid !important;
  outline-width: 2px !important;
}

.k-dropdownlist.k-focus.k-picker-solid,
.k-dropdownlist.k-state-focus.k-picker-solid,
.k-dropdownlist.k-state-focused.k-picker-solid,
.k-dropdownlist:focus.k-picker-solid {
  border-bottom-width: 0.8px;
}

:root {
  --color-text-body: #121C42;
  --color-text-interactive: #00539F;
  --color-text-inverse: #FF0;
  --color-text-strong: #000000;
  --color-text-subdued: #72757c;
  --color-text-subdued-inverse: #bcbec3;
  --color-background-accent: #eef0f5;
  --color-background-body: #ffffff;
  --color-background-brand: #004996;
  --color-background-brand-accent: #eef0f5;
  --color-background-interactive: #004996;
  --color-background-body-gradient: linear-gradient(159deg, #FCFCFC 0%, #C4C4C4 89.86%);
  --color-background-container-summary: rgba(225, 225, 225, 0.45);
  --radius-sm: 33px;
  --color-border: #C2C2C2;
  --button-radius: 33px;
  --color-text-product: #121C42;
  --color-background-product: #ffffff;
  --color-background-header: linear-gradient(180deg, #FFFF00 0%, #F8AE00 100%);
}

[class*=layout].dark {
  --color-text-body: #ffffff;
  --color-background-body: none;
  --color-background-body-gradient: linear-gradient(159deg, #454545 0%, #121C42 89.86%);
  --color-text-product: #ffffff;
  --color-background-product: #121C42;
  --color-background-header:linear-gradient(180deg, #2074cc 0%, #032447 100%);
}
/*# sourceMappingURL=ftd-maturity-app.css.map */
