/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.ssust {
  border-top: none !important;
  background: #F7F8F9;
  border-bottom: 30px solid #F7F8F9; }
  @media (min-width: 1024px) {
    .ssust {
      border-bottom: 50px solid #F7F8F9; } }
  .ssust + .ssust {
    border-top: none; }
  .ssust-head {
    background: #FFFFFF;
    padding: 30px 0 40px;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    .ssust-head-title {
      font-size: 2.25rem;
      font-weight: bold;
      margin-bottom: 15px; }
    .ssust-head-txt {
      font-size: 1.125rem;
      line-height: 1.2;
      font-weight: 500;
      margin-bottom: 0; }
  .ssust-body {
    background-color: #F7F8F9; }
  .ssust-sez-title {
    position: relative;
    display: block;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px; }
    .ssust-sez-title--icon {
      text-align: center;
      padding-top: 29px; }
      .ssust-sez-title--icon .icon {
        font-size: 24px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0; }
  .ssust-sez-txt {
    display: block;
    text-align: center;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.9375rem;
    color: rgba(15, 15, 15, 0.5);
    margin-bottom: 30px; }
  .ssust-goto {
    display: block;
    position: relative;
    margin: 30px 0;
    text-align: center; }
    .ssust-goto::before {
      content: '';
      display: block;
      border-top: 1px solid rgba(15, 15, 15, 0.25);
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0; }
    .ssust-goto-content {
      position: relative;
      display: inline-block;
      padding: 0 20px;
      background: #F7F8F9; }
    .ssust-goto .btn {
      font-weight: bold;
      padding: 10px 25px; }
  .ssust-helper {
    display: inline-block;
    padding: 15px 25px;
    background: #E5E9F0;
    border-radius: 8px;
    margin: 30px 0;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 500; }
    .ssust-helper a {
      text-decoration: underline;
      text-underline-position: under; }
  .ssust-tab {
    background: #EEEEEE; }
    .ssust-tab .nav-wrapper {
      border: none; }
    .ssust-tab .nav-tabs {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .ssust-tab .nav-link {
      font-size: 1.125rem;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .ssust-tab .nav-link {
          font-size: 0.875rem; } }
      .ssust-tab .nav-link.active, .ssust-tab .nav-link:hover {
        color: #0f0f0f; }
      .ssust-tab .nav-link.active {
        border: none; }
        .ssust-tab .nav-link.active::before {
          content: '';
          display: block;
          width: 80px;
          position: absolute;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: 0;
          right: auto;
          border-bottom: none;
          border-top: 4px solid #0f0f0f;
          border-radius: 4px 4px 0 0; }
          @media (max-width: 767.98px) {
            .ssust-tab .nav-link.active::before {
              width: 60px; } }
  .ssust-box {
    background: #FFFFFF;
    padding: 15px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px; }
    .ssust-box:not(:last-child) {
      margin-bottom: 15px; }
    .ssust-box--plain {
      box-shadow: none;
      color: rgba(15, 15, 15, 0.7); }
    .ssust-box-title {
      display: block;
      font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 0.9375rem;
      font-weight: 500;
      margin-bottom: 5px; }
    .ssust-box-val {
      display: block;
      font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.375rem; }
      .ssust-box-val--big {
        font-size: 1.5rem;
        line-height: 1; }
        @media (min-width: 768px) {
          .ssust-box-val--big {
            font-size: 2rem; } }
    .ssust-box-footer {
      margin: 15px -15px -15px;
      padding: 15px;
      background: #E5E9F0;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      text-align: center; }
      .ssust-box-footer .custom-control {
        margin: 0; }
  .ssust-cta {
    display: block;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 10px;
    border-radius: 8px;
    background: #E5E9F0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .ssust-cta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .ssust-cta-img {
      display: block;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 auto 15px;
      max-width: 200px; }
      @media (min-width: 768px) {
        .ssust-cta-img {
          width: 170px;
          margin: 0 30px 0 0; } }
    .ssust-cta-title {
      display: block;
      font-size: 1.125rem;
      font-weight: bold;
      margin-bottom: 7px; }
      @media (min-width: 1540px) {
        .ssust-cta-title {
          font-size: 1.25rem; } }
    .ssust-cta-txt {
      display: block;
      font-size: 0.9375rem;
      margin-bottom: 10px; }
      .ssust-cta-txt, .ssust-cta-txt a {
        color: rgba(15, 15, 15, 0.5); }
  .ssust .text-muted {
    color: rgba(15, 15, 15, 0.5); }
  .ssust .btn--clr {
    padding-top: 3px;
    padding-bottom: 3px; }
    .ssust .btn--clr:hover {
      color: #003c7f !important;
      background: rgba(0, 60, 127, 0.15);
      opacity: 1; }
  .ssust .list {
    margin-bottom: 0; }
  .ssust .abox {
    background: #F7F8F9; }

@media (min-width: 1024px) {
  .abox.d-none.d-lg-block + .ssust {
    position: relative;
    z-index: 1;
    margin-top: -20px; } }

.switch {
  position: relative;
  font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 9.625rem;
  height: 1.5rem;
  margin: 0 auto;
  font-size: 0; }
  .switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    height: 1.5rem;
    width: 2.625rem;
    left: 3.5rem;
    margin: 0; }
    .switch input:checked {
      z-index: 1; }
      .switch input:checked + label {
        color: #0f0f0f;
        cursor: default; }
      .switch input:checked ~ .toggle-outside .toggle-inside {
        left: 2px; }
    .switch input:not(:checked) + label:hover {
      color: rgba(15, 15, 15, 0.7); }
    .switch input ~ input:checked ~ .toggle-outside .toggle-inside {
      left: auto;
      right: 2px; }
  .switch label {
    color: rgba(15, 15, 15, 0.5);
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    display: inline-block;
    width: 3.5rem;
    padding: 0 10px;
    height: 100%;
    margin: 0;
    text-align: center; }
    .switch label:last-of-type {
      margin-left: 2.625rem; }
  .switch .toggle-outside {
    height: 100%;
    border-radius: 0.75rem;
    padding: 2px;
    overflow: hidden;
    -webkit-transition: 0.25s ease all;
    transition: 0.25s ease all;
    background: #003c7f;
    position: absolute;
    width: 2.625rem;
    left: 3.5rem; }
  .switch .toggle-inside {
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 2px;
    -webkit-transition: 0.25s ease all;
    transition: 0.25s ease all;
    height: -webkit-calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    width: -webkit-calc(1.5rem - 4px);
    width: calc(1.5rem - 4px); }
