




.nx-container-padded {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 991px) {
    .nx-container-padded {
      width: 92%; } }
  @media (max-width: 767px) {
    .nx-container-padded {
      width: initial;
      padding: 20px; } }



.header {
  position: fixed;
  width: 100%;
  background-color: transparent; }
  @media (min-width: 992px) {
    .header.subMenu--open:after {
      opacity: 1;
      top: 0;
      background-color: #2d32aa !important;
      /*transition: opacity 250ms cubic-bezier(0, 0.85, 0.45, 0.94);*/ }
    .header.subMenu--open .header-logo img.logo-light {
      display: block !important; }
    .header.subMenu--open .header-logo img.logo-dark {
      display: none !important; } }
  .header::after {
    content: '';
    display: block;
    position: absolute;
    top: -120%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
    z-index: -1;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .header::after {
        transition: top 0.35s ease-out, background-color 0.5s ease-out; } }

@media (min-width: 576px) and (max-width: 991px) {
  .header::after {
    transition: top 0.35s ease-out; } }
  .header.header-dark::after {
    background-color: white;
    opacity: 1;
    top: 0;
    z-index: -1; }
    @media (min-width: 768px) {
      .header.header-dark::after {
        transition: top 0.35s ease-out, background-color 0.5s ease-out; } }

@media (min-width: 576px) and (max-width: 991px) {
  .header.header-dark::after {
    transition: top 0.35s ease-out; } }
  .header.header-dark .header-logo img.logo-light {
    display: none; }
  .header.header-dark .header-logo img.logo-dark {
    display: block; }
  .header.header-light {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
    .header.header-light .header-logo img.logo-light {
      display: block; }
    .header.header-light .header-logo img.logo-dark {
      display: none; }

.header-top.nx-container-padded {
  padding: 0; }

.header-top > div {
  padding: 30px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .header-top > div {
    padding: 30px 0; } }
  @media (max-width: 767px) {
    .header-top > div {
      padding: 13px 20px; } }

.header,
.header-top {
  z-index: 20; }

.header-logo img {
  height: 30px; }
  @media (max-width: 767px) {
    .header-logo img {
      height: 22px; } }

html[class*="aem-AuthorLayer-"]:not(.aem-Author--hidePlaceholder) .header-logo {
  min-width: 100px; }

.header-menu-expand {
  position: relative;
  color: #ffffff;
  display: none;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
  max-height: calc(80vh - 135px);
  overflow-y: auto;
  overflow-x: hidden;
  top: -300px;
  opacity: 0;
  transition: all 0.5s ease-out; }
  @media (max-width: 991px) {
    .header-menu-expand {
      transition: none;
      padding: 0;
      max-height: initial;
      overflow-y: initial;
      overflow-x: initial; } }
  @media (max-width: 767px) {
    .header-menu-expand {
      padding: 0 20px;
      max-height: initial;
      overflow-y: initial;
      overflow-x: initial; } }

.subMenu--open .header-menu-expand {
  top: 0;
  opacity: 1;
  transition: none; }
  @media (max-width: 991px) {
    .subMenu--open .header-menu-expand {
      position: absolute;
      width: 100%;
      height: 100vh;
      max-height: 100vh;
      padding-left: 4%;
      padding-right: 4%;
      background-color: #2d32aa; } }
  @media (max-width: 767px) {
    .subMenu--open .header-menu-expand {
      padding-left: 20px;
      padding-right: 20px; } }

.header-menu-expand {
  font-size: 18px; }
  .header-menu-expand h3 {
    font-size: 28px; }
  .header-menu-expand h4 {
    font-size: 24px; }
  .header-menu-expand h3,
  .header-menu-expand h4 {
    margin: 0;
    color: #ffffff !important;
    line-height: 50px; }
  .header-menu-expand a {
    color: #ffffff !important; }
    .header-menu-expand a:hover {
      color: #00b8de !important; }
    .header-menu-expand a.list-label-selected {
      color: #00b8de !important; }

html[class*="aem-AuthorLayer-"]:not(.aem-Author--hidePlaceholder) .header-menu {
  min-width: 200px; }

/* header > menu > links*/
.header-menu-a,
.header-menu-link {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px; }
  .header-menu-a:last-of-type,
  .header-menu-link:last-of-type {
    padding-right: 0; }
  .header-menu-a:hover .header-menu-link-underline,
  .header-menu-link:hover .header-menu-link-underline {
    border-color: #ffffff;
    width: 20px; }
    .header-dark .header-menu-a:hover .header-menu-link-underline, .header-dark
    .header-menu-link:hover .header-menu-link-underline {
      border-color: #2d32aa; }
    .header-light .header-menu-a:hover .header-menu-link-underline, .header-light
    .header-menu-link:hover .header-menu-link-underline {
      border-color: #ffffff; }

.header-menu-link-label {
  display: block;
  min-width: 20px;
  text-align: center;
  letter-spacing: 1px; }

.header-menu-link-label,
.header-language-picker a {
  font-size: 16px;
  transition: all 350ms ease-in-out;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.25), 0 0px 2px rgba(0, 0, 0, 0.2), 0 2px 10px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991px) {
    .header-menu-link-label,
    .header-language-picker a {
      transition: none; } }
  .header-menu-link-label .current-language,
  .header-language-picker a .current-language {
    color: rgba(255, 255, 255, 0.5); }
  .header-dark .header-menu-link-label, .header-dark
  .header-language-picker a {
    color: #2d32aa;
    text-shadow: none; }
    .header-dark .header-menu-link-label .current-language, .header-dark
    .header-language-picker a .current-language {
      color: rgba(45, 50, 170, 0.5); }
  .header-light .header-menu-link-label, .header-light
  .header-language-picker a {
    color: #ffffff; }
    .header-light .header-menu-link-label .current-language, .header-light
    .header-language-picker a .current-language {
      color: rgba(255, 255, 255, 0.5); }

.header-language-picker {
  text-transform: uppercase; }

.header-menu-link-underline {
  width: 10px;
  margin: 3px auto;
  border-top: 2px solid transparent;
  transition: all 350ms ease-in-out; }
  .header-dark .selected > .header-menu-link-underline,
  .header-dark .currentSelected > .header-menu-link-underline {
    border-color: #2d32aa;
    width: 20px; }
  .header-light .selected > .header-menu-link-underline,
  .header-light .currentSelected > .header-menu-link-underline {
    border-color: #ffffff;
    width: 20px; }

/* header > menu > items (no links)*/
.header-menu-item {
  padding-left: 15px; }
  .header-dark .header-menu-item {
    color: #2d32aa; }
  .header-light .header-menu-item {
    color: #ffffff; }

.header-cta a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
  letter-spacing: 2px;
  border-radius: 4px; }
  .header-menu.header-light .header-cta a {
    background-color: transparent;
    color: #ffffff !important;
    font-size: 16px;
    min-width: auto;
    min-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase; }
    .header-menu.header-light .header-cta a:hover, .header-menu.header-light .header-cta a:focus, .header-menu.header-light .header-cta a:active {
      border-color: #ffffff; }
    .header-menu.header-light .header-cta a:active {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
  .header-menu.header-dark .header-cta a,
  .header-menu .header-cta a {
    background-color: transparent;
    color: #2d32aa !important;
    font-size: 16px;
    min-width: auto;
    min-height: 30px;
    border: 1px solid rgba(45, 50, 170, 0.5);
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase; }
    .header-menu.header-dark .header-cta a:hover, .header-menu.header-dark .header-cta a:focus, .header-menu.header-dark .header-cta a:active,
    .header-menu .header-cta a:hover,
    .header-menu .header-cta a:focus,
    .header-menu .header-cta a:active {
      border-color: #2d32aa; }
    .header-menu.header-dark .header-cta a:active,
    .header-menu .header-cta a:active {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }

html[class*="aem-AuthorLayer-"]:not(.aem-Author--hidePlaceholder) .header-cta {
  min-width: 80px; }

.first-level-menu-helper {
  display: none; }

@media (max-width: 991px) {
  .header-menu-toggle {
    font-size: 1.3em;
    vertical-align: middle;
    line-height: 1;
    color: #2d32aa; }
  .header-menu.header-dark .header-menu-toggle {
    color: #2d32aa; }
  .header-menu.header-light .header-menu-toggle {
    color: #ffffff; } }

/*header login*/
.header.header-login {
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.07);
  height: 75px;
  position: absolute;
  top: 0;
  left: 0; }
  .header.header-login .header-top {
    line-height: 25px; }
    .header.header-login .header-top > div {
      padding: 11px 0 10px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .header.header-login .header-top > div {
    padding: 21px 0 24px 0; } }
      @media (max-width: 767px) {
        .header.header-login .header-top > div {
          padding: 25px 15px; } }
    @media (max-width: 767px) {
      .header.header-login .header-top .header-logo img {
        height: 22px; } }
  .header.header-login .header-login-cta a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.75px;
    display: flex;
    align-items: center;
    line-height: 15px; }
    .header.header-login .header-login-cta a .icon-change-portal {
      margin-left: 15px;
      display: inline-block; }
    .header.header-login .header-login-cta a:hover {
      color: #00b8de; }
      .header.header-login .header-login-cta a:hover .icon-change-portal path {
        fill: #00b8de; }
  html[class*="aem-AuthorLayer-"] .header.header-login .header-menu + .cq-placeholder {
    height: 10px; }

@media (max-width: 767px) {
  .header.login--private {
    background: #10C1E9; }
  .header.login--business {
    background: #357ca5; } }


/** Button **/
/** GRADIENTS **/
/** AEM AUTHORING **/
/** ICBPI SCSS VARIABLES **/
.login-banner__wrapper .login-banner__content {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 991px) {
    .login-banner__wrapper .login-banner__content {
      width: 92%; } }
  @media (max-width: 767px) {
    .login-banner__wrapper .login-banner__content {
      width: initial;
      padding: 20px; } }

/** Button **/
/** GRADIENTS **/
.login-banner__wrapper {
  position: relative;
  padding-top: 75px;
  height: 100%; }
  @media (min-width: 768px) {
    .login-banner__wrapper {
      min-height: 100vh; } }
  .login-banner__wrapper .login-banner__image {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .login-banner__wrapper .login-banner__image {
        display: block; } }
  .login-banner__wrapper .login-banner__overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 64.86%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 64.86%, rgba(0, 0, 0, 0.6) 100%); }
  @media (min-width: 768px) {
    .login-banner__wrapper .login-banner__content {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .login-banner__wrapper .login-banner__content > div {
        width: 50%; } }
  @media (max-width: 767px) {
    .login-banner__wrapper .login-banner__content {
      padding: 0; } }
  .login-banner__wrapper .login-banner__left {
    display: none;
    height: 100%;
    padding: 15px 15px 0 15px; }
    .login-banner__wrapper .login-banner__left > .row {
      height: 100%; }
    .login-banner__wrapper .login-banner__left h1 {
      font-size: 32px;
      line-height: 34px; }
      @media (max-width: 767px) {
        .login-banner__wrapper .login-banner__left h1 {
          font-size: 24px;
          line-height: 24px; } }
    .login-banner__wrapper .login-banner__left .html-box .col-10 .richtext {
      line-height: 22px; }
    @media (min-width: 768px) {
      .login-banner__wrapper .login-banner__left {
        display: block;
        padding: 0; } }
    .login-banner__wrapper .login-banner__left html[class*="aem-AuthorLayer-"] .richtext {
      width: 100%; }
  @media (max-width: 767px) {
    .login-banner__wrapper .login-banner__right h2,
    .login-banner__wrapper .login-banner__right p {
      font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; } }
  @media (max-width: 767px) {
    .login-banner__wrapper .login-banner__right p {
      font-size: 1.33rem; } }
  .login-banner__wrapper .login-banner__right .login-banner__text p {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 0;
    text-align: left; }
  .login-banner__wrapper .login-banner__right .is-link {
    border-bottom: 0; }
    .login-banner__wrapper .login-banner__right .is-link:hover {
      color: #00b8de;
      border-bottom: 0; }
  @media (min-width: 768px) {
    .login-banner__wrapper .login-banner__right {
      padding: 0;
      max-width: 470px;
      margin-top: 30px;
      margin-bottom: 35px; }
      html[class*="aem-AuthorLayer-"] .login-banner__wrapper .login-banner__right {
        min-height: 763px; } }
  @media (min-width: 768px) {
    .login-banner__wrapper .login-right__top,
    .login-banner__wrapper .login-right__content {
      border-radius: 12px;
      box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1); } }
  .login-banner__wrapper .login-right__top {
    background-color: #1C207D;
    padding: 20px 30px;
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .login-banner__wrapper .login-right__top {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 20px; } }
    .login-banner__wrapper .login-right__top .login-top-cta-description {
      margin-bottom: 10px;
      text-align: left;
      line-height: 21px; }
      .login-banner__wrapper .login-right__top .login-top-cta-description .richtext p {
        font-size: 20px;
        margin-bottom: 0;
        color: #ffffff; }
      @media (max-width: 767px) {
        .login-banner__wrapper .login-right__top .login-top-cta-description {
          text-align: center; } }
    .login-banner__wrapper .login-right__top .login-top-cta-link {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 21px;
      font-family: 'KarbonSemibold'; }
      .login-banner__wrapper .login-right__top .login-top-cta-link a {
        color: #ffffff; }
        .login-banner__wrapper .login-right__top .login-top-cta-link a:hover, .login-banner__wrapper .login-right__top .login-top-cta-link a:focus {
          color: #00b8de; }
      @media (max-width: 767px) {
        .login-banner__wrapper .login-right__top .login-top-cta-link {
          font-size: 16px;
          line-height: 17px;
          text-align: center; }
          .login-banner__wrapper .login-right__top .login-top-cta-link a {
            padding-bottom: 0;
            letter-spacing: normal; } }
  .login-banner__wrapper .login-right__content {
    min-height: 544px;
    overflow-y: auto;
    overflow-x: hidden; }
    .login-banner__wrapper .login-right__content _:-ms-fullscreen,
    :root .login-banner__wrapper .login-right__content {
      z-index: 2;
      overflow-x: visible;
      overflow-y: visible; }
    .login-banner__wrapper .login-right__content > div > :not(.html-box-drag) {
      padding: 0 15px; }
    @media (min-width: 768px) {
      .login-banner__wrapper .login-right__content {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ffffff;
        min-height: 490px; }
        .login-banner__wrapper .login-right__content > div > :not(.html-box-drag) {
          padding: 0; } }
    @media (min-width: 992px) {
      .login-banner__wrapper .login-right__content {
        padding-left: 40px;
        padding-right: 40px; } }
  html[class*="aem-AuthorLayer-"] .login-banner__wrapper {
    min-height: 100%;
    height: 830px;
    position: initial;
    padding-top: 0; }

@media (max-width: 767px) {
  .login-banner--companies .login-banner__wrapper .login-banner__image {
    display: block;
    height: 299px; }
  .login-banner--companies .login-banner__wrapper .login-banner__left {
    display: block;
    height: 224px; }
    .login-banner--companies .login-banner__wrapper .login-banner__left .column-area {
      padding: 0; }
    .login-banner--companies .login-banner__wrapper .login-banner__left .richtext {
      text-align: center;
      line-height: 24px; } }

.richtext-image {
  max-width: 59px;
  margin-right: 10px; }
  .richtext-image .richtext-image__container {
    padding-top: 5px; }
    .richtext-image .richtext-image__container img {
      margin: 0 auto; }

.image-store a {
  display: inline-block; }
  .image-store a:first-child img {
    margin-right: 18px; }
/** Button **/
/** GRADIENTS **/
/** AEM AUTHORING **/
/** ICBPI SCSS VARIABLES **/
/** Button **/
/** GRADIENTS **/
.login-card {
  border-radius: 6px;
  position: relative; }
  .login-card.login-card-private {
    background-color: #10C1E9; }
  .login-card.login-card-business {
    background-color: #357ca5; }
  .login-card.login-card-companies {
    background-color: #48D597; }
  .login-card a {
    height: 100%;
    display: block; }
  .login-card .content-card {
    height: inherit; }
  .login-card .login-card-label {
    border-radius: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "NexiCondensedSemibold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 6px 10px 5px 10px;
    margin-bottom: auto;
    background-color: rgba(255, 255, 255, 0.4);
    align-self: flex-start; }
    @media (max-width: 767px) {
      .login-card .login-card-label {
        margin-bottom: 15px; } }
  .login-card .login-card-arrow {
    width: 29px;
    display: none;
    position: absolute;
    top: 20px;
    right: 14px; }
  .login-card .login-card-title,
  .login-card .login-card-text {
    color: #ffffff; }
  .login-card .login-card-title {
    font-size: 30px;
    line-height: 32px;
    font-family: 'KarbonSemibold'; }
    .login-card .login-card-title h2 {
      margin-bottom: 15px; }
    @media (max-width: 767px) {
      .login-card .login-card-title h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 5px; } }
  .login-card .login-card-text {
    font-size: 16px; }
    .login-card .login-card-text p {
      margin-bottom: 15px; }
    @media (max-width: 767px) {
      .login-card .login-card-text p {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .login-card {
      margin-bottom: 15px; } }

.pre-login {
  height: 100vh;
  display: flex;
  flex-direction: column; }
  .pre-login .pre-login__container {
    z-index: 1;
    position: relative;
    overflow: hidden;
    flex-grow: 1; }
    html[class*="aem-AuthorLayer-"] .pre-login .pre-login__container {
      overflow: initial; }
  @media (max-width: 767px) {
    .pre-login {
      height: 100%;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .pre-login .pre-login__container {
        height: 100%; } }
  .pre-login.footer-fixed {
    padding-bottom: 55px; }
    .pre-login.footer-fixed .pre-login__container {
      overflow-y: scroll;
      height: 100%; }
  html[class*="aem-AuthorLayer-"] .pre-login {
    height: 100%; }

.pre-login__header {
  padding: 30px 0; }
  .pre-login__header .is-link {
    padding-bottom: 0;
    border-bottom: 0; }
    .pre-login__header .is-link:hover, .pre-login__header .is-link:focus {
      border: 0; }
    .pre-login__header .is-link .icon-close:before {
      font-weight: bold !important; }
    @media (max-width: 767px) {
      .pre-login__header .is-link {
        font-size: 15px;
        height: 15px; } }
  @media (max-width: 767px) {
    .pre-login__header {
      padding: 0; } }

.pre-login__content .pre-login__title {
  padding-top: 83px;
  padding-bottom: 40px; }
  .pre-login__content .pre-login__title h1 {
    font-size: 32px;
    line-height: 34px;
    font-family: 'KarbonSemibold';
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .pre-login__content .pre-login__title h1 {
        font-size: 28px;
        line-height: 29px; } }
  @media (max-width: 767px) {
    .pre-login__content .pre-login__title {
      padding-top: 0;
      padding-bottom: 20px; } }

.pre-login__content .login-card {
  height: 250px; }
  .pre-login__content .login-card a {
    position: relative;
    z-index: 10;
    padding: 20px;
    transition: all 0.3s ease-out; }
    @media (max-width: 767px) {
      .pre-login__content .login-card a {
        padding: 15px; } }
  @media (max-width: 767px) {
    .pre-login__content .login-card {
      height: auto; } }
  @media (min-width: 992px) {
    .pre-login__content .login-card:before {
      content: "";
      position: absolute;
      border-radius: 6px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      /*transform-origin: top center;*/
      transform-origin: 50% 0%;
      transition: all 0.3s ease-out;
      z-index: 0;
      background-color: inherit;
      box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1); }
    .pre-login__content .login-card:hover:before {
      height: 260px;
      /*left: -7px;*/
      /*width: calc(100% + 14px);*/
      transform: scaleX(1.05); }
    .pre-login__content .login-card:hover a {
      transform: translateY(5px); }
    .pre-login__content .login-card:hover .login-card-arrow {
      display: block; } }
  html[class*="aem-AuthorLayer-"] .pre-login__content .login-card > div {
    height: inherit; }

@media (min-width: 768px) {
  .pre-login__content {
    height: 100%;
    max-height: calc(100% - 55px - 73px); } }

@media (max-width: 767px) {
  .pre-login__content {
    margin-bottom: 27px; }
    .pre-login__content .nx-container-padded {
      /*padding: 0 15px;*/
      padding-bottom: 0; } }

html[class*="aem-AuthorLayer-"] .pre-login__content {
  max-height: none; }

.pre-login__footer {
  width: 100%;
  background-color: #15195F;
  position: fixed;
  bottom: 0;
  z-index: 10; }
  @media (max-width: 767px) {
    .pre-login__footer {
      max-height: calc(100% - 55px - 69px - 6px);
      position: relative; }
      .pre-login__footer.is-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0; }
      .pre-login__footer .nx-container-padded {
        padding: 0; } }
  html[class*="aem-AuthorLayer-"] .pre-login__footer {
    position: relative;
    bottom: auto;
    margin-top: 100px; }
    html[class*="aem-AuthorLayer-"] .pre-login__footer .card {
      margin-bottom: 10px; }

.link-footer .link-footer__controller {
  padding: 17px 17px 22px 17px;
  font-size: 16px;
  line-height: 1;
  text-align: center; }
  .link-footer .link-footer__controller a {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "NexiCondensedSemibold", sans-serif;
    letter-spacing: 2px; }
    .link-footer .link-footer__controller a i {
      border-radius: 50%;
      background: #15195F;
      width: 30px;
      height: 30px;
      position: absolute;
      top: -15px;
      left: calc(50% - 15px); }
      .link-footer .link-footer__controller a i:before {
        line-height: 30px;
        display: inline-block; }
    .link-footer .link-footer__controller a[aria-expanded="true"] i {
      transform: rotate(180deg); }

.link-footer .login-card {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  height: 80px; }
  .link-footer .login-card a {
    padding: 11px 20px 12px 20px; }
    @media (max-width: 767px) {
      .link-footer .login-card a {
        padding: 20px; } }
  .link-footer .login-card .login-card-title h2 {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 0; }
  .link-footer .login-card .login-card-text p {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .link-footer .login-card {
      height: auto; } }

.link-footer .link-footer__content {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .link-footer .link-footer__content {
      min-height: calc(50vh - 105px - 101px); } }
  @media (min-width: 992px) {
    .link-footer .link-footer__content {
      padding-left: 5px;
      padding-right: 5px; }
      .link-footer .link-footer__content .column-area {
        padding-right: 5px;
        padding-left: 5px; } }
  @media (max-width: 767px) {
    .link-footer .link-footer__content {
      margin-bottom: 20px;
      padding: 0 15px; } }
  html[class*="aem-AuthorLayer-"] .link-footer .link-footer__content {
    min-height: auto; }



/** Button **/
/** GRADIENTS **/
/********************************************************************************************************/
/* DESKTOP ***********************************************************************************************/
/********************************************************************************************************/
.margin-top-positive-small {
  margin-top: 30px; }

.margin-top-negative-small {
  margin-top: -30px; }

.margin-bottom-positive-small {
  margin-bottom: 30px; }

.margin-bottom-negative-small {
  margin-bottom: -30px; }

.padding-b-small {
  padding-bottom: 20px; }

.padding-t-small, .page__par .breadcrumb__wrapper {
  padding-top: 20px; }

.margin-top-positive-medium {
  margin-top: 60px; }

.margin-top-negative-medium {
  margin-top: -60px; }

.margin-bottom-positive-medium {
  margin-bottom: 60px; }

.margin-bottom-negative-medium {
  margin-bottom: -60px; }

.padding-b-medium {
  padding-bottom: 40px; }

.padding-t-medium {
  padding-top: 40px; }

.margin-top-positive-large {
  margin-top: 90px; }

.margin-top-negative-large {
  margin-top: -90px; }

.margin-bottom-positive-large {
  margin-bottom: 90px; }

.margin-bottom-negative-large {
  margin-bottom: -90px; }

.padding-b-large {
  padding-bottom: 60px; }

.padding-t-large {
  padding-top: 60px; }

.margin-top-positive-huge {
  margin-top: 225px; }

.margin-top-negative-huge {
  margin-top: -225px; }

.margin-bottom-positive-huge {
  margin-bottom: 225px; }

.margin-bottom-negative-huge {
  margin-bottom: -225px; }

.padding-b-huge {
  padding-bottom: 150px; }

.padding-t-huge {
  padding-top: 150px; }






#pwdlost, #idkeylost, #registra {
  font-size: 16px;
  color: darkgray;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
}





.st-login-spinner-dots{
    display:none;
    height:40px;
    flex-direction:row;
    align-items:center
}
@media (max-width:767px){
    .st-login-spinner-dots{
        justify-content:center
    }
}
.st-login-spinner-dots>div{
    display:inline-block;
    width:8px;
    height:8px;
    margin:0 3px;
    border-radius:50%;
    background:#0018a8;
    -webkit-animation:st-login-spinner-dots-animation .8s ease-in-out 0s infinite both;
    animation:st-login-spinner-dots-animation .8s ease-in-out 0s infinite both
}
.st-login-spinner-dots>div:first-child{
    -webkit-animation-delay:-.45s;
    animation-delay:-.45s
}
.st-login-spinner-dots>div:nth-child(2){
    -webkit-animation-delay:-.28s;
    animation-delay:-.28s
}
.st-login-spinner-dots>div:nth-child(3){
    -webkit-animation-delay:-.15s;
    animation-delay:-.15s
}
@-webkit-keyframes st-login-spinner-dots-animation{
    0%,80%,to{
        -webkit-transform:translate3d(0,8px,0);
        transform:translate3d(0,8px,0)
    }
    40%{
        -webkit-transform:translate3d(-1px,0,0);
        transform:translate3d(-1px,0,0)
    }
}
@keyframes st-login-spinner-dots-animation{
    0%,80%,to{
        -webkit-transform:translate3d(0,8px,0);
        transform:translate3d(0,8px,0)
    }
    40%{
        -webkit-transform:translate3d(-1px,0,0);
        transform:translate3d(-1px,0,0)
    }
}
.st-login{
    color:#fff;display:flex;
    transition:1s;
    padding-bottom:0px;
    text-align: center;
}
.st-login *{
    box-sizing:border-box
}
.st-login a{
    color:#fff;
    text-decoration:none
}
.st-login a:hover{
    text-decoration:none
}
.st-login .st-login-container{
    margin:0 auto;
    max-width:400px;
    padding:0 15px;
    width:100%;
    display:flex;
    flex-direction:column;
    flex:1;
    background-color:#fff
}
@media (max-width:767px){
    .st-login .st-login-container{
        padding:0
    }
}
.st-login .st-login-heading{
    font-size:32px;
    font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height:34px;
    margin-bottom:35px;
    color:#000
}
.st-login .st-login-subheading{
    font-size:20px;
    line-height:21px;
    margin-bottom:15px;
    color:#000;
    font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif
}
.st-login .st-login-form{
    display:flex;
    flex-direction:column;margin:0
}
.st-login .st-login-form--submitting .st-login-form-submit-button{
    display:none
}
.st-login .st-login-form--submitting .st-login-spinner-dots{
    display:flex;
    justify-content:center
}
.st-login-form-group{
    margin:24px 0 0 0;
    position:relative
}
.st-login-form-group .st-login-form-label{
    padding:0;
    margin:0;
    font-size:18px;
    position:absolute;
    color:#9a9b9c;
    top:0;
    left:0;
    pointer-events:none;
    transition:all .3s ease;
    -webkit-transform:translateY(14px) translateX(16px);
    transform:translateY(14px) translateX(16px);
    line-height:21px;
    font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif
}
.st-login-form-group .st-login-form-control{
    width:100%;
    height:50px;
    border:0;
    border-radius:2px;
    font-size:18px;
    line-height:18px;
    padding:15px;
    color:#000;
    outline:none;
    margin:0;
    background-color:transparent;
    transition:all .3s ease;
    box-shadow:0 4px 16px 0 rgba(0,0,0,.1);
    font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-appearance:none
}
.st-login-form-group .st-login-form-control::-ms-clear{
    display:none
}
.st-login-form-group .st-login-form-help{
    margin-top:34px
}
.st-login-form-group .st-login-form-help>a{
    font-size:16px;
    color:darkgray;
    letter-spacing:2px;
    text-transform:none;
    font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif
}
.st-login-form-group .st-login-form-remember-credential{
    margin-top:30px;
    display:flex;
    align-items:center
}
.st-login-form-group .st-login-form-remember-credential label{
    color:#000;
    cursor:pointer;
    margin-left:15px;
    line-height:25px;
    font-size:16px;
    font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-bottom:0
}
.st-login-form-group .st-login-form-remember-credential input[type=checkbox]{
    -webkit-appearance:none;
    -moz-appearance:none;
    max-width:25px;
    width:100%;
    height:25px;
    border-radius:2px;
    border:1.5px solid #0018a8;
    transition:all .2s ease-in-out;
    padding:3px;
    margin:0
}
.st-login-form-group .st-login-form-remember-credential input[type=checkbox]:focus{
    outline:none;
    box-shadow:none
}
.st-login-form-group .st-login-form-remember-credential input[type=checkbox]:hover{
    border-color:#6781fc
}
.st-login-form-group .st-login-form-remember-credential input[type=checkbox]:checked{
    content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA0NDguOCA0NDguOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ4LjggNDQ4Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48ZyBpZD0iY2hlY2siPjxwb2x5Z29uIHBvaW50cz0iMTQyLjgsMzIzLjg1IDM1LjcsMjE2Ljc1IDAsMjUyLjQ1IDE0Mi44LDM5NS4yNSA0NDguOCw4OS4yNSA0MTMuMSw1My41NSAgICIgZmlsbD0iI2ZmZiIvPjwvZz48L2c+PC9zdmc+");
    transition:all .2s ease-in-out;
    background-color:#6781fc;
    border-color:#6781fc
}
.st-login-form-group .st-login-form-error{
    display:none;
    font-size:18px;
    line-height:16px;
    font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-top:30px;
    color:#f9423a;
    position:relative;
    top:calc(-100% - 25px)
}
.st-login-form-group--error .st-login-form-control{
    color:#f9423a;
    box-shadow:none
}
.st-login-form-group--error .st-login-form-control,.st-login-form-group--error .st-login-form-group-contents:hover .st-login-form-control{
    border:2px solid #f9423a
}
.st-login-form-group--error .st-login-form-group-contents:hover .st-login-form-label,.st-login-form-group--error .st-login-form-label{
    color:#f9423a
}
.st-login-form-group--error .st-login-form-error{
    display:block
}
.st-login-form-group--error.st-login-form-group--focus .st-login-form-group-contents:hover .st-login-form-label,.st-login-form-group--error.st-login-form-group--focus .st-login-form-label,.st-login-form-group--error.st-login-form-group--value .st-login-form-group-contents:hover .st-login-form-label,.st-login-form-group--error.st-login-form-group--value .st-login-form-label{
    color:#000
}
.st-login-form-group--error.st-login-form-group--focus .st-login-form-control,.st-login-form-group--error.st-login-form-group--focus .st-login-form-group-contents:hover .st-login-form-control,.st-login-form-group--error.st-login-form-group--value .st-login-form-control,.st-login-form-group--error.st-login-form-group--value .st-login-form-group-contents:hover .st-login-form-control{
    border:2px solid #f9423a
}
.st-login-form-group--focus .st-login-form-control,.st-login-form-group--value .st-login-form-control,.st-login-form-group-contents:hover .st-login-form-control{
    border-color:#fff
}
.st-login-form-group--focus .st-login-form-label,.st-login-form-group--value .st-login-form-label,.st-login-form-group-contents:hover .st-login-form-label{
    color:#000
}
.st-login-form-group--focus .st-login-form-label,.st-login-form-group--value .st-login-form-label{
    -webkit-transform:translateY(-100%) translateX(0);
    transform:translateY(-100%) translateX(0);
    font-size:14px;
    padding:5px 0
}
.st-login-form-submit{
    text-align:left;
    margin:0 0 24px
}
@media (max-width:767px){
    .st-login-form-submit{
        text-align:center
    }
}
.st-login-form-submit .st-login-form-submit-button{
    cursor:pointer;
    color:#fff;
    padding:5px;
    font-size:16px;
    border:0;
    width:100%;
    max-width:500px;
    font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    background-color:#dc3545;
    display:inline-grid;
    align-items:center;
    border-radius:50px;
    height:50px;
    position:relative;
    margin-bottom:0;
    line-height:17px;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    touch-action:manipulation;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    transition:all .3s ease
}
.st-login-form-submit .st-login-form-submit-button .slide-icon#slide-custom-icon{
    min-width:42px;
    height:42px;
    border-radius:50%;
    background-color:#fff;
    display:flex;
    justify-content:center;
    align-items:center
}
.st-login-form-submit .st-login-form-submit-button .slide-icon#slide-custom-icon img{
    width:14px;
    height:14px
}
.st-login-form-submit .st-login-form-submit-button .slide-icon#slide-custom-icon:active{
    background-color: #008d4c;
    min-width:62px;
    height:62px;
    box-shadow:0 4px 3px 0 rgba(0,0,0,.07);
    cursor:-webkit-grabbing;
    cursor:grabbing;
    -webkit-transform:translateX(-6px);
    transform:translateX(-6px)
}
.st-login-form-submit .st-login-form-submit-button .slide-icon#slide-custom-icon.reset-back-animation-btn{
    -webkit-transform:translateX(0)!important;
    transform:translateX(0)!important;
    transition:-webkit-transform .4s ease-out;
    transition:transform .4s ease-out;
    transition:transform .4s ease-out,-webkit-transform .4s ease-out
}
.st-login-form-submit .st-login-form-submit-button #slider-txt{
    padding:5px 20px
}
.st-login-form-submit .st-login-form-submit-button .slider-disabled
{
    position:absolute;background-color:#fff;width:100%;opacity:.8;height:100%;z-index:10;left:0;top:0
}.st-login-form-submit .st-login-form-submit-button:not(:disabled):active,.st-login-form-submit .st-login-form-submit-button:not(:disabled):focus
{
    border-color:#fff;outline:none
}
.st-login-form-submit .st-login-form-submit-button:not(:disabled):hover
{
    background-color: #008d4c;
    border-color:#fff
}
.st-login-form-submit .st-login-form-submit-button:disabled
{
    cursor:default;
    opacity:.3
}
.st-login-registration-link
{
    margin-top:16px;
    font-size:16px
}.st-login-registration-link .registration-link-label
{
    color:#000;
    margin-bottom:20px;
    font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif
}
.st-login-registration-link a
{
    font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    color:#0018a8;
    letter-spacing:2px
}
.st-login-registration-link a.registration-link
{
    color:#0018a8!important
}
.mt5
{
    margin-top:50px
}

.header-logo img {
  height: 50px;
}