@import url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.5/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
/*
* ink colors (with variations only for black and white)
*/
.application__card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: calc(0.25 * 1rem);
  margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .application__card--body {
    padding: calc(calc(0.75 * 1rem) + calc(0.75 * 1rem)) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 140px;
    width: 100%; }
    .application__card--body .body__row {
      width: 70%;
      display: flex;
      flex-wrap: wrap; }
      .application__card--body .body__row .info__product {
        width: 100%;
        order: 1;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500; }
        @media (min-width: 768px) {
          .application__card--body .body__row .info__product {
            font-size: 12px;
            line-height: 16px;
            font-weight: 700;
            width: 55%; } }
      .application__card--body .body__row .info__date {
        order: 2;
        width: 50%;
        margin: 0;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400; }
        @media (min-width: 768px) {
          .application__card--body .body__row .info__date {
            order: 3; } }
      .application__card--body .body__row .info__value {
        order: 3;
        width: 50%;
        margin: 0;
        display: flex;
        justify-content: flex-end;
        text-align: right;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500; }
        @media (min-width: 768px) {
          .application__card--body .body__row .info__value {
            width: 45%;
            order: 2;
            font-size: 12px;
            line-height: 16px;
            font-weight: 400; } }
      .application__card--body .body__row.left {
        width: 30%;
        padding-right: calc(0.5 * 1rem); }
        .application__card--body .body__row.left .brand__logo {
          width: auto !important;
          height: 25px !important; }
        @media (min-width: 576px) {
          .application__card--body .body__row.left {
            width: 27.5%; }
            .application__card--body .body__row.left .brand__logo {
              height: 23px !important; } }
      @media (min-width: 576px) {
        .application__card--body .body__row {
          width: 72.5%; } }
  .application__card--footer .footer__item {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) calc(calc(1.25 * 1rem) + calc(0.25 * 1rem));
    width: 100%;
    display: flex;
    justify-content: center;
    color: #1D66DD;
    cursor: pointer;
    background-color: #f2f7ff; }
    .application__card--footer .footer__item:hover {
      background-color: #1D66DD;
      color: #ffffff;
      transition: 0.3s;
      border-radius: 0 0 calc(0.25 * 1rem) calc(0.25 * 1rem); }
    .application__card--footer .footer__item--button {
      margin-bottom: 0;
      color: inherit; }
    .application__card--footer .footer__item p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }

/*
* ink colors (with variations only for black and white)
*/
.account__application {
  margin-right: auto;
  margin-left: auto;
  transition: all .5s ease .1s;
  padding-bottom: calc(calc(2 * 1rem) + calc(2 * 1rem)); }
  @media (max-width: 768px) {
    .account__application {
      padding: 10px; } }
  @media (min-width: 768px) {
    .account__application {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .account__application {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .account__application {
      max-width: 1170px; } }
  .account__application--item {
    margin-bottom: calc(2 * 1rem); }
  .account__application--search {
    display: flex;
    flex-direction: row-reverse; }
    @media (max-width: 991.98px) {
      .account__application--search {
        margin-bottom: calc(1.25 * 1rem); } }
    @media (max-width: 991.98px) {
      .account__application--search .search__box {
        width: 100%; } }
  .account__application--loader {
    height: calc(100vh - 75px);
    display: flex;
    justify-content: center; }
  .account__application--title {
    margin-bottom: calc(0.75 * 1rem);
    display: flex;
    align-items: center; }
    .account__application--title p {
      margin: 0;
      font-size: 14px;
      line-height: 18px;
      font-weight: 700; }
    .account__application--title .collapse__button {
      width: 24px;
      height: 24px;
      margin: 0;
      padding: 9.5px 7.5px;
      border-radius: 100px;
      border: solid 1.5px #ffffff;
      background-color: #e2e8f0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0.7;
      transition: all 0.5s ease; }
      .account__application--title .collapse__button:hover {
        opacity: 1; }
      .account__application--title .collapse__button .icon {
        transition: all 0.5s ease;
        color: #1D66DD; }
      @media (min-width: 576px) {
        .account__application--title .collapse__button {
          margin-left: calc(0.75 * 1rem); } }
    @media (max-width: 575.98px) {
      .account__application--title .item {
        flex-grow: 1; }
        .account__application--title .item--grow {
          flex-grow: 100;
          margin: 0 calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
        .account__application--title .item .hr {
          width: 100%;
          height: 0.5px;
          border: 0;
          border-top: 1.5px solid #e2e8f0; } }
  .account__application--body {
    display: grid;
    grid-template-columns: 0.33fr 0.33fr 0.33fr;
    grid-gap: calc(1.25 * 1rem);
    transition: all .5s ease .1s;
    margin-bottom: calc(calc(0.25 * 1rem) + calc(0.25 * 1rem)); }
    @media (max-width: 991.98px) {
      .account__application--body {
        grid-template-columns: 1fr;
        grid-gap: 0; } }
    .account__application--body.\--empty {
      display: flex;
      align-items: center;
      justify-content: center; }
  .account__application--empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .account__application--empty {
        text-align: center; } }
    .account__application--empty .empty__text {
      color: #717171;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400; }
      .account__application--empty .empty__text.heading {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700; }
    .account__application--empty .empty__button {
      width: 261px;
      height: 40px; }
  @media (max-width: 575.98px) {
    .account__application__head {
      display: none; } }
  @media (min-width: 576px) {
    .account__application__head {
      max-height: 88px;
      width: 100%;
      background-color: #1D66DD;
      padding: calc(calc(0.75 * 1rem) + calc(0.75 * 1rem));
      margin-bottom: calc(calc(1.25 * 1rem) + calc(0.75 * 1rem)); }
      .account__application__head--item {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        transition: all .5s ease .1s; }
        .account__application__head--item p {
          margin: 0;
          color: #ffffff;
          font-family: 'Open Sans';
          font-size: 18px;
          line-height: 22px;
          font-weight: 500; } }
    @media (min-width: 576px) and (min-width: 768px) {
      .account__application__head--item {
        max-width: 750px; } }
    @media (min-width: 576px) and (min-width: 992px) {
      .account__application__head--item {
        max-width: 970px; } }
    @media (min-width: 576px) and (min-width: 1200px) {
      .account__application__head--item {
        max-width: 1170px; } }

/*
* ink colors (with variations only for black and white)
*/
.policy__slides {
  height: 200px !important;
  position: relative !important;
  margin: calc(0.75 * 1rem);
  cursor: pointer; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .policy__slides {
      min-width: 270px !important; } }
  .policy__slides .carousel__inner-slide {
    padding: 0 !important;
    box-shadow: unset !important; }
  .policy__slides--card {
    height: 80%;
    transition: 1s;
    background: url("/static/images/background/policy-card.png");
    border-radius: calc(1.25 * 1rem);
    background-size: cover;
    background-repeat: round; }
    .policy__slides--card.card__off {
      margin: calc(1.25 * 1rem) calc(calc(0.25 * 1rem) + calc(1.25 * 1rem));
      opacity: 0.3; }
    .policy__slides--card.card__selected {
      height: 100%;
      transition: 1s; }
    .policy__slides--card.card__disabled {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .policy__slides--card .card__item {
      height: 33.33%; }
      .policy__slides--card .card__item p {
        color: #ffffff; }
      .policy__slides--card .card__item--head {
        padding: calc(0.25 * 1rem) calc(0.75 * 1rem); }
        .policy__slides--card .card__item--head img {
          width: 80px; }
          @media (max-width: 991.98px) {
            .policy__slides--card .card__item--head img {
              width: 60px; } }
      .policy__slides--card .card__item--body {
        padding: calc(0.75 * 1rem); }
        .policy__slides--card .card__item--body .body__name {
          font-size: 12px;
          line-height: 16px;
          font-weight: 500;
          text-transform: capitalize;
          line-height: calc(0.75 * 1rem);
          margin-bottom: calc(0.75 * 1rem); }
        .policy__slides--card .card__item--body .product__info {
          font-size: 10px;
          line-height: 14px;
          font-weight: 500;
          line-height: 10px; }
      .policy__slides--card .card__item--foot {
        display: flex;
        padding: calc(0.75 * 1rem); }
        .policy__slides--card .card__item--foot p {
          font-size: 10px;
          margin-bottom: 0px; }
          .policy__slides--card .card__item--foot p.title {
            font-size: 12px;
            line-height: 16px;
            font-weight: 500;
            margin-bottom: calc(0.75 * 1rem); }
        .policy__slides--card .card__item--foot .content {
          width: 50%; }
          .policy__slides--card .card__item--foot .content:last-child {
            align-self: flex-end; }
            .policy__slides--card .card__item--foot .content:last-child p {
              text-align: right; }
          .policy__slides--card .card__item--foot .content__value {
            font-size: 10px;
            line-height: 14px;
            font-weight: 500;
            overflow-wrap: break-word;
            line-height: 10px; }
  .policy__slides--download {
    width: 50px;
    position: absolute;
    right: calc(3.25 * 1rem);
    top: 18px; }
    .policy__slides--download .download__icon {
      width: 100%;
      border-radius: calc(0.25 * 1rem);
      background-color: #ffffff;
      color: #1D66DD;
      display: flex;
      justify-content: center;
      padding: calc(0.25 * 1rem);
      cursor: pointer; }
      .policy__slides--download .download__icon:hover {
        background: #1D66DD;
        color: #ffffff;
        border: 1px solid #ffffff;
        transition: .6s; }

/*
* ink colors (with variations only for black and white)
*/
.policyInfo__wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .policyInfo__wrapper--head {
    display: flex;
    padding: calc(1.25 * 1rem) calc(calc(1.25 * 1rem) + calc(0.25 * 1rem));
    border-bottom: 1px solid #dfdfdf; }
    .policyInfo__wrapper--head .box__left {
      width: 20%;
      display: flex;
      align-items: center; }
      @media (max-width: 991.98px) {
        .policyInfo__wrapper--head .box__left {
          width: 100%; } }
  .policyInfo__wrapper--body {
    padding: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem)); }
    .policyInfo__wrapper--body div {
      display: flex; }
      .policyInfo__wrapper--body div:not(:last-child) {
        margin-bottom: calc(1.25 * 1rem); }
      .policyInfo__wrapper--body div span {
        width: 15%; }
        @media (max-width: 991.98px) {
          .policyInfo__wrapper--body div span {
            width: 45%; } }
      .policyInfo__wrapper--body div span:last-child {
        width: auto; }
        @media (max-width: 991.98px) {
          .policyInfo__wrapper--body div span:last-child {
            width: 50%; } }
  .policyInfo__wrapper .button__outline {
    border: 1px solid #717171;
    background: #ffffff;
    color: #717171;
    width: 100%; }
    .policyInfo__wrapper .button__outline:disabled {
      color: #5C5C5C; }

.notification__modal p, .notification__modal li {
  color: #707070; }

.notification__modal--button {
  width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.policyMobile__wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .policyMobile__wrapper--info {
    padding: calc(1.25 * 1rem);
    display: flex;
    border-bottom: 1px solid #dfdfdf; }
    .policyMobile__wrapper--info .head__item {
      width: 50%; }
      .policyMobile__wrapper--info .head__item .pull-right {
        float: right; }
  .policyMobile__wrapper--body {
    padding: calc(1.25 * 1rem);
    border-bottom: 1px solid #dfdfdf; }
    .policyMobile__wrapper--body .body__item {
      display: flex; }
      .policyMobile__wrapper--body .body__item--left {
        width: 30%; }
      .policyMobile__wrapper--body .body__item--right {
        width: 70%; }
        .policyMobile__wrapper--body .body__item--right .category__name {
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          color: #b6b6b6; }
    .policyMobile__wrapper--body .body__button {
      border: 1px solid #717171;
      background: #ffffff;
      width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.policyMember__wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .policyMember__wrapper--head {
    display: flex;
    flex-direction: row;
    overflow: auto;
    border-bottom: 1px solid #dfdfdf; }
    .policyMember__wrapper--head .item__title {
      display: inline-flex;
      padding: calc(1.25 * 1rem);
      cursor: pointer; }
      .policyMember__wrapper--head .item__title.active {
        color: #1D66DD;
        border-bottom: 2px solid #1D66DD; }
      @media (max-width: 991.98px) {
        .policyMember__wrapper--head .item__title span {
          width: max-content;
          display: flex;
          align-items: center; } }
  .policyMember__wrapper--body {
    padding: calc(calc(0.25 * 1rem) + calc(1.25 * 1rem)); }
    .policyMember__wrapper--body div {
      display: flex; }
      .policyMember__wrapper--body div:not(:last-child) {
        margin-bottom: calc(1.25 * 1rem); }
      .policyMember__wrapper--body div span {
        width: 15%; }
        @media (max-width: 991.98px) {
          .policyMember__wrapper--body div span {
            width: 50%; } }
      .policyMember__wrapper--body div span:last-child {
        width: auto; }
        @media (max-width: 991.98px) {
          .policyMember__wrapper--body div span:last-child {
            width: 50%;
            word-wrap: break-word; } }

/*
* ink colors (with variations only for black and white)
*/
.agent__banner {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: calc(0.75 * 1rem);
  margin-bottom: calc(1.25 * 1rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  .agent__banner--icon {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .agent__banner--icon {
        width: 20%; } }
  .agent__banner--info {
    width: 75%;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    transform-origin: bottom left;
    transform: skew(-30deg);
    display: flex;
    justify-content: center;
    padding: 0 calc(2 * 1rem);
    align-items: center;
    min-height: 50px; }
    @media (max-width: 991.98px) {
      .agent__banner--info {
        width: 80%; } }
    .agent__banner--info .info__wrapper {
      transform: skew(30deg);
      color: #ffffff;
      padding: calc(0.5 * 1rem); }
      .agent__banner--info .info__wrapper span {
        display: block;
        font-weight: bold; }

/*
* ink colors (with variations only for black and white)
*/
.progress__bar {
  padding: 0;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background: #e4eefd;
  border-radius: calc(0.25 * 1rem);
  margin-top: calc(0.25 * 1rem); }
  .progress__bar .bar {
    float: left;
    min-width: 1%;
    height: 100%;
    background: #1D66DD; }

.progress__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: calc(0.25 * 1rem) 0; }
  .progress__info span {
    color: #717171; }

/*
* ink colors (with variations only for black and white)
*/
.agentLevel__card {
  height: 100%; }
  .agentLevel__card--header {
    display: flex;
    position: relative; }
  .agentLevel__card .right__col {
    position: relative;
    width: 100%;
    padding-right: calc(calc(0.25 * 1rem) + calc(0.75 * 1rem));
    padding-left: calc(calc(0.25 * 1rem) + calc(0.75 * 1rem)); }
  .agentLevel__card .left__col--image {
    height: 30px !important;
    width: 30px !important; }
  .agentLevel__card .right__col {
    padding-left: 0;
    margin-left: 30px;
    display: flex; }
    .agentLevel__card .right__col--title {
      display: flex;
      align-items: flex-end; }
      .agentLevel__card .right__col--title .title {
        height: max-content; }
    .agentLevel__card .right__col i.text-icon-left {
      cursor: pointer; }
    .agentLevel__card .right__col i.text-icon-right {
      position: absolute;
      font-size: calc(1.25 * 1rem);
      top: 0;
      right: 0; }
      @media (min-width: 768px) {
        .agentLevel__card .right__col i.text-icon-right {
          display: none; } }

/*
* ink colors (with variations only for black and white)
*/
.agentInfo__card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: calc(0.75 * 1rem);
  background-color: #ffffff;
  padding: calc(1.25 * 1rem);
  margin-bottom: calc(1.25 * 1rem); }
  .agentInfo__card--head {
    display: flex; }
    .agentInfo__card--head .head__name {
      color: #717171;
      margin-left: calc(0.25 * 1rem);
      text-transform: capitalize; }

/*
* ink colors (with variations only for black and white)
*/
.content__list {
  display: grid;
  grid-gap: calc(0.75 * 1rem);
  grid-template-columns: repeat(6, 1fr);
  padding-left: 0;
  margin-bottom: calc(1.25 * 1rem); }
  @media (max-width: 991.98px) {
    .content__list {
      grid-template-columns: repeat(3, 1fr); } }
  .content__list--item {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    padding: calc(0.5 * 1rem);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: calc(0.75 * 1rem);
    cursor: pointer;
    background-color: #ffffff;
    margin-bottom: calc(0.5 * 1rem); }
    .content__list--item:nth-child(odd) {
      margin-right: calc(0.75 * 1rem); }
    .content__list--item:nth-child(even) {
      margin-right: calc(0.75 * 1rem); }
    .content__list--item:hover ~ .item__title {
      text-decoration: underline;
      color: #1D66DD; }
    .content__list--item .item__title {
      text-align: center;
      color: #717171;
      margin-bottom: 0;
      line-height: 12px;
      cursor: pointer; }
      .content__list--item .item__title:hover {
        text-decoration: underline;
        color: #1D66DD; }
    .content__list--item.disabled {
      pointer-events: none;
      opacity: 0.5; }

/*
* ink colors (with variations only for black and white)
*/
.agent__tabs {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: calc(0.75 * 1rem);
  background-color: #ffffff;
  margin-bottom: calc(1.25 * 1rem); }
  .agent__tabs--header {
    padding: calc(1.25 * 1rem) calc(1.25 * 1rem) 0 calc(1.25 * 1rem);
    display: flex; }
    .agent__tabs--header .header__item {
      width: 100%;
      margin-bottom: 0;
      cursor: pointer; }
      .agent__tabs--header .header__item--text {
        color: #D2E0F8;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: calc(0.75 * 1rem);
        text-align: center; }
        .agent__tabs--header .header__item--text.active {
          color: #1D66DD;
          border-bottom: 1px solid #1D66DD; }
  .agent__tabs--divider {
    margin: -1px 0 0 0;
    background: #f2f7ff; }
  .agent__tabs--body {
    padding: calc(0.75 * 1rem) calc(0.5 * 1rem);
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    .agent__tabs--body .body__item--label {
      font-size: 10px;
      color: #77A3EB; }
      .agent__tabs--body .body__item--label.break {
        overflow: hidden;
        word-break: break-all;
        margin-bottom: calc(0.5 * 1rem); }
    .agent__tabs--body .body__item--value {
      color: #717171; }

/*
* ink colors (with variations only for black and white)
*/
.agentDashboard__wrapper {
  background-color: #f2f7ff;
  position: relative;
  padding: 0;
  min-height: 100vh; }
  @media (max-width: 991.98px) {
    .agentDashboard__wrapper {
      grid-template-columns: 1fr;
      grid-gap: 0; } }
  .agentDashboard__wrapper--item {
    padding: calc(1.25 * 1rem); }

.modal__mobile {
  position: absolute;
  background-color: #ffffff; }

/*
* ink colors (with variations only for black and white)
*/
.orders__wrapper {
  margin-top: calc(2 * 1rem);
  margin-right: auto;
  margin-left: auto;
  transition: all .5s ease .1s; }
  @media (max-width: 768px) {
    .orders__wrapper {
      margin-top: calc(0.75 * 1rem);
      padding: calc(0.75 * 1rem); } }
  @media (min-width: 768px) {
    .orders__wrapper {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .orders__wrapper {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .orders__wrapper {
      max-width: 1200px; } }
  .orders__wrapper h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: calc(1.25 * 1rem); }
    @media (max-width: 991.98px) {
      .orders__wrapper h4 {
        display: none; } }
  .orders__wrapper--search {
    width: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .orders__wrapper--search {
        width: 95vw; } }
    .orders__wrapper--search img {
      height: 18px;
      width: 18px;
      align-self: center;
      position: absolute;
      left: 15px; }
    .orders__wrapper--search input {
      width: 100%;
      height: 40px;
      border-radius: calc(0.25 * 1rem);
      border: solid 1px #d6d6d6;
      padding: calc(1.25 * 1rem);
      padding-left: calc(calc(2 * 1rem) + calc(0.5 * 1rem)); }
  .orders__wrapper .order__list--wrapper .order__card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    height: 80px;
    transition: height 0.5s ease-in-out; }
    .orders__wrapper .order__list--wrapper .order__card:not(:last-child) {
      margin-bottom: calc(1.25 * 1rem); }
    .orders__wrapper .order__list--wrapper .order__card .order__info {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group {
        width: 50%;
        margin-bottom: calc(0.75 * 1rem); }
        .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group p {
          margin-bottom: calc(0.5 * 1rem);
          text-transform: capitalize; }
        .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group .order__title {
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          color: rgba(51, 51, 51, 0.6); }
        .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group .order__value {
          font-size: 14px;
          line-height: 18px;
          font-weight: 500;
          color: #333333;
          white-space: pre-line; }
        .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group .brand__color--modifier {
          color: #1D66DD; }
    .orders__wrapper .order__list--wrapper .order__card--header, .orders__wrapper .order__list--wrapper .order__card--body, .orders__wrapper .order__list--wrapper .order__card--footer {
      padding: calc(0.75 * 1rem); }
    .orders__wrapper .order__list--wrapper .order__card--body, .orders__wrapper .order__list--wrapper .order__card--footer {
      visibility: hidden; }
    .orders__wrapper .order__list--wrapper .order__card--footer {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 991.98px) {
        .orders__wrapper .order__list--wrapper .order__card--footer button {
          min-width: 150px !important; } }
  .orders__wrapper .order__list--wrapper .active {
    height: auto;
    transition: height 0.5s ease-in-out; }
    .orders__wrapper .order__list--wrapper .active .order__card--header {
      background-color: rgba(30, 196, 148, 0.06); }
    .orders__wrapper .order__list--wrapper .active .order__card--body, .orders__wrapper .order__list--wrapper .active .order__card--footer {
      visibility: visible; }

/*
* ink colors (with variations only for black and white)
*/
.orders__wrapper {
  margin-top: calc(2 * 1rem);
  margin-right: auto;
  margin-left: auto;
  transition: all .5s ease .1s; }
  @media (max-width: 768px) {
    .orders__wrapper {
      margin-top: calc(0.75 * 1rem);
      padding: calc(0.75 * 1rem); } }
  @media (min-width: 768px) {
    .orders__wrapper {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .orders__wrapper {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .orders__wrapper {
      max-width: 1200px; } }
  .orders__wrapper h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: calc(1.25 * 1rem); }
    @media (max-width: 991.98px) {
      .orders__wrapper h4 {
        display: none; } }
  .orders__wrapper--filter .placeholder__view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    border-radius: calc(0.25 * 1rem);
    border: solid 1px #d6d6d6;
    padding: calc(1.25 * 1rem); }
    .orders__wrapper--filter .placeholder__view i {
      color: #1D66DD;
      font-size: 22px; }
  .orders__wrapper--filter .filter__items {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    visibility: hidden;
    transition: height 0.35s ease-in-out;
    height: 0;
    margin: calc(0.25 * 1rem) 0;
    padding-top: calc(0.25 * 1rem); }
    .orders__wrapper--filter .filter__items .lp-checkbox__wrapper {
      width: 100%;
      padding: calc(0.25 * 1rem) calc(0.5 * 1rem); }
  .orders__wrapper--filter .show {
    min-height: 150px;
    max-height: 200px;
    visibility: visible;
    margin: calc(0.75 * 1rem) 0;
    transition: max-height 0.35s ease-in-out;
    overflow-y: scroll; }
    .orders__wrapper--filter .show::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 6px;
      background-color: #F5F5F5; }
    .orders__wrapper--filter .show::-webkit-scrollbar {
      display: block !important;
      width: 8px;
      background-color: #F5F5F5; }
    .orders__wrapper--filter .show::-webkit-scrollbar-thumb {
      border-radius: 6px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
  .orders__wrapper--search {
    width: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .orders__wrapper--search {
        width: 95vw; } }
    .orders__wrapper--search img {
      height: 18px;
      width: 18px;
      align-self: center;
      position: absolute;
      left: 15px; }
    .orders__wrapper--search input {
      width: 100%;
      height: 40px;
      border-radius: calc(0.25 * 1rem);
      border: solid 1px #d6d6d6;
      padding: calc(1.25 * 1rem);
      padding-left: calc(calc(2 * 1rem) + calc(0.5 * 1rem)); }
  .orders__wrapper .order__list--wrapper .order__card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    height: 80px;
    transition: height 0.5s ease-in-out; }
    .orders__wrapper .order__list--wrapper .order__card:not(:last-child) {
      margin-bottom: calc(1.25 * 1rem); }
    .orders__wrapper .order__list--wrapper .order__card .order__info {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group {
        width: 50%;
        margin-bottom: calc(0.75 * 1rem); }
        .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group p {
          margin-bottom: calc(0.5 * 1rem);
          text-transform: capitalize; }
        .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group .order__title {
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          color: rgba(51, 51, 51, 0.6); }
        .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group .order__value {
          font-size: 14px;
          line-height: 18px;
          font-weight: 500;
          color: #333333;
          white-space: pre-line; }
        .orders__wrapper .order__list--wrapper .order__card .order__info .order__info--group .brand__color--modifier {
          color: #1D66DD; }
    .orders__wrapper .order__list--wrapper .order__card--header, .orders__wrapper .order__list--wrapper .order__card--body, .orders__wrapper .order__list--wrapper .order__card--footer {
      padding: calc(0.75 * 1rem); }
    .orders__wrapper .order__list--wrapper .order__card--body, .orders__wrapper .order__list--wrapper .order__card--footer {
      visibility: hidden; }
    .orders__wrapper .order__list--wrapper .order__card--footer {
      display: flex;
      justify-content: space-between; }
      .orders__wrapper .order__list--wrapper .order__card--footer button:not(:only-child) {
        width: 50%; }
      @media (max-width: 991.98px) {
        .orders__wrapper .order__list--wrapper .order__card--footer button {
          min-width: 150px !important; } }
      .orders__wrapper .order__list--wrapper .order__card--footer button:last-child {
        margin-left: calc(0.5 * 1rem); }
  .orders__wrapper .order__list--wrapper .active {
    height: auto;
    transition: height 0.5s ease-in-out; }
    .orders__wrapper .order__list--wrapper .active .order__card--header {
      background-color: rgba(30, 196, 148, 0.06); }
    .orders__wrapper .order__list--wrapper .active .order__card--body, .orders__wrapper .order__list--wrapper .active .order__card--footer {
      visibility: visible; }

/*
* ink colors (with variations only for black and white)
*/
.balance__info {
  display: inline-flex;
  flex-direction: column;
  padding: 0 calc(0.75 * 1rem) calc(0.75 * 1rem); }
  .balance__info--summary {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: calc(0.5 * 1rem); }
    .balance__info--summary:first-child {
      margin: calc(0.5 * 1rem) 0; }
  .balance__info .withdraw {
    background: #f2f7ff;
    border-radius: 4px; }
    .balance__info .withdraw span {
      color: #1D66DD; }
  .balance__info button {
    margin-top: calc(0.75 * 1rem);
    padding: calc(0.5 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.agentCard__wrapper {
  height: 100%;
  min-height: 250px;
  background: #1D66DD;
  padding: calc(1.25 * 1rem);
  border-radius: calc(0.5 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  width: 100%; }
  @media (max-width: 991.98px) {
    .agentCard__wrapper {
      border-radius: calc(calc(0.25 * 1rem) + calc(0.75 * 1rem));
      margin-right: calc(calc(0.25 * 1rem) + calc(0.75 * 1rem)); } }
  .agentCard__wrapper--head {
    display: flex;
    height: 20%;
    position: relative; }
    .agentCard__wrapper--head .head__item {
      width: 50%; }
      .agentCard__wrapper--head .head__item--icon {
        position: absolute;
        right: 20px;
        float: right;
        width: 50px;
        border-radius: calc(0.25 * 1rem);
        background-color: #ffffff;
        color: #1D66DD;
        display: flex;
        justify-content: center;
        padding: calc(0.25 * 1rem);
        cursor: pointer; }
        .agentCard__wrapper--head .head__item--icon:hover {
          background: #1D66DD;
          color: #ffffff;
          border: 1px solid #ffffff;
          transition: .6s; }
  .agentCard__wrapper--body {
    height: 50%; }
    .agentCard__wrapper--body p {
      color: #ffffff; }
      .agentCard__wrapper--body p.body__item--name {
        text-transform: capitalize;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold; }
  .agentCard__wrapper--foot {
    height: 33.33%;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .agentCard__wrapper--foot {
        align-items: end; } }
    .agentCard__wrapper--foot .foot__item {
      color: #ffffff;
      width: 100%; }
      .agentCard__wrapper--foot .foot__item--icon {
        display: inline;
        border: 1px solid;
        border-radius: 67px;
        padding: 0 5px;
        margin-right: calc(0.5 * 1rem); }
        .agentCard__wrapper--foot .foot__item--icon i {
          font-size: 10px; }
      .agentCard__wrapper--foot .foot__item--divider {
        display: flex; }
        .agentCard__wrapper--foot .foot__item--divider .foot__left {
          width: 60%;
          padding-right: calc(0.5 * 1rem); }
          .agentCard__wrapper--foot .foot__item--divider .foot__left hr {
            background: #ffffff; }
        .agentCard__wrapper--foot .foot__item--divider .foot__right {
          display: flex;
          align-items: center;
          width: 30%; }

/*
* ink colors (with variations only for black and white)
*/
.agentProfile__card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .agentProfile__card--header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column; }
    .agentProfile__card--header .profile__details {
      display: inline-flex;
      padding: calc(1.25 * 1rem) calc(0.75 * 1rem);
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .agentProfile__card--header .profile__details .profile__left--image {
        height: calc(calc(3.25 * 1rem) + calc(0.25 * 1rem)) !important;
        width: calc(calc(3.25 * 1rem) + calc(0.25 * 1rem)) !important;
        border-radius: calc(calc(3.25 * 1rem) + calc(0.25 * 1rem)); }
      .agentProfile__card--header .profile__details .profile__left--icon {
        height: calc(calc(3.25 * 1rem) + calc(0.25 * 1rem));
        width: calc(calc(3.25 * 1rem) + calc(0.25 * 1rem));
        border-radius: calc(calc(3.25 * 1rem) + calc(0.25 * 1rem));
        background: #ef6767;
        color: #ffffff;
        font-size: 16px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        margin-right: calc(0.75 * 1rem); }
      .agentProfile__card--header .profile__details .profile__right {
        display: flex;
        align-items: flex-start;
        flex-direction: column; }
        .agentProfile__card--header .profile__details .profile__right h4:first-child {
          text-transform: capitalize; }
        .agentProfile__card--header .profile__details .profile__right h4:last-child {
          align-self: flex-start; }
    .agentProfile__card--header .balance__info {
      display: inline-flex;
      flex-direction: column;
      padding: 0 calc(0.75 * 1rem) calc(0.75 * 1rem); }
      .agentProfile__card--header .balance__info--summary {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        padding: calc(0.5 * 1rem); }
        .agentProfile__card--header .balance__info--summary:first-child {
          margin: calc(0.5 * 1rem) 0; }
      .agentProfile__card--header .balance__info .withdraw {
        background: #f2f7ff;
        border-radius: 4px; }
        .agentProfile__card--header .balance__info .withdraw span {
          color: #1D66DD; }
      .agentProfile__card--header .balance__info button {
        margin-top: calc(0.75 * 1rem);
        padding: calc(0.5 * 1rem); }
  .agentProfile__card--body .body__list {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: calc(1.25 * 1rem);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    transition: 0.5s ease-in-out all; }
    .agentProfile__card--body .body__list--active {
      transition: 0.5s ease-in-out all; }
      .agentProfile__card--body .body__list--active:before {
        content: '';
        background: #1D66DD;
        position: absolute;
        height: 62px;
        left: 0;
        width: 5px;
        top: 0; }
    .agentProfile__card--body .body__list--disabled {
      background: #f8f8f8;
      cursor: not-allowed; }
    .agentProfile__card--body .body__list--l span {
      color: #000000; }
    @media (min-width: 768px) {
      .agentProfile__card--body .body__list--r {
        display: none; } }
    .agentProfile__card--body .body__list--r i {
      color: #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.agentForm__wrapper {
  width: 100%;
  padding-right: calc(0.75 * 1rem);
  padding-left: calc(0.75 * 1rem);
  margin-right: auto;
  margin-left: auto; }
  .agentForm__wrapper .agentForm__wrapper--body .form__wrapper--full, .agentForm__wrapper--body .agentForm__wrapper .form__wrapper--full, .agentForm__wrapper .agentForm__wrapper--body .form__wrapper--half, .agentForm__wrapper--body .agentForm__wrapper .form__wrapper--half, .agentForm__wrapper .agentForm__wrapper--body .form__wrapper--quarter, .agentForm__wrapper--body .agentForm__wrapper .form__wrapper--quarter {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .agentForm__wrapper--body .form__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .agentForm__wrapper--body .form__wrapper--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .agentForm__wrapper--body .form__wrapper--half {
      flex: 0 0 50%;
      max-width: 50%; }
    .agentForm__wrapper--body .form__wrapper--quarter {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .agentForm__wrapper--body .form__wrapper--group {
      margin-bottom: calc(1.25 * 1rem); }
  .agentForm__wrapper--body a {
    color: #1D66DD;
    cursor: pointer; }
  .agentForm__wrapper--body .upload__box {
    width: calc(5.25 * 1rem);
    height: calc(5.25 * 1rem);
    border-radius: 4px;
    border: dashed 1px #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center; }
    .agentForm__wrapper--body .upload__box--image {
      width: 100%;
      height: 100%;
      background-size: cover !important;
      display: flex;
      justify-content: center;
      align-items: center; }
    .agentForm__wrapper--body .upload__box--button {
      width: 20px;
      background: #333333;
      opacity: 0.5;
      border-radius: 4px;
      display: flex;
      justify-content: center; }
    .agentForm__wrapper--body .upload__box i {
      color: #ffffff;
      font-size: 16px; }
    .agentForm__wrapper--body .upload__box span {
      font-size: 8px;
      color: #dfdfdf; }
    .agentForm__wrapper--body .upload__box .upload {
      cursor: pointer; }
      .agentForm__wrapper--body .upload__box .upload i {
        font-size: large;
        color: #dfdfdf; }

/*
* ink colors (with variations only for black and white)
*/
.account__summary {
  padding: calc(0.5 * 1rem);
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .account__summary .balance__info {
    width: 100%; }
    @media (min-width: 576px) {
      .account__summary .balance__info {
        width: 50%; } }

.withdraw__input--block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: calc(1.25 * 1rem); }
  @media (min-width: 576px) {
    .withdraw__input--block {
      width: 50%; } }
  .withdraw__input--block .input__title--block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .withdraw__input--block .input__title--block span:last-child {
      cursor: pointer;
      color: #1D66DD; }
      .withdraw__input--block .input__title--block span:last-child:hover {
        text-decoration: underline; }
    .withdraw__input--block .input__title--block .disable {
      opacity: 0.6;
      pointer-events: none; }
  .withdraw__input--block .input__desc--end {
    display: flex;
    align-items: center;
    justify-content: flex-end; }

.withdraw__input--content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  height: 94px;
  width: 100%; }
  @media (min-width: 576px) {
    .withdraw__input--content {
      width: 50%; } }

.setup__bankaccount {
  padding: calc(0.75 * 1rem) calc(1.25 * 1rem); }
  @media (min-width: 576px) {
    .setup__bankaccount {
      padding-right: 0;
      width: 50%; } }
  .setup__bankaccount.clickable {
    cursor: pointer; }
  .setup__bankaccount .bank__info {
    justify-content: flex-start !important; }
    .setup__bankaccount .bank__info .bank__logo {
      height: 15px;
      width: 47px;
      margin-right: calc(1.25 * 1rem);
      transform: scale(2);
      margin-left: 16px; }
      .setup__bankaccount .bank__info .bank__logo img {
        width: 100% !important;
        height: 100% !important;
        vertical-align: top; }
    .setup__bankaccount .bank__info .bank__details--placeholder {
      display: flex; }
      .setup__bankaccount .bank__info .bank__details--placeholder .shine {
        display: inline-block;
        position: relative;
        background: #f6f7f8;
        background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
        background-repeat: no-repeat;
        background-size: 800px 104px;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: placeholderShimmer;
        animation-timing-function: linear; }
      .setup__bankaccount .bank__info .bank__details--placeholder .avatar {
        align-self: center;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        margin-left: 0; }
      .setup__bankaccount .bank__info .bank__details--placeholder div {
        display: inline-flex;
        flex-direction: column;
        vertical-align: top;
        margin-left: calc(1.25 * 1rem); }
      .setup__bankaccount .bank__info .bank__details--placeholder lines {
        height: 10px;
        margin-top: 10px;
        width: 200px; }

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
    .setup__bankaccount .bank__info .bank__details {
      display: inline-flex;
      flex-direction: column;
      margin-left: calc(0.75 * 1rem); }
      .setup__bankaccount .bank__info .bank__details span:nth-child(odd) {
        color: #5e5e5e; }
      .setup__bankaccount .bank__info .bank__details span {
        color: #333333; }
    .setup__bankaccount .bank__info .navigation__block {
      margin-left: auto; }
      .setup__bankaccount .bank__info .navigation__block i {
        font-size: 20px; }
  .setup__bankaccount .add__account {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(0.75 * 1rem);
    height: 94px;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    color: #1D66DD; }
    .setup__bankaccount .add__account span {
      margin-right: calc(0.75 * 1rem); }

.mobile .action__container {
  width: 50%;
  padding: calc(1.25 * 1rem) 0 calc(1.25 * 1rem) calc(1.25 * 1rem); }
  @media (max-width: 767.98px) {
    .mobile .action__container {
      width: 100%;
      padding: calc(1.25 * 1rem); } }
  .mobile .action__container .alert__error {
    margin-bottom: calc(0.5 * 1rem);
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    padding: calc(0.25 * 1rem);
    border-radius: calc(0.25 * 1rem);
    text-align: center; }
  .mobile .action__container button {
    width: 100%;
    padding: calc(0.5 * 1rem); }

.add__bank--wrapper {
  margin-top: calc(1.25 * 1rem); }

.withdrawal__container {
  padding: calc(1.25 * 1rem);
  margin-top: calc(1.25 * 1rem); }
  .withdrawal__container .withdrawal__filter--wrapper {
    display: flex; }
    @media (max-width: 991.98px) {
      .withdrawal__container .withdrawal__filter--wrapper {
        justify-content: space-between; } }
    .withdrawal__container .withdrawal__filter--wrapper .filter__item {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
        .withdrawal__container .withdrawal__filter--wrapper .filter__item:first-child {
          margin-right: calc(1.25 * 1rem); }
        .withdrawal__container .withdrawal__filter--wrapper .filter__item .DatePicker {
          width: 100%; }
          .withdrawal__container .withdrawal__filter--wrapper .filter__item .DatePicker input {
            width: 50%; } }
      .withdrawal__container .withdrawal__filter--wrapper .filter__item .DatePicker {
        width: 100%; }
        .withdrawal__container .withdrawal__filter--wrapper .filter__item .DatePicker input {
          width: 100%; }

.withdrawal__history--wrapper {
  margin-top: calc(1.25 * 1rem); }

.loader {
  margin-top: calc(5.25 * 1rem);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loader .lds-ring {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px; }
  .loader .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25.5px;
    height: 25.5px;
    margin: 3px;
    border: 3px solid #1D66DD;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1D66DD transparent transparent transparent; }
  .loader .lds-ring div:nth-child(1) {
    animation-delay: -0.45s; }
  .loader .lds-ring div:nth-child(2) {
    animation-delay: -0.3s; }
  .loader .lds-ring div:nth-child(3) {
    animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
* ink colors (with variations only for black and white)
*/
.content__card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .content__card--header {
    padding: calc(1.25 * 1rem);
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .content__card--header .header__title {
      width: 70%; }
    .content__card--header .header__button {
      width: 30%; }
  .content__card--body {
    padding: calc(0.5 * 1rem); }
    @media (max-width: 991.98px) {
      .content__card--body {
        padding: calc(0.75 * 1rem); } }

/*
* ink colors (with variations only for black and white)
*/
.agent__profile {
  width: 100%;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .agent__profile {
      max-width: 1140px;
      padding: 15px;
      margin-right: auto;
      margin-left: auto; } }
  .agent__profile--row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .agent__profile--row .row__left {
      flex: 0 0 35%;
      max-width: 35%; }
      @media (max-width: 991.98px) {
        .agent__profile--row .row__left {
          flex: 0 0 100%;
          max-width: 100%; } }
    .agent__profile--row .row__right {
      flex: 0 0 65%;
      max-width: 65%; }
      @media (max-width: 991.98px) {
        .agent__profile--row .row__right {
          flex: 0 0 100%;
          max-width: 100%; } }
  .agent__profile .agent__profile--row .row__left, .agent__profile--row .agent__profile .row__left, .agent__profile .agent__profile--row .row__right, .agent__profile--row .agent__profile .row__right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

/*
* ink colors (with variations only for black and white)
*/
.declaration__date {
  display: flex; }
  .declaration__date--column {
    width: 20%; }
    .declaration__date--column:not(:first-child) {
      margin-left: calc(0.5 * 1rem); }

.declaration__file--button .button__action {
  cursor: pointer;
  color: #1D66DD; }
  .declaration__file--button .button__action:hover {
    text-decoration: underline; }

/*
* ink colors (with variations only for black and white)
*/
.ReviewCardWrapper {
  margin-bottom: calc(1.25 * 1rem); }
  .ReviewCardWrapper + .Wrapper {
    margin-top: 30px; }
  .ReviewCardWrapper .field__label {
    font-weight: bold;
    margin-bottom: calc(0.25 * 1rem); }

.clickable {
  cursor: pointer; }

.ReviewContainer {
  padding-bottom: calc(3.25 * 1rem);
  border-radius: calc(0.25 * 1rem); }
  .ReviewContainerWithName {
    padding-top: calc(1.25 * 1rem);
    margin-bottom: calc(3.25 * 1rem);
    border-radius: calc(0.25 * 1rem);
    box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.22); }
  .ReviewContainerPlain {
    box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.22);
    margin-bottom: calc(3.25 * 1rem); }

.ReviewHeader {
  position: relative;
  padding: 15px calc(1.25 * 1rem) !important;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  border-right: none !important;
  box-shadow: none !important; }
  .ReviewHeaderOpen {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 30px; }

.Collapse {
  background: #ffffff;
  border: none;
  font-size: calc(1.25 * 1rem);
  color: #1D66DD;
  position: absolute;
  top: 15px;
  right: 1rem;
  cursor: pointer; }

.Collapsed {
  margin: 0 calc(-1rem - 20px) calc(-1rem - 20px);
  height: 0;
  padding: 0;
  overflow: hidden; }
  .CollapsedOpen {
    padding: 0 20px 20px 20px;
    display: block;
    height: auto;
    margin: 30px 0;
    overflow: unset; }
  .Collapsed strong {
    font-weight: bold;
    color: #333333; }

.AddButton {
  background: #ffffff;
  border: none;
  font-size: 16px;
  color: #1d66dd;
  cursor: pointer; }

.IconBtn {
  cursor: pointer;
  color: #b6b6b6; }

.SaveBtn {
  font-size: 12px;
  color: #1D66DD; }

.FieldMargin {
  margin-bottom: 25px; }

.SpanMargin {
  margin-right: calc(0.75 * 1rem);
  margin-bottom: calc(0.75 * 1rem); }
  .SpanMargin--error {
    color: #E81A1A; }

.SpanRight {
  margin-right: calc(0.75 * 1rem); }
  .SpanRight.disabled {
    pointer-events: none;
    color: #717171; }

.Box {
  width: 100px;
  height: 100px;
  border: 1px dashed #dfdfdf;
  border-radius: calc(0.25 * 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dfdfdf; }

.ImageBox {
  width: 100px;
  height: 100px;
  background-size: cover !important;
  background-repeat: round !important;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ImageBox .btn-close {
    width: calc(1.25 * 1rem);
    background: #333333;
    opacity: 0.5;
    border-radius: calc(1.25 * 1rem);
    display: flex;
    justify-content: center; }
    .ImageBox .btn-close i {
      color: #ffffff; }

.ErrorMessage {
  color: #e81a1a; }

/*
* ink colors (with variations only for black and white)
*/
.beneficiaryCard__wrapper {
  padding-top: calc(1.25 * 1rem);
  margin-bottom: calc(1.25 * 1rem);
  border-radius: calc(0.25 * 1rem);
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.22); }
  .beneficiaryCard__wrapper--header {
    position: relative;
    padding: 15px 20px !important;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    border-right: none !important;
    box-shadow: none !important; }
    .beneficiaryCard__wrapper--headerOpen {
      border-bottom: 1px solid lightgrey;
      padding-bottom: 30px; }
  .beneficiaryCard__wrapper .dob__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
    padding-right: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
    .beneficiaryCard__wrapper .dob__wrapper--col {
      flex: 0 0 20%;
      max-width: 20%;
      position: relative;
      margin-right: calc(calc(0.25 * 1rem) + calc(0.75 * 1rem)); }

/*
* ink colors (with variations only for black and white)
*/
.auto__specifications {
  border-radius: calc(0.25 * 1rem);
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.22);
  margin-bottom: calc(1.25 * 1rem); }
  .auto__specifications--header {
    display: flex;
    align-items: center;
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) calc(1.25 * 1rem);
    font-weight: 500; }
    .auto__specifications--header .header__arrow {
      margin-left: auto;
      font-size: calc(1.25 * 1rem);
      color: #1D66DD;
      cursor: pointer; }
    .auto__specifications--header.open {
      border-bottom: 1px solid #c2c2c2; }
  .auto__specifications--body {
    padding: calc(1.25 * 1rem); }
    .auto__specifications--body .body__item {
      margin-bottom: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
      .auto__specifications--body .body__item span {
        display: block; }
      .auto__specifications--body .body__item--label {
        font-weight: 500;
        color: #333333; }
    .auto__specifications--body .body__info--child .child__error {
      color: #E81A1A;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400; }
    .auto__specifications--body .body__info--label {
      display: flex;
      align-items: center;
      margin-bottom: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
      .auto__specifications--body .body__info--label p {
        font-weight: bold;
        margin-bottom: 0;
        margin-right: calc(0.5 * 1rem); }
      .auto__specifications--body .body__info--label .lifepal-edit {
        cursor: pointer;
        color: #b6b6b6; }
      .auto__specifications--body .body__info--label .label__action {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin-right: calc(0.5 * 1rem);
        cursor: pointer;
        color: #1D66DD; }
        .auto__specifications--body .body__info--label .label__action:last-child {
          color: #E81A1A; }

.ReviewContainer .review-width {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .ReviewContainer .review-width {
      max-width: 66.6%; } }

.Refund-Detail .header {
  padding: 20px 30px;
  border-bottom: 1px solid #d3d3d3; }
  .Refund-Detail .header img {
    width: 100px; }
  .Refund-Detail .header p {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin: 0px; }

.Refund-Detail .cancelReason {
  padding: 20px 30px;
  border-bottom: 1px solid #d3d3d3; }

.Refund-Detail .detail {
  padding: 20px 30px;
  border-bottom: 1px solid #d3d3d3; }
  .Refund-Detail .detail .body {
    display: flex; }
    .Refund-Detail .detail .body p {
      margin-bottom: 0.5rem; }
    .Refund-Detail .detail .body .title {
      font-weight: 500;
      font-size: 14px;
      color: #333333; }
    .Refund-Detail .detail .body .subTitle {
      font-size: 14px;
      color: #5e5e5e;
      margin-left: auto; }

.clickable {
  cursor: pointer; }

.icon-close {
  float: right;
  cursor: pointer;
  font-size: x-large; }

.float-btn {
  position: fixed;
  width: 160px;
  height: 48px;
  bottom: 40px;
  right: 40px;
  background-color: white;
  color: #1d66dd;
  border-radius: 60px;
  border: solid 1px #1d66dd;
  text-align: center;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15);
  cursor: pointer; }
  .float-btn p {
    margin-top: 12px;
    font-weight: bold; }

/*
* ink colors (with variations only for black and white)
*/
.other__payment--terms ul {
  padding-left: 15px; }
  .other__payment--terms ul li {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }
    .other__payment--terms ul li:not(:last-child) {
      margin-bottom: calc(0.5 * 1rem); }

.other__payment--terms .divider {
  border-bottom: 1px solid #ffffff; }

.other__payment--terms .tc__wrapper .tc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: calc(0.5 * 1rem) 0; }

.other__payment--terms .tc__wrapper .estimasi {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.search__box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid rgba(105, 105, 116, 0.4);
  border-radius: 4px; }
  .search__box i {
    align-self: center;
    position: absolute;
    font-size: 18px; }
  .search__box .search-input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #d6d6d6;
    padding: calc(1.25 * 1rem);
    padding-left: calc(2 * 1rem); }
    .search__box .search-input:focus {
      outline: none;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .search__box .search__suggestion--container {
    position: absolute;
    top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    max-height: 180px;
    overflow: scroll;
    background: #fff;
    list-style: none;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-top: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: calc(0.25 * 1rem); }
  .search__box .search__suggestion--item {
    text-transform: capitalize;
    cursor: pointer;
    color: #717171;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: calc(0.5 * 1rem); }
    .search__box .search__suggestion--item:hover {
      background-color: #f2f7ff;
      color: #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.lead__dropdown .main {
  display: flex;
  flex-wrap: wrap; }

.lead__dropdown .wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: auto;
  z-index: 101; }
  @media (max-width: 991.98px) {
    .lead__dropdown .wrapper {
      flex: 0 0 100%;
      max-width: 100%; } }

.lead__dropdown .css-tlfecz-indicatorContainer, .lead__dropdown .css-1gtu0rj-indicatorContainer {
  color: #1D66DD; }
  .lead__dropdown .css-tlfecz-indicatorContainer:hover, .lead__dropdown .css-1gtu0rj-indicatorContainer:hover {
    color: #1D66DD; }

.lead__dropdown .css-1hwfws3 {
  display: flex;
  justify-content: center; }

.lead__dropdown .css-g1d714-ValueContainer {
  position: static; }

/*
* ink colors (with variations only for black and white)
*/
/*
* ink colors (with variations only for black and white)
*/
.btn {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px; }
  .btn-outline-white {
    color: white;
    border-color: white; }
    .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
      background: white !important;
      border-color: transparent !important;
      color: #329ef7 !important; }
    .btn-outline-white:focus, .btn-outline-white:active {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important; }
  .btn-outline-default {
    color: #1d66dd;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #dfdfdf; }
    .btn-outline-default.selected, .btn-outline-default:hover, .btn-outline-default:focus {
      border-color: #1d66dd;
      color: #1d66dd;
      transition: all ease .5s; }
  .btn-white {
    background: white;
    color: #1d66dd;
    font-weight: 500; }
    .btn-white:hover {
      color: #1d66dd; }
  .btn-subscribe {
    color: #6c757d;
    border-width: 1px;
    border-color: #6c757d;
    box-shadow: none !important; }
    .btn-subscribe:hover, .btn-subscribe:active, .btn-subscribe:focus {
      background-color: #6c757d !important;
      color: white !important;
      border-color: transparent !important; }
  .btn-lg {
    font-size: 1em; }

.button-other-premium {
  width: 25%; }
  @media (max-width: 991.98px) {
    .button-other-premium {
      width: 40%; } }
  @media (max-width: 767.98px) {
    .button-other-premium {
      width: 50%; } }

.btn-file {
  position: relative;
  overflow: hidden;
  border: dashed 1px;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  background: aliceblue; }

.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.button-primary, .button-default, .button-secondary, .button-faded-orange {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 calc(0.75 * 1rem);
  min-width: fit-content;
  width: auto;
  border-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  border-style: solid; }

.button-primary {
  color: #ffffff;
  background-color: #1D66DD; }
  .button-primary:focus {
    color: #ffffff;
    outline: none;
    box-shadow: 0 4px 8px 0 currentColor; }
  .button-primary:hover {
    color: #ffffff;
    opacity: 0.9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .button-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-default {
  color: rgba(51, 51, 51, 0.64);
  background-color: #ffffff; }
  .button-default:focus {
    color: rgba(51, 51, 51, 0.64);
    outline: none;
    box-shadow: 0 4px 8px 0 currentColor; }
  .button-default:hover {
    color: rgba(51, 51, 51, 0.64);
    opacity: 0.9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .button-default:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-secondary {
  color: rgba(51, 51, 51, 0.64);
  background-color: #f95151; }
  .button-secondary:focus {
    color: rgba(51, 51, 51, 0.64);
    outline: none;
    box-shadow: 0 4px 8px 0 currentColor; }
  .button-secondary:hover {
    color: rgba(51, 51, 51, 0.64);
    opacity: 0.9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .button-secondary:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-faded-orange {
  color: #ffffff;
  background-color: #ef6767; }
  .button-faded-orange:focus {
    color: #ffffff;
    outline: none;
    box-shadow: 0 4px 8px 0 currentColor; }
  .button-faded-orange:hover {
    color: #ffffff;
    opacity: 0.9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .button-faded-orange:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-sm {
  height: calc(1.5 * 1rem); }

.button-md {
  height: calc(2 * 1rem); }

.button-lg {
  height: calc(2.5 * 1rem); }

.agent__detail--view {
  padding-top: calc(1.25 * 1rem);
  background-color: #f2f7ff; }
  .agent__detail--view .agent__detail--wrapper {
    padding-right: 0;
    padding-left: 0; }
  .agent__detail--view .agent__info {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: calc(0.5 * 1rem);
    padding: 0 calc(0.75 * 1rem);
    margin-bottom: calc(1.25 * 1rem);
    background-color: #ffffff; }
    .agent__detail--view .agent__info .agent__calling--detail {
      display: flex;
      align-items: center; }
      @media (max-width: 991.98px) {
        .agent__detail--view .agent__info .agent__calling--detail {
          flex-direction: column;
          align-items: flex-start; } }
      .agent__detail--view .agent__info .agent__calling--detail .agent__name {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        text-transform: capitalize;
        width: 30%; }
      .agent__detail--view .agent__info .agent__calling--detail .details__info {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .agent__detail--view .agent__info .agent__calling--detail .badge {
        padding: calc(0.25 * 1rem) calc(0.5 * 1rem); }
      .agent__detail--view .agent__info .agent__calling--detail .online__status {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: calc(0.5 * 1rem); }
        @media (max-width: 991.98px) {
          .agent__detail--view .agent__info .agent__calling--detail .online__status {
            margin: calc(0.25 * 1rem);
            margin-left: 0; } }
        .agent__detail--view .agent__info .agent__calling--detail .online__status span {
          font-size: 10px;
          line-height: 14px;
          font-weight: 500; }
        .agent__detail--view .agent__info .agent__calling--detail .online__status span:first-child {
          flex-grow: 0.2;
          width: 50px; }
        .agent__detail--view .agent__info .agent__calling--detail .online__status .badge {
          margin-left: calc(0.75 * 1rem); }
      .agent__detail--view .agent__info .agent__calling--detail .calling__status {
        position: relative; }
        .agent__detail--view .agent__info .agent__calling--detail .calling__status button {
          min-width: 30px;
          margin-left: 20px; }
  .agent__detail--view .tool__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(0.75 * 1rem);
    color: #1D66DD;
    padding-right: 0; }
    .agent__detail--view .tool__bar button {
      color: #1D66DD;
      border-color: #1D66DD; }
      .agent__detail--view .tool__bar button i {
        margin-right: calc(0.75 * 1rem); }
  .agent__detail--view .tso__agent-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly; }
  .agent__detail--view .tso__list--table {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: calc(1.25 * 1rem);
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important; }
    .agent__detail--view .tso__list--table .TableData {
      margin-top: 0 !important; }
    .agent__detail--view .tso__list--table .detail__view--status {
      height: 100%;
      width: 100%;
      min-height: 180px;
      border-bottom: 1px solid #1D66DD; }
      @media (max-width: 767.98px) {
        .agent__detail--view .tso__list--table .detail__view--status {
          min-height: 340px; } }
    .agent__detail--view .tso__list--table .search_container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: calc(1.25 * 1rem);
      border-top: 1px solid #a5c2f1; }
      @media (max-width: 767.98px) {
        .agent__detail--view .tso__list--table .search_container {
          flex-direction: column; } }
      .agent__detail--view .tso__list--table .search_container .search__wrapper {
        width: 40%; }
        @media (max-width: 767.98px) {
          .agent__detail--view .tso__list--table .search_container .search__wrapper {
            width: 100%; } }
        .agent__detail--view .tso__list--table .search_container .search__wrapper .search__box input {
          border-radius: 26px;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
      .agent__detail--view .tso__list--table .search_container .filter__wrapper {
        display: flex;
        justify-content: flex-end;
        width: 100%; }
        @media (max-width: 767.98px) {
          .agent__detail--view .tso__list--table .search_container .filter__wrapper {
            justify-content: flex-start;
            flex-direction: column; } }
        .agent__detail--view .tso__list--table .search_container .filter__wrapper .lead__dropdown {
          width: 100%; }
          .agent__detail--view .tso__list--table .search_container .filter__wrapper .lead__dropdown:last-child {
            margin-left: calc(0.75 * 1rem); }
          @media (max-width: 767.98px) {
            .agent__detail--view .tso__list--table .search_container .filter__wrapper .lead__dropdown {
              width: 100%; }
              .agent__detail--view .tso__list--table .search_container .filter__wrapper .lead__dropdown:last-child {
                margin-left: 0;
                margin-top: calc(0.75 * 1rem); } }
          .agent__detail--view .tso__list--table .search_container .filter__wrapper .lead__dropdown .wrapper {
            max-width: 100% !important;
            flex: 0 0 100%; }
    .agent__detail--view .tso__list--table .rt-thead {
      border-top: 1px solid #a5c2f1;
      border-bottom: 1px solid #a5c2f1;
      background-color: #ffffff; }
      .agent__detail--view .tso__list--table .rt-thead .agent__detail--view {
        padding: calc(0.5 * 1rem) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) !important;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #1D66DD;
        border-right: none !important;
        box-shadow: none !important;
        text-align: left;
        background-color: transparent; }
    .agent__detail--view .tso__list--table .rt-body .rt-td {
      padding: 12px !important;
      padding-left: 30px !important; }
    .agent__detail--view .tso__list--table .notes__history {
      min-width: 32px; }
  .agent__detail--view .tab__container {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: calc(0.75 * 1rem);
    overflow: hidden;
    background-color: #ffffff; }
    .agent__detail--view .tab__container input {
      display: none; }
      .agent__detail--view .tab__container input:checked + label {
        color: #ffffff;
        background-color: #1D66DD; }
      .agent__detail--view .tab__container input#tab1:checked ~ .content__container #c1 {
        opacity: 1; }
      .agent__detail--view .tab__container input#tab2:checked ~ .content__container #c2 {
        opacity: 1; }
      .agent__detail--view .tab__container input#tab3:checked ~ .content__container #c3 {
        opacity: 1; }
      .agent__detail--view .tab__container input#tab4:checked ~ .content__container #c4 {
        opacity: 1; }
    .agent__detail--view .tab__container label {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      height: 36px;
      width: 25%;
      text-align: center;
      color: #1D66DD;
      position: relative;
      margin-bottom: 0;
      transition: 0.25s background ease;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .agent__detail--view .tab__container label {
          height: 40px;
          width: 50%; } }
      .agent__detail--view .tab__container label::after {
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        display: block;
        background: #ccc;
        bottom: 0;
        opacity: 0;
        left: 0;
        transition: 0.25s ease; }
    .agent__detail--view .tab__container .tab__divider {
      position: absolute;
      height: 1px;
      background: #a5c2f1;
      width: 100%;
      top: 35px;
      left: 0;
      transition: 0.25s ease; }
      @media (max-width: 991.98px) {
        .agent__detail--view .tab__container .tab__divider {
          top: 39px; } }
    .agent__detail--view .tab__container .content__container {
      background: #eee;
      position: relative;
      font-size: 16px; }
      .agent__detail--view .tab__container .content__container .content {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: calc(1.25 * 1rem);
        top: 0;
        opacity: 0;
        transition: 0.25s ease;
        color: #333; }
      .agent__detail--view .tab__container .content__container .metric__card {
        background-color: #ffffff;
        padding: calc(0.75 * 1rem);
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: calc(1.25 * 1rem);
        border-bottom: 1px solid #a5c2f1;
        height: auto; }
        @media (max-width: 767.98px) {
          .agent__detail--view .tab__container .content__container .metric__card {
            grid-template-columns: 1fr !important; } }
        @media (min-width: 768px) {
          .agent__detail--view .tab__container .content__container .metric__card .left__panel--metrics {
            border-right: 1px solid #a5c2f1; } }
        @media (max-width: 767.98px) {
          .agent__detail--view .tab__container .content__container .metric__card .left__panel--metrics {
            border-bottom: 1px solid #a5c2f1; } }
        .agent__detail--view .tab__container .content__container .metric__card .metrics {
          display: flex;
          align-items: center;
          margin-bottom: calc(0.5 * 1rem); }
          .agent__detail--view .tab__container .content__container .metric__card .metrics span {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            width: 50%; }
          .agent__detail--view .tab__container .content__container .metric__card .metrics .metric__label {
            color: #77a3eb;
            width: 85%; }
          @media (max-width: 991.98px) {
            .agent__detail--view .tab__container .content__container .metric__card .metrics .metric__value {
              text-align: center; } }

/*
* ink colors (with variations only for black and white)
*/
.tso__dashboard {
  background-color: #f2f7ff;
  padding: calc(1.25 * 1rem) 0; }
  @media (max-width: 991.98px) {
    .tso__dashboard {
      padding: calc(1.25 * 1rem); } }
  .tso__dashboard .refresh__wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-bottom: calc(0.75 * 1rem); }
    .tso__dashboard .refresh__wrapper button {
      color: #1D66DD; }
      .tso__dashboard .refresh__wrapper button i {
        margin-right: calc(0.5 * 1rem); }
  .tso__dashboard .tool__bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(1.25 * 1rem);
    padding-left: 0;
    cursor: pointer; }
    .tso__dashboard .tool__bar span {
      color: #1D66DD;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
    .tso__dashboard .tool__bar i {
      margin-right: calc(0.25 * 1rem);
      vertical-align: middle; }
    .tso__dashboard .tool__bar button {
      color: #1D66DD; }
  .tso__dashboard .tso__list--table {
    padding: calc(0.75 * 1rem) 0;
    margin-top: calc(1.25 * 1rem); }
    .tso__dashboard .tso__list--table .search_container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767.98px) {
        .tso__dashboard .tso__list--table .search_container {
          display: block; } }
      .tso__dashboard .tso__list--table .search_container .search__box {
        width: 350px;
        margin-right: calc(1.25 * 1rem); }
        @media (max-width: 767.98px) {
          .tso__dashboard .tso__list--table .search_container .search__box {
            margin-bottom: calc(0.75 * 1rem);
            width: 100%; } }
        .tso__dashboard .tso__list--table .search_container .search__box input {
          border-radius: calc(1.25 * 1rem); }
      @media (min-width: 992px) {
        .tso__dashboard .tso__list--table .search_container .lead__dropdown {
          width: 800px; } }
      @media (max-width: 1199.98px) {
        .tso__dashboard .tso__list--table .search_container .lead__dropdown {
          width: 100%; } }
    .tso__dashboard .tso__list--table .TableData {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      margin-top: calc(1.25 * 1rem);
      border-radius: calc(0.5 * 1rem); }
  .tso__dashboard .supervisor__metrics {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-gap: calc(1.25 * 1rem);
    padding: 0; }
    @media (max-width: 767.98px) {
      .tso__dashboard .supervisor__metrics {
        grid-template-columns: 1fr; } }
    .tso__dashboard .supervisor__metrics .metric__card {
      background-color: #ffffff;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      border-radius: calc(0.75 * 1rem);
      padding: calc(0.75 * 1rem);
      display: grid;
      grid-template-columns: 1fr 0.75fr;
      grid-gap: calc(1.25 * 1rem);
      position: relative; }
      @media (max-width: 767.98px) {
        .tso__dashboard .supervisor__metrics .metric__card {
          grid-template-columns: 1fr !important; } }
      @media (min-width: 768px) {
        .tso__dashboard .supervisor__metrics .metric__card .left__panel--metrics {
          border-right: 1px solid #a5c2f1; } }
      @media (max-width: 767.98px) {
        .tso__dashboard .supervisor__metrics .metric__card .left__panel--metrics {
          border-bottom: 1px solid #a5c2f1; } }
      .tso__dashboard .supervisor__metrics .metric__card .metrics {
        display: flex;
        align-items: center;
        margin-bottom: calc(0.5 * 1rem); }
        .tso__dashboard .supervisor__metrics .metric__card .metrics span {
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          width: 50%; }
        .tso__dashboard .supervisor__metrics .metric__card .metrics .metric__label {
          color: #77a3eb;
          width: 85%; }
        @media (max-width: 991.98px) {
          .tso__dashboard .supervisor__metrics .metric__card .metrics .metric__value {
            text-align: center; } }
    .tso__dashboard .supervisor__metrics .detail__view--status {
      grid-template-columns: 0.75fr 1fr; }

.head__name {
  margin-bottom: 0; }

/*
* ink colors (with variations only for black and white)
*/
.empty__state--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(3.25 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  @media (max-width: 991.98px) {
    .empty__state--wrapper {
      flex-direction: column !important;
      height: max-content !important; } }
  .empty__state--wrapper .icon__wrapper {
    margin-right: calc(2 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.team__view--wrapper {
  padding: 0 10vw;
  display: grid;
  grid-template-columns: 0.45fr 1fr; }
  @media (max-width: 991.98px) {
    .team__view--wrapper {
      grid-template-columns: 1fr;
      padding: 0 3vw; } }
  .team__view--wrapper .left__panel--team .layout__wrapper {
    position: sticky;
    top: 80px; }
  .team__view--wrapper .left__panel--team .info__container {
    display: flex;
    flex-direction: column; }
    .team__view--wrapper .left__panel--team .info__container .text__view {
      display: flex;
      align-items: center;
      padding: calc(1.25 * 1rem) calc(0.75 * 1rem);
      border-radius: calc(0.25 * 1rem); }
      .team__view--wrapper .left__panel--team .info__container .text__view:first-child {
        margin: calc(0.75 * 1rem) 0; }
      .team__view--wrapper .left__panel--team .info__container .text__view span {
        width: 50%; }
    .team__view--wrapper .left__panel--team .info__container .mitra__details {
      background: #164da6; }
      .team__view--wrapper .left__panel--team .info__container .mitra__details span {
        color: #ffffff; }
    .team__view--wrapper .left__panel--team .info__container .commission__details {
      background: #f2f7ff; }
      .team__view--wrapper .left__panel--team .info__container .commission__details span {
        color: #77a3eb; }
  .team__view--wrapper .right__panel--team {
    margin-left: 30px; }
    @media (max-width: 991.98px) {
      .team__view--wrapper .right__panel--team {
        margin-left: 0; } }
    .team__view--wrapper .right__panel--team .search__group {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin: calc(1.25 * 1rem) 0; }
      @media (max-width: 991.98px) {
        .team__view--wrapper .right__panel--team .search__group .search__box {
          flex-grow: 1; } }
      .team__view--wrapper .right__panel--team .search__group .search {
        height: 40px;
        padding: 0; }
      .team__view--wrapper .right__panel--team .search__group button {
        height: 40px;
        margin-left: calc(0.75 * 1rem); }
        @media (max-width: 991.98px) {
          .team__view--wrapper .right__panel--team .search__group button {
            white-space: nowrap; } }
      .team__view--wrapper .right__panel--team .search__group .copy__view {
        position: absolute;
        bottom: -125px;
        padding: calc(1.25 * 1rem);
        z-index: 2;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
        background: #ffffff;
        border: 1px solid #c2c2c2;
        border-radius: 4px;
        width: 340px;
        height: 120px; }
        @media (max-width: 991.98px) {
          .team__view--wrapper .right__panel--team .search__group .copy__view {
            width: 90vw; } }
        .team__view--wrapper .right__panel--team .search__group .copy__view .heading-sm-b {
          margin-bottom: calc(0.75 * 1rem); }
        .team__view--wrapper .right__panel--team .search__group .copy__view .input__group {
          display: flex;
          justify-content: space-evenly;
          border: 1px solid #c2c2c2;
          border-radius: 4px;
          height: 40px; }
          .team__view--wrapper .right__panel--team .search__group .copy__view .input__group div:first-child {
            padding: calc(0.5 * 1rem);
            height: 100%;
            max-width: 250px;
            min-width: 240px;
            overflow: hidden;
            color: #c2c2c2;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-right: 1px solid #c2c2c2; }
          .team__view--wrapper .right__panel--team .search__group .copy__view .input__group .icon__wrapper {
            height: 40px;
            padding: calc(0.5 * 1rem);
            cursor: pointer; }
    .team__view--wrapper .right__panel--team .profile__card {
      display: flex;
      align-items: center;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      padding: 16px;
      border-radius: calc(0.5 * 1rem);
      z-index: 1;
      position: relative;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .team__view--wrapper .right__panel--team .profile__card img {
          align-self: flex-start; } }
      .team__view--wrapper .right__panel--team .profile__card:not(:last-child) {
        margin-bottom: calc(1.25 * 1rem); }
      .team__view--wrapper .right__panel--team .profile__card .profile__name {
        margin-left: calc(2 * 1rem); }
        @media (max-width: 991.98px) {
          .team__view--wrapper .right__panel--team .profile__card .profile__name {
            margin-bottom: calc(1.25 * 1rem); }
            .team__view--wrapper .right__panel--team .profile__card .profile__name h4 {
              margin-top: 0; } }
        .team__view--wrapper .right__panel--team .profile__card .profile__name h4 {
          text-transform: capitalize; }
      .team__view--wrapper .right__panel--team .profile__card .profile__activity {
        margin-left: auto;
        align-self: flex-start;
        color: #c2c2c2; }
        @media (max-width: 991.98px) {
          .team__view--wrapper .right__panel--team .profile__card .profile__activity {
            position: absolute;
            bottom: 0;
            margin-left: calc(48px + calc(2 * 1rem)); } }

/*
* ink colors (with variations only for black and white)
*/
.product__card {
  padding: 0 calc(1.25 * 1rem);
  border-radius: calc(0.25 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  @media (max-width: 991.98px) {
    .product__card {
      margin-bottom: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
      padding: calc(0.25 * 1rem) calc(1.25 * 1rem); } }
  .product__card--header {
    padding: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem)) 0;
    border-bottom: 1px solid #dfdfdf; }
  .product__card--body {
    padding: calc(1.25 * 1rem) 0; }
    .product__card--body .body__product {
      margin-top: calc(0.5 * 1rem); }
      .product__card--body .body__product--name {
        font-size: 14px;
        font-weight: 500; }
      .product__card--body .body__product--charges {
        font-size: 12px;
        color: #b6b6b6;
        margin-bottom: 0; }
      .product__card--body .body__product--premium {
        display: flex;
        align-items: center; }
        .product__card--body .body__product--premium .premium__with-tooltip {
          margin-left: auto; }
  .product__card--notification {
    text-align: center;
    margin-top: calc(0.5 * 1rem); }
    .product__card--notification .notification__error {
      color: #E81A1A; }
  .product__card--footer {
    padding-bottom: calc(1.25 * 1rem); }
    .product__card--footer .button__checkout, .product__card--footer .button__save, .product__card--footer .button__cancel {
      height: 40px;
      width: 100%;
      margin-bottom: calc(0.5 * 1rem);
      border-radius: calc(0.25 * 1rem);
      font-weight: 500;
      transition: 0.3s; }
    .product__card--footer .button__save {
      background: #ffffff;
      border: 1px solid #1D66DD;
      color: #1D66DD; }
      .product__card--footer .button__save:disabled {
        background: #A5C2F1;
        color: #ffffff;
        border: 1px solid #ffffff;
        cursor: not-allowed; }
      .product__card--footer .button__save:hover:enabled {
        background: #1D66DD;
        color: #ffffff; }
    .product__card--footer .button__cancel {
      color: #E81A1A;
      background: #ffffff;
      border: none; }
      .product__card--footer .button__cancel:disabled {
        color: #ef6767;
        cursor: not-allowed; }
      .product__card--footer .button__cancel:hover:enabled {
        background: #E81A1A;
        color: #ffffff; }

/*
* ink colors (with variations only for black and white)
*/
@media (max-width: 991.98px) {
  .member__form {
    padding-top: calc(0.75 * 1rem);
    padding-bottom: calc(5.25 * 1rem); } }

.member__form--field {
  margin-bottom: calc(calc(1.25 * 1rem) + calc(0.5 * 1rem)); }
  .member__form--field .field__label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: calc(0.5 * 1rem); }
  .member__form--field .multicolumn__field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .member__form--field .multicolumn__field--col-2 {
      width: 48%; }
      @media (max-width: 991.98px) {
        .member__form--field .multicolumn__field--col-2 {
          width: 100%; }
          .member__form--field .multicolumn__field--col-2:first-child {
            margin-bottom: calc(calc(1.25 * 1rem) + calc(0.5 * 1rem)); } }
    .member__form--field .multicolumn__field--col-3 {
      width: 32%; }
      @media (max-width: 991.98px) {
        .member__form--field .multicolumn__field--col-3 {
          width: 100%; }
          .member__form--field .multicolumn__field--col-3:first-child {
            margin-bottom: calc(calc(1.25 * 1rem) + calc(0.5 * 1rem)); } }
  .member__form--field .field__district {
    display: flex; }
    .member__form--field .field__district--col {
      width: 10%; }
      @media (max-width: 991.98px) {
        .member__form--field .field__district--col {
          width: 30%; } }
      .member__form--field .field__district--col:last-child {
        margin-left: calc(0.75 * 1rem); }

@media (min-width: 768px) {
  .member__form--button {
    display: none; } }

.member__form--additional {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  padding: calc(1.25 * 1rem);
  border-radius: calc(0.25 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.member__card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  padding: 0 calc(calc(1.25 * 1rem) + calc(0.5 * 1rem));
  transition: 0.5s;
  height: auto;
  margin-bottom: calc(1.25 * 1rem);
  border-radius: calc(0.25 * 1rem); }
  .member__card--header {
    cursor: pointer;
    display: flex;
    padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0; }
    .member__card--header.border__btm {
      border-bottom: 1px solid #dfdfdf; }
    .member__card--header .header__left {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .member__card--header .header__left {
          flex-direction: column; } }
      .member__card--header .header__left.invalid {
        color: #E81A1A; }
        @media (max-width: 991.98px) {
          .member__card--header .header__left.invalid {
            align-items: start; } }
      @media (max-width: 991.98px) {
        .member__card--header .header__left.valid {
          justify-content: center; } }
      .member__card--header .header__left--title {
        margin-bottom: 0;
        color: inherit;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500; }
      .member__card--header .header__left--message {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin-bottom: 0;
        color: inherit; }
    .member__card--header .header__right {
      display: flex;
      margin-left: auto;
      font-size: 30px;
      color: #1D66DD;
      align-items: center; }
      .member__card--header .header__right.invalid {
        color: #E81A1A; }
      .member__card--header .header__right--message {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin-bottom: 0;
        margin-right: calc(calc(1.25 * 1rem) + calc(0.5 * 1rem));
        color: inherit; }
  .member__card--body {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out, padding 0.25s ease-out, overflow 0.25s ease-out; }
    .member__card--body.active {
      max-height: 100%;
      overflow: visible;
      padding: calc(calc(1.25 * 1rem) + calc(0.5 * 1rem)) 0;
      transition: max-height 0.25s ease-in, padding 0.25s ease-in, overflow 0.25s none; }
  .member__card--mobile {
    position: fixed;
    background: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-x: scroll;
    padding: calc(1.25 * 1rem);
    padding-top: 50px;
    z-index: 10000000000; }
    .member__card--mobile .mobile__footer {
      position: fixed;
      bottom: 0;
      right: 0;
      padding: calc(1.25 * 1rem);
      width: 100%;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      background: #ffffff;
      z-index: 100; }
      .member__card--mobile .mobile__footer--button {
        width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.beneficiaries__wrapper {
  padding-top: calc(0.75 * 1rem); }
  @media (min-width: 768px) {
    .beneficiaries__wrapper {
      padding: 0 calc(0.75 * 1rem); } }
  .beneficiaries__wrapper .member__form {
    padding-bottom: calc(0.75 * 1rem); }
  .beneficiaries__wrapper--header {
    border-bottom: 1px solid #dfdfdf;
    display: flex; }
    .beneficiaries__wrapper--header .header__title {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }
    .beneficiaries__wrapper--header .header__icon {
      cursor: pointer;
      margin-left: auto;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      color: #E81A1A; }
  .beneficiaries__wrapper--body {
    padding: calc(1.25 * 1rem) calc(0.75 * 1rem); }

@media (max-width: 768px) {
  .beneficiaries__button {
    margin-bottom: 180px; } }

.beneficiaries__button--add {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(0.25 * 1rem);
  padding: calc(1.25 * 1rem);
  font-weight: 500;
  transition: 0.3s;
  background: #ffffff;
  border: 1px solid #1D66DD;
  color: #1D66DD; }
  .beneficiaries__button--add:hover {
    background: #1D66DD;
    color: #ffffff; }

/*
* ink colors (with variations only for black and white)
*/
@media (max-width: 991.98px) {
  .declaration__form {
    padding-top: calc(0.75 * 1rem);
    padding-bottom: calc(5.25 * 1rem); } }

.declaration__form--wrapper {
  display: flex;
  flex-wrap: wrap; }
  .declaration__form--wrapper .form__field {
    width: 100%;
    margin-bottom: calc(calc(1.25 * 1rem) + calc(0.5 * 1rem)); }
    .declaration__form--wrapper .form__field--label {
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      margin-bottom: calc(0.5 * 1rem); }
    .declaration__form--wrapper .form__field--date {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .declaration__form--wrapper .form__field--date .date__column {
        width: 32%; }
        @media (max-width: 768px) {
          .declaration__form--wrapper .form__field--date .date__column {
            width: 100%; }
            .declaration__form--wrapper .form__field--date .date__column:not(:last-child) {
              margin-bottom: calc(0.75 * 1rem); } }
    .declaration__form--wrapper .form__field--file {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .declaration__form--wrapper .form__field--file .file__column {
        width: 48%; }
        @media (max-width: 768px) {
          .declaration__form--wrapper .form__field--file .file__column {
            width: 100%; }
            .declaration__form--wrapper .form__field--file .file__column:not(:last-child) {
              margin-bottom: calc(0.75 * 1rem); } }
        .declaration__form--wrapper .form__field--file .file__column .input-group-text {
          background: #1D66DD;
          color: #ffffff;
          cursor: pointer; }
        .declaration__form--wrapper .form__field--file .file__column .form-control[readonly] {
          background-color: #ffffff; }
  .declaration__form--wrapper .form__image {
    width: calc((100% / 3) - calc(0.75 * 1rem));
    margin-right: calc(0.75 * 1rem);
    margin-bottom: calc(0.5 * 1rem); }
    .declaration__form--wrapper .form__image--title {
      font-size: 12px;
      line-height: 16px;
      font-weight: 700; }
      .declaration__form--wrapper .form__image--title sup {
        color: #E81A1A; }
    .declaration__form--wrapper .form__image--box {
      width: 100px;
      height: 100px;
      border: 1px dashed #dfdfdf;
      border-radius: calc(0.75 * 1rem);
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-bottom: calc(0.5 * 1rem); }
      @media (max-width: 768px) {
        .declaration__form--wrapper .form__image--box {
          width: 90px;
          height: 90px; } }
      .declaration__form--wrapper .form__image--box.uploaded {
        border: 1px solid #dfdfdf !important; }
      .declaration__form--wrapper .form__image--box .box__image {
        border-radius: calc(0.25 * 1rem);
        width: inherit;
        height: inherit;
        background-size: cover !important;
        background-repeat: round !important;
        display: flex;
        justify-content: center;
        align-items: center; }
        .declaration__form--wrapper .form__image--box .box__image--close {
          background: #333333;
          opacity: 0.5;
          border-radius: calc(1.25 * 1rem);
          width: calc(1.25 * 1rem);
          display: flex;
          justify-content: center;
          cursor: pointer; }
          .declaration__form--wrapper .form__image--box .box__image--close i {
            color: #ffffff; }
      .declaration__form--wrapper .form__image--box .box__content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 32px;
        background-color: #ffffff;
        border-radius: 50%; }
        .declaration__form--wrapper .form__image--box .box__content i {
          font-size: 14px; }
        .declaration__form--wrapper .form__image--box .box__content--upload {
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          color: #1D66DD;
          margin-bottom: 0;
          cursor: pointer; }
          @media (max-width: 768px) {
            .declaration__form--wrapper .form__image--box .box__content--upload {
              font-size: 11px;
              line-height: calc(0.75 * 1rem); } }

.declaration__form .DatePicker {
  display: flex;
  align-items: center;
  justify-content: center; }
  .declaration__form .DatePicker .custom__date--picker {
    color: #333333;
    line-height: 1.29;
    letter-spacing: normal;
    border-radius: calc(0.25 * 1rem);
    width: 100%;
    height: 40px;
    text-align: start;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
  .declaration__form .DatePicker .selected__day {
    background-color: #f2f7ff;
    color: #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.benefits__form {
  padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0; }
  .benefits__form--row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: calc(0.75 * 1rem); }
    .benefits__form--row .range__col {
      width: 100%;
      padding: 0 calc(0.5 * 1rem);
      margin-bottom: calc(0.75 * 1rem); }
    .benefits__form--row .summaryPrice__col {
      width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: calc(0.75 * 1rem); }
      .benefits__form--row .summaryPrice__col .DropdownForm, .benefits__form--row .summaryPrice__col .InputForm {
        width: 100%; }
        @media (min-width: 768px) {
          .benefits__form--row .summaryPrice__col .DropdownForm, .benefits__form--row .summaryPrice__col .InputForm {
            width: 235px; } }
      .benefits__form--row .summaryPrice__col--label {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500; }
    .benefits__form--row .questions__col {
      width: 48%;
      margin-bottom: calc(0.75 * 1rem); }
      @media (max-width: 991.98px) {
        .benefits__form--row .questions__col {
          width: 100%;
          padding: 0 calc(0.5 * 1rem); } }
      .benefits__form--row .questions__col .DropdownForm {
        margin-top: calc(0.75 * 1rem);
        margin-bottom: calc(0.75 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.benefit__details--table {
  margin-bottom: calc(0.75 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  @media (max-width: 768px) {
    .benefit__details--table {
      margin-bottom: calc(1.25 * 1rem); } }
  .benefit__details--table .table__head {
    padding: 10px calc(1.25 * 1rem);
    border-bottom: 1px solid #dfdfdf; }
    @media (max-width: 768px) {
      .benefit__details--table .table__head {
        padding: calc(1.25 * 1rem);
        display: flex;
        justify-content: center; } }
  .benefit__details--table .table__body {
    display: flex;
    border-bottom: 1px solid #dfdfdf; }
    .benefit__details--table .table__body--left {
      width: 35%;
      padding: calc(1.25 * 1rem);
      border-right: 1px solid #dfdfdf;
      display: flex; }
      @media (max-width: 768px) {
        .benefit__details--table .table__body--left {
          width: 50%; } }
    .benefit__details--table .table__body--right {
      display: flex;
      padding: calc(1.25 * 1rem);
      width: 50%; }
      .benefit__details--table .table__body--right p {
        color: #717171; }
      @media (min-width: 768px) {
        .benefit__details--table .table__body--right {
          width: 65%;
          justify-content: center; } }
      .benefit__details--table .table__body--right.providers p {
        color: #1d66dd;
        cursor: pointer; }

/*
* ink colors (with variations only for black and white)
*/
.benefits__wrapper {
  margin-right: auto;
  margin-left: auto;
  transition: all .5s ease .1s; }
  @media (min-width: 768px) {
    .benefits__wrapper {
      margin-top: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem));
      max-width: 750px; } }
  @media (min-width: 992px) {
    .benefits__wrapper {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .benefits__wrapper {
      max-width: 1170px; } }
  .benefits__wrapper--back {
    color: #1D66DD;
    margin: calc(2 * 1rem) calc(0.75 * 1rem);
    cursor: pointer;
    width: max-content; }
  .benefits__wrapper--body {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    grid-gap: calc(1.25 * 1rem); }
    @media (max-width: 991.98px) {
      .benefits__wrapper--body {
        grid-template-columns: 1fr; } }
    @media (min-width: 768px) {
      .benefits__wrapper--body {
        margin-top: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); } }
    .benefits__wrapper--body .body__left--product {
      padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
      border-radius: calc(0.25 * 1rem);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
      .benefits__wrapper--body .body__left--product p:last-child {
        color: #c2c2c2; }
      @media (max-width: 991.98px) {
        .benefits__wrapper--body .body__left--product {
          display: flex; }
          .benefits__wrapper--body .body__left--product .product__right {
            margin-left: calc(1.25 * 1rem);
            padding: calc(0.75 * 1rem) 0; } }

/*
* ink colors (with variations only for black and white)
*/
.breadCrumb {
  padding: 20px 0 0; }
  .breadCrumb ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 0; }
    .breadCrumb ul li {
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      list-style: none; }
      .breadCrumb ul li a {
        color: #1D66DD;
        text-decoration: none; }
    .breadCrumb ul li::before {
      padding: 0.5rem;
      content: ">"; }
    .breadCrumb ul li:first-child::before {
      content: ""; }

/*
* ink colors (with variations only for black and white)
*/
.bengkel__finder {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0;
  border-radius: calc(0.5 * 1rem);
  height: max-content; }
  .bengkel__finder--banner {
    margin: 0 -16px;
    padding: 0;
    width: calc(100% + 32px);
    background-color: transparent;
    border: none; }
    .bengkel__finder--banner img {
      width: 100%;
      height: auto; }
  .bengkel__finder--showmore {
    background-color: #fff;
    border: 1px solid #1D66DD;
    color: #1D66DD;
    font-weight: bold;
    padding: 0 calc(0.75 * 1rem);
    min-width: 164px;
    min-height: 24px;
    height: calc(2.5 * 1rem);
    border-radius: 4px;
    text-transform: capitalize; }
  .bengkel__finder--header {
    padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0; }
    .bengkel__finder--header .header__title {
      font-size: 32px;
      margin-bottom: calc(0.5 * 1rem); }
    .bengkel__finder--header .header__content {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      line-height: 1.57;
      letter-spacing: 0.3px;
      text-align: left;
      color: #333333;
      margin: 0; }
      .bengkel__finder--header .header__content-primarytxt {
        color: #1D66DD; }
    .bengkel__finder--header .customized__brand--title {
      max-height: 60px;
      overflow: hidden; }
  .bengkel__finder--footer {
    padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
    .bengkel__finder--footer .footer__title {
      font-size: 20px; }
    .bengkel__finder--footer .footer__item {
      padding: calc(0.5 * 1rem) 0;
      display: flex;
      flex-direction: column; }
      .bengkel__finder--footer .footer__item:not(:last-child) {
        border-bottom: 1px solid #dfdfdf; }
      .bengkel__finder--footer .footer__item--info {
        width: 83%; }
        .bengkel__finder--footer .footer__item--info span {
          display: block; }
        .bengkel__finder--footer .footer__item--info .info__name {
          font-size: 14px;
          line-height: 18px;
          font-weight: 700; }
        .bengkel__finder--footer .footer__item--info .info__location {
          margin-bottom: 0;
          text-transform: capitalize; }
      .bengkel__finder--footer .footer__item--link--googlemap {
        border: 1px solid #faaf40;
        padding: calc(0.25 * 1rem) calc(0.75 * 1rem);
        border-radius: calc(0.5 * 1rem);
        margin: calc(0.5 * 1rem) 0;
        color: #ffffff;
        width: unset;
        background-color: #faaf40; }
      @media (min-width: 992px) {
        .bengkel__finder--footer .footer__item {
          flex-direction: row; }
          .bengkel__finder--footer .footer__item--info {
            width: 85%; } }
    .bengkel__finder--footer .footer__cities {
      display: flex;
      flex-wrap: wrap; }
      .bengkel__finder--footer .footer__cities--item {
        padding: calc(0.5 * 1rem) 0;
        width: 25%; }
        @media (max-width: 991.98px) {
          .bengkel__finder--footer .footer__cities--item {
            width: 50%; } }
        .bengkel__finder--footer .footer__cities--item a {
          margin-bottom: calc(0.5 * 1rem);
          display: block; }
  .bengkel__finder--message {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400; }

.bengkel__popupForm__modal {
  width: 340px;
  margin: 0 auto; }
  .bengkel__popupForm__modal .modal-content {
    margin-top: 25%;
    padding: 0; }

/*
* ink colors (with variations only for black and white)
*/
.bengkel__searchmap-form--body {
  padding: calc(0.75 * 1rem); }
  .bengkel__searchmap-form--body .body__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: calc(0.5 * 1rem);
    line-height: 2; }
  .bengkel__searchmap-form--body .body__row {
    display: flex;
    flex-direction: column; }
    .bengkel__searchmap-form--body .body__row--field {
      width: 100%;
      margin-bottom: calc(0.75 * 1rem); }
      .bengkel__searchmap-form--body .body__row--field label {
        margin-bottom: calc(0.25 * 1rem);
        font-size: 11px; }
  .bengkel__searchmap-form--body .body__submit-btn {
    margin-top: calc(0.5 * 1rem);
    padding: calc(0.5 * 1rem) 0;
    border: none;
    border-radius: calc(0.25 * 1rem);
    color: #ffffff;
    background: #faaf40;
    width: 100%; }
  .bengkel__searchmap-form--body .body__cancel-btn {
    margin-top: calc(0.5 * 1rem);
    background-color: #ffffff;
    color: #1D66DD;
    border: none; }

/*
* ink colors (with variations only for black and white)
*/
.bengkel__article {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  height: 500px;
  overflow: hidden;
  margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0;
  padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
  border-radius: calc(0.5 * 1rem); }
  .bengkel__article.expanded {
    height: unset;
    overflow: unset; }
  @media (max-width: 991.98px) {
    .bengkel__article {
      margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); } }
  .bengkel__article--title {
    font-size: 20px; }
  .bengkel__article--sub-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: calc(0.5 * 1rem); }
  .bengkel__article p {
    margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .bengkel__article--shadow {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 155px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffffff 70%);
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .bengkel__article--shadow input {
      display: none; }
    .bengkel__article--shadow .text__button {
      color: #1D66DD;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }

/*
* ink colors (with variations only for black and white)
*/
.bengkel__search {
  background-color: #1D66DD;
  width: 100%; }
  @media (min-width: 992px) {
    .bengkel__search {
      padding: 0 calc(calc(0.75 * 1rem) * 2) calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); } }
  .bengkel__search--banner__container img {
    height: 150px;
    width: auto; }
  .bengkel__search--banner__container-mobile__texts {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: calc(0.75 * 1rem) calc(0.5 * 1rem) 0;
    line-height: 2;
    height: 65px; }
  .bengkel__search--banner__container-desktop__texts {
    padding: calc(2 * 1rem) calc(0.75 * 1rem); }
    .bengkel__search--banner__container-desktop__texts p {
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      height: fit-content;
      color: #ffffff;
      padding: calc(0.75 * 1rem);
      margin: 0; }
    .bengkel__search--banner__container-desktop__texts p:first-child {
      font-size: 28px;
      line-height: 26px;
      font-weight: 700; }
  @media (min-width: 992px) {
    .bengkel__search--banner__container {
      display: grid;
      grid-template-columns: 42% 50%;
      padding: calc(0.75 * 1rem) calc(1.25 * 1rem); }
      .bengkel__search--banner__container img {
        padding: calc(0.75 * 1rem) 0 0;
        height: 180px;
        width: auto; } }
  .bengkel__search--select__none {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 300px;
    padding: calc(0.5 * 1rem) 0; }
  .bengkel__search--select__container {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 300px; }
    .bengkel__search--select__container span {
      padding: calc(0.5 * 1rem) 0;
      margin-right: calc(0.75 * 1rem);
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }
    .bengkel__search--select__container span:first-child {
      width: 15%; }
      .bengkel__search--select__container span:first-child img {
        width: 50px;
        height: 20px;
        object-fit: contain; }
  .bengkel__search--form {
    width: 100%;
    height: 300px; }
    @media (min-width: 992px) {
      .bengkel__search--form {
        height: 140px; }
        .bengkel__search--form__container {
          display: grid;
          grid-template-columns: auto auto auto;
          padding: 0 calc(0.75 * 1rem); } }
    .bengkel__search--form .form__field {
      width: 100%;
      margin: calc(1.25 * 1rem) 0 calc(0.75 * 1rem);
      padding: 0 calc(0.75 * 1rem);
      height: 60px; }
      .bengkel__search--form .form__field label {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: calc(0.5 * 1rem); }
      .bengkel__search--form .form__field--button {
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) calc(0.75 * 1rem);
        background-color: #ef6767;
        margin: calc(0.75 * 1rem) 0;
        height: 30px; }
        .bengkel__search--form .form__field--button--container {
          height: 60px;
          padding: 0 calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
        @media (min-width: 992px) {
          .bengkel__search--form .form__field--button {
            font-size: 14px;
            line-height: 18px;
            font-weight: 500; }
            .bengkel__search--form .form__field--button--container {
              padding: 0 calc(1.25 * 1rem); } }

/*
* ink colors (with variations only for black and white)
*/
.bengkel__lead-form--header {
  height: 146px;
  background-color: #dfdfdf;
  border-radius: calc(0.25 * 1rem); }
  .bengkel__lead-form--header img {
    border-top-left-radius: calc(0.25 * 1rem);
    border-top-right-radius: calc(0.25 * 1rem); }

.bengkel__lead-form--body {
  padding: calc(0.5 * 1rem) calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .bengkel__lead-form--body .body__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .bengkel__lead-form--body .body__row {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: calc(0.5 * 1rem); }
    .bengkel__lead-form--body .body__row--field {
      width: 50%;
      padding: 0 calc(0.5 * 1rem); }
      .bengkel__lead-form--body .body__row--field label {
        margin-bottom: calc(0.25 * 1rem);
        font-size: 12px;
        line-height: 16px;
        font-weight: 400; }
      .bengkel__lead-form--body .body__row--field .lp__input--label {
        color: #808080 !important;
        left: 8px !important;
        font-size: 14px !important; }
  .bengkel__lead-form--body .body__submit-btn {
    margin-top: calc(0.5 * 1rem); }
  .bengkel__lead-form--body .body__cancel-btn {
    margin-top: calc(0.5 * 1rem);
    background-color: #ffffff;
    color: #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.popular__cities {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0;
  padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
  border-radius: calc(0.5 * 1rem); }
  @media (max-width: 991.98px) {
    .popular__cities {
      margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); } }
  .popular__cities--title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .popular__cities p {
    margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .popular__cities--body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .popular__cities--body .body__city {
      width: 50%; }
      .popular__cities--body .body__city a {
        display: block;
        text-transform: capitalize;
        margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
    .popular__cities--body button {
      border: 1px solid #1D66DD;
      color: #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.popular__vehicle-brands {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0;
  padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
  border-radius: calc(0.5 * 1rem); }
  @media (max-width: 991.98px) {
    .popular__vehicle-brands {
      margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); } }
  .popular__vehicle-brands--title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .popular__vehicle-brands p {
    margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .popular__vehicle-brands--body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0; }
    .popular__vehicle-brands--body .body__brand {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 33.33%;
      padding: calc(0.5 * 1rem);
      text-align: center; }
      .popular__vehicle-brands--body .body__brand:not(:nth-child(3n)) {
        border-right: 1px solid #dfdfdf; }
      .popular__vehicle-brands--body .body__brand:not(:nth-last-child(-n + 3)) {
        border-bottom: 1px solid #dfdfdf;
        justify-content: space-evenly; }
      .popular__vehicle-brands--body .body__brand a {
        display: block;
        line-height: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
      .popular__vehicle-brands--body .body__brand--image {
        margin-bottom: calc(0.5 * 1rem);
        max-width: 69px;
        height: auto; }

/*
* ink colors (with variations only for black and white)
*/
.popular__insurance-brands {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0;
  padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
  border-radius: calc(0.5 * 1rem); }
  @media (max-width: 991.98px) {
    .popular__insurance-brands {
      margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); } }
  .popular__insurance-brands--title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .popular__insurance-brands p {
    margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .popular__insurance-brands--body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0; }
    .popular__insurance-brands--body .body__brand {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 33.33%;
      padding: calc(0.5 * 1rem);
      text-align: center; }
      .popular__insurance-brands--body .body__brand:not(:nth-child(3n)) {
        border-right: 1px solid #dfdfdf; }
      .popular__insurance-brands--body .body__brand:not(:nth-last-child(-n + 3)) {
        border-bottom: 1px solid #dfdfdf;
        justify-content: space-evenly; }
      .popular__insurance-brands--body .body__brand a {
        display: block;
        line-height: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
      .popular__insurance-brands--body .body__brand--image {
        width: 100%;
        margin-bottom: calc(0.5 * 1rem);
        height: auto; }

/*
* ink colors (with variations only for black and white)
*/
.checkup__wrapper--leads {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  background: #1D66DD;
  border-radius: calc(0.25 * 1rem);
  height: max-content;
  padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .checkup__wrapper--leads .leads__header {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .checkup__wrapper--leads .leads__header--title {
      font-size: 22px;
      line-height: 24px;
      font-weight: 700;
      color: #ffffff;
      margin: calc(0.25 * 1rem) 0; }
    .checkup__wrapper--leads .leads__header p:last-child {
      color: #ffffff; }
  .checkup__wrapper--leads .leads__body {
    margin-bottom: calc(1.25 * 1rem); }
    .checkup__wrapper--leads .leads__body span {
      color: #ffffff; }
  .checkup__wrapper--leads .leads__footer--button {
    width: 100%;
    background: #ef6767;
    color: #ffffff; }

.CheckupCalculationContainer .CheckupTab {
  border-right: 1px solid #dfdfdf;
  height: 100%; }
  .CheckupCalculationContainer .CheckupTab--ContainerNormal {
    display: inherit; }
    @media (max-width: 767.98px) {
      .CheckupCalculationContainer .CheckupTab--ContainerNormal {
        border-bottom: 1px solid #dfdfdf; } }
  .CheckupCalculationContainer .CheckupTab--ContainerResult {
    display: inherit; }
    @media (max-width: 767.98px) {
      .CheckupCalculationContainer .CheckupTab--ContainerResult {
        padding: 15px 15px 0; } }
  @media (max-width: 767.98px) {
    .CheckupCalculationContainer .CheckupTab {
      display: flex;
      flex-direction: row;
      overflow: auto;
      border: none; } }
  .CheckupCalculationContainer .CheckupTab--Menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 30px;
    color: #c2c2c2;
    cursor: pointer; }
    .CheckupCalculationContainer .CheckupTab--Menu i {
      margin-right: 20px;
      font-size: 11px;
      border: 1px solid #c2c2c2;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      text-align: center;
      font-style: normal; }
      @media (max-width: 767.98px) {
        .CheckupCalculationContainer .CheckupTab--Menu i {
          flex-basis: 100%; } }
    .CheckupCalculationContainer .CheckupTab--Menu p {
      margin: 0;
      color: #c2c2c2; }
    .CheckupCalculationContainer .CheckupTab--Menu.Completed i {
      margin-right: 20px;
      font-size: 20px;
      border: none;
      height: auto;
      color: #333333; }
    .CheckupCalculationContainer .CheckupTab--Menu.Completed p {
      color: #333333; }
    .CheckupCalculationContainer .CheckupTab--Menu.Active {
      border-left: 4px solid #1d66dd; }
      .CheckupCalculationContainer .CheckupTab--Menu.Active i {
        border-color: #1d66dd;
        margin-left: -4px; }
      .CheckupCalculationContainer .CheckupTab--Menu.Active i, .CheckupCalculationContainer .CheckupTab--Menu.Active p {
        color: #1d66dd; }
    @media (max-width: 767.98px) {
      .CheckupCalculationContainer .CheckupTab--Menu {
        padding: 20px 15px; }
        .CheckupCalculationContainer .CheckupTab--Menu i {
          margin-right: 10px; }
        .CheckupCalculationContainer .CheckupTab--Menu.Active {
          border: none;
          border-bottom: 1px solid #1d66dd; }
          .CheckupCalculationContainer .CheckupTab--Menu.Active i, .CheckupCalculationContainer .CheckupTab--Menu.Active p {
            color: #1d66dd; } }
  .CheckupCalculationContainer .CheckupTab--MenuResult.Active p {
    margin-left: -4px; }
  @media (max-width: 767.98px) {
    .CheckupCalculationContainer .CheckupTab--MenuResult {
      height: 5px;
      width: 30px;
      padding: 0px;
      border-radius: 5px;
      background-color: #e4e4e4;
      margin: 0 5px; }
      .CheckupCalculationContainer .CheckupTab--MenuResult:first-child {
        margin-left: 0; }
      .CheckupCalculationContainer .CheckupTab--MenuResult:last-child {
        margin-right: 0; }
      .CheckupCalculationContainer .CheckupTab--MenuResult.Active {
        background-color: #1d66dd; }
      .CheckupCalculationContainer .CheckupTab--MenuResult p {
        display: none; } }

.CheckupCalculationContainer .CheckupResult {
  padding: calc(0.5 * 1rem); }
  .CheckupCalculationContainer .CheckupResult .accordion .card:first-child {
    border-top: none; }
  .CheckupCalculationContainer .CheckupResult .accordion .card:last-child {
    border-bottom: none; }
  .CheckupCalculationContainer .CheckupResult .result__block {
    margin-bottom: calc(0.75 * 1rem); }
  .CheckupCalculationContainer .CheckupResult--Title {
    display: flex;
    width: 100%; }
    @media (max-width: 991.98px) {
      .CheckupCalculationContainer .CheckupResult--Title {
        flex-direction: column; } }
    .CheckupCalculationContainer .CheckupResult--Title .title__left {
      width: 60%; }
      @media (max-width: 991.98px) {
        .CheckupCalculationContainer .CheckupResult--Title .title__left {
          width: 85%; } }
    .CheckupCalculationContainer .CheckupResult--Title .title__right {
      display: flex;
      width: 40%; }
      @media (max-width: 991.98px) {
        .CheckupCalculationContainer .CheckupResult--Title .title__right {
          width: 100%;
          margin-top: calc(0.5 * 1rem); } }
      @media (min-width: 768px) {
        .CheckupCalculationContainer .CheckupResult--Title .title__right--item {
          width: 50%; } }
      @media (max-width: 991.98px) {
        .CheckupCalculationContainer .CheckupResult--Title .title__right--item:last-child {
          margin-left: 8px; } }
      .CheckupCalculationContainer .CheckupResult--Title .title__right .item__badge {
        width: 80px;
        display: flex;
        justify-content: center; }
  .CheckupCalculationContainer .CheckupResult--Header .stepTitle {
    font-size: 16px;
    color: #c2c2c2;
    font-weight: bold;
    margin: 0; }
  .CheckupCalculationContainer .CheckupResult--Header h3 {
    color: #333333;
    font-size: 14px;
    font-weight: bold; }
  .CheckupCalculationContainer .CheckupResult--Header p {
    color: #717171; }
  .CheckupCalculationContainer .CheckupResult--Header .ResultValue {
    display: flex;
    flex-direction: row; }
    .CheckupCalculationContainer .CheckupResult--Header .ResultValue .ConditionStatus--Good {
      color: #1ec494; }
    .CheckupCalculationContainer .CheckupResult--Header .ResultValue .ConditionStatus--Bad {
      color: #e81a1a; }
    .CheckupCalculationContainer .CheckupResult--Header .ResultValue p {
      flex-basis: 50%;
      font-weight: 500;
      color: #333333; }
      .CheckupCalculationContainer .CheckupResult--Header .ResultValue p span {
        font-weight: normal; }
  @media (max-width: 767.98px) {
    .CheckupCalculationContainer .CheckupResult--Header h3 {
      font-size: 16px; }
    .CheckupCalculationContainer .CheckupResult--Header p {
      color: #717171; } }
  .CheckupCalculationContainer .CheckupResult--ButtonHandle .Back button {
    background-color: white;
    border: none;
    color: #1d66dd;
    height: 40px; }
  .CheckupCalculationContainer .CheckupResult--ButtonHandle .Next button {
    background-color: #1d66dd;
    border: none;
    float: right;
    height: 40px; }
    @media (min-width: 768px) {
      .CheckupCalculationContainer .CheckupResult--ButtonHandle .Next button {
        width: 200px; } }
  .CheckupCalculationContainer .CheckupResult--Table {
    padding: 0 15px; }
    .CheckupCalculationContainer .CheckupResult--Table .HeaderTitle {
      font-size: 12px;
      color: #333333;
      font-weight: bold;
      border-bottom: 2px solid #dfdfdf;
      padding-bottom: 15px; }
      .CheckupCalculationContainer .CheckupResult--Table .HeaderTitle div {
        padding: 0; }
      @media (max-width: 767.98px) {
        .CheckupCalculationContainer .CheckupResult--Table .HeaderTitle {
          display: none; } }
    .CheckupCalculationContainer .CheckupResult--Table .Item {
      font-size: 14px;
      color: #717171;
      padding: 15px 0;
      border-bottom: 1px solid #dfdfdf; }
      .CheckupCalculationContainer .CheckupResult--Table .Item div {
        padding: 0; }
        @media (max-width: 767.98px) {
          .CheckupCalculationContainer .CheckupResult--Table .Item div:first-child {
            font-weight: bold;
            color: #333333; } }
        .CheckupCalculationContainer .CheckupResult--Table .Item div.ConditionStatus--Good {
          color: #1ec494; }
        .CheckupCalculationContainer .CheckupResult--Table .Item div.ConditionStatus--Bad {
          color: #e81a1a; }
  .CheckupCalculationContainer .CheckupResult--EmailSend {
    background-color: #1d66dd;
    padding: 15px; }
    @media (min-width: 768px) {
      .CheckupCalculationContainer .CheckupResult--EmailSend {
        margin-left: -30px; } }
    @media (max-width: 767.98px) {
      .CheckupCalculationContainer .CheckupResult--EmailSend {
        margin-left: -15px;
        margin-right: -15px; } }
    .CheckupCalculationContainer .CheckupResult--EmailSend div:first-child h2 {
      color: white;
      font-weight: bold;
      font-size: 22px; }
    .CheckupCalculationContainer .CheckupResult--EmailSend div:first-child p {
      color: white; }
    .CheckupCalculationContainer .CheckupResult--EmailSend div:first-child ul {
      list-style-type: none;
      padding: 0; }
      .CheckupCalculationContainer .CheckupResult--EmailSend div:first-child ul li {
        color: white; }
      .CheckupCalculationContainer .CheckupResult--EmailSend div:first-child ul i {
        margin-right: 10px; }
    @media (min-width: 992px) {
      .CheckupCalculationContainer .CheckupResult--EmailSend div:last-child {
        padding-left: 0; } }
    .CheckupCalculationContainer .CheckupResult--EmailSend div:last-child button {
      height: 40px; }
    @media (max-width: 767.98px) {
      .CheckupCalculationContainer .CheckupResult--EmailSend div:last-child {
        margin-top: 10px; } }
  .CheckupCalculationContainer .CheckupResult .CtaBanner {
    background-color: #1d66dd;
    border-radius: 4px;
    padding: 15px;
    display: flex; }
    .CheckupCalculationContainer .CheckupResult .CtaBanner--Col1 {
      display: flex;
      flex-direction: row; }
      @media (max-width: 767.98px) {
        .CheckupCalculationContainer .CheckupResult .CtaBanner--Col1 {
          flex-direction: row-reverse;
          border-bottom: 1px solid #333333;
          margin: 0 -15px; } }
    .CheckupCalculationContainer .CheckupResult .CtaBanner img {
      transform: scaleX(-1);
      margin-bottom: -15px;
      flex-basis: 24%;
      height: 140px;
      margin-top: auto; }
      @media (max-width: 767.98px) {
        .CheckupCalculationContainer .CheckupResult .CtaBanner img {
          transform: scaleX(1); } }
    .CheckupCalculationContainer .CheckupResult .CtaBanner--Description {
      flex-basis: auto;
      margin: 0 15px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .CheckupCalculationContainer .CheckupResult .CtaBanner--Description p {
        color: white;
        margin: 0; }
      .CheckupCalculationContainer .CheckupResult .CtaBanner--Description h3 {
        color: white;
        margin: 0;
        font-weight: bold;
        margin-bottom: 10px; }
    .CheckupCalculationContainer .CheckupResult .CtaBanner--Action {
      display: flex;
      flex-direction: column;
      flex-basis: 36%;
      cursor: pointer; }
      .CheckupCalculationContainer .CheckupResult .CtaBanner--Action .\--Target {
        text-decoration: none;
        background-color: #f95151;
        border-radius: 4px;
        margin: 5px 0;
        color: white;
        padding: 5px 15px; }
        .CheckupCalculationContainer .CheckupResult .CtaBanner--Action .\--Target i {
          margin-right: 10px; }
    @media (max-width: 767.98px) {
      .CheckupCalculationContainer .CheckupResult .CtaBanner {
        flex-wrap: wrap; }
        .CheckupCalculationContainer .CheckupResult .CtaBanner img {
          width: auto;
          height: 80px;
          margin: 0;
          margin-top: auto; }
        .CheckupCalculationContainer .CheckupResult .CtaBanner--Action {
          margin-top: 15px;
          flex-direction: row;
          flex-basis: 100%; }
          .CheckupCalculationContainer .CheckupResult .CtaBanner--Action .\--Target {
            font-size: 10px;
            font-weight: 500;
            flex-grow: 1;
            margin: 0 5px;
            padding: 5px; }
            .CheckupCalculationContainer .CheckupResult .CtaBanner--Action .\--Target:first-child {
              margin-left: 0; }
            .CheckupCalculationContainer .CheckupResult .CtaBanner--Action .\--Target:last-child {
              margin-right: 0; } }
  .CheckupCalculationContainer .CheckupResult .CheckupArticles {
    margin: 0 -15px; }
    .CheckupCalculationContainer .CheckupResult .CheckupArticles .articles-title {
      margin-bottom: 15px;
      padding: 20px 15px 0 15px; }
      .CheckupCalculationContainer .CheckupResult .CheckupArticles .articles-title h1 {
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        margin: 0; }
    .CheckupCalculationContainer .CheckupResult .CheckupArticles .articles-wrapping {
      display: flex;
      flex-direction: row; }
      @media (max-width: 767.98px) {
        .CheckupCalculationContainer .CheckupResult .CheckupArticles .articles-wrapping {
          flex-direction: column; } }
      .CheckupCalculationContainer .CheckupResult .CheckupArticles .articles-wrapping .articles-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 15px 15px 15px;
        margin-bottom: 30px;
        cursor: pointer; }
        @media (max-width: 767.98px) {
          .CheckupCalculationContainer .CheckupResult .CheckupArticles .articles-wrapping .articles-body {
            align-items: normal;
            padding-bottom: 0; } }
        .CheckupCalculationContainer .CheckupResult .CheckupArticles .articles-wrapping .articles-body img {
          width: 50px;
          height: 50px;
          border-radius: 4px;
          margin-right: 15px; }
        .CheckupCalculationContainer .CheckupResult .CheckupArticles .articles-wrapping .articles-body p {
          font-weight: 500;
          margin: 0; }

.CheckupCalculationContainer .CheckupForm {
  padding: 20px 0; }
  .CheckupCalculationContainer .CheckupForm h3 {
    font-size: 16px;
    color: #c2c2c2; }
  .CheckupCalculationContainer .CheckupForm h2 {
    font-size: 22px;
    color: #333333;
    font-weight: bold; }
  .CheckupCalculationContainer .CheckupForm p {
    font-size: 12px;
    color: #717171; }
  @media (max-width: 767.98px) {
    .CheckupCalculationContainer .CheckupForm {
      padding: 20px 15px; } }
  .CheckupCalculationContainer .CheckupForm .FormFinancial {
    margin-bottom: 20px; }
    .CheckupCalculationContainer .CheckupForm .FormFinancial--TitleBox {
      margin-bottom: 0;
      display: flex; }
      @media (max-width: 767.98px) {
        .CheckupCalculationContainer .CheckupForm .FormFinancial--TitleBox {
          margin-bottom: 10px; } }
      .CheckupCalculationContainer .CheckupForm .FormFinancial--TitleBox .Title {
        font-size: 14px;
        margin: 0px;
        margin-bottom: 5px; }
      .CheckupCalculationContainer .CheckupForm .FormFinancial--TitleBox .SubTitle {
        margin: 5px;
        color: #c2c2c2; }
        @media (max-width: 991.98px) {
          .CheckupCalculationContainer .CheckupForm .FormFinancial--TitleBox .SubTitle {
            margin: 0; } }
  .CheckupCalculationContainer .CheckupForm .ResultFinancial--Total p {
    font-size: 14px;
    color: #717171;
    margin: 0; }
    .CheckupCalculationContainer .CheckupForm .ResultFinancial--Total p span {
      font-size: 16px;
      font-weight: bold;
      color: #333333; }
  .CheckupCalculationContainer .CheckupForm .ResultFinancial--Error p {
    font-size: 14px;
    color: #e51a1a; }
  .CheckupCalculationContainer .CheckupForm--ButtonHandle .Back button {
    background-color: white;
    border: none;
    color: #1d66dd;
    height: 40px; }
  .CheckupCalculationContainer .CheckupForm--ButtonHandle .Next button {
    background-color: #1d66dd;
    border: none;
    float: right;
    height: 40px; }
    @media (min-width: 768px) {
      .CheckupCalculationContainer .CheckupForm--ButtonHandle .Next button {
        margin-right: 30px;
        width: 200px; } }

/*
* ink colors (with variations only for black and white)
*/
.FinancialCheckup--Card-1 {
  display: flex;
  height: 363px;
  flex-direction: row; }
  .FinancialCheckup--Card-1 .financial__checkout--image {
    width: 358px !important;
    height: 100% !important;
    content: url("/static/images/usp/usp-15.png"); }
    @media (max-width: 991.98px) {
      .FinancialCheckup--Card-1 .financial__checkout--image {
        content: url("/static/images/usp/usp-16.png");
        width: 100% !important; } }
  @media (max-width: 991.98px) {
    .FinancialCheckup--Card-1 {
      height: auto;
      flex-direction: column; } }

.FinancialCheckup .check-financial-container .financial-title {
  padding: 20px 30px;
  border-bottom: 1px solid #dfdfdf; }
  .FinancialCheckup .check-financial-container .financial-title h2 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #333333; }
  @media (max-width: 767.98px) {
    .FinancialCheckup .check-financial-container .financial-title {
      padding: 15px; }
      .FinancialCheckup .check-financial-container .financial-title h2 {
        font-size: 22px; } }

.FinancialCheckup .description-container {
  padding: 20px 30px;
  position: relative;
  height: 500px;
  overflow: hidden; }
  .FinancialCheckup .description-container.expanded {
    height: unset;
    overflow: unset; }
  .FinancialCheckup .description-container .container-1 {
    margin-top: 20px; }
  @media (max-width: 991.98px) {
    .FinancialCheckup .description-container {
      padding: 15px; } }
  .FinancialCheckup .description-container h1 {
    color: #333333;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold; }
  .FinancialCheckup .description-container h2 {
    font-weight: bold;
    font-size: 28px; }
  .FinancialCheckup .description-container h3 {
    font-weight: bold;
    font-size: 24px; }
  .FinancialCheckup .description-container p {
    color: #717171;
    line-height: 22px; }
  @media (max-width: 767.98px) {
    .FinancialCheckup .description-container h1 {
      font-size: 24px;
      line-height: 34px; }
    .FinancialCheckup .description-container h2 {
      font-size: 22px; }
    .FinancialCheckup .description-container h3 {
      font-size: 18px; } }
  .FinancialCheckup .description-container table {
    margin-bottom: calc(1.25 * 1rem); }
    .FinancialCheckup .description-container table td,
    .FinancialCheckup .description-container table th {
      border: 1px solid #dfdfdf;
      width: 50%;
      padding: calc(0.5 * 1rem); }
  .FinancialCheckup .description-container__shadow {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffffff 70%);
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .FinancialCheckup .description-container__shadow .text__button {
      color: #1D66DD;
      cursor: pointer;
      display: flex;
      align-items: center; }

@media (max-width: 767.98px) {
  .FinancialCheckup .sidebar-articles {
    margin-top: 15px; } }

.FinancialCheckup .sidebar-articles .articles-title {
  padding: 20px 15px 0 15px; }
  .FinancialCheckup .sidebar-articles .articles-title h1 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0; }

.FinancialCheckup .sidebar-articles .articles-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 15px 15px 15px;
  margin-bottom: 5px;
  cursor: pointer; }
  .FinancialCheckup .sidebar-articles .articles-body img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 15px; }
  .FinancialCheckup .sidebar-articles .articles-body p {
    font-weight: 500;
    margin: 0;
    color: #1d66dd;
    text-decoration: none; }

.FinancialCheckup .social__icon--list {
  margin-top: 16px; }
  .FinancialCheckup .social__icon--list .social__icon--wrapper {
    transition: 0.3s ease-in-out; }
    .FinancialCheckup .social__icon--list .social__icon--wrapper:hover {
      transform: scale(1.3);
      transition: 0.3s ease-in-out; }
    .FinancialCheckup .social__icon--list .social__icon--wrapper .social__icon {
      height: 32px;
      width: 32px; }

/*
* ink colors (with variations only for black and white)
*/
.box__discount {
  padding: calc(0.75 * 1rem) calc(1.25 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: calc(0.25 * 1rem);
  margin-bottom: calc(0.75 * 1rem);
  color: #1D66DD;
  cursor: pointer; }
  .box__discount.disable {
    background: #ebebeb;
    color: #c2c2c2;
    cursor: not-allowed;
    pointer-events: none; }
  .box__discount.rebate {
    border: solid 1px #1D66DD;
    color: #333333;
    cursor: text; }

/*
* ink colors (with variations only for black and white)
*/
.payment-card__wrapper {
  padding: 0 !important; }

.paymentDetails__wrapper {
  border-radius: calc(0.5 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .paymentDetails__wrapper--header {
    padding: calc(0.75 * 1rem);
    border-bottom: 1px solid #dfdfdf; }
  .paymentDetails__wrapper--body {
    padding: 0 !important; }
    .paymentDetails__wrapper--body .body__item {
      padding: calc(0.75 * 1rem);
      border-bottom: 1px solid #dfdfdf; }
      @media (max-width: 991.98px) {
        .paymentDetails__wrapper--body .body__item.last {
          border-bottom: none; } }
      .paymentDetails__wrapper--body .body__item--info {
        text-align: end; }
    .paymentDetails__wrapper--body .body--blue {
      background-color: rgba(29, 102, 221, 0.04); }
    .paymentDetails__wrapper--body .border-none {
      border: 0; }
  .paymentDetails__wrapper--footer {
    padding: calc(1.25 * 1rem) calc(calc(0.5 * 1rem) + calc(1.25 * 1rem));
    border-bottom: 1px solid #dfdfdf; }
    .paymentDetails__wrapper--footer .button {
      width: 100%;
      height: 40px; }
      .paymentDetails__wrapper--footer .button-save {
        background-color: #ffffff;
        border-radius: calc(0.25 * 1rem); }
      .paymentDetails__wrapper--footer .button-cancel {
        border: none;
        background: #ffffff;
        color: #E81A1A; }

.charges__description:not(:last-child) {
  margin-bottom: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }

/*
* ink colors (with variations only for black and white)
*/
.compare__shimmer {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  border-radius: calc(0.25 * 1rem);
  height: 240px;
  margin-bottom: 16px; }
  .compare__shimmer--body {
    display: flex;
    height: 100%; }
    .compare__shimmer--body .body__column {
      width: 25%;
      padding: calc(1.25 * 1rem); }
      .compare__shimmer--body .body__column:not(:last-child) {
        border-right: 1px solid #dfdfdf; }
      .compare__shimmer--body .body__column--shimmer .background {
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-name: placeHolderShimmer;
        -webkit-animation-timing-function: linear;
        background: #f6f7f9;
        background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
        background-repeat: no-repeat;
        background-size: 800px 200px;
        height: 200px;
        position: relative; }
      .compare__shimmer--body .body__column--shimmer div {
        background: #fff;
        height: 10px;
        left: 0;
        position: absolute;
        right: 0; }
        .compare__shimmer--body .body__column--shimmer div.compare__a {
          top: 10px; }
        .compare__shimmer--body .body__column--shimmer div.compare__b {
          top: 30px; }
        .compare__shimmer--body .body__column--shimmer div.compare__c {
          top: 50px; }
        .compare__shimmer--body .body__column--shimmer div.compare__d {
          top: 70px; }
        .compare__shimmer--body .body__column--shimmer div.compare__e {
          top: 90px; }
        .compare__shimmer--body .body__column--shimmer div.compare__f {
          top: 110px; }
        .compare__shimmer--body .body__column--shimmer div.compare__g {
          top: 130px; }
        .compare__shimmer--body .body__column--shimmer div.compare__h {
          top: 150px; }
        .compare__shimmer--body .body__column--shimmer div.compare__i {
          top: 170px; }
        .compare__shimmer--body .body__column--shimmer div.compare__j {
          top: 190px; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

/*
* ink colors (with variations only for black and white)
*/
.dana__callback {
  display: flex;
  justify-content: center;
  margin-top: 100px; }
  .dana__callback--box {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(2 * 1rem); }
    .dana__callback--box .lds-ring {
      width: 80px;
      height: 80px; }
      .dana__callback--box .lds-ring.primary div {
        width: 80px;
        height: 80px; }

/*
* ink colors (with variations only for black and white)
*/
.privacy--container {
  font-family: "Open Sans" !important;
  background-color: #E4EDFB;
  padding: 16px; }
  @media (min-width: 576px) {
    .privacy--container {
      width: 100%;
      margin: 0 auto; } }
  .privacy--container .privacy__content--container {
    width: 100%; }
    @media (min-width: 576px) {
      .privacy--container .privacy__content--container {
        width: 1120px;
        margin: 0 auto; } }
  .privacy--container h3 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #333; }
    @media (min-width: 576px) {
      .privacy--container h3 {
        font-size: 28px;
        line-height: 36px; } }

/*
* ink colors (with variations only for black and white)
*/
.transaction__history-wrapper {
  padding: calc(1.25 * 1rem);
  display: grid;
  width: 30vw;
  margin: 20px auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .transaction__history-wrapper {
      width: 100vw;
      margin: 0; }
      .transaction__history-wrapper .border-radius-xs {
        border-radius: 0 !important; } }
  .transaction__history-wrapper .product__card {
    margin: calc(1.25 * 1rem) 0;
    padding-bottom: calc(0.75 * 1rem); }
    .transaction__history-wrapper .product__card:not(:last-child) {
      border-bottom: 1px solid #c2c2c2; }
    .transaction__history-wrapper .product__card--header {
      display: flex; }
      .transaction__history-wrapper .product__card--header .order__spec {
        display: inline-flex;
        flex-wrap: wrap; }
        .transaction__history-wrapper .product__card--header .order__spec--type {
          font-size: 12px;
          line-height: 16px;
          font-weight: 700;
          width: 100%; }
        .transaction__history-wrapper .product__card--header .order__spec--id, .transaction__history-wrapper .product__card--header .order__spec--date {
          font-size: 10px;
          line-height: 14px;
          font-weight: 400; }
        .transaction__history-wrapper .product__card--header .order__spec span:not(:first-child) {
          margin: calc(0.75 * 1rem) 0; }
        .transaction__history-wrapper .product__card--header .order__spec span:last-child {
          margin-left: calc(calc(1.25 * 1rem) + calc(1.25 * 1rem)); }
      .transaction__history-wrapper .product__card--header .order__status {
        min-width: 30%;
        display: inline-flex;
        flex-direction: column; }
        .transaction__history-wrapper .product__card--header .order__status .active__badge {
          white-space: initial;
          max-height: 50px; }
    .transaction__history-wrapper .product__card--body {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .transaction__history-wrapper .product__card--body .product__name {
        font-size: 12px;
        line-height: 16px;
        font-weight: 700; }
      .transaction__history-wrapper .product__card--body .product__price {
        font-size: 10px;
        line-height: 14px;
        font-weight: 700; }
    .transaction__history-wrapper .product__card--tax {
      display: flex;
      align-items: center;
      justify-content: flex-end !important; }
      .transaction__history-wrapper .product__card--tax .product__price {
        font-size: 10px;
        line-height: 14px;
        font-weight: 700; }

.transaction__history--body .product__list--empty {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(2 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.offer__wrapper {
  min-height: calc(100vh - 75px);
  background: #1D66DD;
  padding-top: calc(2 * 1rem); }
  @media (max-width: 991.98px) {
    .offer__wrapper {
      min-height: calc(100vh - 50px);
      padding-top: calc(1.25 * 1rem); } }
  .offer__wrapper img {
    height: 32px !important;
    width: 32px !important; }
  .offer__wrapper--title {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(2 * 1rem); }
    @media (max-width: 991.98px) {
      .offer__wrapper--title {
        font-size: 22px;
        margin-bottom: calc(0.75 * 1rem); } }
  .offer__wrapper--body {
    display: flex;
    max-width: 800px;
    margin: 0 auto; }
    .offer__wrapper--body .body__row {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .offer__wrapper--body .body__row {
          margin-right: -15px;
          margin-left: -15px; } }
      .offer__wrapper--body .body__row--item {
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px; }
        @media (max-width: 991.98px) {
          .offer__wrapper--body .body__row--item {
            flex: 0 0 50%;
            max-width: 50%; }
            .offer__wrapper--body .body__row--item:nth-child(odd) {
              padding-right: 7.5px; }
            .offer__wrapper--body .body__row--item:nth-child(even) {
              padding-left: 7.5px; } }
        .offer__wrapper--body .body__row--item .card__wrapper {
          padding: calc(0.5 * 1rem) 0;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
          border-radius: calc(0.25 * 1rem);
          margin-bottom: calc(0.75 * 1rem);
          background: #ffffff;
          cursor: pointer; }
          .offer__wrapper--body .body__row--item .card__wrapper--image {
            display: flex;
            justify-content: center;
            margin-bottom: calc(0.25 * 1rem); }
          .offer__wrapper--body .body__row--item .card__wrapper--title {
            margin-bottom: 0;
            text-align: center;
            color: #717171; }

/*
* ink colors (with variations only for black and white)
*/
.privacy--container {
  font-family: "Open Sans" !important;
  background-color: #E4EDFB;
  padding: 16px; }
  @media (min-width: 576px) {
    .privacy--container {
      width: 100%;
      margin: 0 auto;
      padding: 24px; } }
  .privacy--container .privacy__content--container {
    width: 100%; }
    .privacy--container .privacy__content--container:nth-child(n+2) {
      margin-top: 30px; }
    @media (min-width: 576px) {
      .privacy--container .privacy__content--container {
        width: 1120px;
        margin: 0 auto; } }
  .privacy--container h3 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #333; }
    @media (min-width: 576px) {
      .privacy--container h3 {
        margin-bottom: 8px;
        font-size: 28px;
        line-height: 36px; } }

/*
* ink colors (with variations only for black and white)
*/
.google__map--wrapper {
  position: relative;
  height: calc(100vh - 65px);
  width: 100%; }
  .google__map--wrapper .map__header {
    position: absolute;
    top: 20px;
    left: 8px;
    width: 95%; }
    @media (min-width: 768px) {
      .google__map--wrapper .map__header {
        width: 50%;
        left: 27%; } }
    .google__map--wrapper .map__header .icon__wrapper {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 22px;
      width: 22px;
      background-color: #ffffff;
      border-radius: 50%; }
    .google__map--wrapper .map__header .search__container {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      padding: calc(0.75 * 1rem);
      margin-top: calc(0.75 * 1rem);
      min-height: 100px;
      background-color: #ffffff;
      width: 100%; }
      .google__map--wrapper .map__header .search__container .search-input {
        padding-left: calc(0.5 * 1rem) !important; }
      .google__map--wrapper .map__header .search__container .search__info {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: calc(0.75 * 1rem); }
        .google__map--wrapper .map__header .search__container .search__info span {
          font-size: 12px;
          line-height: 16px;
          font-weight: 400; }
        .google__map--wrapper .map__header .search__container .search__info i {
          color: #1D66DD; }
      .google__map--wrapper .map__header .search__container .address__container {
        margin-top: calc(0.75 * 1rem); }
        .google__map--wrapper .map__header .search__container .address__container .address__list {
          list-style: none;
          padding-left: 0; }
          .google__map--wrapper .map__header .search__container .address__container .address__list--item {
            margin-bottom: calc(0.75 * 1rem);
            padding: calc(0.5 * 1rem) 0 calc(0.5 * 1rem) calc(0.5 * 1rem);
            white-space: pre-line;
            display: flex;
            justify-content: space-between; }
            .google__map--wrapper .map__header .search__container .address__container .address__list--item:not(:last-child) {
              border-bottom: 0.5px solid #ebebeb; }
            .google__map--wrapper .map__header .search__container .address__container .address__list--item .full__address {
              margin-left: calc(0.75 * 1rem);
              font-size: 12px;
              line-height: 16px;
              font-weight: 400; }
              .google__map--wrapper .map__header .search__container .address__container .address__list--item .full__address h5 {
                margin: 0;
                margin-bottom: calc(0.5 * 1rem);
                font-size: 12px;
                line-height: 16px;
                font-weight: 700; }
            .google__map--wrapper .map__header .search__container .address__container .address__list--item i {
              font-size: 18px;
              align-self: flex-start; }
  .google__map--wrapper .selected-location__container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    height: 75px; }
    .google__map--wrapper .selected-location__container .icon__wrapper {
      margin: calc(0.75 * 1rem); }
    .google__map--wrapper .selected-location__container p {
      margin: 0;
      color: #717171;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
  .google__map--wrapper .selected-location-submit__container {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 50px);
    padding: calc(0.75 * 1rem); }
  .google__map--wrapper .gm-fullscreen-control {
    display: none; }

/*
* ink colors (with variations only for black and white)
*/
.padding__offset {
  padding: calc(0.75 * 1rem) 0; }

.delivery__info--wrapper {
  height: 100%;
  padding: calc(1.25 * 1rem);
  background-color: #ffffff !important; }

.mobil__tax {
  background-color: #1D66DD;
  margin-top: -30px;
  padding: calc(1.25 * 1rem); }
  .mobil__tax .desktop__view--header {
    display: flex;
    color: #ffffff;
    margin: 20px auto;
    width: 25vw;
    position: relative;
    top: 10vh; }
    .mobil__tax .desktop__view--header .icon__wrapper {
      margin-right: calc(0.75 * 1rem);
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background-color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .mobil__tax .desktop__view--header .icon__wrapper i {
        color: #333333; }
    .mobil__tax .desktop__view--header span {
      text-transform: capitalize;
      margin-top: calc(0.75 * 1rem); }
  .mobil__tax--container {
    display: grid;
    width: 25vw;
    margin: 20px auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: calc(1.25 * 1rem);
    background-color: #ffffff;
    position: relative;
    top: 10vh;
    padding: calc(0.75 * 1rem); }
    @media (max-width: 991.98px) {
      .mobil__tax--container {
        width: 100vw;
        margin: 0;
        top: 0;
        border-radius: 0 !important; }
        .mobil__tax--container .border-radius-xs {
          border-radius: 0 !important; } }
    .mobil__tax--container .mobileNav p {
      text-transform: capitalize; }
  .mobil__tax--body .mobil__tax--form .form__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #707070; }
  .mobil__tax--body .mobil__tax--form .tax__form--data {
    position: relative;
    min-height: calc(100vh - (100px + calc(1.25 * 1rem))); }
    .mobil__tax--body .mobil__tax--form .tax__form--data .input__group {
      margin: calc(0.75 * 1rem) 0; }
      .mobil__tax--body .mobil__tax--form .tax__form--data .input__group .PhoneInput {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        font-size: 14px !important; }
      .mobil__tax--body .mobil__tax--form .tax__form--data .input__group .lp-radio__wrapper {
        padding: calc(0.5 * 1rem); }
        .mobil__tax--body .mobil__tax--form .tax__form--data .input__group .lp-radio__wrapper label {
          font-size: 12px;
          line-height: 16px;
          font-weight: 500;
          color: #333333;
          margin-bottom: 0; }
      .mobil__tax--body .mobil__tax--form .tax__form--data .input__group .DatePicker, .mobil__tax--body .mobil__tax--form .tax__form--data .input__group .custom__date--picker {
        width: 100%; }
      .mobil__tax--body .mobil__tax--form .tax__form--data .input__group .custom__date--picker {
        height: 40px; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .radio__group .color-lp-red {
      margin-left: auto; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .input__group--title {
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      color: #333333; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .disable {
      opacity: 0.5;
      pointer-events: none; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .input__group--subtitle {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      color: #707070; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .lp__input--group {
      margin: calc(1.25 * 1rem) 0; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .extra__info {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      color: #707070; }
    .mobil__tax--body .mobil__tax--form .tax__form--data ol {
      padding-left: 15px; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .image__placeholder {
      width: 20%;
      min-height: 70px;
      background-color: #eaeaea;
      margin: calc(0.75 * 1rem) auto;
      border-radius: calc(0.75 * 1rem);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .mobil__tax--body .mobil__tax--form .tax__form--data .image__placeholder .upload__icon--wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        background-color: #ffffff;
        color: #1D66DD;
        text-align: center; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .delivery__information .lp-radio__wrapper label {
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      color: #333333; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .custom__floating--btn {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .mobil__tax--body .mobil__tax--form .tax__form--data .input__section, .mobil__tax--body .mobil__tax--form .tax__form--data .media__section, .mobil__tax--body .mobil__tax--form .tax__form--data .info__section, .mobil__tax--body .mobil__tax--form .tax__form--data .action__button {
      background-color: #ffffff;
      padding: calc(0.5 * 1rem) calc(1.25 * 1rem); }
    .mobil__tax--body .mobil__tax--form .tax__form--data .media__section, .mobil__tax--body .mobil__tax--form .tax__form--data .info__section {
      margin: calc(0.5 * 1rem) 0; }

/*
* ink colors (with variations only for black and white)
*/
.product__search--wrapper {
  position: relative;
  padding: calc(1.25 * 1rem);
  padding-bottom: 0; }
  .product__search--wrapper .mock__background {
    position: absolute;
    width: 100%;
    top: -200px;
    height: 350px;
    border-radius: 25%;
    background: #f5f5fa;
    border-bottom-left-radius: 90%;
    border-bottom-right-radius: 90%;
    z-index: -1;
    left: 0; }
    @media (max-width: 991.98px) {
      .product__search--wrapper .mock__background {
        top: -170px; } }
  .product__search--wrapper .product__search--header .header__title--psf {
    position: relative;
    bottom: -60%;
    color: #717171;
    text-align: center;
    width: 24%;
    white-space: break-spaces;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .product__search--wrapper .product__search--header .header__title--psf {
        width: 80%; } }
    .product__search--wrapper .product__search--header .header__title--psf.lead__form {
      text-align: start; }
      .product__search--wrapper .product__search--header .header__title--psf.lead__form .title__list {
        padding-left: calc(0.75 * 1rem) !important; }
        @media (max-width: 991.98px) {
          .product__search--wrapper .product__search--header .header__title--psf.lead__form .title__list {
            padding-left: 0 !important; } }
        .product__search--wrapper .product__search--header .header__title--psf.lead__form .title__list li {
          margin-bottom: calc(0.5 * 1rem);
          font-size: 12px;
          line-height: 16px;
          font-weight: 500; }
          .product__search--wrapper .product__search--header .header__title--psf.lead__form .title__list li::marker {
            font-family: "lifepal-icon";
            content: "\E914";
            color: #1D66DD;
            font-size: 14px; }
          .product__search--wrapper .product__search--header .header__title--psf.lead__form .title__list li span {
            margin-left: calc(0.5 * 1rem); }
  .product__search--wrapper .product__search--body {
    margin-top: calc(3.5 * calc(2 * 1rem));
    min-height: 100vh; }
    @media (max-width: 991.98px) {
      .product__search--wrapper .product__search--body {
        margin-top: calc(6 * calc(1.25 * 1rem)); } }
    .product__search--wrapper .product__search--body .product__search--container {
      width: 350px;
      margin: 0 auto;
      z-index: 1; }
      @media (max-width: 991.98px) {
        .product__search--wrapper .product__search--body .product__search--container {
          width: 100%; } }

.selected__item--view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: calc(2 * 1rem);
  width: 100%; }
  .selected__item--view h4 {
    color: #707070; }

.minified-view {
  display: flex;
  align-items: center;
  height: 50px;
  cursor: pointer; }
  .minified-view h4 {
    min-width: 80px;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .minified-view i {
    font-size: 18px;
    transition: 0.35s ease-in-out; }
    .minified-view i:hover {
      transform: scale(1.5);
      transition: 0.35s ease-in-out; }

.dob__action--block {
  margin-top: calc(1.25 * 1rem);
  display: flex;
  align-items: center;
  justify-content: center; }
  .dob__action--block button {
    height: 40px;
    width: 100%; }

.insurance__search--flow {
  display: flex;
  flex-direction: column; }
  .insurance__search--flow .life__memeber--psf .CheckboxForm .Wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .insurance__search--flow .life__memeber--psf .CheckboxForm .Wrapper li {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
    .insurance__search--flow .life__memeber--psf .CheckboxForm .Wrapper label {
      width: 100%; }
    .insurance__search--flow .life__memeber--psf .CheckboxForm .Wrapper .InputWrapper {
      border-radius: 0; }

.travel__member--psf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  padding: calc(0.25 * 1rem);
  padding-left: calc(0.75 * 1rem);
  margin-bottom: calc(0.5 * 1rem);
  box-sizing: border-box;
  width: 100%; }
  .travel__member--psf > label {
    margin-left: calc(0.75 * 1rem);
    margin-bottom: 0;
    color: #707070;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }
  .travel__member--psf .DropdownForm {
    margin-left: auto;
    width: 150px;
    max-height: 40px; }
    .travel__member--psf .DropdownForm .css-1li0unn-control {
      border: none; }
  .travel__member--psf .show__member--age {
    visibility: visible; }
  .travel__member--psf .hide__member--age {
    visibility: hidden; }

.travel__date--period {
  color: #717171; }
  .travel__date--period h4 {
    margin-top: calc(0.75 * 1rem);
    text-align: center; }
  @media (max-width: 991.98px) {
    .travel__date--period .card {
      width: 60%;
      margin: 0 auto; } }

.member__form--action {
  display: flex;
  flex-direction: column;
  margin-top: calc(1.25 * 1rem); }
  .member__form--action button {
    margin-bottom: calc(1.25 * 1rem); }

.travel__insurance--psf {
  display: flex;
  flex-direction: column; }

.frequent__traveler--question {
  margin-top: calc(0.75 * 1rem);
  margin-left: calc(0.75 * 1rem); }
  .frequent__traveler--question span:first-child {
    margin-right: calc(2 * 1rem); }
  .frequent__traveler--question span label {
    margin-left: calc(0.5 * 1rem); }

.dob__selector input {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700; }

.DatePicker {
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .DatePicker .custom__date--picker {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: normal;
    border-radius: 4px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .DatePicker .custom__date--picker {
        height: 40px; } }
  .DatePicker .selected__day {
    background-color: #f2f7ff;
    color: #1D66DD; }

.life__member--item {
  padding: calc(0.5 * 1rem) !important;
  padding-left: 0;
  margin-bottom: calc(0.75 * 1rem);
  border-radius: calc(0.5 * 1rem); }
  .life__member--item:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .life__member--item label {
    margin-bottom: 0; }
    .life__member--item label .InputWrapper {
      border: 0 !important; }
      .life__member--item label .InputWrapper:hover {
        background: transparent; }

/*
* ink colors (with variations only for black and white)
*/
.bantuan__form {
  margin-top: calc(1.25 * 1rem); }
  .bantuan__form h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    margin-bottom: calc(0.75 * 1rem); }
    @media (max-width: 991.98px) {
      .bantuan__form h1 {
        font-size: 28px; } }
  .bantuan__form .form__instruction {
    white-space: nowrap; }
    @media (max-width: 991.98px) {
      .bantuan__form .form__instruction {
        white-space: pre-line; } }
  .bantuan__form .detail__instruction {
    white-space: pre-line; }
  @media (min-width: 768px) {
    .bantuan__form .issue__dropdown {
      width: 50%; } }
  .bantuan__form_container {
    margin-top: calc(1.25 * 1rem); }
    .bantuan__form_container--field {
      margin-bottom: calc(1.25 * 1rem); }
      .bantuan__form_container--field option {
        color: #333333; }
      .bantuan__form_container--field .DropdownForm .Wrapper select {
        color: #333333;
        background: transparent; }
      .bantuan__form_container--field .subtitle {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #717171; }
      .bantuan__form_container--field .lampiranText {
        margin-bottom: calc(0.5 * 1rem); }
      .bantuan__form_container--field .uploadBtn {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        width: 100%;
        color: #717171;
        border: 1px solid #c2c2c2;
        background: transparent;
        padding: calc(0.75 * 1rem) calc(0.25 * 1rem); }
      .bantuan__form_container--field .fileName--container {
        margin: calc(0.25 * 1rem) 0;
        display: flex;
        flex-direction: row; }
    .bantuan__form_container--submitBtn {
      width: 30%;
      border: none;
      border-radius: calc(0.25 * 1rem);
      padding: calc(0.5 * 1rem) calc(0.25 * 1rem);
      background: #1D66DD;
      color: #ffffff; }
  .bantuan__form_footer {
    margin-top: calc(3.25 * 1rem); }
  .bantuan__form_complaint {
    margin-top: 20px;
    font-size: 14px; }
    .bantuan__form_complaint .support__email {
      white-space: nowrap; }
      @media (max-width: 991.98px) {
        .bantuan__form_complaint .support__email {
          white-space: pre-line; } }
    .bantuan__form_complaint_title {
      font-size: 12px;
      margin-top: 20px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .bantuan__form_complaint_title {
          font-size: 14px; } }
    .bantuan__form_complaint_address {
      font-size: 12px;
      margin-top: 20px;
      font-weight: 500; }
      @media (min-width: 992px) {
        .bantuan__form_complaint_address {
          font-size: 14px; } }

/*
* ink colors (with variations only for black and white)
*/
.bantuan__container {
  width: 30vw;
  margin: 20px auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  @media (max-width: 991.98px) {
    .bantuan__container {
      height: calc(100vh + 250px);
      width: 100vw;
      margin: 0; } }
  .bantuan__container .header {
    min-height: 60px;
    background-color: #eef3fc;
    padding: calc(1.25 * 1rem);
    display: flex;
    justify-content: space-between; }
    .bantuan__container .header .creative__wrapper {
      height: 60px;
      width: 60px; }
      .bantuan__container .header .creative__wrapper img {
        transform: scale(1.5); }
  .bantuan__container .bantuan__form {
    padding: calc(0.75 * 1rem); }
    .bantuan__container .bantuan__form .disable {
      opacity: 0.5;
      pointer-events: none; }
    .bantuan__container .bantuan__form .input__group textarea {
      min-height: 50px;
      width: 100%;
      padding: calc(0.5 * 1rem);
      border: 1px solid #c2c2c2; }
      .bantuan__container .bantuan__form .input__group textarea::placeholder {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400; }
      .bantuan__container .bantuan__form .input__group textarea:focus {
        border-color: #1D66DD;
        outline: none; }
    .bantuan__container .bantuan__form .input__group .lp__input--group {
      margin: calc(0.75 * 1rem) 0; }
      .bantuan__container .bantuan__form .input__group .lp__input--group .lp__input {
        padding: 0 calc(0.25 * 1rem); }
    .bantuan__container .bantuan__form .input__group .input__group--title {
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      color: #333333; }
    .bantuan__container .bantuan__form .input__group .input__group--subtitle {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      color: #707070; }
    .bantuan__container .bantuan__form .input__group .image__placeholder {
      width: 20%;
      min-height: 70px;
      background-color: #eaeaea;
      margin: calc(0.75 * 1rem) auto;
      border-radius: calc(0.75 * 1rem);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .bantuan__container .bantuan__form .input__group .image__placeholder .upload__icon--wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        background-color: #ffffff;
        color: #1D66DD;
        text-align: center; }
    .bantuan__container .bantuan__form .input__group .file__name--container {
      background: white;
      border: 1px solid #c2c2c2;
      padding: calc(1.25 * 1rem);
      margin-bottom: calc(1.25 * 1rem);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .bantuan__container .bantuan__form .input__group .file__name--container span:first-child {
        color: #1D66DD; }
      .bantuan__container .bantuan__form .input__group .file__name--container i {
        font-size: 18px;
        cursor: pointer; }

/*
* ink colors (with variations only for black and white)
*/
.bpjs__form--field {
  display: flex;
  margin-bottom: calc(0.75 * 1rem); }
  @media (max-width: 991.98px) {
    .bpjs__form--field {
      flex-direction: column; } }
  .bpjs__form--field .field__left {
    flex-grow: 1; }
    @media (max-width: 991.98px) {
      .bpjs__form--field .field__left {
        margin-bottom: calc(0.5 * 1rem); } }
    .bpjs__form--field .field__left input {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      font-size: 14px !important; }
  .bpjs__form--field .field__right {
    flex-grow: 0.5; }
    @media (min-width: 768px) {
      .bpjs__form--field .field__right {
        margin-left: calc(0.75 * 1rem); } }

.bpjs__form--info {
  padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
  border-radius: 4px;
  border: solid 1px #1D66DD;
  background-color: #f2f7ff; }
  @media (min-width: 768px) {
    .bpjs__form--info {
      margin-bottom: calc(1.25 * 1rem); } }

@media (max-width: 991.98px) {
  .bpjs__form--button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    border-top: 1px solid #dfdfdf; } }

.bpjs__form--button button {
  width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
@media (min-width: 768px) {
  .bpjs__wrapper {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    min-height: calc(100vh - 75px); } }

@media (max-width: 991.98px) {
  .bpjs__wrapper {
    padding-left: 0;
    padding-right: 0; } }

.bpjs__wrapper--main .main__box {
  border-radius: calc(0.25 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  @media (max-width: 991.98px) {
    .bpjs__wrapper--main .main__box {
      min-height: calc(100vh - 50px); } }
  .bpjs__wrapper--main .main__box hr {
    margin: 0; }
  .bpjs__wrapper--main .main__box--header {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    padding-bottom: 0 !important;
    display: flex; }
    .bpjs__wrapper--main .main__box--header .header__item {
      width: 20%;
      text-align: center;
      padding-bottom: calc(0.5 * 1rem);
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .bpjs__wrapper--main .main__box--header .header__item {
          width: 50%; } }
      .bpjs__wrapper--main .main__box--header .header__item.active {
        color: #1D66DD;
        border-bottom: 1px solid #1D66DD; }
      .bpjs__wrapper--main .main__box--header .header__item.disabled {
        color: #717171;
        pointer-events: none; }
  .bpjs__wrapper--main .main__box--body {
    padding: calc(1.25 * 1rem) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
    @media (min-width: 768px) {
      .bpjs__wrapper--main .main__box--body {
        width: 90%; } }
    @media (max-width: 991.98px) {
      .bpjs__wrapper--main .main__box--body .body__card {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
        border-radius: calc(0.25 * 1rem);
        padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); } }

/*
* ink colors (with variations only for black and white)
*/
.pln__form--field {
  display: flex;
  margin-bottom: calc(0.75 * 1rem); }
  @media (max-width: 991.98px) {
    .pln__form--field {
      flex-direction: column; } }
  .pln__form--field .field__left {
    flex-grow: 1; }
    @media (max-width: 991.98px) {
      .pln__form--field .field__left {
        margin-bottom: calc(0.5 * 1rem); } }
    .pln__form--field .field__left input {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      font-size: 14px !important; }
  .pln__form--field .field__right {
    flex-grow: 0.8; }
    @media (min-width: 768px) {
      .pln__form--field .field__right {
        margin-left: calc(0.75 * 1rem); } }

.pln__form--info {
  padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
  border-radius: 4px;
  border: solid 1px #1D66DD;
  background-color: #f2f7ff; }
  @media (min-width: 768px) {
    .pln__form--info {
      margin-bottom: calc(1.25 * 1rem); } }
  .pln__form--info .info__list {
    padding-left: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    list-style-type: circle;
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .pln__form--button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    border-top: 1px solid #dfdfdf; } }

.pln__form--button button {
  width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
@media (min-width: 768px) {
  .pln__wrapper {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    min-height: calc(100vh - 75px); } }

@media (max-width: 991.98px) {
  .pln__wrapper {
    padding-left: 0;
    padding-right: 0; } }

.pln__wrapper--main .main__box {
  border-radius: calc(0.25 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  @media (max-width: 991.98px) {
    .pln__wrapper--main .main__box {
      min-height: calc(100vh - 50px); } }
  .pln__wrapper--main .main__box hr {
    margin: 0; }
  .pln__wrapper--main .main__box--header {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    padding-bottom: 0 !important;
    display: flex; }
    .pln__wrapper--main .main__box--header .header__item {
      width: 20%;
      text-align: center;
      padding-bottom: calc(0.5 * 1rem);
      cursor: pointer;
      color: #c2c2c2; }
      @media (max-width: 991.98px) {
        .pln__wrapper--main .main__box--header .header__item {
          width: 50%; } }
      .pln__wrapper--main .main__box--header .header__item.active {
        color: #1D66DD;
        border-bottom: 1px solid #1D66DD; }
  .pln__wrapper--main .main__box--body {
    padding: calc(1.25 * 1rem) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
    @media (min-width: 768px) {
      .pln__wrapper--main .main__box--body {
        width: 90%; } }
    @media (max-width: 991.98px) {
      .pln__wrapper--main .main__box--body .body__card {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
        border-radius: calc(0.25 * 1rem);
        padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); } }

/*
* ink colors (with variations only for black and white)
*/
.verification__wrapper {
  display: flex;
  justify-content: center;
  height: calc(100vh - 75px);
  padding-top: calc(1.25 * 1rem); }
  @media (max-width: 991.98px) {
    .verification__wrapper {
      height: calc(100vh - 50px); } }
  .verification__wrapper--card {
    min-width: 350px;
    height: fit-content;
    padding: 16px;
    border-radius: calc(0.5 * 1rem); }
    @media (min-width: 768px) {
      .verification__wrapper--card {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); } }
    .verification__wrapper--card .card__title {
      font-size: 22px;
      line-height: 24px;
      font-weight: 700; }
      .verification__wrapper--card .card__title span {
        font-size: 22px;
        line-height: 24px;
        font-weight: 400; }
    .verification__wrapper--card .card__body {
      margin-top: calc(2 * 1rem); }
      .verification__wrapper--card .card__body--field {
        margin-bottom: calc(0.75 * 1rem); }
      .verification__wrapper--card .card__body--row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: calc(1.25 * 1rem); }
      .verification__wrapper--card .card__body .kyc__selector {
        margin: calc(0.75 * 1rem) 0;
        display: flex;
        align-items: center;
        margin-top: calc(0.75 * 1rem); }
        .verification__wrapper--card .card__body .kyc__selector span:first-child {
          margin-right: calc(0.75 * 1rem); }
        .verification__wrapper--card .card__body .kyc__selector span {
          cursor: pointer;
          padding: calc(0.5 * 1rem);
          border-radius: calc(0.75 * 1rem); }
          .verification__wrapper--card .card__body .kyc__selector span input:checked span {
            background: #f2f7ff; }
          .verification__wrapper--card .card__body .kyc__selector span:hover {
            background: #f2f7ff; }
          .verification__wrapper--card .card__body .kyc__selector span:focus {
            background: #f2f7ff;
            outline: none; }
          .verification__wrapper--card .card__body .kyc__selector span label {
            margin-left: calc(0.5 * 1rem);
            margin-bottom: 0; }
        .verification__wrapper--card .card__body .kyc__selector .kyc__selected {
          cursor: pointer;
          border-radius: calc(0.75 * 1rem);
          background: #f2f7ff; }
  .verification__wrapper .field__label {
    font-size: 12px;
    margin-bottom: calc(0.5 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.agentsInvite {
  background: rgba(30, 196, 148, 0.04);
  margin-bottom: calc(2 * 1rem); }
  .agentsInvite__hero {
    background: url("/static/images/agents/invite/hero_mobile.png");
    background-position: center;
    height: 360px; }
    @media (min-width: 768px) {
      .agentsInvite__hero {
        background: url("/static/images/agents/invite/hero_desktop.png");
        background-size: cover;
        height: 600px; } }
    .agentsInvite__hero__body {
      position: relative; }
      .agentsInvite__hero__body--content {
        position: absolute;
        top: 210px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        @media (min-width: 768px) {
          .agentsInvite__hero__body--content {
            width: 50%;
            display: unset; } }
      .agentsInvite__hero__body--title {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        line-height: 2;
        margin-bottom: calc(0.75 * 1rem); }
        @media (min-width: 768px) {
          .agentsInvite__hero__body--title {
            text-align: left;
            font-size: 28px; } }
      .agentsInvite__hero__body--cta {
        background: #ef6767;
        border-radius: calc(0.75 * 1rem);
        border: none;
        color: #ffffff;
        width: 50%;
        font-weight: 600 !important; }
  .agentsInvite__copywriting {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-size: 16px;
    background: url("/static/images/agents/invite/copywriting_bg_mobile.png");
    height: 260px;
    color: #ffffff;
    margin: calc(0.75 * 1rem) 0;
    text-align: center;
    line-height: 2;
    border-radius: calc(0.75 * 1rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(0.75 * 1rem); }
    .agentsInvite__copywriting button {
      background: #ef6767;
      border-radius: calc(0.5 * 1rem);
      border: none;
      color: #ffffff;
      margin: calc(2 * 1rem) 0;
      font-weight: 600;
      width: 100%; }
    @media (min-width: 768px) {
      .agentsInvite__copywriting {
        background: url("/static/images/agents/invite/copywriting_bg.png");
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        font-weight: 600;
        height: 150px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: calc(2 * 1rem) 0 calc(0.75 * 1rem); }
        .agentsInvite__copywriting div {
          padding: calc(0.75 * 1rem) 0; }
        .agentsInvite__copywriting button {
          width: 30%;
          margin: calc(1.25 * 1rem) 0;
          padding: calc(0.5 * 1rem); } }
  .agentsInvite__card__float {
    position: relative;
    margin: calc(5.25 * 1rem) 0; }
    .agentsInvite__card__float--body {
      background: #ffffff;
      padding: calc(0.75 * 1rem);
      box-shadow: -16px 16px 50px -30px rgba(0, 0, 0, 0.24);
      border-radius: 16px; }
      .agentsInvite__card__float--body div {
        margin: calc(0.5 * 1rem) 0; }
    .agentsInvite__card__float--id {
      color: #1D66DD;
      background: #e4eefd;
      text-align: center;
      width: 30%;
      border-radius: calc(0.5 * 1rem);
      line-height: 2; }
    .agentsInvite__card__float--title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      line-height: 2; }
      @media (min-width: 768px) {
        .agentsInvite__card__float--title {
          font-size: 20px;
          line-height: 1.5;
          width: 90%; } }
    .agentsInvite__card__float--subtitle {
      font-size: 16px;
      line-height: 2; }
      @media (min-width: 768px) {
        .agentsInvite__card__float--subtitle {
          width: 75%; } }
  .agentsInvite__card__reverse {
    position: relative;
    box-shadow: -16px 16px 50px -30px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    margin: calc(1.25 * 1rem) 0; }
    .agentsInvite__card__reverse--img {
      background: #ffffff;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .agentsInvite__card__reverse--body {
      background: #ffffff;
      padding: calc(0.75 * 1rem);
      border-radius: 16px; }
      .agentsInvite__card__reverse--body--wrap {
        padding: calc(0.75 * 1rem); }
      .agentsInvite__card__reverse--body div {
        margin: calc(0.5 * 1rem) 0; }
    .agentsInvite__card__reverse--id {
      color: #1D66DD;
      background: #e4eefd;
      text-align: center;
      width: 30%;
      border-radius: calc(0.5 * 1rem);
      line-height: 2; }
    .agentsInvite__card__reverse--title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      line-height: 2; }
      @media (min-width: 768px) {
        .agentsInvite__card__reverse--title {
          font-size: 20px; } }
    .agentsInvite__card__reverse--subtitle {
      font-size: 16px;
      line-height: 2; }
      @media (min-width: 768px) {
        .agentsInvite__card__reverse--subtitle {
          width: 75%; } }
  @media (min-width: 768px) {
    .agentsInvite__card__float--body {
      box-shadow: -16px 16px 50px -30px rgba(0, 0, 0, 0.24);
      background: #ffffff;
      position: absolute;
      top: -10px;
      right: 0;
      width: 50%;
      height: 250px;
      display: flex;
      flex-direction: column;
      align-items: left;
      justify-content: center;
      padding: calc(1.25 * 1rem) !important; }
    .agentsInvite__card__reverse {
      display: flex;
      flex-direction: row-reverse; }
      .agentsInvite__card__reverse--body {
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center; } }
  @media (min-width: 768px) {
    .agentsInvite__testimony {
      display: flex;
      flex-direction: row; } }
  @media (min-width: 768px) {
    .agentsInvite__testimony__body {
      display: flex;
      flex-direction: column;
      align-items: left;
      justify-content: center; } }
  .agentsInvite__testimony__body--title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #1D66DD;
    text-align: center;
    padding: calc(0.5 * 1rem) 0; }
    @media (min-width: 768px) {
      .agentsInvite__testimony__body--title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        text-align: left;
        padding: calc(0.75 * 1rem); } }
  .agentsInvite__testimony__body--subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: calc(0.5 * 1rem) 0; }
    @media (min-width: 768px) {
      .agentsInvite__testimony__body--subtitle {
        font-size: 22px;
        line-height: 24px;
        font-weight: 700;
        text-align: left;
        padding: calc(0.75 * 1rem); } }
  .agentsInvite__testimony__body--box {
    position: relative; }
    @media (max-width: 991.98px) {
      .agentsInvite__testimony__body--box img {
        height: 350px; } }
    .agentsInvite__testimony__body--box--text {
      padding: calc(1.25 * 1rem) calc(2 * 1rem);
      position: absolute;
      top: 10%;
      line-height: 2.5;
      font-size: 14px !important; }
      @media (min-width: 768px) {
        .agentsInvite__testimony__body--box--text {
          font-size: 16px;
          line-height: 20px;
          font-weight: 400;
          padding: calc(2 * 1rem);
          line-height: 2.4; } }
  .agentsInvite__carousel {
    position: relative; }
    .agentsInvite__carousel--play {
      position: absolute;
      top: 42.5%;
      left: 42.5%;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      @media (min-width: 768px) {
        .agentsInvite__carousel--play {
          top: 45%;
          left: 47.5%; } }
    .agentsInvite__carousel--title {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      text-align: center;
      color: #1D66DD; }
    .agentsInvite__carousel h4 {
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      text-align: center !important; }
    .agentsInvite__carousel ul {
      list-style: none;
      margin: 0; }
    .agentsInvite__carousel .lp__carousel .carousel__inner-slide,
    .agentsInvite__carousel .lp__carousel .carousel__slider.center-mode,
    .agentsInvite__carousel .lp__carousel .carousel__slider {
      padding: 0 !important;
      box-shadow: unset !important; }
    .agentsInvite__carousel .lp__carousel .carousel__slide:first-child {
      margin-left: calc(0.5 * 1rem);
      margin-right: 0; }
    .agentsInvite__carousel .lp__carousel .carousel__slide:last-child {
      margin-left: 0;
      margin-right: calc(0.5 * 1rem); }
    .agentsInvite__carousel .lp__carousel .carousel .button__back,
    .agentsInvite__carousel .lp__carousel .carousel .button__next {
      padding: calc(0.75 * 1rem) calc(1.25 * 1rem);
      background: #ffffff;
      color: #1D66DD; }
      @media (min-width: 768px) {
        .agentsInvite__carousel .lp__carousel .carousel .button__back,
        .agentsInvite__carousel .lp__carousel .carousel .button__next {
          font-size: 16px;
          line-height: 20px;
          font-weight: 400; } }
    .agentsInvite__carousel__slide li {
      width: unset !important; }
    .agentsInvite__carousel__slide a {
      cursor: pointer; }
      @media (min-width: 768px) {
        .agentsInvite__carousel__slide a {
          height: 400px; } }
      .agentsInvite__carousel__slide a img {
        padding: calc(0.5 * 1rem);
        width: 99% !important;
        height: 95% !important;
        margin: auto;
        border-radius: 16px; }

/*
* ink colors (with variations only for black and white)
*/
.how-to-buy-wrapper {
  background-color: #E4EDFB;
  position: relative; }
  .how-to-buy-wrapper .how-to-buy-accordion-section {
    padding: 6px 0px; }
  .how-to-buy-wrapper .accordion-wrapper:last-of-type {
    padding-bottom: 16px; }

/*
* ink colors (with variations only for black and white)
*/
.how-to-buy-hero-wrapper {
  display: flex;
  justify-content: center;
  padding: 16px;
  background-image: linear-gradient(to bottom, #4380E3, #1D66DD, #1855B8); }
  @media (min-width: 576px) {
    .how-to-buy-hero-wrapper {
      padding: 24px 0px; } }
  .how-to-buy-hero-wrapper .how-to-buy-hero-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 576px) {
      .how-to-buy-hero-wrapper .how-to-buy-hero-container {
        width: 1120px;
        margin: 0 auto; } }
    .how-to-buy-hero-wrapper .how-to-buy-hero-container .title {
      font-size: 20px;
      font-weight: 700;
      color: white;
      margin: unset; }
      @media (min-width: 576px) {
        .how-to-buy-hero-wrapper .how-to-buy-hero-container .title {
          font-size: 48px; } }
    .how-to-buy-hero-wrapper .how-to-buy-hero-container .description {
      font-size: 14px;
      margin-top: 6px;
      color: white;
      font-weight: 400;
      margin-bottom: 0px; }
      @media (min-width: 576px) {
        .how-to-buy-hero-wrapper .how-to-buy-hero-container .description {
          font-size: 20px; } }

/*
* ink colors (with variations only for black and white)
*/
.accordion-wrapper {
  background-color: white;
  padding: 16px 16px 0px 16px; }
  @media (min-width: 576px) {
    .accordion-wrapper {
      padding-top: 16px; } }
  .accordion-wrapper .accordion-container {
    display: flex;
    width: 100%; }
    @media (min-width: 576px) {
      .accordion-wrapper .accordion-container {
        justify-content: center;
        width: 1120px;
        margin: 0 auto; } }
    .accordion-wrapper .accordion-container .accordion-section {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .accordion-wrapper .accordion-container .accordion-section .accordion {
        padding: 16px 12px;
        border-bottom: 1px solid #D6D6D6;
        display: flex;
        flex-direction: column;
        transition: all 300ms linear; }
        .accordion-wrapper .accordion-container .accordion-section .accordion .accordion-header {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .accordion-wrapper .accordion-container .accordion-section .accordion .accordion-header .accordion-label {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 16px;
            color: #222222; }
          .accordion-wrapper .accordion-container .accordion-section .accordion .accordion-header .accordion-icon {
            height: 20px;
            width: 20px; }
        .accordion-wrapper .accordion-container .accordion-section .accordion .carousel__inner-slide {
          width: 220px !important; }
        .accordion-wrapper .accordion-container .accordion-section .accordion .carousel__slide {
          width: 220px !important; }
        .accordion-wrapper .accordion-container .accordion-section .accordion .carousel-card {
          display: flex;
          flex-direction: column;
          background-color: white;
          height: 296px;
          width: 204px;
          border-radius: 8px;
          border: 1px solid #D6D6D6; }
          .accordion-wrapper .accordion-container .accordion-section .accordion .carousel-card .carousel-content {
            padding: 0px 16px; }
          .accordion-wrapper .accordion-container .accordion-section .accordion .carousel-card .image {
            width: 120px; }
          .accordion-wrapper .accordion-container .accordion-section .accordion .carousel-card .text {
            font-size: 12px;
            font-weight: 400;
            margin-top: 22px;
            color: #222222; }
          .accordion-wrapper .accordion-container .accordion-section .accordion .carousel-card .corner-frame-container {
            position: relative;
            text-align: right;
            color: white; }
            .accordion-wrapper .accordion-container .accordion-section .accordion .carousel-card .corner-frame-container .corner-frame-image {
              width: 41px;
              height: 36px;
              border-top-right-radius: 8px; }
            .accordion-wrapper .accordion-container .accordion-section .accordion .carousel-card .corner-frame-container .corner-number {
              position: absolute;
              top: 8px;
              right: 12px;
              font-size: 14px;
              color: white;
              background-color: #1D66DD;
              width: 10px; }
        .accordion-wrapper .accordion-container .accordion-section .accordion .document-title {
          font-size: 14px;
          font-weight: bold;
          margin-top: 16px;
          color: #222222; }
        .accordion-wrapper .accordion-container .accordion-section .accordion .document-subtitle {
          white-space: pre-line;
          color: #222222; }
      .accordion-wrapper .accordion-container .accordion-section .active {
        background-color: #F5F5F5; }

/*
* ink colors (with variations only for black and white)
*/
.assosicated-brands-wrapper {
  background-color: white;
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .assosicated-brands-wrapper {
      padding: 48px 0%; } }
  .assosicated-brands-wrapper .assosicated-brands-container {
    width: 100%; }
    @media (min-width: 576px) {
      .assosicated-brands-wrapper .assosicated-brands-container {
        width: 1120px;
        margin: 0 auto; } }
    .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-title {
      font-size: 20px;
      font-weight: bold;
      width: 100%;
      padding: 0 16px;
      margin: 0; }
      @media (min-width: 576px) {
        .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-title {
          font-size: 28px;
          padding: 0; } }
    .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-section {
      margin-top: 16px; }
      @media (min-width: 576px) {
        .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-section {
          margin-top: 24px; } }
      .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-section .assosicated-brands-list {
        width: 95%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px; }
        @media (min-width: 576px) {
          .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-section .assosicated-brands-list {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 16px 12px; } }
        .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-section .assosicated-brands-list .assosicated-brands-item {
          width: 100%;
          height: 28%;
          border: 0.5px solid #D6D6D6;
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 12px 0; }
          @media (min-width: 576px) {
            .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-section .assosicated-brands-list .assosicated-brands-item {
              width: 12.5%;
              height: 64px; } }
          .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-section .assosicated-brands-list .assosicated-brands-item img {
            height: 54px; }
        .assosicated-brands-wrapper .assosicated-brands-container .assosicated-brands-section .assosicated-brands-list .assosicated-brands-item:hover {
          border: 2px solid #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.g-review-wrapper {
  background-color: white;
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .g-review-wrapper {
      padding: 48px 0; } }
  .g-review-wrapper .g-review-header {
    display: flex;
    padding: 0 16px;
    flex-direction: column; }
    @media (min-width: 576px) {
      .g-review-wrapper .g-review-header {
        padding: 0;
        margin: 0 auto;
        width: 1120px;
        justify-content: space-between;
        flex-direction: row; } }
    .g-review-wrapper .g-review-header .g-review-title {
      font-size: 20px;
      font-weight: bold;
      margin: 0; }
      @media (min-width: 576px) {
        .g-review-wrapper .g-review-header .g-review-title {
          font-size: 28px;
          width: 630px; } }
    .g-review-wrapper .g-review-header .g-review-google-card {
      border-radius: 4px;
      padding: 12px;
      margin-top: 16px;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: left;
      align-items: center;
      border: 1px solid #d6d6d6; }
      @media (min-width: 576px) {
        .g-review-wrapper .g-review-header .g-review-google-card {
          font-size: 28px;
          width: 330px;
          margin: 0; } }
      .g-review-wrapper .g-review-header .g-review-google-card .g-review-google-card-image {
        height: 48px;
        width: 48px; }
      .g-review-wrapper .g-review-header .g-review-google-card .google-card-detail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        width: 100%; }
        .g-review-wrapper .g-review-header .g-review-google-card .google-card-detail .google-cart-title {
          font-size: 12px;
          font-weight: 700;
          line-height: 16px;
          margin: 0px;
          padding: 0px; }
        .g-review-wrapper .g-review-header .g-review-google-card .google-card-detail .google-cart-rate {
          display: flex;
          flex-direction: row; }
          .g-review-wrapper .g-review-header .g-review-google-card .google-card-detail .google-cart-rate .google-star {
            margin: 0px;
            padding: 0px;
            height: 25px;
            color: gold; }
          .g-review-wrapper .g-review-header .g-review-google-card .google-card-detail .google-cart-rate .google-start-text {
            font-size: 12px;
            font-weight: 400;
            margin: 3px 3px;
            color: gray; }
  .g-review-wrapper .g-review-card-wrapper {
    margin-top: 0px; }
    @media (min-width: 576px) {
      .g-review-wrapper .g-review-card-wrapper {
        margin-top: 24px; } }
    .g-review-wrapper .g-review-card-wrapper .g-review-card-item {
      flex-direction: column; }
      .g-review-wrapper .g-review-card-wrapper .g-review-card-item .g-review-card-icon {
        height: 32px;
        width: 40px;
        margin-right: 20px;
        top: 16px;
        position: relative;
        float: right; }
      .g-review-wrapper .g-review-card-wrapper .g-review-card-item .g-review-card {
        display: flex;
        flex-direction: column;
        padding: 16px;
        border-radius: 8px;
        background-color: #f5f5f5;
        width: 296px;
        height: fit-content; }
        @media (min-width: 576px) {
          .g-review-wrapper .g-review-card-wrapper .g-review-card-item .g-review-card {
            width: 262px; } }
        .g-review-wrapper .g-review-card-wrapper .g-review-card-item .g-review-card .g-review-card-title {
          font-size: 20px;
          font-weight: 700;
          margin: 0;
          padding-top: 4px; }
        .g-review-wrapper .g-review-card-wrapper .g-review-card-item .g-review-card .g-review-card-comment {
          font-size: 16px;
          margin: 0;
          padding-top: 4px; }
    .g-review-wrapper .g-review-card-wrapper .carousel__inner-slide {
      width: 312px !important; }
      @media (min-width: 576px) {
        .g-review-wrapper .g-review-card-wrapper .carousel__inner-slide {
          width: 286px !important; } }
    .g-review-wrapper .g-review-card-wrapper .carousel__slide {
      width: 312px !important; }
      @media (min-width: 576px) {
        .g-review-wrapper .g-review-card-wrapper .carousel__slide {
          width: 286px !important; } }

/*
* ink colors (with variations only for black and white)
*/
.homepage-promo-wrapper {
  background-color: white;
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .homepage-promo-wrapper {
      padding: 48px 0; } }
  .homepage-promo-wrapper .homepage-promo-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    padding: 0px 16px;
    color: #333333;
    margin: 0; }
    @media (min-width: 576px) {
      .homepage-promo-wrapper .homepage-promo-title {
        font-size: 28px;
        line-height: 36px;
        width: 1120px;
        padding: 0px;
        margin: 0 auto 0 auto; } }
  .homepage-promo-wrapper .homepage-promo-carousel-wrapper {
    margin: 16px 0 0 0; }
    @media (min-width: 576px) {
      .homepage-promo-wrapper .homepage-promo-carousel-wrapper {
        margin: 24px 0 0 0; } }
    .homepage-promo-wrapper .homepage-promo-carousel-wrapper .homepage-promo-image {
      height: 113px;
      width: 199px;
      border-radius: 8px; }
      @media (min-width: 576px) {
        .homepage-promo-wrapper .homepage-promo-carousel-wrapper .homepage-promo-image {
          height: 202px;
          width: 357px;
          border-radius: 8px; } }
    .homepage-promo-wrapper .homepage-promo-carousel-wrapper .carousel__inner-slide {
      width: 215px !important; }
      @media (min-width: 576px) {
        .homepage-promo-wrapper .homepage-promo-carousel-wrapper .carousel__inner-slide {
          width: 381px !important; } }
    .homepage-promo-wrapper .homepage-promo-carousel-wrapper .carousel__slide {
      width: 215px !important; }
      @media (min-width: 576px) {
        .homepage-promo-wrapper .homepage-promo-carousel-wrapper .carousel__slide {
          width: 381px !important; } }

/*
* ink colors (with variations only for black and white)
*/
.recommended-articles-wrapper {
  background-color: white;
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .recommended-articles-wrapper {
      padding: 48px 0; } }
  @media (min-width: 576px) {
    .recommended-articles-wrapper .recommended-articles-container {
      width: 1120px;
      margin: 0 auto; } }
  .recommended-articles-wrapper .recommended-articles-container .recommended-articles-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 4%;
    margin: 0; }
    @media (min-width: 576px) {
      .recommended-articles-wrapper .recommended-articles-container .recommended-articles-title {
        font-size: 28px;
        padding: 0; } }
  .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list {
    margin-top: 16px; }
    @media (min-width: 576px) {
      .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-top: 24px; } }
    .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card {
      display: flex;
      flex-direction: column;
      height: 244px;
      width: 262px;
      border-radius: 4px; }
      .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card .recommended-articles-card-image {
        height: 147px; }
      .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card .recommended-articles-card-title {
        padding: 0px 12px;
        margin-top: 12px;
        margin-bottom: 16px; }
      .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card .recommended-articles-card-details {
        padding: 0px 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 12px; }
        .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card .recommended-articles-card-details .recommended-articles-card-label {
          padding: 2px 6px;
          border-radius: 28px;
          border: 1px solid #8EB2EE;
          color: #1D66DD;
          font-size: 10px;
          font-weight: 600; }
        .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card .recommended-articles-card-details .recommended-articles-card-label:hover {
          border: 1px solid #1D66DD;
          color: white;
          background-color: #1D66DD; }
        .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card .recommended-articles-card-details .recommended-articles-card-date {
          font-size: 12px; }
    .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card:hover {
      box-shadow: 0 2px 40px #00000029;
      text-decoration: none; }
    .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card:hover .recommended-articles-card-title {
      font-weight: bold; }
    .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .recommended-articles-card:visited .recommended-articles-card-title {
      font-weight: bold; }
    .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .carousel__inner-slide {
      width: 278px !important; }
      @media (min-width: 576px) {
        .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .carousel__inner-slide {
          width: 278px !important; } }
    .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .carousel__slide {
      width: 278px !important; }
      @media (min-width: 576px) {
        .recommended-articles-wrapper .recommended-articles-container .recommended-articles-list .carousel__slide {
          width: 278px !important; } }

/*
* ink colors (with variations only for black and white)
*/
.why-lifepal-wrapper {
  background-color: white;
  border-radius: 16px 16px 0px 0px;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .why-lifepal-wrapper {
      border-radius: 40px 40px 0px 0px;
      padding: 48px 0; } }
  .why-lifepal-wrapper .why-lifepal-title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 16px;
    margin: 0; }
    @media (min-width: 576px) {
      .why-lifepal-wrapper .why-lifepal-title {
        font-size: 28px;
        padding: 0;
        width: 1120px;
        margin: 0 auto; } }
  .why-lifepal-wrapper .why-lifepal-subtitle {
    font-size: 14px;
    padding: 0 16px;
    margin: 8px 0 0 0; }
    @media (min-width: 576px) {
      .why-lifepal-wrapper .why-lifepal-subtitle {
        font-size: 14px;
        padding: 0;
        width: 1120px;
        margin: 8px auto 0 auto; } }
  .why-lifepal-wrapper .why-lifepal-card-wrapper {
    margin-top: 16px; }
    @media (min-width: 576px) {
      .why-lifepal-wrapper .why-lifepal-card-wrapper {
        margin-top: 24px; } }
    .why-lifepal-wrapper .why-lifepal-card-wrapper .why-lifepal-card {
      display: flex;
      flex-direction: column;
      padding: 16px;
      border-radius: 8px;
      background-color: #F5F5F5;
      height: 272px;
      width: 285px; }
      @media (min-width: 576px) {
        .why-lifepal-wrapper .why-lifepal-card-wrapper .why-lifepal-card {
          width: 262px; } }
      .why-lifepal-wrapper .why-lifepal-card-wrapper .why-lifepal-card .why-lifepal-card-icon {
        height: 56px;
        width: 56px; }
      .why-lifepal-wrapper .why-lifepal-card-wrapper .why-lifepal-card .why-lifepal-card-title {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        padding-top: 4px; }
      .why-lifepal-wrapper .why-lifepal-card-wrapper .why-lifepal-card .why-lifepal-card-description {
        font-size: 16px;
        margin: 0;
        padding-top: 4px; }
    .why-lifepal-wrapper .why-lifepal-card-wrapper .carousel__inner-slide {
      width: 301px !important; }
      @media (min-width: 576px) {
        .why-lifepal-wrapper .why-lifepal-card-wrapper .carousel__inner-slide {
          width: 286px !important; } }
    .why-lifepal-wrapper .why-lifepal-card-wrapper .carousel__slide {
      width: 301px !important; }
      @media (min-width: 576px) {
        .why-lifepal-wrapper .why-lifepal-card-wrapper .carousel__slide {
          width: 286px !important; } }

.iconSpritesBantuan {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .iconSpritesBantuan::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("/static/images/icon-sprites-bantuan.webp");
    background-repeat: no-repeat;
    content: "";
    width: 35px;
    height: 35px;
    background-position: center 0px;
    background-size: 100%; }
  .iconSpritesBantuan__carSurvey::after {
    background-position: center 0px; }
  .iconSpritesBantuan__claimStatus::after {
    background-position: center -37px; }
  .iconSpritesBantuan__endorsementRequest::after {
    background-position: center -70px; }
  .iconSpritesBantuan__publicInformation::after {
    background-position: center -105px; }
  .iconSpritesBantuan__paymentIssue::after {
    background-position: center -140px; }
  .iconSpritesBantuan__paymentStatus::after {
    background-position: center -175px; }
  .iconSpritesBantuan__policyStatus::after {
    background-position: center -210px; }
  .iconSpritesBantuan__refund::after {
    background-position: center -245px; }
  .iconSpritesBantuan__refundStatus::after {
    background-position: center -280px; }
  .iconSpritesBantuan__others::after {
    background-position: center -315px; }
  .iconSpritesBantuan__email::after {
    width: 40px;
    height: 40px;
    background-position: center -404px; }
  .iconSpritesBantuan__claim::after {
    background-position: center -525px; }
  .iconSpritesBantuan__dataChange::after {
    background-position: center -560px; }
  .iconSpritesBantuan__customer::after {
    background-position: center -455px; }
  .iconSpritesBantuan__customer__active::after {
    background-position: center -385px; }
  .iconSpritesBantuan__partner::after {
    background-position: center -420px; }
  .iconSpritesBantuan__partner__active::after {
    background-position: center -490px; }

.pusatBantuan__faq__title span.useSvg {
  margin-left: 17px !important; }

/*
* ink colors (with variations only for black and white)
*/
@media (min-width: 768px) {
  .kyc__verification {
    width: 400px;
    margin: auto;
    padding-bottom: calc(2 * 1rem); } }

.kyc__verification .error {
  padding-top: calc(0.5 * 1rem);
  color: #E81A1A; }

/*
* ink colors (with variations only for black and white)
*/
.kyc__workplace {
  padding-bottom: calc(0.75 * 1rem); }
  @media (min-width: 768px) {
    .kyc__workplace {
      width: 400px;
      margin: auto; } }
  .kyc__workplace .dealer {
    padding: calc(1.25 * 1rem) 0;
    border-bottom: 1px dashed #333333; }
    .kyc__workplace .dealer .head {
      padding: calc(0.75 * 1rem) 0;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .kyc__workplace .dealer .head img {
        width: 40px;
        height: 40px; }
      .kyc__workplace .dealer .head span:last-child {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        margin-left: calc(0.5 * 1rem); }
    .kyc__workplace .dealer .body {
      display: flex;
      flex-direction: row; }
      .kyc__workplace .dealer .body .field {
        margin-right: calc(0.75 * 1rem);
        display: flex;
        flex-direction: row;
        align-items: center; }
        .kyc__workplace .dealer .body .field label {
          font-size: 16px;
          line-height: 20px;
          font-weight: 500;
          margin: 0;
          margin-left: calc(0.25 * 1rem); }
        .kyc__workplace .dealer .body .field input {
          width: 15px;
          height: 15px; }
  .kyc__workplace .dealer__brand {
    padding: calc(0.75 * 1rem) 0; }
    .kyc__workplace .dealer__brand label {
      font-size: 16px;
      line-height: 20px;
      font-weight: 500; }
  .kyc__workplace .work__location {
    padding: calc(0.75 * 1rem) 0; }
    .kyc__workplace .work__location .title {
      font-size: 16px;
      line-height: 20px;
      font-weight: 500; }
    .kyc__workplace .work__location button {
      margin: calc(0.5 * 1rem) 0;
      width: 100%;
      display: grid;
      grid-template-columns: 10% 90%;
      background: none;
      border-radius: calc(0.25 * 1rem);
      border: 1px solid #c2c2c2; }
      .kyc__workplace .work__location button img {
        width: 30px;
        height: 30px; }
      .kyc__workplace .work__location button span:last-child {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #707070;
        padding: calc(0.5 * 1rem) 0;
        text-align: left; }
  .kyc__workplace .tnc {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: calc(0.5 * 1rem) 0; }
    @media (min-width: 992px) {
      .kyc__workplace .tnc {
        margin: calc(0.75 * 1rem) 0; } }
    .kyc__workplace .tnc input {
      width: 15px;
      height: 15px;
      margin-right: calc(0.5 * 1rem); }
  .kyc__workplace .search__workplace {
    padding: calc(0.75 * 1rem) 0; }
    .kyc__workplace .search__workplace .field__wrap {
      border: 1px solid #c2c2c2;
      border-radius: calc(0.25 * 1rem);
      padding: calc(1.25 * 1rem) calc(0.75 * 1rem); }
    .kyc__workplace .search__workplace .field {
      border: 1px solid #c2c2c2;
      border-radius: calc(0.25 * 1rem);
      display: flex;
      align-items: center;
      flex-direction: row;
      padding: calc(0.5 * 1rem); }
      .kyc__workplace .search__workplace .field img {
        width: 30px;
        height: 30px; }
      .kyc__workplace .search__workplace .field input {
        width: 100%;
        border: none; }
    .kyc__workplace .search__workplace .search__result {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      background: none;
      border: none;
      padding: calc(0.75 * 1rem) calc(0.25 * 1rem);
      border-radius: calc(0.25 * 1rem);
      width: 100%; }
      .kyc__workplace .search__workplace .search__result:hover {
        background: #e4eefd; }
      .kyc__workplace .search__workplace .search__result span:first-child {
        width: 20%;
        margin-left: calc(0.25 * 1rem); }
      .kyc__workplace .search__workplace .search__result img {
        width: 30px;
        height: 30px; }
      @media (min-width: 768px) {
        .kyc__workplace .search__workplace .search__result {
          justify-content: left; }
          .kyc__workplace .search__workplace .search__result span:first-child {
            width: 15%; }
          .kyc__workplace .search__workplace .search__result img {
            width: 35px;
            height: 35px; } }

/*
* ink colors (with variations only for black and white)
*/
.search__container {
  margin-top: calc(2 * 1rem); }

.preferensi__wrapper--psf {
  padding: calc(0.5 * 1rem) calc(0.25 * 1rem);
  min-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media (max-width: 991.98px) {
    .preferensi__wrapper--psf {
      min-height: 500px; } }
  .preferensi__wrapper--psf .fiturs__wrapper {
    display: block; }
    .preferensi__wrapper--psf .fiturs__wrapper .fitur__box {
      display: inline-flex;
      background: #ffffff;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      border-radius: calc(0.25 * 1rem);
      width: 100%;
      margin-bottom: calc(1.25 * 1rem); }
      .preferensi__wrapper--psf .fiturs__wrapper .fitur__box .lp-checkbox__wrapper {
        width: 100%; }

.preferensi__category--action {
  width: 100%;
  padding-top: calc(1.25 * 1rem); }
  .preferensi__category--action .action__item {
    margin-bottom: calc(0.75 * 1rem); }
    .preferensi__category--action .action__item button {
      width: 100% !important;
      padding: calc(0.5 * 1rem) !important; }

/*
* ink colors (with variations only for black and white)
*/
.popular__list--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: calc(1.25 * 1rem);
  padding-left: calc(0.25 * 1rem);
  list-style: none; }
  .popular__list--wrapper .populat__item {
    text-transform: capitalize;
    padding: calc(0.5 * 1rem) calc(0.25 * 1rem);
    cursor: pointer;
    width: auto; }
    .popular__list--wrapper .populat__item:hover {
      background-color: #f5f5f5; }

/*
* ink colors (with variations only for black and white)
*/
.auto__moto--brand {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  padding: calc(0.75 * 1rem);
  margin-top: calc(1.25 * 1rem);
  background: #ffffff; }

/*
* ink colors (with variations only for black and white)
*/
.auto__moto--model {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  padding: calc(0.75 * 1rem);
  margin-top: calc(1.25 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.auto__moto--type {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  padding: calc(0.75 * 1rem);
  margin-top: calc(1.25 * 1rem); }

.minified__view--auto {
  padding: calc(0.5 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.psf-shimmer {
  display: flex !important;
  height: 250px !important; }

.shimmer .shine {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  vertical-align: top;
  background: #f6f7f9;
  background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
  height: 20px;
  width: 270px;
  margin: 0 auto;
  margin-top: 4px; }

.shimmer .avatar {
  align-self: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: 0; }

.shimmer .shimmer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: calc(0.75 * 1rem);
  margin-top: calc(0.75 * 1rem); }

.shimmer p {
  height: 10px !important;
  margin-top: 10px;
  width: 100px !important;
  margin-bottom: calc(0.5 * 1rem); }

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

/*
* ink colors (with variations only for black and white)
*/
.contact__us {
  background: linear-gradient(180deg, #1D66DD 50%, #ffffff 50%);
  padding: calc(0.75 * 1rem);
  position: relative; }
  .contact__us .success__box {
    width: 350px;
    margin: calc(2 * 1rem) auto;
    background: #ffffff;
    border-radius: calc(0.5 * 1rem);
    padding: calc(1.25 * 1rem);
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .contact__us .success__box .success__icon--wrapper {
      height: 22px;
      width: 22px; }
      .contact__us .success__box .success__icon--wrapper i {
        font-size: 22px;
        line-height: 24px;
        font-weight: 700;
        background: #1EC494;
        border-radius: 50%;
        padding: calc(0.5 * 1rem);
        color: #ffffff;
        margin: calc(0.75 * 1rem) 0; }
    .contact__us .success__box div {
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      text-align: center;
      margin: calc(0.75 * 1rem) 0; }
    .contact__us .success__box button {
      background: #1D66DD;
      color: #ffffff;
      font-weight: bold; }
  .contact__us .callback__box {
    width: 350px;
    margin: calc(2 * 1rem) auto;
    background: #ffffff;
    border-radius: calc(0.5 * 1rem);
    padding: calc(0.5 * 1rem);
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.24); }
    .contact__us .callback__box--question {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      text-align: center;
      line-height: 1.5;
      margin: calc(0.75 * 1rem) 0; }
    .contact__us .callback__box .date__time--selector {
      border-radius: calc(1.25 * 1rem);
      background: #ffffff;
      border: 1px solid #c2c2c2;
      padding: calc(0.5 * 1rem);
      cursor: pointer; }
      .contact__us .callback__box .date__time--selector:hover {
        background-color: #e4eefd;
        box-shadow: 0 2px 4px 0 "null"; }
    .contact__us .callback__box .btnActive {
      background: #e4eefd;
      color: #1D66DD;
      border: 1px solid #1D66DD; }
    .contact__us .callback__box .btnDisabled {
      background: #c2c2c2; }
    .contact__us .callback__box .dates__wrapper {
      display: grid;
      grid-gap: calc(0.5 * 1rem);
      grid-template-columns: 1fr 1fr 1fr;
      padding: calc(0.75 * 1rem) 0; }
    .contact__us .callback__box .hours__wrapper {
      display: grid;
      grid-gap: calc(0.5 * 1rem);
      grid-template-columns: 1fr 1fr;
      padding: calc(0.75 * 1rem) 0;
      border-top: 1px solid #c2c2c2;
      border-bottom: 1px solid #c2c2c2; }
    .contact__us .callback__box .cta {
      border-radius: calc(0.25 * 1rem);
      background: #1D66DD;
      color: #ffffff; }

/*
* ink colors (with variations only for black and white)
*/
.upload__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .upload__placeholder img {
    height: 160px !important;
    width: 160px !important; }
  .upload__placeholder .dummy__placeholder {
    height: 160px;
    width: 160px;
    border: 2px solid #1D66DD;
    border-radius: calc(1.25 * 1rem); }
  .upload__placeholder .upload__icon--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #1D66DD;
    text-align: center; }
  .upload__placeholder .dummy__icon {
    background-color: #1D66DD;
    color: #ffffff; }
  .upload__placeholder .mock__upload {
    display: none; }

/*
* ink colors (with variations only for black and white)
*/
.dropbox__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .dropbox__wrapper {
      margin-top: calc(2 * 1rem); } }
  .dropbox__wrapper .dropbox__hero--section {
    background-color: #1D66DD;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(2 * 1rem); }
    @media (min-width: 768px) {
      .dropbox__wrapper .dropbox__hero--section {
        padding-bottom: calc(1.25 * 1rem);
        justify-content: center; } }
    .dropbox__wrapper .dropbox__hero--section img {
      height: 50% !important;
      width: 50% !important;
      margin-bottom: calc(0.75 * 1rem); }
      @media (max-width: 991.98px) {
        .dropbox__wrapper .dropbox__hero--section img {
          height: 100% !important;
          width: 100% !important; } }
    .dropbox__wrapper .dropbox__hero--section h3 {
      color: #ffffff; }
    .dropbox__wrapper .dropbox__hero--section button {
      width: 50%;
      border-radius: calc(1.25 * 1rem);
      margin-top: calc(0.75 * 1rem); }
      .dropbox__wrapper .dropbox__hero--section button .icon__wrapper {
        margin-left: calc(0.75 * 1rem);
        font-size: 18px;
        color: #1D66DD; }
  .dropbox__wrapper .upload__form--area {
    padding: 0 calc(1.25 * 1rem) calc(1.25 * 1rem);
    margin: calc(1.25 * 1rem) auto;
    width: 35vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .dropbox__wrapper .upload__form--area {
        width: 100%; } }
    .dropbox__wrapper .upload__form--area .upload__box {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .dropbox__wrapper .upload__form--area .upload__box:not(:last-child) {
        margin-bottom: calc(1.25 * 1rem); }
      .dropbox__wrapper .upload__form--area .upload__box .upload__title {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700; }
      .dropbox__wrapper .upload__form--area .upload__box .upload__description {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400; }
  .dropbox__wrapper .disable {
    pointer-events: none;
    opacity: 0.5; }

/*
* ink colors (with variations only for black and white)
*/
.homepage-wrapper {
  background-color: #E4EDFB;
  position: relative; }

@font-face {
  font-family: "lifepal-icon";
  src: url("/static/fonts/lifepal/icomoon.eot?hefc7w");
  src: url("/static/fonts/lifepal/icomoon.eot?hefc7w#iefix") format("embedded-opentype"), url("/static/fonts/lifepal/icomoon.ttf?hefc7w") format("truetype"), url("/static/fonts/lifepal/icomoon.woff?hefc7w") format("woff"), url("/static/fonts/lifepal/icomoon.svg?hefc7w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="lifepal-"],
[class*=" lifepal-"] {
  font-family: "lifepal-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lifepal-location:before {
  content: "\E97F"; }

.lifepal-map:before {
  content: "\E980"; }

.lifepal-cup:before {
  content: "\E952"; }

.lifepal-burger:before {
  content: "\E97B"; }

.lifepal-achievement:before {
  content: "\E900"; }

.lifepal-add-01:before {
  content: "\E901"; }

.lifepal-add:before {
  content: "\E902"; }

.lifepal-arrow-down:before {
  content: "\E903"; }

.lifepal-arrow-left:before {
  content: "\E904"; }

.lifepal-arrow-right:before {
  content: "\E905"; }

.lifepal-arrow-up:before {
  content: "\E906"; }

.lifepal-ask .path1:before {
  content: "\E907";
  color: #333333; }

.lifepal-ask .path2:before {
  content: "\E908";
  margin-left: -1em;
  color: black; }

.lifepal-ask .path3:before {
  content: "\E909";
  margin-left: -1em;
  color: black; }

.lifepal-book:before {
  content: "\E90A"; }

.lifepal-bpjs-kesehatan:before {
  content: "\E90B"; }

.lifepal-bpjs-tk:before {
  content: "\E90C"; }

.lifepal-busy:before {
  content: "\E90D"; }

.lifepal-calendar:before {
  content: "\E90E"; }

.lifepal-call_later:before {
  content: "\E90F"; }

.lifepal-call:before {
  content: "\E910"; }

.lifepal-card:before {
  content: "\E911"; }

.lifepal-category:before {
  content: "\E912"; }

.lifepal-checbox:before {
  content: "\E913"; }

.lifepal-check-round:before {
  content: "\E914"; }

.lifepal-check:before {
  content: "\E915"; }

.lifepal-checkbox-active:before {
  content: "\E916"; }

.lifepal-circle-arrow-right:before {
  content: "\E917"; }

.lifepal-circle-check:before {
  content: "\E918"; }

.lifepal-clinic:before {
  content: "\E919"; }

.lifepal-close-circle:before {
  content: "\E91A"; }

.lifepal-close:before {
  content: "\E91B"; }

.lifepal-coin:before {
  content: "\E91C"; }

.lifepal-compare:before {
  content: "\E91D"; }

.lifepal-consultant:before {
  content: "\E91E"; }

.lifepal-contract:before {
  content: "\E91F"; }

.lifepal-contract2:before {
  content: "\E920"; }

.lifepal-copy:before {
  content: "\E921"; }

.lifepal-dental:before {
  content: "\E922"; }

.lifepal-discount:before {
  content: "\E923"; }

.lifepal-document:before {
  content: "\E924"; }

.lifepal-dollar-01:before {
  content: "\E925"; }

.lifepal-download:before {
  content: "\E926"; }

.lifepal-dropdown-down:before {
  content: "\E927"; }

.lifepal-dropdown-left:before {
  content: "\E928"; }

.lifepal-dropdown-right:before {
  content: "\E929"; }

.lifepal-dropdown-up:before {
  content: "\E92A"; }

.lifepal-edit:before {
  content: "\E92B"; }

.lifepal-eye:before {
  content: "\E92C"; }

.lifepal-facebook .path1:before {
  content: "\E92D";
  color: #333333; }

.lifepal-facebook .path2:before {
  content: "\E92E";
  margin-left: -1em;
  color: #333033; }

.lifepal-favourite:before {
  content: "\E92F"; }

.lifepal-female:before {
  content: "\E930";
  color: #5d5d5d; }

.lifepal-filter:before {
  content: "\E931"; }

.lifepal-fire:before {
  content: "\E932"; }

.lifepal-flag:before {
  content: "\E933"; }

.lifepal-gender:before {
  content: "\E934";
  color: #5d5d5d; }

.lifepal-headphone:before {
  content: "\E935"; }

.lifepal-health:before {
  content: "\E936"; }

.lifepal-history:before {
  content: "\E937"; }

.lifepal-home:before {
  content: "\E938"; }

.lifepal-hospital:before {
  content: "\E939"; }

.lifepal-icons-all:before {
  content: "\E93A"; }

.lifepal-info-solid:before {
  content: "\E93B"; }

.lifepal-info:before {
  content: "\E93C"; }

.lifepal-instagram:before {
  content: "\E93D"; }

.lifepal-link .path1:before {
  content: "\E93E";
  color: #333333; }

.lifepal-link .path2:before {
  content: "\E93F";
  margin-left: -1em;
  color: #333033; }

.lifepal-link .path3:before {
  content: "\E940";
  margin-left: -1em;
  color: #333033; }

.lifepal-linkedin:before {
  content: "\E941"; }

.lifepal-list-approve:before {
  content: "\E942"; }

.lifepal-list:before {
  content: "\E943"; }

.lifepal-login:before {
  content: "\E944"; }

.lifepal-logout:before {
  content: "\E945"; }

.lifepal-long-arrow-down:before {
  content: "\E946"; }

.lifepal-long-arrow-left:before {
  content: "\E947"; }

.lifepal-long-arrow-right:before {
  content: "\E948"; }

.lifepal-long-arrow-up:before {
  content: "\E949"; }

.lifepal-mail:before {
  content: "\E94B"; }

.lifepal-male:before {
  content: "\E94C";
  color: #5d5d5d; }

.lifepal-maternity:before {
  content: "\E94D"; }

.lifepal-minus:before {
  content: "\E94E"; }

.lifepal-missed_call:before {
  content: "\E94F"; }

.lifepal-new:before {
  content: "\E950"; }

.lifepal-notissued:before {
  content: "\E951"; }

.lifepal-paper-edit:before {
  content: "\E953"; }

.lifepal-paper-rip:before {
  content: "\E954"; }

.lifepal-phone:before {
  content: "\E955"; }

.lifepal-pin:before {
  content: "\E956"; }

.lifepal-plus:before {
  content: "\E957"; }

.lifepal-price:before {
  content: "\E958"; }

.lifepal-process:before {
  content: "\E959"; }

.lifepal-profile:before {
  content: "\E95A"; }

.lifepal-quotation:before {
  content: "\E95B"; }

.lifepal-radio-active:before {
  content: "\E95C"; }

.lifepal-radio:before {
  content: "\E95D"; }

.lifepal-refund:before {
  content: "\E95E"; }

.lifepal-reject:before {
  content: "\E95F"; }

.lifepal-setting:before {
  content: "\E960"; }

.lifepal-reward:before {
  content: "\E961"; }

.lifepal-sad:before {
  content: "\E962"; }

.lifepal-sadpal:before {
  content: "\E963"; }

.lifepal-search:before {
  content: "\E964"; }

.lifepal-service:before {
  content: "\E965"; }

.lifepal-shield:before {
  content: "\E966"; }

.lifepal-snow:before {
  content: "\E967"; }

.lifepal-sort:before {
  content: "\E968"; }

.lifepal-status:before {
  content: "\E969"; }

.lifepal-suspend:before {
  content: "\E96A"; }

.lifepal-thumb:before {
  content: "\E96B"; }

.lifepal-time:before {
  content: "\E96C"; }

.lifepal-twitter .path1:before {
  content: "\E96D";
  color: #333333; }

.lifepal-twitter .path2:before {
  content: "\E96E";
  margin-left: -1em;
  color: #333033; }

.lifepal-upload:before {
  content: "\E96F"; }

.lifepal-user:before {
  content: "\E970"; }

.lifepal-vehicle:before {
  content: "\E971"; }

.lifepal-voucher-01:before {
  content: "\E972"; }

.lifepal-warning-solid:before {
  content: "\E973"; }

.lifepal-warning:before {
  content: "\E974"; }

.lifepal-wave:before {
  content: "\E975"; }

.lifepal-whatsapp:before {
  content: "\E976"; }

.lifepal-wind:before {
  content: "\E977"; }

.lifepal-wrench-01:before {
  content: "\E978"; }

.lifepal-youtube .path1:before {
  content: "\E979";
  color: #333333; }

.lifepal-youtube .path2:before {
  content: "\E97A";
  margin-left: -1em;
  color: #333033; }

.lifepal-help-black:before {
  content: "\E985"; }

.lifepal-profile-black:before {
  content: "\E986"; }

.lifepal-polis-black:before {
  content: "\E988"; }

.lifepal-pengajuan-black:before {
  content: "\E989"; }

.lifepal-home-black:before {
  content: "\E98A"; }

/*
* ink colors (with variations only for black and white)
*/
.login__head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  justify-content: start;
  align-items: end;
  background: linear-gradient(180deg, #4380E3 0%, #1D66DD 48.5%, #1855B8 100%);
  height: 96px;
  border-radius: 8px 8px 0px 0px; }
  .login__head .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #ffffff; }
  .login__head .title__modal_text {
    margin: 0 0 calc(0.75 * 1rem);
    padding: unset;
    color: white;
    margin-left: 12px;
    font-size: 20px;
    font-weight: 700; }
  .login__head .back {
    display: flex;
    border-radius: 50px;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    cursor: pointer; }
  .login__head .back--modal {
    display: flex;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #1D66DD;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .login__head .back--modal i {
      left: -6px; }
  .login__head .close-button {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 12px;
    left: 12px;
    border: none;
    background: none;
    cursor: pointer;
    right: unset; }

.locked__user--container {
  padding: 8px 0px 8px 12px;
  border: 1px solid #F44336;
  border-radius: 5px;
  background-color: #FFEBEE;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row; }
  .locked__user--container p {
    margin: 0px 15px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px; }
  .locked__user--container .subtitle {
    font-size: 12px;
    color: #EA4B4B;
    margin-top: 4px; }
  .locked__user--container .icon {
    width: 16px;
    height: 16px;
    align-self: center; }

/*
* ink colors (with variations only for black and white)
*/
.registration__background {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: calc(3.25 * 1rem) 0;
  z-index: 99999; }

.registration__modal {
  position: absolute;
  top: 30px;
  margin-top: 34px;
  width: 340px;
  padding: unset;
  border-radius: calc(0.5 * 1rem);
  box-shadow: 0 1px 4px 0 rgba(51, 51, 51, 0.16);
  background: #1855B8; }
  .registration__modal .field__text {
    margin-bottom: calc(0.75 * 1rem); }
  .registration__modal .field__birthdate {
    display: grid;
    grid-gap: 3% !important;
    grid-template-columns: 31% 31% 31% !important;
    margin-top: calc(0.25 * 1rem);
    margin-bottom: 16px !important; }
    .registration__modal .field__birthdate select {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      width: 100%; }
      .registration__modal .field__birthdate select:hover {
        border: 1px solid #1D66DD; }
  .registration__modal .field__term {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: calc(0.75 * 1rem); }
    .registration__modal .field__term span {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
      .registration__modal .field__term span a {
        color: #1D66DD; }
  .registration__modal .gender__label,
  .registration__modal .birthdate__label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }
    .registration__modal .gender__label::after,
    .registration__modal .birthdate__label::after {
      content: "*";
      color: #E81A1A; }
  .registration__modal .lp-radio__wrapper {
    border: 1px solid #707070 !important;
    border-radius: 30px !important;
    margin: 0px calc(0.75 * 1rem) 16px 0 !important;
    padding: 4px 10px 4px 10px !important;
    height: 28px !important; }
    .registration__modal .lp-radio__wrapper label {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
    .registration__modal .lp-radio__wrapper input {
      margin-bottom: 0; }
  .registration__modal input[type="tel"] {
    padding: 0 45px !important; }
  .registration__modal .error-msg {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #E81A1A; }

/*
* ink colors (with variations only for black and white)
*/
.kyc__background {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: calc(3.25 * 1rem) 0;
  z-index: 99999; }

.kyc__box {
  position: absolute;
  top: 30px;
  margin-top: 34px;
  width: 340px;
  padding: calc(2 * 1rem);
  border-radius: calc(0.5 * 1rem);
  box-shadow: 0 1px 4px 0 rgba(51, 51, 51, 0.16);
  background: #ffffff; }
  .kyc__box p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center; }
  .kyc__box input {
    margin-bottom: calc(1.25 * 1rem); }
  .kyc__box input[name="annualIncome"] {
    padding: 0 40px !important; }

/*
* ink colors (with variations only for black and white)
*/
.login {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center; }

.login__modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: calc(3.25 * 1rem) 0;
  z-index: 99999; }

.div, .top, .bottom {
  display: flex;
  position: absolute;
  flex: 1;
  width: 100%; }

.top {
  height: 275px;
  top: 0;
  background-color: #1D66DD; }
  @media (max-width: 768px) {
    .top {
      height: 174px; } }

.bottom {
  bottom: 0; }

.center {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 30px; }

.form {
  margin-top: 34px;
  width: 328px;
  padding: 24px 16px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(51, 51, 51, 0.16);
  background-color: #ffffff; }
  .form input {
    padding: 0 46px !important;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #707070;
    font-size: 16px !important; }
    .form input::placeholder {
      color: #333333; }
  @media (min-width: 768px) {
    .form {
      width: 420px; } }

.popup--modal {
  position: relative;
  margin-top: 34px;
  width: 360px;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0 1px 4px 0 rgba(51, 51, 51, 0.16);
  background: linear-gradient(180deg, #4380E3 0%, #1D66DD 48.5%, #1855B8 100%);
  padding: unset; }
  .popup--modal input {
    padding: 0 calc(0.75 * 1rem) !important;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #707070;
    font-size: 16px !important; }
    .popup--modal input::placeholder {
      color: #333333; }
  .popup--modal input[type="tel"] {
    padding: 0 45px !important; }

.login-content {
  padding: 24px 16px 16px;
  gap: 12px;
  border-radius: 8px 8px 0px 0px;
  background: white; }

.or {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }
  .or span {
    color: #333333; }
  .or div:first-child {
    width: 25%; }
  .or div:last-child {
    width: 25%; }

.divider {
  height: 1px;
  width: 100%;
  border-top: solid 1px #707070; }

.cheetah-logo {
  position: absolute;
  top: -32px;
  right: 16px;
  z-index: 2; }

.regis__text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  padding: 16px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center; }
  .regis__text a {
    color: #1D66DD;
    font-weight: bold;
    text-decoration: none; }

.action-btn, .redirect-btn {
  width: 100%;
  padding: 11px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #ea4b4b;
  border: none;
  cursor: pointer; }

.redirect-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1D66DD;
  font-weight: 700;
  border: 0.5px solid #1D66DD; }
  .redirect-btn img {
    max-width: 20px; }

.button-disabled {
  border-color: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.26);
  opacity: 0.5; }

.button-action-disabled {
  border-color: rgba(0, 0, 0, 0.09);
  opacity: 0.5; }

.input-password {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%; }
  .input-password div {
    width: 100%; }
  .input-password .action-password {
    display: flex;
    position: absolute;
    right: 10px;
    cursor: pointer; }

.top-5p {
  margin-top: 5px; }

.bottom-18p {
  margin-bottom: 18px; }

.bottom-16p {
  margin-bottom: 16px; }

.bottom-24p {
  margin-bottom: 24px; }

.bottom-13p {
  margin-bottom: 13px; }

.bottom-8p {
  margin-bottom: 8px; }

.right-5p {
  margin-right: 5px; }

.forgot-password {
  font-size: 12px;
  color: #1D66DD; }
  .forgot-password span {
    cursor: pointer; }

.register-now {
  font-size: 14px; }
  .register-now span:first-child {
    color: #033333; }
  .register-now span:last-child {
    color: #1D66DD;
    cursor: pointer; }

.verification {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center; }
  .verification span {
    color: #333; }
    .verification span:first-child {
      font-size: 20px;
      margin-bottom: 16px; }
    .verification span:nth-child(2) {
      margin-bottom: 4px; }

.otp-verification {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .otp-verification input {
    border-radius: 50px;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    background-color: #f2f7ff;
    margin: 0 8px 8px 0;
    text-align: center; }
    .otp-verification input:last-child {
      margin-right: 0px; }

.input-error span {
  color: #E81A1A !important; }

.input-error input {
  border: 1px solid #E81A1A !important;
  margin: 0;
  outline: none;
  color: #E81A1A !important; }
  .input-error input::placeholder {
    color: #E81A1A !important; }

.text-error {
  color: #E81A1A; }

.text-disabled {
  color: #707070 !important; }

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

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

.hidden {
  display: none; }

.d-flex {
  display: flex; }

.go_to_regis {
  cursor: pointer;
  border: 0.5px solid #1D66DD;
  padding: 4px 6px 4px 6px;
  gap: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold; }

.login-back-btn {
  color: #1D66DD;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px 4px 6px;
  gap: 4px;
  border-radius: 4px;
  border: 0.5px solid #1D66DD;
  width: 90px;
  margin-bottom: 16px;
  cursor: pointer; }
  .login-back-btn img {
    margin: 0px 5px;
    height: 9.33px;
    width: 4.67px;
    vertical-align: middle; }

.w-full {
  width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
@media (max-width: 991.98px) {
  .levelInformation__card--body {
    padding: calc(1.25 * 1rem) 0; } }

.levelInformation__card--body .card__row {
  display: flex;
  flex-wrap: wrap;
  padding: calc(1.25 * 1rem);
  padding-top: 0;
  justify-content: space-between; }

.levelInformation__card--body .card__col {
  position: relative;
  height: 92px;
  width: 92px;
  margin-right: calc(0.5 * 1rem);
  margin-bottom: calc(1.25 * 1rem); }
  .levelInformation__card--body .card__col--box {
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: calc(0.25 * 1rem);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .levelInformation__card--body .card__col--box:hover {
      border: solid 1px #1D66DD; }
    .levelInformation__card--body .card__col--box.active {
      border: solid 1px #1D66DD; }
      .levelInformation__card--body .card__col--box.active p {
        color: #717171;
        font-weight: 700; }
    .levelInformation__card--body .card__col--box .disable__level {
      position: relative; }
    .levelInformation__card--body .card__col--box.disable img {
      opacity: 0.3; }
    .levelInformation__card--body .card__col--box img {
      height: 40px !important;
      width: 40px !important; }
    .levelInformation__card--body .card__col--box .check-me {
      position: absolute;
      right: calc(0.25 * 1rem);
      top: -1px;
      font-size: large;
      color: #28bc0c; }
    .levelInformation__card--body .card__col--box .lock-me {
      position: absolute;
      left: 40%;
      top: 15%;
      font-size: large;
      color: #333333; }

.levelInformation__card--footer {
  margin: calc(1.25 * 1rem);
  margin-top: 0; }
  @media (max-width: 991.98px) {
    .levelInformation__card--footer {
      margin: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); } }
  .levelInformation__card--footer ul {
    padding-inline-start: calc(1.25 * 1rem); }
  .levelInformation__card--footer .agent__level--footer {
    border-radius: calc(0.75 * 1rem);
    padding: calc(0.75 * 1rem);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
    .levelInformation__card--footer .agent__level--footer p {
      color: #717171; }
    .levelInformation__card--footer .agent__level--footer ul li {
      color: #717171; }

.agent__level {
  max-width: 360px !important; }
  .agent__level .modal-body {
    padding: 0; }
  .agent__level .modal-header {
    border-bottom: none; }
  .agent__level .modal-content {
    padding: 0; }

/*
* ink colors (with variations only for black and white)
*/
.bengkel__pagination {
  margin-top: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
  display: flex;
  justify-content: center; }
  .bengkel__pagination ul {
    padding: 0;
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    margin-bottom: 0; }
    .bengkel__pagination ul li {
      cursor: pointer;
      color: #c2c2c2; }
      .bengkel__pagination ul li:not(:first-child):not(:last-child) {
        margin: 0 calc(0.75 * 1rem); }
      .bengkel__pagination ul li.bordered {
        padding: 5px 10px;
        border-radius: calc(0.25 * 1rem);
        border: 1px solid #d3d3d3; }
        .bengkel__pagination ul li.bordered:hover {
          transition: 0.5s;
          border: 1px solid #1D66DD;
          color: #1D66DD; }
      .bengkel__pagination ul li.selected {
        padding: 5px 10px;
        border: 1px solid #1D66DD;
        color: #1D66DD; }
      .bengkel__pagination ul li i {
        font-size: large; }

/*
* ink colors (with variations only for black and white)
*/
.kyc__tax__identity__wrapper {
  width: 100%;
  padding: calc(0.75 * 1rem) 0;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.24); }
  .kyc__tax__identity__wrapper .head {
    padding: calc(1.25 * 1rem) 0;
    border-bottom: 1px dotted #333333; }
    .kyc__tax__identity__wrapper .head img {
      width: 17.5px;
      height: 12.5px; }
    .kyc__tax__identity__wrapper .head .title {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      margin-left: calc(1.25 * 1rem); }

.kyc__tax__identity__field {
  padding: calc(1.25 * 1rem) 0 0;
  display: flex;
  flex-direction: column; }
  .kyc__tax__identity__field__file {
    padding: calc(0.5 * 1rem) 0; }
    .kyc__tax__identity__field__file .title {
      font-weight: 500; }
    .kyc__tax__identity__field__file button {
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      background: none;
      width: 50%;
      margin: 5% 25%; }
  .kyc__tax__identity__field label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500; }
  .kyc__tax__identity__field input {
    padding: calc(0.5 * 1rem);
    border-radius: calc(0.25 * 1rem);
    border: 1px solid #c2c2c2; }
  .kyc__tax__identity__field div {
    padding-bottom: calc(0.5 * 1rem); }
    .kyc__tax__identity__field div .radio__selector label {
      padding: 0 10px; }

/*
* ink colors (with variations only for black and white)
*/
.kyc__id__card {
  width: 100%;
  padding: calc(0.75 * 1rem) 0;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.24); }
  .kyc__id__card .head {
    padding: calc(0.75 * 1rem) 0;
    border-bottom: 1px dotted #333333; }
    .kyc__id__card .head img {
      width: 40px;
      height: 40px; }
    .kyc__id__card .head .title {
      font-weight: bold;
      margin-left: calc(0.75 * 1rem); }
  .kyc__id__card .ktp__number__section {
    padding: calc(0.75 * 1rem) 0;
    display: flex;
    flex-direction: column; }
    .kyc__id__card .ktp__number__section label {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500; }
    .kyc__id__card .ktp__number__section input {
      padding: calc(0.5 * 1rem);
      border-radius: calc(0.25 * 1rem);
      border: 1px solid #c2c2c2; }
  .kyc__id__card .ktp__section {
    padding: calc(0.75 * 1rem) 0; }
    .kyc__id__card .ktp__section .title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      margin-bottom: calc(0.75 * 1rem); }
    .kyc__id__card .ktp__section .img__wrap {
      width: 50%;
      margin: 0 25%; }
    .kyc__id__card .ktp__section button {
      border: none;
      border-radius: calc(0.5 * 1rem);
      width: 50%;
      margin: 0 25%; }

/*
* ink colors (with variations only for black and white)
*/
.success__screen {
  padding: calc(2 * 1rem) 0; }
  .success__screen h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-align: center; }
  .success__screen .img__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(2 * 1rem) 0; }
  .success__screen .subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center; }
  .success__screen .cta {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    background: #1D66DD;
    color: #ffffff;
    padding: calc(0.75 * 1rem);
    margin: calc(2 * 1rem) 0;
    display: flex;
    justify-content: center; }

/*
* ink colors (with variations only for black and white)
*/
.withdrawal__info--card {
  padding: 0; }
  .withdrawal__info--card .card__header {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 calc(1.25 * 1rem);
    height: 50px; }
    .withdrawal__info--card .card__header .withdrawal__id {
      color: #717171;
      width: 70%;
      margin-bottom: 0;
      padding-top: 15px;
      height: 100%;
      border-right: 1px solid #dfdfdf; }
      @media (max-width: 991.98px) {
        .withdrawal__info--card .card__header .withdrawal__id {
          width: 50%; } }
    .withdrawal__info--card .card__header .withdrawal__time {
      height: 100%;
      padding-top: 15px;
      margin-left: auto;
      margin-bottom: 0;
      color: #c2c2c2; }
  .withdrawal__info--card .card__body {
    padding: calc(1.25 * 1rem); }
    .withdrawal__info--card .card__body .withdrawal__details {
      display: inline-flex;
      width: 100%; }
    .withdrawal__info--card .card__body .withdrawal__amount {
      color: #1D66DD; }
    .withdrawal__info--card .card__body .withdrawal__bank {
      color: #c2c2c2;
      margin-left: auto;
      margin-right: calc(0.5 * 1rem); }
    @media (max-width: 991.98px) {
      .withdrawal__info--card .card__body .withdrawal__status {
        margin-left: auto; } }
    .withdrawal__info--card .card__body .withdrawal__status .status__button {
      padding: 0 calc(calc(0.25 * 1rem) + calc(0.75 * 1rem));
      border-radius: calc(0.25 * 1rem);
      outline: none; }

/*
* ink colors (with variations only for black and white)
*/
.blacklisted-ktp__view--header {
  display: flex; }
  .blacklisted-ktp__view--header > span {
    margin-left: calc(1.25 * 1rem); }

.blacklisted-ktp__view--body {
  display: flex; }
  .blacklisted-ktp__view--body .body__left {
    width: 40%;
    padding: calc(1.25 * 1rem); }
  .blacklisted-ktp__view--body .body__right {
    width: 60%;
    padding: calc(1.25 * 1rem); }

.blacklisted-ktp__view--footer {
  display: flex; }
  .blacklisted-ktp__view--footer .footer__item {
    width: 50%;
    padding: calc(0.25 * 1rem); }
    .blacklisted-ktp__view--footer .footer__item button {
      width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.insurance__expiry {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: calc(0.75 * 1rem);
  padding: calc(0.75 * 1rem); }
  .insurance__expiry h4 {
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.75 * 1rem); }
  .insurance__expiry .expiry__list {
    display: flex;
    flex-direction: column;
    margin-bottom: calc(0.75 * 1rem); }
    .insurance__expiry .expiry__list .expiry__btn {
      margin-bottom: calc(0.75 * 1rem);
      border: 1px solid #1D66DD;
      color: #1D66DD; }
    .insurance__expiry .expiry__list .toggle__btn {
      display: flex;
      align-items: center;
      flex-direction: row;
      position: relative; }
      .insurance__expiry .expiry__list .toggle__btn span {
        margin-left: calc(0.25 * 1rem); }
  .insurance__expiry .custom__expiry {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .insurance__expiry .custom__expiry .field {
      width: 48%; }

/*
* ink colors (with variations only for black and white)
*/
.application__shimmer {
  padding: 12px;
  max-width: 100%;
  height: 77px;
  background-color: #fff;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: calc(0.25 * 1rem);
  margin-bottom: calc(1.25 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .application__shimmer .background {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background: #f6f7f9;
    background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    height: 50px;
    position: relative; }
  .application__shimmer div {
    background: #fff;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0; }
    .application__shimmer div.a {
      height: 40px;
      left: 40px;
      right: auto;
      top: 0;
      width: 8px; }
    .application__shimmer div.b {
      height: 8px;
      left: 48px;
      top: 0; }
    .application__shimmer div.c {
      left: 1000px;
      top: 8px; }
    .application__shimmer div.d {
      height: 12px;
      left: 48px;
      top: 14px; }
    .application__shimmer div.e {
      left: 1000px;
      top: 26px; }
    .application__shimmer div.f {
      height: 12px;
      left: 48px;
      top: 32px; }
    .application__shimmer div.g {
      height: 20px;
      top: 40px; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

/*
* ink colors (with variations only for black and white)
*/
.lead__form--wrapper {
  max-width: 750px; }
  .lead__form--wrapper .lead__form--short {
    background-color: #1D66DD;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: calc(0.75 * 1rem);
    padding: calc(1.25 * 1rem); }
    @media (max-width: 991.98px) {
      .lead__form--wrapper .lead__form--short {
        display: block; }
        .lead__form--wrapper .lead__form--short .userInformation__wrapper--group {
          margin-bottom: calc(0.5 * 1rem); } }
    .lead__form--wrapper .lead__form--short .grid__full {
      grid-column: 1/5;
      color: #ffffff; }
    .lead__form--wrapper .lead__form--short .gender__selector {
      margin-top: calc(0.75 * 1rem); }
      @media (max-width: 991.98px) {
        .lead__form--wrapper .lead__form--short .gender__selector {
          margin-top: 0; } }
      .lead__form--wrapper .lead__form--short .gender__selector span:first-child {
        margin-right: calc(0.75 * 1rem); }
      .lead__form--wrapper .lead__form--short .gender__selector label {
        margin-left: calc(0.25 * 1rem); }
    .lead__form--wrapper .lead__form--short .grid__center {
      grid-column: 2/4; }
    .lead__form--wrapper .lead__form--short button {
      width: 100%; }
    .lead__form--wrapper .lead__form--short .Help {
      color: #ef6767; }
  .lead__form--wrapper .Caption {
    color: #ffffff !important; }

/*
* ink colors (with variations only for black and white)
*/
.financial-lead__form--header {
  padding: calc(0.75 * 1rem);
  background: #1D66DD;
  margin-bottom: calc(2 * 1rem); }
  .financial-lead__form--header .header__title {
    margin: 0;
    margin-bottom: calc(2 * 1rem);
    color: #ffffff; }
  .financial-lead__form--header .header__planner {
    height: 54px;
    background: #D2E0F8;
    margin-bottom: -40px;
    border-radius: calc(0.25 * 1rem);
    display: flex;
    justify-content: center;
    align-items: center; }
    .financial-lead__form--header .header__planner--left {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: 50%; }
    .financial-lead__form--header .header__planner--right {
      width: 100%;
      color: #164DA6;
      padding: 0 calc(0.5 * 1rem); }
      .financial-lead__form--header .header__planner--right p {
        color: #164DA6; }

.financial-lead__form--body {
  padding: calc(0.75 * 1rem);
  padding-bottom: 0; }
  .financial-lead__form--body .field__inline {
    display: flex; }
    .financial-lead__form--body .field__inline--left {
      width: 100%; }
    .financial-lead__form--body .field__inline--right {
      width: 70%;
      margin-left: calc(0.75 * 1rem); }
      .financial-lead__form--body .field__inline--right label {
        color: #717171; }
  .financial-lead__form--body .field {
    margin-bottom: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
    .financial-lead__form--body .field__submit {
      margin-bottom: calc(0.5 * 1rem); }
    .financial-lead__form--body .field__button {
      background: white;
      border: none;
      color: #1D66DD; }
      .financial-lead__form--body .field__button.lp-button-default:hover {
        opacity: unset !important;
        box-shadow: unset !important; }
  .financial-lead__form--body .form__title--label {
    color: #717171;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0; }
    .financial-lead__form--body .form__title--label.hidden {
      visibility: hidden; }
  .financial-lead__form--body .form__gender--answer {
    display: flex;
    align-items: center;
    margin-top: calc(0.25 * 1rem); }
    .financial-lead__form--body .form__gender--answer span:first-child {
      margin-right: calc(0.75 * 1rem); }
    .financial-lead__form--body .form__gender--answer span {
      cursor: pointer;
      padding: calc(0.25 * 1rem) calc(0.5 * 1rem);
      border-radius: calc(0.25 * 1rem); }
      .financial-lead__form--body .form__gender--answer span:hover {
        background: #f2f7ff; }
      .financial-lead__form--body .form__gender--answer span:focus {
        background: #f2f7ff;
        outline: none; }
      .financial-lead__form--body .form__gender--answer span label {
        margin-left: calc(0.5 * 1rem);
        margin-bottom: 0; }

.financial-lead__form--footer {
  padding: calc(0.75 * 1rem); }
  .financial-lead__form--footer span {
    display: block; }

/*
* ink colors (with variations only for black and white)
*/
.email__subscription--title {
  margin-bottom: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }

.email__subscription--form .form__body {
  margin-bottom: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }

.email__subscription--form .form__button {
  width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.payment-info__view--header {
  padding: calc(0.75 * 1rem) 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: calc(0.75 * 1rem); }
  .payment-info__view--header .header__item {
    display: flex; }
    .payment-info__view--header .header__item span {
      width: 50%; }

.payment-info__view--body {
  margin-bottom: calc(2 * 1rem); }
  .payment-info__view--body .body__text {
    margin-bottom: calc(2 * 1rem); }

.payment-info__view--footer .footer__button {
  width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.verify__otp {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .verify__otp--title {
    margin-bottom: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
  .verify__otp--field {
    display: flex;
    height: 50px;
    margin-bottom: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem)); }
    .verify__otp--field .field__number {
      display: flex;
      justify-content: center;
      width: 20%; }
      .verify__otp--field .field__number .otp__input {
        width: 60%;
        border-radius: calc(0.25 * 1rem);
        background-color: #f2f7ff;
        padding: calc(0.5 * 1rem);
        font-size: 18px;
        border: 1px solid #ffffff;
        text-align: center;
        outline: none; }
        .verify__otp--field .field__number .otp__input .otp__input::-webkit-inner-spin-button,
        .verify__otp--field .field__number .otp__input .otp__input::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .verify__otp--field .field__number .otp__input .otp__input::-moz-inner-spin-button,
        .verify__otp--field .field__number .otp__input .otp__input::-moz-outer-spin-button {
          -moz-appearance: none;
          margin: 0; }
  .verify__otp--countdown .countdown__button {
    color: #1D66DD;
    cursor: pointer; }
    .verify__otp--countdown .countdown__button:hover {
      text-decoration: underline; }
  .verify__otp--countdown .countdown__info {
    color: #c2c2c2; }
  .verify__otp--button {
    width: 100%; }
  .verify__otp--success {
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    margin-bottom: calc(1.25 * 1rem);
    color: white;
    background-color: #5cc197; }

/*
* ink colors (with variations only for black and white)
*/
.payment-method__view {
  padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
  .payment-method__view--item {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) 0;
    border-bottom: 1px solid #dfdfdf; }
    .payment-method__view--item .item__header {
      display: flex;
      cursor: pointer; }
      .payment-method__view--item .item__header--right {
        margin-left: auto;
        color: #1D66DD; }
    .payment-method__view--item .item__body {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0;
      margin-top: calc(0.75 * 1rem); }
      .payment-method__view--item .item__body label {
        cursor: pointer; }

@media (min-width: 768px) {
  .payment-detail__view .navbar.navbar-expand-lg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10; } }

/*
* ink colors (with variations only for black and white)
*/
.faq-wrapper {
  background-color: white;
  padding: 32px 16px;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .faq-wrapper {
      padding: 48px 0;
      flex-direction: row;
      justify-content: center; } }
  .faq-wrapper .faq-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 576px) {
      .faq-wrapper .faq-container {
        flex-direction: row;
        justify-content: center;
        width: 1120px;
        margin: 0 auto; } }
    .faq-wrapper .faq-container .faq-title {
      display: flex;
      font-size: 20px;
      font-weight: bold;
      width: 100%; }
      @media (min-width: 576px) {
        .faq-wrapper .faq-container .faq-title {
          font-size: 26px;
          width: 341px; } }
    .faq-wrapper .faq-container .faq-list {
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media (min-width: 576px) {
        .faq-wrapper .faq-container .faq-list {
          margin-top: 0;
          margin-left: 24px;
          width: 755px;
          padding: 0 16px; } }
      .faq-wrapper .faq-container .faq-list .faq-item {
        display: flex;
        flex-direction: column;
        margin: 16px 0 0 0; }
        .faq-wrapper .faq-container .faq-list .faq-item .faq-item-header {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .faq-wrapper .faq-container .faq-list .faq-item .faq-item-header .faq-item-label {
            font-size: 14px;
            font-weight: bold; }
          .faq-wrapper .faq-container .faq-list .faq-item .faq-item-header .faq-item-icon {
            height: 20px;
            width: 20px; }
        .faq-wrapper .faq-container .faq-list .faq-item .faq-item-content {
          transition: all 300ms linear;
          width: fit-content;
          margin: 8px 0 0 0; }
          .faq-wrapper .faq-container .faq-list .faq-item .faq-item-content ul li {
            margin-top: 8px; }
          .faq-wrapper .faq-container .faq-list .faq-item .faq-item-content > ul {
            margin-bottom: 0 !important; }

/*
* ink colors (with variations only for black and white)
*/
.hero-wrapper {
  display: flex;
  justify-content: center;
  padding: 16px 4%; }
  @media (min-width: 576px) {
    .hero-wrapper {
      padding: 32px 0px; } }
  .hero-wrapper .hero-container {
    width: 100%;
    border-radius: 8px;
    background-image: linear-gradient(to left, #4380E3, #1855B8, #134493); }
    @media (min-width: 576px) {
      .hero-wrapper .hero-container {
        width: 1120px;
        border-radius: 16px;
        margin: 0 auto; } }
    .hero-wrapper .hero-container .hero-first-section {
      position: relative;
      padding: 8px 0px 0px 24px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 576px) {
        .hero-wrapper .hero-container .hero-first-section {
          padding: 16px 72px 0px 72px; } }
      .hero-wrapper .hero-container .hero-first-section .hero-title-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%; }
        @media (min-width: 576px) {
          .hero-wrapper .hero-container .hero-first-section .hero-title-wrapper {
            width: 621px; } }
        .hero-wrapper .hero-container .hero-first-section .hero-title-wrapper .hero-title {
          font-size: 18px;
          font-weight: 700;
          color: white;
          line-height: 24px;
          margin: 0; }
          @media (min-width: 576px) {
            .hero-wrapper .hero-container .hero-first-section .hero-title-wrapper .hero-title {
              font-size: 48px;
              line-height: 56px; } }
        .hero-wrapper .hero-container .hero-first-section .hero-title-wrapper .hero-subtitle {
          font-size: 12px;
          color: white;
          margin: 4px 0 0 0; }
          @media (min-width: 576px) {
            .hero-wrapper .hero-container .hero-first-section .hero-title-wrapper .hero-subtitle {
              font-size: 20px; } }
      .hero-wrapper .hero-container .hero-first-section .hero-mascot {
        height: 140px; }
        @media (min-width: 576px) {
          .hero-wrapper .hero-container .hero-first-section .hero-mascot {
            height: 224px; } }
    .hero-wrapper .hero-container .hero-second-section {
      position: relative;
      border-radius: 8px;
      background-color: white;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 576px) {
        .hero-wrapper .hero-container .hero-second-section {
          border-radius: 16px; } }
      .hero-wrapper .hero-container .hero-second-section .benefit-list-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0px 12px 0px 12px; }
        @media (min-width: 576px) {
          .hero-wrapper .hero-container .hero-second-section .benefit-list-wrapper {
            padding: 0; } }
        .hero-wrapper .hero-container .hero-second-section .benefit-list-wrapper .benefit-list {
          padding: 4px 8px;
          background-color: #E4EDFB;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          gap: 4px;
          border-radius: 0px 0px 8px 8px; }
          .hero-wrapper .hero-container .hero-second-section .benefit-list-wrapper .benefit-list .benefit-item {
            gap: 2px;
            display: flex;
            align-items: center; }
            .hero-wrapper .hero-container .hero-second-section .benefit-list-wrapper .benefit-list .benefit-item .benefit-item-label {
              font-size: 12px; }
            .hero-wrapper .hero-container .hero-second-section .benefit-list-wrapper .benefit-list .benefit-item .benefit-item-icon {
              height: 12px;
              width: 12px; }
      .hero-wrapper .hero-container .hero-second-section .insurance-types {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 16px 16px 16px;
        gap: 18px; }
        @media (min-width: 576px) {
          .hero-wrapper .hero-container .hero-second-section .insurance-types {
            padding: 16px 24px 24px 24px;
            gap: 0; } }
        .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 4px; }
          @media (min-width: 576px) {
            .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item {
              flex-direction: row;
              justify-content: center;
              padding: 8px 4px;
              width: 24%;
              gap: 8px;
              border-radius: 8px;
              border: 0.5px solid #D6D6D6;
              transition-duration: 300ms;
              cursor: pointer; } }
          .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item .insurance-item-icon {
            height: 64px;
            width: 64px;
            transition-duration: 300ms;
            border-radius: 8px;
            border: 0.5px solid #D6D6D6;
            padding: 8px; }
            @media (min-width: 576px) {
              .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item .insurance-item-icon {
                height: 56px;
                width: 56px;
                border-radius: 0;
                border: none;
                padding: 0; } }
          .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item .insurance-item-label {
            font-size: 12px;
            color: black;
            text-align: center;
            width: 64px; }
            @media (min-width: 576px) {
              .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item .insurance-item-label {
                font-size: 16px;
                text-align: left;
                width: fit-content; } }
        @media (min-width: 576px) {
          .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item:hover {
            background-color: #F6F9FE;
            box-shadow: 0 2px 20px #00000029;
            padding: 0; } }
        .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item:hover .insurance-item-icon {
          padding: 0;
          background-color: #F6F9FE; }
          @media (min-width: 576px) {
            .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item:hover .insurance-item-icon {
              height: 68px;
              width: 68px;
              background-color: none; } }
        .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item:hover .insurance-item-label {
          font-weight: bold; }
          @media (min-width: 576px) {
            .hero-wrapper .hero-container .hero-second-section .insurance-types .insurance-item:hover .insurance-item-label {
              font-weight: none; } }

/*
* ink colors (with variations only for black and white)
*/
.media-wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
  padding: 32px 16px; }
  @media (min-width: 576px) {
    .media-wrapper {
      padding: 48px 0; } }
  .media-wrapper .media-container {
    width: 100%; }
    @media (min-width: 576px) {
      .media-wrapper .media-container {
        width: 1120px;
        margin: 0 auto; } }
    .media-wrapper .media-container .media-title {
      font-size: 20px;
      font-weight: bold;
      margin: 0;
      width: 100%; }
      @media (min-width: 576px) {
        .media-wrapper .media-container .media-title {
          font-size: 28px; } }
    .media-wrapper .media-container .media-content-web {
      display: none; }
      @media (min-width: 576px) {
        .media-wrapper .media-container .media-content-web {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          margin-top: 24px;
          width: 100%; } }
      .media-wrapper .media-container .media-content-web .media-img-web {
        width: 100%;
        height: auto; }
    .media-wrapper .media-container .media-content-mobile {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 16px;
      width: 100%; }
      @media (min-width: 576px) {
        .media-wrapper .media-container .media-content-mobile {
          display: none; } }
      .media-wrapper .media-container .media-content-mobile .media-img-mobile {
        height: auto;
        width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.payment-status__wrapper {
  min-height: calc(100vh - 75px);
  max-width: 30vw;
  margin: calc(1.25 * 1rem) auto; }
  @media (max-width: 991.98px) {
    .payment-status__wrapper {
      max-width: 100%; } }
  .payment-status__wrapper--body {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: calc(0.5 * 1rem);
    padding: calc(2 * 1rem) calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
    text-align: center; }
    .payment-status__wrapper--body .body__icon {
      text-align: center;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 70px;
      margin-bottom: calc(1.25 * 1rem);
      color: white; }
      .payment-status__wrapper--body .body__icon.success {
        background-color: #5cc197; }
      .payment-status__wrapper--body .body__icon.failure {
        background-color: #ea4b4b; }
    .payment-status__wrapper--body .body__button {
      width: 100%; }
  .payment-status__wrapper .ion-md-arrow-back {
    visibility: hidden; }

/*
* ink colors (with variations only for black and white)
*/
.installment__form {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: calc(0.75 * 1rem); }
  .installment__form label {
    cursor: pointer; }

/*
* ink colors (with variations only for black and white)
*/
.auto-debit__form--button {
  width: 100% !important; }

.auto-debit__form--row {
  padding-right: 80px; }
  .auto-debit__form--row .row__item p {
    margin-bottom: 0; }
  .auto-debit__form--row .row__item--expiry {
    display: flex;
    margin-bottom: -15px; }
    .auto-debit__form--row .row__item--expiry .field.FieldForm {
      width: 100%; }
    .auto-debit__form--row .row__item--expiry span {
      margin-left: calc(calc(0.5 * 1rem) + calc(0.25 * 1rem));
      margin-top: calc(0.75 * 1rem);
      color: #dfdfdf; }
    .auto-debit__form--row .row__item--expiry .field:nth-last-child(1) {
      margin-left: calc(calc(0.5 * 1rem) + calc(0.25 * 1rem)); }

/*
* ink colors (with variations only for black and white)
*/
.budget__list--psf {
  padding-left: 0; }
  .budget__list--psf .disable {
    opacity: 0.5;
    cursor: not-allowed; }
  .budget__list--psf .budget__item {
    padding: calc(0.75 * 1rem);
    display: flex;
    align-items: center;
    flex-direction: row; }
    .budget__list--psf .budget__item:not(:last-child) {
      margin-bottom: calc(0.75 * 1rem); }
    .budget__list--psf .budget__item:hover {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
      .budget__list--psf .budget__item:hover .budget__value {
        color: #1D66DD; }
    .budget__list--psf .budget__item input {
      align-self: center; }
    .budget__list--psf .budget__item .budget__value {
      margin-left: calc(0.75 * 1rem);
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      color: #717171;
      margin-bottom: 0;
      cursor: pointer;
      width: 100%; }

#bottomSheet {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: calc(2 * 1rem) calc(2 * 1rem) 0px 0px;
  transition: all 0.4s ease;
  width: 100%;
  left: 0;
  height: 300px;
  padding: calc(1.25 * 1rem); }
  @media (min-width: 768px) {
    #bottomSheet {
      left: 35%;
      width: 30%;
      height: 200px; } }
  #bottomSheet .InputForm .Phone::before, #bottomSheet .InputForm .Currency::before {
    background: #d6d6d6; }
  #bottomSheet input.Wrapper.PhoneInput.input:focus {
    outline: none; }

.bottomSheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px; }
  .bottomSheet__header h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #717171; }
  .bottomSheet__header .plain__button {
    color: #717171;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 0;
    text-decoration: none; }
    .bottomSheet__header .plain__button:hover {
      text-decoration: underline; }

.bottomSheet__footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(3.25 * 1rem); }
  .bottomSheet__footer button {
    position: absolute; }

.bottomSheet--onScreen {
  position: fixed;
  bottom: 0; }

.bottomSheet--offScreen {
  position: fixed;
  bottom: -300px; }

/*
* ink colors (with variations only for black and white)
*/
.user__form--psf {
  padding: calc(0.75 * 1rem);
  padding-top: calc(0.25 * 1rem); }
  @media (max-width: 991.98px) {
    .user__form--psf {
      margin-top: 150px; } }
  .user__form--psf .userInformation__wrapper--group {
    margin-bottom: 0 !important; }
  .user__form--psf .userInformation__wrapper--header {
    display: flex;
    margin-top: calc(0.5 * 1rem); }
    .user__form--psf .userInformation__wrapper--header .credit__card--question {
      margin-top: 0; }
    .user__form--psf .userInformation__wrapper--header .header__left {
      width: 100%; }
    .user__form--psf .userInformation__wrapper--header .header__right {
      width: 70%; }
      .user__form--psf .userInformation__wrapper--header .header__right label {
        color: #717171; }
  .user__form--psf .userInformation__wrapper--col:not(:first-child):not(:last-child) {
    margin-top: calc(1.25 * 1rem); }
  .user__form--psf .userInformation__wrapper--col .psf__form--label {
    color: #717171;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }
  .user__form--psf .userInformation__wrapper--col button {
    width: 100%; }
  .user__form--psf .credit__card--question {
    margin-top: calc(1.25 * 1rem); }
    .user__form--psf .credit__card--question span {
      color: #717171; }
    .user__form--psf .credit__card--question .credit__card--answer {
      display: flex;
      align-items: center;
      margin-top: calc(0.75 * 1rem); }
      .user__form--psf .credit__card--question .credit__card--answer span:first-child {
        margin-right: calc(0.75 * 1rem); }
      .user__form--psf .credit__card--question .credit__card--answer span {
        cursor: pointer;
        padding: calc(0.25 * 1rem) calc(0.5 * 1rem);
        border-radius: 4px; }
        .user__form--psf .credit__card--question .credit__card--answer span:hover {
          background: #f2f7ff; }
        .user__form--psf .credit__card--question .credit__card--answer span:focus {
          background: #f2f7ff;
          outline: none; }
        .user__form--psf .credit__card--question .credit__card--answer span label {
          margin-left: calc(0.5 * 1rem);
          margin-bottom: 0; }

.google__review {
  padding: calc(0.75 * 1rem) 24px;
  margin-top: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
  color: #717171; }
  .google__review--wrapper {
    display: flex;
    align-items: center; }
    .google__review--wrapper .wrapper__info {
      margin-left: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
      color: #717171; }
      .google__review--wrapper .wrapper__info p {
        color: #717171;
        margin-bottom: 2px; }
      .google__review--wrapper .wrapper__info--rating i {
        color: #faaf40;
        margin-right: calc(0.25 * 1rem);
        font-size: 16px; }

/*
* ink colors (with variations only for black and white)
*/
.notification__wrapper {
  width: 100%;
  padding-right: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
  padding-left: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
  margin-right: auto;
  margin-left: auto;
  margin-top: calc(2 * 1rem);
  height: calc(100vh - 75px); }
  @media (min-width: 768px) {
    .notification__wrapper {
      max-width: 1140px; } }
  .notification__wrapper--row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .notification__wrapper--col {
    position: relative;
    width: 100%;
    padding-right: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
    padding-left: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
    flex: 0 0 70%;
    max-width: 70%; }
    @media (min-width: 768px) {
      .notification__wrapper--col {
        margin-left: 15%; } }
    @media (max-width: 991.98px) {
      .notification__wrapper--col {
        flex: 0 0 100%;
        max-width: 100%; } }
  .notification__wrapper--card {
    display: flex;
    flex-wrap: wrap;
    padding: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem));
    border-radius: calc(0.25 * 1rem);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px #d3d3d3;
    background-color: #ffffff; }
    .notification__wrapper--card .card__left {
      width: 35%; }
      @media (max-width: 991.98px) {
        .notification__wrapper--card .card__left {
          display: flex;
          justify-content: center;
          width: 100%; } }
      .notification__wrapper--card .card__left--image {
        width: 200px !important;
        height: 180px !important; }
    .notification__wrapper--card .card__right {
      display: flex;
      align-items: center;
      width: 65%; }
      .notification__wrapper--card .card__right p.body {
        color: #717171; }
      @media (max-width: 991.98px) {
        .notification__wrapper--card .card__right {
          justify-content: center;
          width: 100%; }
          .notification__wrapper--card .card__right p {
            text-align: center; } }

/*
* ink colors (with variations only for black and white)
*/
.policy__wrapper {
  margin-right: auto;
  margin-left: auto;
  transition: all .5s ease .1s; }
  @media (min-width: 768px) {
    .policy__wrapper {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .policy__wrapper {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .policy__wrapper {
      max-width: 1200px; } }
  .policy__wrapper--body {
    padding: 0 10px; }
  .policy__wrapper--item {
    margin-bottom: calc(2 * 1rem); }
  .policy__wrapper .button__wrapper {
    margin-bottom: calc(0.75 * 1rem);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    padding: calc(0.75 * 1rem); }
    .policy__wrapper .button__wrapper .button__list {
      display: flex; }
      @media (max-width: 991.98px) {
        .policy__wrapper .button__wrapper .button__list {
          justify-content: flex-end;
          flex-direction: column;
          width: 100%; } }
      .policy__wrapper .button__wrapper .button__list--item {
        margin-right: calc(0.5 * 1rem);
        width: 20%;
        border-color: #1D66DD;
        color: #1D66DD; }
        @media (max-width: 991.98px) {
          .policy__wrapper .button__wrapper .button__list--item {
            width: 100%; }
            .policy__wrapper .button__wrapper .button__list--item:not(:last-child) {
              margin-bottom: calc(0.5 * 1rem); } }
        .policy__wrapper .button__wrapper .button__list--item .item__icon {
          font-size: calc(1.25 * 1rem); }
      .policy__wrapper .button__wrapper .button__list .policy__status {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: calc(0.75 * 1rem); }
        @media (min-width: 768px) {
          .policy__wrapper .button__wrapper .button__list .policy__status {
            margin-right: auto; } }
        .policy__wrapper .button__wrapper .button__list .policy__status .header__name {
          font-size: 14px;
          line-height: 18px;
          font-weight: 700; }
          @media (min-width: 768px) {
            .policy__wrapper .button__wrapper .button__list .policy__status .header__name {
              margin-right: calc(1.25 * 1rem); } }

/*
* ink colors (with variations only for black and white)
*/
.payment-link-expired__wrapper .notification__wrapper--card {
  box-shadow: none;
  border: none; }

.payment-link-expired__wrapper .notification__wrapper .card__left--image {
  width: 160px !important;
  height: 160px !important; }

@media (max-width: 991.98px) {
  .payment-link-expired__wrapper .notification__wrapper .card__left {
    margin: calc(2 * 1rem) 0; } }

.payment-link-expired__wrapper .notification__wrapper .card__right .redirecting {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(1.25 * 1rem); }
  .payment-link-expired__wrapper .notification__wrapper .card__right .redirecting__text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }
    .payment-link-expired__wrapper .notification__wrapper .card__right .redirecting__text--timer {
      color: #1d66dd;
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }

/*
* ink colors (with variations only for black and white)
*/
.cashback__form {
  color: #333333; }
  .cashback__form--item {
    margin-bottom: calc(0.75 * 1rem); }
    .cashback__form--item .item__label {
      font-weight: 600;
      color: red; }

/*
* ink colors (with variations only for black and white)
*/
.transactionCard__wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: calc(0.5 * 1rem); }
  .transactionCard__wrapper--header {
    padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
    border-bottom: 1px solid #dfdfdf; }
  .transactionCard__wrapper--body {
    padding: 0 calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
    max-height: 300px;
    overflow: scroll; }
    .transactionCard__wrapper--body .item__tx {
      display: flex;
      padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0; }
      .transactionCard__wrapper--body .item__tx:not(:last-child) {
        border-bottom: 1px solid #dfdfdf; }
      .transactionCard__wrapper--body .item__tx--left {
        display: flex; }
      .transactionCard__wrapper--body .item__tx--right {
        margin-left: auto; }

/*
* ink colors (with variations only for black and white)
*/
.payment__term--checkout {
  position: fixed;
  top: 0; }
  .payment__term--checkout ul {
    margin-top: calc(0.75 * 1rem) !important; }
    .payment__term--checkout ul li {
      width: 100%;
      margin-right: 0 !important;
      padding: calc(0.5 * 1rem); }
      .payment__term--checkout ul li:not(:only-child) {
        border-bottom: 1px solid #c2c2c2; }
      .payment__term--checkout ul li label {
        margin-bottom: 0; }
  .payment__term--checkout .InputWrapper {
    border: none !important;
    background: none !important;
    padding-left: 0; }

/*
* ink colors (with variations only for black and white)
*/
.policy-member__tabs {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  @media (min-width: 768px) {
    .policy-member__tabs {
      border-radius: calc(0.5 * 1rem); } }
  .policy-member__tabs--header {
    display: flex;
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    padding-bottom: 0 !important; }
    .policy-member__tabs--header .header__item {
      margin-bottom: 0;
      cursor: pointer; }
      .policy-member__tabs--header .header__item--text {
        width: max-content;
        margin-bottom: 0;
        padding-bottom: calc(0.75 * 1rem); }
        .policy-member__tabs--header .header__item--text.active {
          color: #1D66DD;
          border-bottom: 1px solid #1D66DD; }
  .policy-member__tabs--divider {
    margin: -1px 0 0 0;
    background: #f2f7ff; }
  .policy-member__tabs--body {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
    .policy-member__tabs--body .body__item {
      display: flex;
      width: 100%; }
      .policy-member__tabs--body .body__item--label {
        width: 40%; }
      .policy-member__tabs--body .body__item--value {
        width: 60%; }

/*
* ink colors (with variations only for black and white)
*/
.voucher__wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  padding: 10px;
  border-radius: calc(0.25 * 1rem);
  text-align: center;
  color: #1D66DD; }
  .voucher__wrapper--submit:not(:disabled) {
    cursor: pointer; }
  .voucher__wrapper--info {
    display: flex;
    align-items: center; }
    .voucher__wrapper--info .info__code {
      width: 100%; }
    .voucher__wrapper--info .info__close {
      margin-left: auto;
      cursor: pointer; }

/*
* ink colors (with variations only for black and white)
*/
.payment-details__wrapper {
  padding: 0 !important; }
  .payment-details__wrapper--header {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    border-bottom: 1px solid #dfdfdf; }
  .payment-details__wrapper--body .body__item {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    border-bottom: 1px solid #dfdfdf; }
    .payment-details__wrapper--body .body__item--detail {
      display: flex;
      flex-direction: row; }
      .payment-details__wrapper--body .body__item--detail .detail__content {
        margin-left: auto; }
      .payment-details__wrapper--body .body__item--detail .color--green {
        color: #00bd56; }
      .payment-details__wrapper--body .body__item--detail .button {
        color: #1D66DD;
        cursor: pointer; }
    .payment-details__wrapper--body .body__item--col {
      display: flex;
      flex-direction: column; }
  .payment-details__wrapper--body .no--border {
    border: none !important;
    padding-bottom: 0; }
  .payment-details__wrapper--body .body--blue {
    background-color: rgba(29, 102, 221, 0.04); }
  .payment-details__wrapper--body .block {
    display: block;
    animation: 0.5s anim-lineUp ease-in; }
  .payment-details__wrapper--body .none {
    display: none; }
  .payment-details__wrapper--footer .footer__confirmation {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    border-bottom: 1px solid #dfdfdf; }
  .payment-details__wrapper--footer .footer__submit {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
    .payment-details__wrapper--footer .footer__submit--button button {
      width: 100%; }
    .payment-details__wrapper--footer .footer__submit--total {
      display: flex;
      margin-bottom: calc(0.75 * 1rem); }
      .payment-details__wrapper--footer .footer__submit--total .total__amount {
        margin-left: calc(0.75 * 1rem); }

.footer__submit {
  padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
  @media (max-width: 991.98px) {
    .footer__submit {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      border-top-right-radius: calc(0.75 * 1rem);
      border-top-left-radius: calc(0.75 * 1rem);
      bottom: 0;
      left: 0;
      width: 100vw;
      padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
      background-color: #ffffff; } }
  .footer__submit .footer__submit--total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(0.75 * 1rem); }
  .footer__submit .footer__submit--button button {
    width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
@media (max-width: 991.98px) {
  .digital-product__notes {
    border-bottom: 1px solid #dfdfdf; } }

.digital-product__notes--row {
  display: flex;
  width: 100%; }
  .digital-product__notes--row:not(:last-child) {
    margin-bottom: calc(0.75 * 1rem); }
  .digital-product__notes--row .row__label {
    width: 40%; }
  .digital-product__notes--row .row__value {
    width: 60%; }

/*
* ink colors (with variations only for black and white)
*/
.form__wrapper--full, .form__wrapper--half, .form__wrapper--buttonHalf {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.lp__login .auth__form--wrapper {
  background-color: #1D66DD;
  height: 70vh;
  border-radius: calc(0.5 * 1rem); }
  @media (min-width: 768px) {
    .lp__login .auth__form--wrapper {
      padding: calc(1.25 * 1rem);
      margin-top: -10px; } }
  @media (max-width: 991.98px) {
    .lp__login .auth__form--wrapper {
      height: 50vh;
      padding: calc(0.75 * 1rem);
      margin-top: 0px;
      border-radius: calc(0.5 * 1rem); } }

.lp__login .title {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  position: absolute;
  top: -50px;
  right: 30%; }

.lp__login .icon__offset {
  float: left;
  left: 0 !important; }

.lp__login .icon__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  border-radius: 50%; }
  .lp__login .icon__wrapper i {
    color: #1D66DD; }

.lp__login .loginRegister__wrapper {
  position: relative; }
  .lp__login .loginRegister__wrapper--col {
    display: grid;
    margin: -15px auto 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: calc(0.5 * 1rem);
    background-color: #ffffff;
    top: 10vh; }
    @media (max-width: 991.98px) {
      .lp__login .loginRegister__wrapper--col {
        width: auto !important;
        margin: 0;
        margin-top: -41px;
        padding: 0; }
        .lp__login .loginRegister__wrapper--col .title {
          top: -44px; } }

.lp__login .loginRegister__body {
  width: 100%;
  overflow: hidden; }

@media (min-width: 768px) {
  .login__wrapper .footer__wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 200px;
    padding-top: 0; } }

@media (max-width: 991.98px) {
  .login__wrapper .footer__wrapper {
    bottom: -30px; } }

.form__wrapper {
  display: flex;
  flex-wrap: wrap; }
  .form__wrapper .phone__field .field {
    display: flex;
    align-items: center;
    flex-direction: row; }
    .form__wrapper .phone__field .field span {
      background: #1D66DD;
      padding: calc(0.5 * 1rem);
      border-radius: calc(0.25 * 1rem) 0 0 calc(0.25 * 1rem);
      color: #ffffff;
      font-size: 15px; }
    .form__wrapper .phone__field .field input {
      padding: calc(0.5 * 1rem);
      border: 1px solid #c2c2c2;
      border-radius: 0 calc(0.25 * 1rem) calc(0.25 * 1rem) 0;
      width: 100%; }
    .form__wrapper .phone__field .field input[type='tel']:focus {
      outline: none;
      border: 1px solid #1D66DD; }
  .form__wrapper .phone__field .error {
    color: #E81A1A; }
  .form__wrapper--full {
    flex: 0 0 100%;
    max-width: 100%; }
    .form__wrapper--full:not(:last-child) {
      margin-bottom: calc(1.25 * 1rem); }
      @media (max-width: 991.98px) {
        .form__wrapper--full:not(:last-child) {
          margin-bottom: calc(0.5 * 1rem); } }
    .form__wrapper--full:first-child {
      margin-top: calc(0.5 * 1rem); }
    @media (max-width: 991.98px) {
      .form__wrapper--full button {
        padding: 0; } }
    .form__wrapper--full button span {
      font-size: 11px; }
      @media (max-width: 991.98px) {
        .form__wrapper--full button span {
          font-size: 9px; } }
  .form__wrapper--half {
    flex: 0 0 50%;
    max-width: 50%; }
  .form__wrapper--buttonHalf {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 991.98px) {
      .form__wrapper--buttonHalf {
        flex: 0 0 100%;
        max-width: 100%; } }
  .form__wrapper--date {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(0.25 * 1rem); }
  .form__wrapper .field__label {
    font-size: 12px;
    margin-bottom: calc(0.5 * 1rem); }
  .form__wrapper .color-lp-red {
    margin: 0; }
  .form__wrapper fieldset {
    border: 1px solid transparent;
    border-top-color: #5C5C5C;
    box-sizing: border-box;
    padding: 0 calc(1.25 * 1rem);
    margin-top: calc(0.75 * 1rem); }
    .form__wrapper fieldset legend {
      margin: auto;
      padding: 0 4px;
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      text-align: center;
      width: 50%; }
  .form__wrapper .icon__button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: calc(1.25 * 1rem) 0; }
    @media (max-width: 991.98px) {
      .form__wrapper .icon__button {
        margin: calc(0.75 * 1rem) 0; } }
    .form__wrapper .icon__button .image__wrapper {
      width: 20%;
      margin-right: calc(1.25 * 1rem); }
      .form__wrapper .icon__button .image__wrapper i {
        font-size: 36px;
        vertical-align: middle;
        color: #1D66DD; }
      .form__wrapper .icon__button .image__wrapper img {
        width: 16px !important;
        height: 16px !important; }

@media (max-width: 991.98px) {
  .desktop__buttons {
    display: none; } }

.mobile__buttons--outline {
  display: flex;
  justify-content: center;
  margin-top: calc(0.75 * 1rem);
  color: #1D66DD;
  cursor: pointer; }

@media (min-width: 768px) {
  .mobile__buttons {
    display: none; } }

/*
* ink colors (with variations only for black and white)
*/
.verify__otp {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; }
  .verify__otp--title {
    margin-bottom: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)); }
  .verify__otp .title__info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500; }
  .verify__otp--field {
    display: flex;
    height: 50px;
    margin-bottom: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem));
    width: 100%;
    justify-content: space-between; }
    .verify__otp--field .field__number {
      display: flex;
      justify-content: center; }
      .verify__otp--field .field__number .otp__input {
        height: 38px;
        width: 38px;
        border-radius: 50%;
        background-color: #f2f7ff;
        padding: calc(0.5 * 1rem);
        font-size: 18px;
        border: 1px solid #ffffff;
        text-align: center;
        outline: none;
        margin-right: calc(1.25 * 1rem); }
        @media (max-width: 991.98px) {
          .verify__otp--field .field__number .otp__input {
            margin-right: calc(0.75 * 1rem); } }
        .verify__otp--field .field__number .otp__input .otp__input::-webkit-inner-spin-button,
        .verify__otp--field .field__number .otp__input .otp__input::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .verify__otp--field .field__number .otp__input .otp__input::-moz-inner-spin-button,
        .verify__otp--field .field__number .otp__input .otp__input::-moz-outer-spin-button {
          -moz-appearance: none;
          margin: 0; }
  .verify__otp--countdown .resend__otp--text {
    color: #1D66DD; }
  .verify__otp--countdown .countdown__button {
    cursor: pointer; }
    .verify__otp--countdown .countdown__button:hover {
      text-decoration: underline; }
  .verify__otp--countdown .countdown__info {
    color: #c2c2c2; }
  .verify__otp--button {
    width: 100%;
    position: relative; }
  .verify__otp--success {
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    margin-bottom: calc(1.25 * 1rem);
    color: white;
    background-color: #5cc197; }

/*
* ink colors (with variations only for black and white)
*/
.loginRegister__wrapper {
  width: 100%;
  position: relative; }
  .loginRegister__wrapper--col {
    display: grid;
    width: 25vw;
    margin: 20px auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: calc(0.5 * 1rem);
    background-color: #ffffff;
    position: relative;
    top: 10vh;
    padding: calc(1.25 * 1rem); }
    @media (max-width: 991.98px) {
      .loginRegister__wrapper--col {
        width: 100vw;
        margin: 0;
        top: 0;
        border-radius: 0 !important; }
        .loginRegister__wrapper--col .border-radius-xs {
          border-radius: 0 !important; } }

/*
* ink colors (with variations only for black and white)
*/
.loginRegister__card {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .loginRegister__card--header {
    padding: 16px 24px;
    border-bottom: 1px solid #dfdfdf; }
  .loginRegister__card--body {
    padding: 24px; }
    @media (min-width: 768px) {
      .loginRegister__card--body.right__shift {
        padding-right: 50%; } }
    .loginRegister__card--body .body__row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .loginRegister__card--body .body__row--width {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; }
        @media (max-width: 991.98px) {
          .loginRegister__card--body .body__row--width {
            flex: 0 0 100%;
            max-width: 100%; } }
        .loginRegister__card--body .body__row--width .additional__button {
          display: flex;
          justify-content: center;
          margin-top: calc(1.25 * 1rem); }
          @media (max-width: 991.98px) {
            .loginRegister__card--body .body__row--width .additional__button {
              display: none; } }
    .loginRegister__card--body a.loginRegister {
      font-size: 12px;
      color: #1d66dd;
      cursor: pointer;
      margin-bottom: 24px; }
    .loginRegister__card--body .errorMessage {
      font-size: 12px;
      color: #e81a1a; }

/*
* ink colors (with variations only for black and white)
*/
@media (max-width: 991.98px) {
  .auto-specifications__form {
    padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)) 0; } }

.auto-specifications__form--field {
  margin-bottom: 16px; }
  .auto-specifications__form--field .field__label {
    display: block;
    margin-bottom: calc(0.5 * 1rem);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700; }

/*
* ink colors (with variations only for black and white)
*/
.changeplan__card .field__label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: calc(0.5 * 1rem); }
  @media (max-width: 991.98px) {
    .changeplan__card .field__label {
      margin-top: calc(1.25 * 1rem); } }

.changeplan__card .header__left--title {
  padding-top: calc(0.75 * 1rem);
  padding-bottom: calc(0.75 * 1rem); }

.changeplan__card .ion-ios-checkmark-circle-outline {
  display: none !important; }

/*
* ink colors (with variations only for black and white)
*/
.floating__wrapper--button {
  position: fixed;
  top: 50%;
  right: 0; }
  @media (max-width: 991.98px) {
    .floating__wrapper--button {
      width: 50px; } }
  .floating__wrapper--button button {
    width: 230px;
    height: 60px;
    background-color: #1ec494;
    border-color: #1ec494;
    border-top-left-radius: calc(1.25 * 1rem);
    border-bottom-left-radius: calc(1.25 * 1rem); }
    .floating__wrapper--button button:hover {
      background-color: #1ec494;
      border-color: #1ec494;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
    .floating__wrapper--button button:focus {
      background-color: #1ec494;
      border-color: #1ec494;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
    @media (max-width: 991.98px) {
      .floating__wrapper--button button {
        max-width: 50px !important;
        min-width: auto !important; } }
  .floating__wrapper--button .icon__wrapper--call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 50px;
    border-right: 1px solid #fff;
    margin-right: calc(0.75 * 1rem); }
    .floating__wrapper--button .icon__wrapper--call i {
      font-size: 28px; }
    .floating__wrapper--button .icon__wrapper--call:after {
      height: 100%;
      width: 2px; }
  @media (max-width: 991.98px) {
    .floating__wrapper--button span {
      display: none; }
    .floating__wrapper--button button {
      width: 50px;
      height: 40px;
      padding-right: 0;
      border-top-left-radius: calc(0.75 * 1rem);
      border-bottom-left-radius: calc(0.75 * 1rem); }
    .floating__wrapper--button .icon__wrapper--call {
      border-right: none;
      width: 100%;
      margin-right: 0; }
      .floating__wrapper--button .icon__wrapper--call i {
        font-size: 20px; } }

/*
* ink colors (with variations only for black and white)
*/
.application__wrapper {
  margin-top: calc(1.25 * 1rem);
  margin-right: auto;
  margin-left: auto;
  transition: all .5s ease .1s; }
  @media (min-width: 768px) {
    .application__wrapper {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .application__wrapper {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .application__wrapper {
      max-width: 1140px; } }
  @media (max-width: 768px) {
    .application__wrapper {
      margin-bottom: 75px; } }
  .application__wrapper .back__button {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    width: max-content; }
    .application__wrapper .back__button i {
      font-size: calc(1.25 * 1rem);
      color: #1D66DD;
      margin-right: calc(0.5 * 1rem); }
    .application__wrapper .back__button:hover {
      color: #1D66DD; }
  .application__wrapper .application__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: calc(2 * 1rem); }
  .application__wrapper--body {
    display: flex; }
    @media (max-width: 768px) {
      .application__wrapper--body {
        flex-direction: column-reverse; } }
    .application__wrapper--body .body__left {
      width: 70%; }
      @media (max-width: 768px) {
        .application__wrapper--body .body__left--content {
          padding-right: 10px;
          padding-left: 10px; } }
      @media (max-width: 768px) {
        .application__wrapper--body .body__left {
          width: 100%; } }
      @media (min-width: 768px) {
        .application__wrapper--body .body__left {
          padding-right: 15px; } }
    .application__wrapper--body .body__right {
      width: 30%; }
      @media (max-width: 768px) {
        .application__wrapper--body .body__right {
          width: 100%; } }
      @media (min-width: 768px) {
        .application__wrapper--body .body__right {
          padding-left: 15px; } }
      @media (min-width: 768px) {
        .application__wrapper--body .body__right--product {
          position: sticky;
          top: calc(75px + 20px); } }

@media (max-width: 991.98px) {
  .cancel__confirmation--modal {
    top: 60px; } }

/*
* ink colors (with variations only for black and white)
*/
.stickyWhatsapp {
  text-decoration: none;
  position: fixed;
  height: 56px;
  width: 330px;
  bottom: 8px;
  display: flex;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  right: 16px;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 992px) {
    .stickyWhatsapp {
      bottom: 16px;
      right: 40px; } }
  .stickyWhatsapp .cs-logo {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: white;
    border: 3px solid #134493;
    position: relative; }
  .stickyWhatsapp .wrap_button {
    background-color: #1855b8;
    width: 310px;
    height: 40px;
    display: flex;
    padding-left: 8px;
    padding-right: 16px;
    margin-top: 10px;
    gap: 8px;
    right: 0px;
    position: absolute;
    border-radius: 8px;
    flex-direction: row;
    justify-content: right; }
    .stickyWhatsapp .wrap_button .cs-title {
      font-size: 12px;
      color: white;
      font-weight: 400;
      margin-top: 10px; }
    .stickyWhatsapp .wrap_button .cs-divider {
      color: white;
      font-weight: 700;
      margin-top: 10px;
      font-size: 12px; }
    .stickyWhatsapp .wrap_button .img_headset {
      cursor: pointer;
      display: flex;
      width: 32px;
      margin-top: 6px;
      height: 28px;
      padding-top: 2px;
      border-radius: 4px;
      justify-content: center;
      background-color: white; }
      .stickyWhatsapp .wrap_button .img_headset:hover {
        background-color: #e4edfb; }
      .stickyWhatsapp .wrap_button .img_headset:active {
        background-color: #8eb2ee; }
      .stickyWhatsapp .wrap_button .img_headset .img_icon {
        width: 18px;
        height: 16px;
        filter: invert(27%) sepia(96%) saturate(1179%) hue-rotate(198deg) brightness(104%) contrast(103%); }
    .stickyWhatsapp .wrap_button .img_wa {
      display: flex;
      cursor: pointer;
      width: 32px;
      height: 28px;
      margin-top: 6px;
      padding-top: 4px;
      border-radius: 4px;
      justify-content: center;
      background-color: #1ec494; }
      .stickyWhatsapp .wrap_button .img_wa:hover {
        background-color: #19a37b; }
      .stickyWhatsapp .wrap_button .img_wa:active {
        background-color: #148363; }
      .stickyWhatsapp .wrap_button .img_wa .img_icon {
        width: 20px;
        height: 20px; }

/*
* ink colors (with variations only for black and white)
*/
.bengkel__wrapper {
  width: 100%; }
  .bengkel__wrapper--bottom {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    grid-gap: calc(2 * 1rem); }
    @media (max-width: 991.98px) {
      .bengkel__wrapper--bottom {
        grid-template-columns: 1fr;
        grid-gap: 0;
        padding: 0 !important; } }

.bengkel__footer {
  box-shadow: 0 0 4px 0 #dfdfdf; }

.bengkel__modal {
  width: 300px;
  margin: calc(1.25 * 1rem) auto; }
  .bengkel__modal--closeBtn {
    font-size: 42px;
    border: none;
    background: none;
    position: absolute;
    top: -10px;
    right: 5px; }
  .bengkel__modal--thank {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .bengkel__modal--thank img {
      margin: calc(1.25 * 1rem) 0;
      width: 120px;
      height: 120px; }
    .bengkel__modal--thank--title {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      margin: calc(0.75 * 1rem) 0; }
    .bengkel__modal--thank--subtitle {
      text-align: center;
      margin-bottom: calc(0.75 * 1rem); }
    .bengkel__modal--thank--backBtn {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      border: none;
      margin-top: calc(0.75 * 1rem);
      width: 100%;
      padding: calc(0.75 * 1rem);
      background: #1D66DD;
      color: #ffffff;
      border-radius: calc(0.25 * 1rem); }

.bengkel__leadform__modal .modal-content {
  width: 340px;
  padding: 0;
  margin: 15% auto; }

.bengkel__leadform__modal--thank {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: calc(0.75 * 1rem); }
  .bengkel__leadform__modal--thank img {
    margin: calc(1.25 * 1rem) 0;
    width: 120px;
    height: 120px; }
  .bengkel__leadform__modal--thank--title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: calc(0.75 * 1rem) 0; }
  .bengkel__leadform__modal--thank--subtitle {
    text-align: center;
    margin-bottom: calc(0.75 * 1rem); }
  .bengkel__leadform__modal--thank--okBtn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    border: none;
    margin-top: calc(0.75 * 1rem);
    width: 100%;
    padding: calc(0.75 * 1rem);
    background: #1D66DD;
    color: #ffffff;
    border-radius: calc(0.25 * 1rem); }

.bengkel__banner {
  width: 100%;
  cursor: pointer; }
  .bengkel__banner img {
    width: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.digital-product__card {
  padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
  position: relative; }
  .digital-product__card .service__name {
    position: absolute;
    left: 20%;
    top: 45%;
    text-transform: capitalize;
    color: #ffffff; }

/*
* ink colors (with variations only for black and white)
*/
.voucher__view--group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: calc(0.25 * 1rem); }
  .voucher__view--group .group__input {
    padding: calc(0.5 * 1rem);
    height: 40px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #ced4da;
    width: 75%; }
  .voucher__view--group .group__button {
    width: 25%; }
    .voucher__view--group .group__button button {
      min-width: inherit;
      height: 40px;
      border-radius: 0 6px 6px 0; }

.core-nb-root {
  min-width: 102px;
  display: grid; }
  .core-nb-root .img {
    display: flex;
    align-items: center; }

.core-nb-toggle {
  display: flex;
  align-items: center; }
  .core-nb-toggle button {
    background-color: #F2F6FD;
    border: none;
    cursor: pointer; }
  @media (min-width: 576px) {
    .core-nb-toggle {
      display: none; } }

/*
* ink colors (with variations only for black and white)
*/
.np-login-btn {
  position: relative;
  color: #1D66DD;
  display: flex;
  align-items: center;
  text-decoration: unset;
  width: 40px;
  height: auto; }
  @media (min-width: 1200px) {
    .np-login-btn {
      width: auto; } }
  .np-login-btn a {
    font-family: "Open Sans" !important;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    transition-duration: .25s; }
    .np-login-btn a:hover {
      background-color: #1855B8;
      color: white;
      text-decoration: unset; }
      .np-login-btn a:hover svg {
        fill: #fff; }
    @media (min-width: 1200px) {
      .np-login-btn a {
        gap: 4px;
        background-color: white;
        padding: 0 12px;
        width: auto;
        border-radius: 4px;
        border: 1px solid #1d66dd;
        color: #1855B8; } }
    .np-login-btn a svg {
      width: 40px;
      height: 40px;
      min-width: 40px;
      min-height: 40px;
      fill: #1D66DD; }
      @media (min-width: 1200px) {
        .np-login-btn a svg {
          width: 20px;
          height: 20px;
          min-width: 20px;
          min-height: 20px; } }
    .np-login-btn a span {
      display: none; }
      @media (min-width: 1200px) {
        .np-login-btn a span {
          display: block; } }

/*
* ink colors (with variations only for black and white)
*/
.primary_nav_link {
  font-family: 'Open Sans' !important;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 20px;
  text-decoration: none !important;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 16px;
  position: relative;
  border: none;
  cursor: pointer;
  transition-duration: 0.25s !important;
  transition-property: all;
  width: auto;
  padding: 16px;
  z-index: 2; }
  @media (min-width: 1200px) {
    .primary_nav_link {
      width: auto;
      padding: 24px 0 24px 0;
      position: relative;
      z-index: 2; } }
  .primary_nav_link.style_button_account {
    justify-content: center;
    gap: 6px;
    background-color: white;
    color: #1855B8;
    border: 1px solid #1855B8;
    padding: 10px;
    margin: 16px;
    width: auto;
    border-radius: 4px;
    fill: #1D66DD; }
    @media (min-width: 1200px) {
      .primary_nav_link.style_button_account {
        padding: 6px;
        margin: 14px 0; } }
    .primary_nav_link.style_button_account:hover {
      background-color: #1855B8;
      color: #ffffff;
      fill: #ffffff; }
      .primary_nav_link.style_button_account:hover > svg.style_button_account {
        fill: #ffffff; }
    .primary_nav_link.style_button_account > svg {
      fill: #ffffff; }
    .primary_nav_link.style_button_account > svg.style_button_account {
      transform: none;
      fill: #1855B8; }
  .primary_nav_link.selected {
    color: #1D66DD; }
    @media (min-width: 1200px) {
      .primary_nav_link.selected {
        width: auto; } }
    .primary_nav_link.selected::before {
      content: "";
      background-color: #1D66DD;
      width: 100%;
      height: 4px;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (min-width: 1200px) {
        .primary_nav_link.selected::before {
          width: calc(100% + 16px);
          left: -8px; } }
    .primary_nav_link.selected.style_button_account::before {
      background-color: transparent; }
    .primary_nav_link.selected > svg {
      transform: rotate(180deg);
      fill: #1D66DD; }
    .primary_nav_link.selected > svg.style_button_account:last-child {
      transform: rotate(180deg); }
  .primary_nav_link span {
    white-space: nowrap; }
  .primary_nav_link > svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    fill: #7B7B7B;
    transition-duration: 0.25s !important;
    transform-origin: center;
    transition-property: all; }

.secondary_nav_link {
  font-family: 'Open Sans' !important;
  font-size: 12px;
  font-weight: 500;
  color: #222;
  line-height: 20px;
  text-decoration: none !important;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 10px 12px 10px 32px;
  border: none;
  cursor: pointer;
  position: relative; }
  .secondary_nav_link:hover {
    color: #1D66DD; }
  @media (min-width: 1200px) {
    .secondary_nav_link {
      background-color: #fff;
      padding: 10px 12px;
      z-index: 2; } }
  .secondary_nav_link.selected {
    color: #1D66DD; }
    .secondary_nav_link.selected > svg {
      fill: #1D66DD;
      transform: rotate(180deg); }
      @media (min-width: 1200px) {
        .secondary_nav_link.selected > svg {
          transform: rotate(-90deg); } }
  .secondary_nav_link > svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    fill: #7B7B7B;
    transition-duration: 0.25s !important;
    transform-origin: center;
    transition-property: all;
    transform: rotate(0); }
    @media (min-width: 1200px) {
      .secondary_nav_link > svg {
        transform: rotate(-90deg); } }

.tertiary_nav_link {
  font-family: 'Open Sans' !important;
  font-size: 12px;
  font-weight: 500;
  color: #222;
  line-height: 20px;
  text-decoration: none !important;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 10px 0 10px 56px;
  border: none;
  cursor: pointer;
  position: relative; }
  .tertiary_nav_link:hover {
    color: #1D66DD; }
  @media (min-width: 1200px) {
    .tertiary_nav_link {
      background-color: #fff;
      padding: 10px 12px; } }
  .tertiary_nav_link.selected {
    color: #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.primary_dropdown_menu {
  list-style-type: none;
  display: none;
  min-width: 0;
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0;
  padding: 0;
  background-color: #ffffff; }
  @media (min-width: 1200px) {
    .primary_dropdown_menu {
      min-width: 224px;
      width: auto;
      padding: 0;
      position: absolute;
      left: 0;
      top: 100%;
      box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.16); } }
  .primary_dropdown_menu.show {
    display: block; }

.secondary_dropdown_menu {
  list-style-type: none;
  display: none;
  min-width: 0;
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.16); }
  @media (min-width: 1200px) {
    .secondary_dropdown_menu {
      min-width: 224px;
      width: auto;
      padding: 0;
      position: absolute;
      left: 100%;
      top: 0;
      box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.16); } }
  .secondary_dropdown_menu.show {
    display: block; }

/*
* ink colors (with variations only for black and white)
*/
.core-primary-nav-item {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0;
  border-bottom: 1px solid #FAFAFA;
  position: relative;
  transition-duration: 0.25s;
  transition-property: all; }
  @media (min-width: 1200px) {
    .core-primary-nav-item {
      border-bottom: none;
      padding: 0 8px; } }
  .core-primary-nav-item:hover {
    background-image: linear-gradient(rgba(29, 102, 221, 0), rgba(29, 102, 221, 0.1)); }
  .core-primary-nav-item:last-child {
    border-bottom: none; }
  .core-primary-nav-item.push_left {
    margin-left: 0; }
  @media (min-width: 1200px) {
    .core-primary-nav-item.push_left {
      margin-left: auto; } }
  .core-primary-nav-item.has_dropdown {
    position: relative; }
  .core-primary-nav-item > .primary_dropdown_menu.show {
    display: block; }
    @media (min-width: 1200px) {
      .core-primary-nav-item > .primary_dropdown_menu.show {
        left: 0;
        top: 100%; } }
  .core-primary-nav-item svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px; }
    @media (min-width: 1200px) {
      .core-primary-nav-item svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        fill: #222222; } }

.core-secondary-nav-item {
  color: #222;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #FAFAFA;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #F5F5F5; }
  @media (min-width: 1200px) {
    .core-secondary-nav-item {
      background-color: #fff; } }
  .core-secondary-nav-item:last-child {
    border-bottom: none; }
  .core-secondary-nav-item.has_dropdown {
    position: relative; }
  @media (min-width: 1200px) {
    .core-secondary-nav-item > .secondary_dropdown_menu {
      left: 100%;
      top: 0;
      z-index: 1; } }
  .core-secondary-nav-item > .secondary_dropdown_menu.show {
    display: block; }

.core-tertiary-nav-item {
  color: #222;
  display: block;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #F5F5F5; }
  .core-tertiary-nav-item:last-child {
    border-bottom: none; }
  .core-tertiary-nav-item.has_dropdown {
    position: relative; }
  @media (min-width: 1200px) {
    .core-tertiary-nav-item > .tertiary_dropdown_menu {
      left: 100%;
      top: 0; } }
  .core-tertiary-nav-item > .tertiary_dropdown_menu.show {
    display: block; }

/*
* ink colors (with variations only for black and white)
*/
.core-dm-root {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  background-color: #fff;
  width: 248px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transition-duration: 0.25s;
  transition-property: all;
  transform: translateX(-105%);
  box-shadow: 0px 2px 8px 0px rgba(0, 58, 109, 0.16); }
  @media (min-width: 1200px) {
    .core-dm-root {
      display: block;
      flex-grow: 1;
      width: auto;
      height: auto;
      position: relative;
      transform: none;
      box-shadow: none; } }
  .core-dm-root.is-open {
    transition-duration: 0.5s;
    transform: translateX(0); }
  .core-dm-root .ul, .core-dm-root .ul_parent {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0; }
  .core-dm-root .ul_parent {
    flex-direction: column;
    width: 100%; }
    @media (min-width: 1200px) {
      .core-dm-root .ul_parent {
        flex-direction: row; } }

.core-dm-root-header {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 48px;
  padding-left: 16px; }
  @media (min-width: 576px) {
    .core-dm-root-header {
      display: none; } }

.core-dm-root-body {
  overflow-y: auto;
  display: block;
  flex-grow: 1;
  width: 100%; }
  @media (min-width: 1200px) {
    .core-dm-root-body {
      overflow-y: visible; } }

/*
* ink colors (with variations only for black and white)
*/
.core-dn-root {
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 48px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
  background-color: #ffffff; }
  @media (min-width: 1200px) {
    .core-dn-root {
      height: 68px; } }
  .core-dn-root .container {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.5s ease 0.1s;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .core-dn-root .container {
        max-width: 750px; } }
    @media (min-width: 992px) {
      .core-dn-root .container {
        max-width: 970px; } }
    @media (min-width: 1200px) {
      .core-dn-root .container {
        max-width: 1120px; } }
    @media (max-width: 768px) {
      .core-dn-root .container {
        align-items: center;
        height: inherit; } }

.core-offcanvas-backdrop {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1029;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all; }
  .core-offcanvas-backdrop.show {
    display: block;
    opacity: 1; }
  @media (min-width: 1200px) {
    .core-offcanvas-backdrop {
      display: none !important; } }

.mobile-navigation-container {
  display: flex;
  width: 100%;
  background: transparent;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .mobile-navigation-container .mobile-navigation-menus {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    justify-content: space-evenly;
    border-radius: calc(1 * 1rem) calc(1 * 1rem) 0 0;
    width: 100%;
    position: relative;
    padding: 10px 0 10px 0;
    z-index: 1030; }
    .mobile-navigation-container .mobile-navigation-menus .navigation-menu {
      box-shadow: none;
      border: none;
      border-radius: unset;
      display: flex;
      flex-direction: column;
      font-size: 12px;
      color: #333333;
      background: transparent;
      outline: none;
      border: none;
      margin: 0 10px;
      height: 45px;
      cursor: pointer;
      position: relative; }
      .mobile-navigation-container .mobile-navigation-menus .navigation-menu span {
        text-align: center; }
        .mobile-navigation-container .mobile-navigation-menus .navigation-menu span.active {
          color: #1d66dd;
          font-weight: 500; }
      .mobile-navigation-container .mobile-navigation-menus .navigation-menu div {
        box-shadow: none;
        border: none;
        border-radius: unset;
        padding: unset;
        height: 4px;
        width: 80%; }
      .mobile-navigation-container .mobile-navigation-menus .navigation-menu:hover {
        color: #1d66dd;
        font-weight: 500; }
        .mobile-navigation-container .mobile-navigation-menus .navigation-menu:hover i::before {
          color: #1d66dd; }
        .mobile-navigation-container .mobile-navigation-menus .navigation-menu:hover div {
          height: 4px;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          background: #1d66dd; }
    @media (min-width: 768px) {
      .mobile-navigation-container .mobile-navigation-menus {
        width: 480px; } }

.navigationHidden {
  visibility: hidden; }

/*
* ink colors (with variations only for black and white)
*/
.displayNone {
  top: -100px; }

.simpleNavigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  background: #ffffff;
  z-index: 9; }
  .simpleNavigation__blue {
    background: #1D66DD; }
  .simpleNavigation__backBtn {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: calc(0.25 * 1rem);
    width: 35px;
    height: 35px; }
    .simpleNavigation__backBtn img {
      width: 24px;
      height: 24px; }
  .simpleNavigation__backBtnWhite {
    position: absolute;
    top: 25px;
    left: 15px;
    padding: calc(0.25 * 1rem);
    width: 30px;
    height: 30px;
    padding: 3px;
    border-radius: 50%;
    background: #1D66DD; }
    .simpleNavigation__backBtnWhite img {
      width: 24px;
      height: 24px; }
  .simpleNavigation__logo img {
    width: 90px;
    height: 30px; }

.space__between {
  justify-content: space-between; }

.flex__start {
  justify-content: flex-start; }

.simpleNavigationBlue {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #1D66DD;
  z-index: 1000; }
  @media (min-width: 992px) {
    .simpleNavigationBlue {
      height: 75px; } }
  .simpleNavigationBlue .header__invisble {
    visibility: hidden; }
  .simpleNavigationBlue__backBtn {
    height: 30px;
    width: 30px;
    padding: 3px;
    margin-left: calc(1.25 * 1rem); }
    .simpleNavigationBlue__backBtn i {
      font-size: 24px;
      color: #ffffff;
      font-weight: 600; }
  .simpleNavigationBlue__logo {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .simpleNavigationBlue__logo {
        width: 75%; } }
    .simpleNavigationBlue__logo img {
      width: auto;
      height: 30px;
      text-align: center; }
  .simpleNavigationBlue .profile .profile__dropdown {
    border-radius: 50%;
    background-color: #ffffff;
    color: #ffffff;
    outline: none;
    border: none;
    height: 30px;
    width: 30px;
    margin-right: calc(0.75 * 1rem);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .simpleNavigationBlue .profile .profile__dropdown i {
      font-size: 22px;
      color: #1D66DD;
      vertical-align: middle; }
  .simpleNavigationBlue .profile .profile__menu--list {
    position: absolute;
    width: 75px;
    height: auto;
    right: 10px;
    background-color: #ffffff;
    list-style: none;
    padding: calc(0.5 * 1rem) calc(1.25 * 1rem) 0 calc(0.5 * 1rem);
    margin: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
    .simpleNavigationBlue .profile .profile__menu--list li {
      display: block;
      margin-bottom: calc(0.5 * 1rem); }

.dropdown-menu.show {
  border: none; }
  @media (min-width: 768px) {
    .dropdown-menu.show {
      border: 1px solid rgba(0, 0, 0, 0.15); } }

.dropdown-item:hover {
  color: #1D66DD;
  font-weight: 500; }

.dropdown-item:focus {
  background-color: white; }

.dropdown-menu.columns-2 {
  min-width: 350px; }

@media (max-width: 991.98px) {
  .navbar {
    height: 50px; } }

@media (max-width: 991.98px) {
  .navbar .container {
    display: block; } }

.navbar .container .navbarToggler {
  display: inline-block;
  padding: calc(0.25 * 1rem) calc(0.75 * 1rem);
  padding-left: 0px; }
  .navbar .container .navbarToggler i {
    color: #1d66dd;
    font-size: 20px; }
  @media (min-width: 768px) {
    .navbar .container .navbarToggler {
      display: none; } }

.navbar .container .account {
  display: inline;
  padding: calc(0.25 * 1rem) calc(0.75 * 1rem);
  padding-right: 0;
  float: right; }
  .navbar .container .account.active {
    background-color: #f2f7ff; }
  .navbar .container .account i {
    color: #1d66dd;
    font-size: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem)); }
  @media (min-width: 768px) {
    .navbar .container .account {
      display: none; } }

.navbar .container .search {
  display: inline-block;
  padding: calc(0.25 * 1rem) calc(0.75 * 1rem);
  float: right; }
  .navbar .container .search i {
    color: #1d66dd;
    font-size: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem)); }
  @media (min-width: 768px) {
    .navbar .container .search {
      display: none; } }

.nav-link.phone {
  text-align: center;
  margin-top: 0.5em; }
  @media (min-width: 768px) {
    .nav-link.phone {
      text-align: initial;
      margin-top: 0; } }

.nav-tabs {
  cursor: pointer; }

.navbar-brand.back-arrow {
  display: none;
  margin-right: 0; }
  @media (max-width: 576px) {
    .navbar-brand.back-arrow {
      display: inline-block; } }

.navbar-brand.hidden-div {
  display: none; }
  @media (max-width: 576px) {
    .navbar-brand.hidden-div {
      display: inline-block; } }

.orderNavbar .step-line {
  top: 20%;
  left: 50%;
  width: 100%;
  display: block;
  position: absolute;
  border-top: 3px solid #b6b6b6; }
  .orderNavbar .step-line.done {
    border-top: 3px solid black; }

.orderNavbar .circle {
  position: relative;
  height: 18px;
  width: 18px;
  background-color: #b6b6b6;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .orderNavbar .circle.isBayar, .orderNavbar .circle.notYet {
    cursor: auto; }
  .orderNavbar .circle .process-icon {
    margin: 1.5px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    height: 9px;
    width: 9px; }
  .orderNavbar .circle.done {
    background-color: #333330; }
    .orderNavbar .circle.done .done-icon {
      color: white; }
  .orderNavbar .circle.active {
    cursor: auto;
    background-color: #1d66dd; }
    .orderNavbar .circle.active .active-icon {
      width: 12px;
      height: 12px;
      border-width: 1.5px;
      border-top-color: transparent;
      border-right-color: white;
      border-left-color: transparent;
      animation: 0;
      vertical-align: 1%; }

.orderNavbar .text-indicator {
  font-size: 12px;
  color: #b6b6b6; }
  .orderNavbar .text-indicator.done {
    color: #333330; }
  .orderNavbar .text-indicator.active {
    color: #1d66dd; }

.footerNav-icon {
  background-image: url("/static/images/bottom-navigation/footer-navigation-icon.webp") !important; }

.loginNavigation__icon:after {
  background-image: url("/static/images/bottom-navigation/loginNavigation.png") !important; }

.loginNavigation__icon--webp:after {
  background-image: url("/static/images/bottom-navigation/loginNavigation.webp") !important; }

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translateZ(9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em; }

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em; }

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em; }

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
  .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
    top: 0; }
  .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right {
    bottom: 0; }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }

.Toastify__toast--rtl {
  direction: rtl; }

.Toastify__toast--default {
  background: #fff;
  color: #aaa; }

.Toastify__toast--info {
  background: #3498db; }

.Toastify__toast--success {
  background: #07bc0c; }

.Toastify__toast--warning {
  background: #f1c40f; }

.Toastify__toast--error {
  background: #e74c3c; }

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: .7;
  transition: .3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Toastify__close-button--default {
  color: #000;
  opacity: .3; }

.Toastify__close-button:focus, .Toastify__close-button:hover {
  opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  to {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: .7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  transition: transform .2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  transform-origin: right; }

.Toastify__progress-bar--default {
  background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--bottom-right, .Toastify__bounce-enter--top-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--bottom-left, .Toastify__bounce-exit--top-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--bottom-right, .Toastify__bounce-exit--top-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--bottom-right, .Toastify__slide-enter--top-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--bottom-left, .Toastify__slide-exit--top-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--bottom-right, .Toastify__slide-exit--top-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
* ink colors (with variations only for black and white)
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1d66dd;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1d66dd;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.188rem; }

h2, .h2 {
  font-size: 1.75rem; }

h3, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 0.813rem; }

.lead {
  font-size: 1.4rem;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c0d4f5; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #89afed; }

.table-hover .table-primary:hover {
  background-color: #aac5f2; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #aac5f2; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(calc(1.5em + 0.75rem) + 0.25rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #444444;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  padding: 0.375rem 1.625rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #444444;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1d66dd;
  border-color: #1d66dd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1956bb;
    border-color: #1751b0; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #1956bb;
    border-color: #1751b0;
    box-shadow: 0 0 0 0.2rem rgba(63, 125, 226, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1d66dd;
    border-color: #1d66dd; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1751b0;
    border-color: #164ca5; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(63, 125, 226, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #1d66dd;
  border-color: #1d66dd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1d66dd;
    border-color: #1d66dd; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 102, 221, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1d66dd;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1d66dd;
    border-color: #1d66dd; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(29, 102, 221, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1d66dd;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 1.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: #333; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: #333;
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #333; }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #1d66dd; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #1751b0; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 102, 221, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0f3573;
  background-color: #d2e0f8;
  border-color: #c0d4f5; }
  .alert-primary hr {
    border-top-color: #aac5f2; }
  .alert-primary .alert-link {
    color: #092046; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #0f3573;
  background-color: #c0d4f5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0f3573;
    background-color: #aac5f2; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #0f3573;
    border-color: #0f3573; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Montserrat, Helvetica, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Montserrat, Helvetica, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #1d66dd !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1751b0 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #1d66dd !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #1d66dd !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #144799 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #444444 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*
* ink colors (with variations only for black and white)
*/
.btn {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px; }
  .btn-outline-white {
    color: white;
    border-color: white; }
    .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
      background: white !important;
      border-color: transparent !important;
      color: #329ef7 !important; }
    .btn-outline-white:focus, .btn-outline-white:active {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important; }
  .btn-outline-default {
    color: #1d66dd;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #dfdfdf; }
    .btn-outline-default.selected, .btn-outline-default:hover, .btn-outline-default:focus {
      border-color: #1d66dd;
      color: #1d66dd;
      transition: all ease .5s; }
  .btn-white {
    background: white;
    color: #1d66dd;
    font-weight: 500; }
    .btn-white:hover {
      color: #1d66dd; }
  .btn-subscribe {
    color: #6c757d;
    border-width: 1px;
    border-color: #6c757d;
    box-shadow: none !important; }
    .btn-subscribe:hover, .btn-subscribe:active, .btn-subscribe:focus {
      background-color: #6c757d !important;
      color: white !important;
      border-color: transparent !important; }
  .btn-lg {
    font-size: 1em; }

.button-other-premium {
  width: 25%; }
  @media (max-width: 991.98px) {
    .button-other-premium {
      width: 40%; } }
  @media (max-width: 767.98px) {
    .button-other-premium {
      width: 50%; } }

.btn-file {
  position: relative;
  overflow: hidden;
  border: dashed 1px;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  background: aliceblue; }

.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.button-primary, .button-default, .button-secondary, .button-faded-orange {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 calc(0.75 * 1rem);
  min-width: fit-content;
  width: auto;
  border-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  border-style: solid; }

.button-primary {
  color: #ffffff;
  background-color: #1D66DD; }
  .button-primary:focus {
    color: #ffffff;
    outline: none;
    box-shadow: 0 4px 8px 0 currentColor; }
  .button-primary:hover {
    color: #ffffff;
    opacity: 0.9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .button-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-default {
  color: rgba(51, 51, 51, 0.64);
  background-color: #ffffff; }
  .button-default:focus {
    color: rgba(51, 51, 51, 0.64);
    outline: none;
    box-shadow: 0 4px 8px 0 currentColor; }
  .button-default:hover {
    color: rgba(51, 51, 51, 0.64);
    opacity: 0.9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .button-default:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-secondary {
  color: rgba(51, 51, 51, 0.64);
  background-color: #f95151; }
  .button-secondary:focus {
    color: rgba(51, 51, 51, 0.64);
    outline: none;
    box-shadow: 0 4px 8px 0 currentColor; }
  .button-secondary:hover {
    color: rgba(51, 51, 51, 0.64);
    opacity: 0.9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .button-secondary:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-faded-orange {
  color: #ffffff;
  background-color: #ef6767; }
  .button-faded-orange:focus {
    color: #ffffff;
    outline: none;
    box-shadow: 0 4px 8px 0 currentColor; }
  .button-faded-orange:hover {
    color: #ffffff;
    opacity: 0.9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .button-faded-orange:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-sm {
  height: calc(1.5 * 1rem); }

.button-md {
  height: calc(2 * 1rem); }

.button-lg {
  height: calc(2.5 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.card-coverages ul li span {
  font-size: small;
  color: #aaa;
  display: block; }

.card-app {
  margin: -20px -20px 0; }
  .card-app header {
    padding: 10px; }
    .card-app header h2 {
      margin: 0 auto 5px;
      font-size: medium;
      font-weight: 600; }
  .card-app .cta {
    padding: 0 20px; }
  .card-app ul {
    list-style: none;
    margin: 10px 20px;
    padding: 0; }
    .card-app ul li {
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .card-app ul li dl {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-bottom: 0; }
        .card-app ul li dl dt,
        .card-app ul li dl dd {
          flex: 1;
          margin-bottom: 0; }
        .card-app ul li dl dt {
          font-weight: 500; }
        .card-app ul li dl dd {
          flex: 1.75;
          text-align: right; }

.card-pa-plan {
  font-size: 18px; }
  .card-pa-plan .info {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }

.card.payment .checkout-logo {
  max-width: 100px;
  max-height: 100px;
  margin: 5px 0 15px 0; }
  @media (min-width: 576px) {
    .card.payment .checkout-logo {
      margin: 25% 20%; } }

.card__container {
  border-radius: calc(0.25 * 1rem);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff; }

/*
* ink colors (with variations only for black and white)
*/
.compare__plan {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-bottom: 200px; }
  @media (min-width: 768px) {
    .compare__plan {
      margin-top: 2rem;
      margin-bottom: 100px; } }
  .compare__plan .container {
    position: relative; }
    @media (min-width: 768px) {
      .compare__plan .container {
        width: 80%;
        padding-top: 22px; } }
    @media (max-width: 991.98px) {
      .compare__plan .container {
        width: 500px;
        padding: 0; } }
  @media (max-width: 991.98px) {
    .compare__plan .side-content__container {
      display: none; } }
  .compare__plan .side-content {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media (min-width: 768px) {
      .compare__plan .side-content {
        margin-top: 22px; } }
    @media (max-width: 991.98px) {
      .compare__plan .side-content {
        display: none; } }
  .compare__plan--header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    margin-bottom: calc(1.25 * 1rem);
    top: 0;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden; }
    .compare__plan--header .compare__utils {
      height: inherit; }
      .compare__plan--header .compare__utils--header {
        height: 65%;
        padding: calc(0.75 * 1rem) !important; }
      .compare__plan--header .compare__utils--body {
        height: 16%;
        padding: 0 calc(0.75 * 1rem) !important;
        border-top: 1px solid #dfdfdf;
        color: #1D66DD;
        display: flex;
        align-items: center; }
        .compare__plan--header .compare__utils--body span {
          cursor: pointer;
          text-decoration: underline; }
      .compare__plan--header .compare__utils--footer {
        height: 19%;
        padding: 0 calc(0.75 * 1rem) !important;
        border-top: 1px solid #dfdfdf;
        display: flex;
        align-items: center; }
        .compare__plan--header .compare__utils--footer .position-absolute {
          position: unset !important; }
          .compare__plan--header .compare__utils--footer .position-absolute ul {
            margin: 0 !important; }
    .compare__plan--header .box {
      border-right: 1px solid #dfdfdf;
      position: relative;
      padding: 0; }
      @media (max-width: 991.98px) {
        .compare__plan--header .box {
          border-top: 1px solid #dfdfdf; } }
      .compare__plan--header .box:nth-last-child(1) {
        border-right: none; }
      .compare__plan--header .box__details {
        padding: calc(0.75 * 1rem);
        position: relative; }
        .compare__plan--header .box__details .brand__title {
          min-height: 45px;
          overflow: hidden;
          text-overflow: ellipsis; }
        .compare__plan--header .box__details .title {
          min-height: 65px;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 8px;
          color: #5C5C5C; }
        .compare__plan--header .box__details .plain__button {
          margin-top: calc(0.75 * 1rem) !important;
          text-decoration: none; }
        .compare__plan--header .box__details .close {
          position: absolute;
          right: calc(0.25 * 1rem);
          top: calc(0.25 * 1rem);
          cursor: pointer;
          font-size: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
        .compare__plan--header .box__details.use__border {
          border-bottom: 1px solid #dfdfdf; }
      .compare__plan--header .box__button {
        display: flex;
        justify-content: center;
        padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
        .compare__plan--header .box__button--text {
          font-size: 14px;
          line-height: 18px;
          font-weight: 400;
          color: #1D66DD;
          cursor: pointer; }
  @media (min-width: 768px) {
    .compare__plan .wrapper-body {
      overflow-x: scroll;
      margin: -10px;
      padding: 10px; } }
  @media (max-width: 991.98px) {
    .compare__plan .wrapper-body {
      max-height: none !important; } }
  .compare__plan--body {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    margin-bottom: calc(1.25 * 1rem); }
    .compare__plan--body p {
      margin: 0; }
    .compare__plan--body .title__box {
      padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
      border-bottom: 1px solid #dfdfdf;
      background: #164DA6; }
      .compare__plan--body .title__box--text {
        color: #ffffff; }
    .compare__plan--body .benkel__location {
      display: inline-flex;
      flex-direction: column; }
      .compare__plan--body .benkel__location span {
        margin-bottom: calc(0.75 * 1rem); }
        .compare__plan--body .benkel__location span i {
          margin-right: calc(0.5 * 1rem); }
      .compare__plan--body .benkel__location span:last-child {
        color: #333333; }
    .compare__plan--body .borderbox {
      height: auto;
      border-right: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
      padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
      position: relative; }
      .compare__plan--body .borderbox .empty-provider {
        height: 110px;
        padding: 50px; }
      .compare__plan--body .borderbox .provider-content {
        height: 110px;
        overflow: hidden; }
      .compare__plan--body .borderbox .provider-name {
        max-height: 65px;
        overflow: hidden; }
      @media (min-width: 769px) {
        .compare__plan--body .borderbox .empty-provider {
          height: 65px;
          padding: 27px; }
        .compare__plan--body .borderbox .provider-content {
          height: 65px;
          overflow: hidden; }
        .compare__plan--body .borderbox .provider-name {
          max-height: 30px;
          overflow: hidden; } }
    .compare__plan--body .box {
      height: auto;
      border-right: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
      padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
      position: relative; }
      .compare__plan--body .box__plain {
        border-bottom: none !important; }
      .compare__plan--body .box:nth-last-child(1) {
        border-right: none; }
      .compare__plan--body .box:first-child {
        background: #f2f7ff; }
        .compare__plan--body .box:first-child p {
          color: #164DA6; }
  .compare__plan--footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-x: scroll; }
    .compare__plan--footer .container-fluid, .compare__plan--footer .container-sm, .compare__plan--footer .container-md, .compare__plan--footer .container-lg, .compare__plan--footer .container-xl {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      background-color: #ffffff; }
    .compare__plan--footer .box {
      border-right: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
      padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
      position: relative; }
      .compare__plan--footer .box:nth-last-child(1) {
        border-right: none;
        border-left: 1px solid #dfdfdf; }
      .compare__plan--footer .box__button {
        height: 36px;
        font-size: 12px;
        font-weight: 700;
        width: 100%; }
        @media (max-width: 991.98px) {
          .compare__plan--footer .box__button {
            min-width: 50px; } }
  .compare__plan .text-link {
    color: #1D66DD;
    cursor: pointer; }
    .compare__plan .text-link:hover {
      text-decoration: underline; }
  .compare__plan .clickable {
    cursor: pointer; }
  .compare__plan .auto__range--wrapper {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    margin-bottom: calc(1.25 * 1rem);
    padding: calc(1.25 * 1rem); }
    .compare__plan .auto__range--wrapper > div:last-child {
      width: 100% !important; }
      @media (min-width: 992px) {
        .compare__plan .auto__range--wrapper > div:last-child {
          width: 50% !important; } }
    .compare__plan .auto__range--wrapper .auto__range--header {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .compare__plan .auto__range--wrapper .auto__range--header h4 {
        margin-right: calc(1.25 * 1rem); }
      .compare__plan .auto__range--wrapper .auto__range--header .search__box {
        position: relative; }
        .compare__plan .auto__range--wrapper .auto__range--header .search__box:before {
          content: 'Rp';
          position: absolute;
          left: 10px;
          top: 10px; }

.additionalBenefits__view {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  min-height: calc(100vh - 50px);
  background: #ffffff;
  z-index: 100; }

.additionalBenefits__modal {
  max-width: 450px !important; }
  .additionalBenefits__modal .modal-content {
    padding: 0; }

.sheet__body--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .sheet__body--wrapper .discount__input--wrapper {
    position: relative; }
    .sheet__body--wrapper .discount__input--wrapper .discount__input {
      padding-left: calc(0.75 * 1rem);
      width: 130px;
      border-radius: 4px;
      outline: none;
      border: 1px solid #d6d6d6;
      height: 40px; }
      .sheet__body--wrapper .discount__input--wrapper .discount__input::-webkit-inner-spin-button, .sheet__body--wrapper .discount__input--wrapper .discount__input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .sheet__body--wrapper .discount__input--wrapper:after {
      content: '%';
      position: absolute;
      right: 12px;
      top: 0;
      border-left: 1px solid #d6d6d6;
      color: #717171;
      height: 100%;
      padding-left: calc(0.75 * 1rem);
      display: flex;
      align-items: center; }

.premium__amount {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px; }

.mobile__utils {
  background-color: #ffffff;
  border: 1px solid #1D66DD;
  border-radius: calc(0.25 * 1rem); }

.form .form-check-label input {
  display: none; }
  .form .form-check-label input + span {
    position: relative;
    padding-left: 26px;
    cursor: pointer; }
    .form .form-check-label input + span::before {
      transition: all ease 0.15s;
      position: absolute;
      left: 0;
      width: 16px;
      height: 16px;
      background: white;
      border: 1px solid #dfdfdf;
      border-radius: 16px;
      content: ''; }
  .form .form-check-label input:hover + span::before {
    border-color: #1d66dd; }
  .form .form-check-label input:checked + span::before {
    border-color: #1d66dd; }
  .form .form-check-label input:checked + span::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 3px;
    top: 2px;
    background: #1d66dd;
    border-radius: 10px; }
  .form .form-check-label input[type='checkbox'] + span {
    padding-left: 20px; }
    .form .form-check-label input[type='checkbox'] + span::before {
      border: none;
      font-family: 'Ionicons', sans-serif;
      font-size: 18px;
      content: '\F380';
      top: -5px;
      background: transparent; }
  .form .form-check-label input[type='checkbox']:hover + span::before {
    color: #1d66dd; }
  .form .form-check-label input[type='checkbox']:checked + span::before {
    content: '\F2B8';
    color: #1d66dd; }
  .form .form-check-label input[type='checkbox']:checked + span::after {
    display: none; }

.form-quote .form-check-inline {
  margin-right: auto; }
  .form-quote .form-check-inline:not(:last-child) {
    margin-right: 20px; }

.form-quote .form-check-label input {
  display: none; }
  .form-quote .form-check-label input + span {
    position: relative;
    padding-left: 26px;
    cursor: pointer; }
    .form-quote .form-check-label input + span::before {
      transition: all ease 0.15s;
      position: absolute;
      left: 0;
      width: 16px;
      height: 16px;
      background: white;
      border: 1px solid #dfdfdf;
      border-radius: 16px;
      content: ''; }
  .form-quote .form-check-label input:hover + span::before {
    border-color: #1d66dd; }
  .form-quote .form-check-label input:checked + span::before {
    border-color: #1d66dd; }
  .form-quote .form-check-label input:checked + span::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 3px;
    top: 2px;
    background: #1d66dd;
    border-radius: 10px; }
  .form-quote .form-check-label input[type='checkbox'] + span {
    padding-left: 20px; }
    .form-quote .form-check-label input[type='checkbox'] + span::before {
      border: none;
      font-family: 'Ionicons', sans-serif;
      font-size: 18px;
      content: '\F380';
      top: -5px;
      background: transparent; }
  .form-quote .form-check-label input[type='checkbox']:hover + span::before {
    color: #1d66dd; }
  .form-quote .form-check-label input[type='checkbox']:checked + span::before {
    content: '\F2B8';
    color: #1d66dd; }
  .form-quote .form-check-label input[type='checkbox']:checked + span::after {
    display: none; }

.form-quote .invalid-feedback {
  margin-top: 1em; }

.form-dark {
  color: white; }
  .form-dark .form-check-label input[type='checkbox']:hover + span::before {
    color: white; }
  .form-dark .form-check-label input[type='checkbox']:checked + span::before {
    color: white; }
  .form-dark button[type='submit'] {
    border: 1px solid white; }
  .form-dark .invalid-feedback {
    color: white; }

.form-check {
  padding-left: 0; }

.form-quote-family {
  margin-left: -16px;
  margin-right: -16px;
  border-radius: 0;
  padding: 1.5em;
  border-top: 1px solid #dee2e6; }
  .form-quote-family .separator {
    border-bottom: 1px solid #dee2e6;
    margin-left: -20px;
    margin-right: -20px; }

.form-control.copy-input {
  background-color: white;
  padding: 1rem 1.5rem; }

/*
* ink colors (with variations only for black and white)
*/
.lds-ring div, .lds-ring.primary div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px; }

.lds-ring div {
  border-color: #fff transparent transparent transparent; }

.lds-ring.primary div {
  border-color: #1D66DD transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.order-page-loader {
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  width: 100%;
  height: 100%; }

/*
* ink colors (with variations only for black and white)
*/
.displayNone {
  top: -100px; }

.simpleNavigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  background: #ffffff;
  z-index: 9; }
  .simpleNavigation__blue {
    background: #1D66DD; }
  .simpleNavigation__backBtn {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: calc(0.25 * 1rem);
    width: 35px;
    height: 35px; }
    .simpleNavigation__backBtn img {
      width: 24px;
      height: 24px; }
  .simpleNavigation__backBtnWhite {
    position: absolute;
    top: 25px;
    left: 15px;
    padding: calc(0.25 * 1rem);
    width: 30px;
    height: 30px;
    padding: 3px;
    border-radius: 50%;
    background: #1D66DD; }
    .simpleNavigation__backBtnWhite img {
      width: 24px;
      height: 24px; }
  .simpleNavigation__logo img {
    width: 90px;
    height: 30px; }

.space__between {
  justify-content: space-between; }

.flex__start {
  justify-content: flex-start; }

.simpleNavigationBlue {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #1D66DD;
  z-index: 1000; }
  @media (min-width: 992px) {
    .simpleNavigationBlue {
      height: 75px; } }
  .simpleNavigationBlue .header__invisble {
    visibility: hidden; }
  .simpleNavigationBlue__backBtn {
    height: 30px;
    width: 30px;
    padding: 3px;
    margin-left: calc(1.25 * 1rem); }
    .simpleNavigationBlue__backBtn i {
      font-size: 24px;
      color: #ffffff;
      font-weight: 600; }
  .simpleNavigationBlue__logo {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .simpleNavigationBlue__logo {
        width: 75%; } }
    .simpleNavigationBlue__logo img {
      width: auto;
      height: 30px;
      text-align: center; }
  .simpleNavigationBlue .profile .profile__dropdown {
    border-radius: 50%;
    background-color: #ffffff;
    color: #ffffff;
    outline: none;
    border: none;
    height: 30px;
    width: 30px;
    margin-right: calc(0.75 * 1rem);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .simpleNavigationBlue .profile .profile__dropdown i {
      font-size: 22px;
      color: #1D66DD;
      vertical-align: middle; }
  .simpleNavigationBlue .profile .profile__menu--list {
    position: absolute;
    width: 75px;
    height: auto;
    right: 10px;
    background-color: #ffffff;
    list-style: none;
    padding: calc(0.5 * 1rem) calc(1.25 * 1rem) 0 calc(0.5 * 1rem);
    margin: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
    .simpleNavigationBlue .profile .profile__menu--list li {
      display: block;
      margin-bottom: calc(0.5 * 1rem); }

.dropdown-menu.show {
  border: none; }
  @media (min-width: 768px) {
    .dropdown-menu.show {
      border: 1px solid rgba(0, 0, 0, 0.15); } }

.dropdown-item:hover {
  color: #1D66DD;
  font-weight: 500; }

.dropdown-item:focus {
  background-color: white; }

.dropdown-menu.columns-2 {
  min-width: 350px; }

@media (max-width: 991.98px) {
  .navbar {
    height: 50px; } }

@media (max-width: 991.98px) {
  .navbar .container {
    display: block; } }

.navbar .container .navbarToggler {
  display: inline-block;
  padding: calc(0.25 * 1rem) calc(0.75 * 1rem);
  padding-left: 0px; }
  .navbar .container .navbarToggler i {
    color: #1d66dd;
    font-size: 20px; }
  @media (min-width: 768px) {
    .navbar .container .navbarToggler {
      display: none; } }

.navbar .container .account {
  display: inline;
  padding: calc(0.25 * 1rem) calc(0.75 * 1rem);
  padding-right: 0;
  float: right; }
  .navbar .container .account.active {
    background-color: #f2f7ff; }
  .navbar .container .account i {
    color: #1d66dd;
    font-size: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem)); }
  @media (min-width: 768px) {
    .navbar .container .account {
      display: none; } }

.navbar .container .search {
  display: inline-block;
  padding: calc(0.25 * 1rem) calc(0.75 * 1rem);
  float: right; }
  .navbar .container .search i {
    color: #1d66dd;
    font-size: calc(calc(1.25 * 1rem) + calc(0.25 * 1rem)); }
  @media (min-width: 768px) {
    .navbar .container .search {
      display: none; } }

.nav-link.phone {
  text-align: center;
  margin-top: 0.5em; }
  @media (min-width: 768px) {
    .nav-link.phone {
      text-align: initial;
      margin-top: 0; } }

.nav-tabs {
  cursor: pointer; }

.navbar-brand.back-arrow {
  display: none;
  margin-right: 0; }
  @media (max-width: 576px) {
    .navbar-brand.back-arrow {
      display: inline-block; } }

.navbar-brand.hidden-div {
  display: none; }
  @media (max-width: 576px) {
    .navbar-brand.hidden-div {
      display: inline-block; } }

.orderNavbar .step-line {
  top: 20%;
  left: 50%;
  width: 100%;
  display: block;
  position: absolute;
  border-top: 3px solid #b6b6b6; }
  .orderNavbar .step-line.done {
    border-top: 3px solid black; }

.orderNavbar .circle {
  position: relative;
  height: 18px;
  width: 18px;
  background-color: #b6b6b6;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .orderNavbar .circle.isBayar, .orderNavbar .circle.notYet {
    cursor: auto; }
  .orderNavbar .circle .process-icon {
    margin: 1.5px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    height: 9px;
    width: 9px; }
  .orderNavbar .circle.done {
    background-color: #333330; }
    .orderNavbar .circle.done .done-icon {
      color: white; }
  .orderNavbar .circle.active {
    cursor: auto;
    background-color: #1d66dd; }
    .orderNavbar .circle.active .active-icon {
      width: 12px;
      height: 12px;
      border-width: 1.5px;
      border-top-color: transparent;
      border-right-color: white;
      border-left-color: transparent;
      animation: 0;
      vertical-align: 1%; }

.orderNavbar .text-indicator {
  font-size: 12px;
  color: #b6b6b6; }
  .orderNavbar .text-indicator.done {
    color: #333330; }
  .orderNavbar .text-indicator.active {
    color: #1d66dd; }

@media (min-width: 767.99px) {
  .autoPlanProductList--productList {
    margin-bottom: 3rem; } }

@media (max-width: 767.98px) {
  .autoPlanProductList--filter {
    padding: 0px;
    position: sticky;
    background-color: white;
    z-index: 999;
    top: 50px;
    margin-bottom: 15px; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0.3rem; }

h5 {
  font-weight: 500; }

html {
  scroll-behavior: smooth; }

body {
  padding-top: 75px !important;
  font-family: "Open Sans" !important; }
  body::-webkit-scrollbar {
    display: block !important;
    width: 8px; }
  body::-webkit-scrollbar-track {
    background: #c2c2c2;
    box-shadow: 0 0 0 2px #333333; }
  body::-webkit-scrollbar-thumb {
    background: #1D66DD;
    border-radius: calc(0.5 * 1rem); }
  @media (max-width: 991.98px) {
    body {
      padding-top: 50px !important; } }

* {
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  *::-webkit-scrollbar {
    display: none; }

p {
  color: #333;
  font-weight: 400; }

.navbar {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.06); }

.nav-link {
  font-weight: 500; }

.navigation__brand {
  min-width: fit-content; }

.rounded {
  overflow: hidden; }

.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.fdb-block {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  padding: 7.5rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #ffffff; }
  .fdb-block .container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .fdb-block .container.bg-r {
      background-position: right; }
  .fdb-block.fdb-viewport {
    min-height: calc(100% - 2 * 7.5rem); }
    .fdb-block.fdb-viewport .container {
      min-height: calc(100% - 2 * 7.5rem); }
  .fdb-block.fdb-image-bg {
    color: #f2f2f2; }
  .fdb-block .fdb-box {
    background: #ffffff;
    padding: 3.75rem 2.5rem;
    overflow: hidden;
    color: #444444;
    border-radius: 0.25rem;
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important; }
  .fdb-block .fdb-touch {
    border-top: solid 0.3125rem #1d66dd;
    z-index: 2; }
  .fdb-block img + p,
  .fdb-block img + h3,
  .fdb-block img + h4 {
    margin-top: 1.25rem; }
  .fdb-block img + h1,
  .fdb-block img + h2 {
    margin-top: 2.5rem; }
  .fdb-block .col-fill-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .fdb-block .col-fill-left + div {
      position: relative;
      z-index: 2; }
  .fdb-block .col-fill-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .fdb-block .col-fill-right + div {
      position: relative;
      z-index: 2; }
  .fdb-block img.fdb-icon {
    width: auto;
    width: 3.75rem; }
  .fdb-block img.fdb-icon-round {
    width: auto;
    width: 3.75rem; }
  .fdb-block .row-100 {
    height: 6.25rem;
    width: 100%; }
  .fdb-block .row-50 {
    height: 3.125rem;
    width: 100%; }
  .fdb-block .row-70 {
    height: 4.375rem;
    width: 100%; }

footer {
  padding: 1.875rem 0 !important; }
  footer.footer-large {
    padding: 6.25rem 0 !important; }
  footer .flex-column .nav-link {
    padding-left: 0; }
  footer.bg-dark {
    background: #2d313c;
    color: #f2f2f2; }
    footer.bg-dark a {
      color: #f2f2f2; }
  footer a {
    color: #444444; }

header {
  background-color: #ffffff; }
  header .navbar-nav a.nav-link {
    color: #777; }
    header .navbar-nav a.nav-link:hover {
      color: #1d66dd; }
  header .navbar-nav .active a.nav-link {
    color: #444444; }
  header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  header.bg-dark .navbar-nav a.nav-link {
    color: #dcdcdc; }
    header.bg-dark .navbar-nav a.nav-link:hover {
      color: #1d66dd; }
  header.bg-dark .navbar-nav .active a.nav-link {
    color: #ffffff; }
  header.bg-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

header + header {
  border-top: solid 0.0625rem #eee; }

.bg-dark {
  background-color: #2d313c;
  color: #f2f2f2; }
  .bg-dark p.lead {
    color: white; }

.bg-gray {
  background-color: #f4f7fe;
  color: #444444; }

.navbar-brand img {
  max-height: 30px; }

.menu-desc {
  font-size: 0.875em;
  display: block; }

.usp-banner {
  background-image: url("/static/images/banner-usp.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%; }

.life-banner {
  background-image: url("/static/images/cat-2ndbanner-life.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%; }

.about-banner-1 {
  background-image: url("/static/images/about-banner-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .about-banner-1 h1 {
    padding: 300px 15px 50px; }

.about-banner-2 {
  background-image: url("/static/images/about-banner-2.png");
  background-repeat: no-repeat;
  background-position: center bottom; }
  .about-banner-2 h5 {
    font-weight: 500; }

.about-banner-3 {
  background-image: url("/static/images/about-banner-3.png");
  background-repeat: no-repeat;
  background-position: center bottom; }
  .about-banner-3 h5 {
    font-weight: 500; }

.about-banner-4 {
  background-image: url("/static/images/about-banner-4.png");
  background-repeat: no-repeat;
  background-position: center bottom; }
  .about-banner-4 h5 {
    font-weight: 500; }

.promo-tab {
  border: 1px solid #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .promo-tab:hover {
    cursor: pointer; }
    .promo-tab:hover .active:hover {
      color: #495057; }

.tab-container {
  background-color: #f8f8f8 !important;
  margin-top: -1px; }

.dropdown-menu {
  font-size: 0.875rem !important;
  right: 0;
  left: auto; }

.color-lp-red {
  color: #e81a1a; }

.color-lp-input-red {
  background-color: rgba(239, 103, 103, 0.1);
  border: 1px solid rgba(239, 103, 103, 0.4); }

.color-lp-blue {
  color: #1d66dd; }

.color-lp-orange {
  color: #f39c12; }

.color-lp-yellow {
  color: #faaf40; }

.color-lp-grey {
  color: #b6b6b6; }

.color-error-red {
  color: #ee6766; }

.error-conclusion {
  color: #ee6766;
  padding: 20px 0px 20px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 20px; }

.profile-navbar {
  color: #1d66dd !important;
  border-radius: 3.5px;
  padding: 0.25rem 1.625rem;
  font-size: 0.875rem;
  line-height: 1.5; }
  @media (min-width: 992px) {
    .profile-navbar {
      border: 2px solid #ddd; } }

.header-collapse.show {
  height: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available; }

@media (max-width: 991.98px) {
  .header-collapse.overflowActive {
    overflow: auto; } }

.header-theme {
  background-color: white; }
  .header-theme .nav-link {
    color: #333333 !important; }
    .header-theme .nav-link:hover {
      color: #1D66DD !important; }
  .header-theme .navigation__active {
    border-bottom: 2px solid #1D66DD; }

.header-theme-agent {
  background-color: #1d66dd !important; }
  .header-theme-agent .nav-link {
    color: white !important; }
    .header-theme-agent .nav-link:hover {
      color: #77a3eb !important; }
    @media (max-width: 767.98px) {
      .header-theme-agent .nav-link {
        color: #333333 !important; }
        .header-theme-agent .nav-link:hover {
          border: none !important; } }
  .header-theme-agent .navigation__active {
    border-bottom: 2px solid #E81A1A; }
  .header-theme-agent .navbarToggler > i {
    color: #73a9ea !important; }

.pillar-card {
  background-position: left bottom;
  background-size: 130px;
  background-repeat: no-repeat; }

.card-body.pillar-card {
  padding-left: 140px; }

.pillar-cepat {
  background-image: url("/static/images/pillar-cepat.png"); }

.pillar-sederhana {
  background-image: url("/static/images/pillar-sederhana.png"); }

.pillar-terjangkau {
  background-image: url("/static/images/pillar-terjangkau.png"); }

.pillar-melayani {
  background-image: url("/static/images/pillar-melayani.png"); }

.category-icon {
  padding: 0px 15px 15px; }

.category-icon img {
  max-width: 100%; }

.main-banner {
  background-color: #1d66dd; }

.main-banner .col-6 {
  padding: 0px; }

.main-banner-mid {
  padding-top: 50px;
  font-size: 18px;
  z-index: 1; }

.cta-btn {
  min-width: 170px;
  font-weight: 500; }

.main-banner-left,
.main-banner-right {
  height: 350px;
  margin-top: -350px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 2; }

.main-banner-left {
  background-image: url("/static/images/main-banner-individual.png");
  background-position: left bottom; }

.main-banner-right {
  background-image: url("/static/images/main-banner-business.png");
  background-position: right bottom; }

#partner-slider {
  background-color: white;
  border-radius: 4px; }

#faq-accordion .card .card-header {
  padding-left: 5px; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #f8f8f8 !important;
  border-bottom: 1px solid #f8f8f8; }

@media (max-width: 1200px) {
  .main-banner-mid h1 {
    font-size: 2rem; }
  .main-banner-left,
  .main-banner-right {
    height: 300px;
    margin-top: -300px; } }

@media (max-width: 992px) {
  .main-banner-mid h1 {
    font-size: 1.75rem; }
  .main-banner-mid p {
    font-size: 16px; }
  .main-banner-left,
  .main-banner-right {
    height: 250px;
    margin-top: -250px; } }

@media (max-width: 768px) {
  .main-banner-left,
  .main-banner-right {
    display: none; } }

.pre {
  padding: 25px; }

.heading-2xs-r {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400; }

.heading-2xs-b {
  font-size: 10px;
  line-height: 14px;
  font-weight: 700; }

.heading-2xs-m {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500; }

.heading-xs-r {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400; }

.heading-xs-m {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500; }

.heading-xs-b {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700; }

.heading-sm-r {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400; }

.heading-sm-m {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500; }

.heading-sm-sb {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600; }

.heading-sm-b {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700; }

.heading-md-m {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500; }

.heading-md-r {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }

.heading-md-b {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700; }

.heading-lg-m {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }

.heading-lg-r {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400; }

.heading-lg-b {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.heading-xl-m {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500; }

.heading-xl-r {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400; }

.heading-xl-b {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700; }

.white-space-no-wrap {
  white-space: nowrap; }

@media (min-width: 992px) {
  .conatiner__wrapper {
    padding: 10px 120px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .header__wrapper {
    margin: 0 !important; } }

.container__fluid--wrapper {
  padding: 0; }

.lowest-media {
  min-width: 382px; }
  @media (min-width: 320px) and (max-width: 374px) {
    .lowest-media {
      min-width: 320px; } }

@media (min-width: 992px) {
  .copy__rights {
    white-space: pre-line;
    text-align: center; } }

.faq__main--title {
  font-size: 22px; }
  @media (max-width: 991.98px) {
    .faq__main--title {
      font-size: 18px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .navbar .container .navbarToggler {
    display: inline-block; }
  .navbar .container .account {
    display: inline-block; }
  .navbar .container .search {
    display: inline-block; }
  .menuNavigationMobile .border-bottom {
    border-bottom: none; }
  .navbar .menuNavigationMobile .nav-item .dropdown-menu {
    border: none !important; }
    .navbar .menuNavigationMobile .nav-item .dropdown-menu:not(:first-child) {
      border-bottom: 1px solid #dee2e6 !important; } }

.Help {
  margin-top: calc(0.25 * 1rem); }

.d-sm-block {
  display: block; }
  @media (max-width: 991.98px) {
    .d-sm-block {
      display: none; } }

.rating__star .icon,
.radio-custom .icon {
  display: inline !important; }

.InputWrapper .icon {
  min-height: max-content !important; }

.plain__button {
  border: none;
  background: none;
  text-decoration: underline;
  margin-top: calc(3.25 * 1rem);
  color: #1D66DD;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400; }
  .plain__button:active {
    background: none;
    border: none; }

.LeadForm--Modal .modal-header {
  border-bottom-color: transparent; }
  .LeadForm--Modal .modal-header h5 {
    font-size: 14px;
    color: #717171;
    border-bottom-color: transparent; }

.LeadForm--Modal .DatePicker .custom__date--picker {
  font-weight: 400; }

.LeadForm--Modal .plain__button {
  margin-top: 24px; }

.LeadForm--Modal .modal-content {
  width: 100% !important; }
  @media (min-width: 768px) {
    .LeadForm--Modal .modal-content {
      width: 30% !important; } }

.max-content {
  width: max-content; }

.border-radius-xs {
  border-radius: calc(0.5 * 1rem); }

.carousel__title--landing {
  white-space: nowrap;
  margin-bottom: calc(0.75 * 1rem) !important; }
  @media (min-width: 768px) {
    .carousel__title--landing {
      font-size: 20px !important;
      font-weight: 500;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: center;
      text-transform: capitalize; } }

.disable__action {
  opacity: 0.5;
  pointer-events: none; }

.w-100 {
  width: 100%; }

.font-style-italic {
  font-style: italic; }

.rc-tooltip .rc-tooltip-content .rc-tooltip-arrow,
.rc-tooltip .rc-tooltip-content .rc-tooltip-arrow-inner {
  border-top-color: #333333; }

.rc-tooltip .rc-tooltip-content .rc-tooltip-inner {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff; }

.lead__notes--history {
  max-height: 350px;
  overflow-y: scroll;
  height: max-content; }
  .lead__notes--history .notes__history--list {
    padding-left: 0;
    list-style: none;
    margin-top: calc(1.25 * 1rem); }
    .lead__notes--history .notes__history--list .notes__item {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .lead__notes--history .notes__history--list .notes__item:not(:last-child) {
        border-bottom: 0.5px solid #c2c2c2; }
      .lead__notes--history .notes__history--list .notes__item:not(:first-child) {
        margin-top: calc(0.5 * 1rem); }
      .lead__notes--history .notes__history--list .notes__item .notes__info {
        display: inline-flex; }
        .lead__notes--history .notes__history--list .notes__item .notes__info span:first-child {
          margin-right: auto; }
        .lead__notes--history .notes__history--list .notes__item .notes__info span:not(:first-child) {
          margin-right: calc(0.5 * 1rem); }

.lead__callme_title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #183B56; }

.lead__callme_divider {
  border-top: 1px dashed #e2e8f0;
  height: 1px;
  width: 100%; }

.lead__callme_voucher_text {
  font-size: 14px; }
  .lead__callme_voucher_text span {
    background-color: #FDE4BF;
    padding: 4px 4px;
    font-weight: 600 !important; }

.lead__callme_warning {
  font-size: 12px;
  color: #EA4B4B; }

.lead__callme_btn {
  padding: 10px 12px;
  border-radius: 4px; }
  .lead__callme_btn_primary {
    font-weight: 700 !important;
    color: white;
    border: 1px solid #1D66DD;
    background-color: #1D66DD; }
  .lead__callme_btn_secondary {
    color: #1D66DD;
    font-weight: 600 !important;
    border: 1px solid #1D66DD;
    background-color: rgba(29, 102, 221, 0.1); }
  .lead__callme_btn_transparent {
    color: #1D66DD;
    font-weight: 600 !important;
    border: 1px solid #1D66DD;
    background-color: white; }
  .lead__callme_btn_inactive {
    color: #c2c2c2;
    font-weight: 700 !important;
    border: none;
    background-color: rgba(194, 194, 194, 0.1); }

.policy__expiry--modal .custom__picker--field {
  width: 100%; }

.policy__expiry--modal .custom__picker--field:first-child {
  margin-right: 8px; }

.policy__expiry--modal .lp-button-primary {
  margin-top: calc(0.75 * 1rem); }

.lp__input--group .md .input__prefix {
  top: 9px !important; }

.lp__input--group .lp__input--wrapper input[type=tel] {
  padding: 0 45px !important; }

.ion-md-notifications {
  font-size: 20px; }

.notification__wrapper {
  position: relative;
  top: -30px;
  right: -15px; }

.desktop__notification {
  position: absolute;
  right: 10px;
  top: 0px; }

.bg-white {
  background-color: #ffffff;
  color: #333333; }

.fixed-top {
  position: fixed !important;
  z-index: 10 !important; }

#notification__tone {
  display: none; }

.lightbox-img-thumbnail {
  box-shadow: none;
  height: 200px !important;
  width: 100% !important; }
  .lightbox-img-thumbnail:hover {
    box-shadow: none; }

.lightbox-container {
  max-height: 200px;
  overflow: hidden; }

.exit__container {
  margin-top: calc(1.25 * 1rem); }

.response__modal .modal-body {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column; }
  .response__modal .modal-body img {
    height: 98px;
    width: 92px; }
  .response__modal .modal-body .title {
    margin-top: calc(0.75 * 1rem);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700; }
  .response__modal .modal-body .info {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.4px !important;
    text-align: center; }

.response__modal_callme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
  width: 400px !important; }
  @media (max-width: 991.98px) {
    .response__modal_callme {
      margin: 0;
      transition: unset !important;
      transform: none !important;
      left: 0; } }
  .response__modal_callme .modal-header {
    padding: 0.5rem 1rem 0;
    border-bottom: none; }
    .response__modal_callme .modal-header i {
      font-size: 25px;
      font-weight: 700;
      color: #1d66dd;
      cursor: pointer; }
  .response__modal_callme .modal-content {
    border-radius: 12px; }
    @media (max-width: 991.98px) {
      .response__modal_callme .modal-content {
        position: fixed;
        bottom: 0;
        border-radius: 20px 20px 0 0;
        padding-left: 8px;
        padding-right: 8px; } }
    .response__modal_callme .modal-content .modal-body button span {
      color: rgba(24, 59, 86, 0.6); }
    .response__modal_callme .modal-content .modal-body span {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700; }
  .response__modal_callme .title {
    margin-bottom: calc(1.25 * 1rem);
    font-size: 14px;
    line-height: 18px;
    font-weight: 600; }
  .response__modal_callme .cwa {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600; }

.login__register--modal .modal-body {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column; }
  .login__register--modal .modal-body img {
    height: 120px !important;
    width: 120px !important; }
  .login__register--modal .modal-body .title {
    margin-top: calc(0.75 * 1rem);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: normal; }
  .login__register--modal .modal-body .info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.4px !important;
    text-align: center;
    line-height: 1.67;
    letter-spacing: normal; }
  .login__register--modal .modal-body button {
    margin: calc(0.5 * 1rem) 0; }

.login__register--modal .modal__wrapper--header .header__right {
  margin-right: calc(1.25 * 1rem) !important;
  margin-top: 10px; }

.seo__accordion--item--label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #5e5e5e;
  cursor: pointer;
  line-height: 1.5rem;
  width: 100%; }

.verification__modal .modal-content {
  height: 600px; }

.mask__body {
  background-color: #b8afaf;
  pointer-events: none;
  filter: opacity(0.5);
  padding-top: 0 !important;
  overflow: hidden; }

.global__loader--wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Heart beat animation */ }
  .global__loader--wrapper .global__loader {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/heart.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 40%;
    left: 48%;
    transform: translate(-50%, -50%);
    animation: beat .75s infinite;
    transform-origin: center;
    opacity: 1; }

@keyframes beat {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(0.65); }
  68%,
  72% {
    transform: scale(0.75); }
  100% {
    transform: scale(1); } }

.slider__wrapper {
  display: flex;
  gap: 30px; }
  .slider__wrapper .slider__control {
    width: 50px;
    background-color: #1D66DD;
    color: #ffffff;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 18px; }
    .slider__wrapper .slider__control:not(.disabled):hover {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
    .slider__wrapper .slider__control.disabled {
      background-color: #c2c2c2; }

.single-page-about {
  padding: 0 35px; }
  @media (max-width: 991.98px) {
    .single-page-about {
      padding: 0 30px !important; } }
  @media (max-width: 991.98px) {
    .single-page-about .section-title {
      font-size: 20px; } }
  .single-page-about .row {
    margin-bottom: 40px; }
  .single-page-about .first-section {
    display: flex; }
    @media (max-width: 991.98px) {
      .single-page-about .first-section {
        display: block !important; } }
    .single-page-about .first-section-left {
      width: 61%;
      align-self: center; }
      @media (max-width: 991.98px) {
        .single-page-about .first-section-left {
          width: 100% !important; } }
    .single-page-about .first-section-right {
      width: 39%; }
      @media (max-width: 991.98px) {
        .single-page-about .first-section-right {
          width: auto; } }
      .single-page-about .first-section-right img {
        width: 360px;
        height: auto; }
        @media (max-width: 991.98px) {
          .single-page-about .first-section-right img {
            width: 300px; } }
  .single-page-about .third-section {
    justify-content: center; }
    .single-page-about .third-section .section-body {
      text-align: left;
      justify-content: center;
      margin: 20px; }
      @media (max-width: 991.98px) {
        .single-page-about .third-section .section-body {
          margin: 0 20px; } }
      .single-page-about .third-section .section-body .brand-title {
        font-size: 12px;
        font-weight: 600;
        line-height: 20px; }
    .single-page-about .third-section .image-wrapper {
      margin: 0 10px;
      color: #183b56;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .single-page-about .third-section .image-wrapper {
          margin: 10px 4px 0 4px; } }
      .single-page-about .third-section .image-wrapper:hover {
        color: #1d66dd; }
    .single-page-about .third-section img:hover {
      border: 1.3px solid #1d66dd;
      border-radius: 10px; }
  @media (max-width: 991.98px) {
    .single-page-about .forth-section {
      display: block; } }
  .single-page-about .forth-section .section-body {
    margin-top: 35px;
    display: flex; }
    @media (max-width: 991.98px) {
      .single-page-about .forth-section .section-body {
        display: block; } }
    .single-page-about .forth-section .section-body-group {
      display: flex; }
      @media (max-width: 991.98px) {
        .single-page-about .forth-section .section-body-group {
          display: flex;
          margin-top: 25px; } }
      .single-page-about .forth-section .section-body-group .section-body-img img {
        max-width: fit-content; }
      .single-page-about .forth-section .section-body-group .section-body-txt {
        text-align: left;
        padding: 0 15px; }
        .single-page-about .forth-section .section-body-group .section-body-txt-title {
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 10px; }
        .single-page-about .forth-section .section-body-group .section-body-txt-subtitle {
          font-weight: 500;
          line-height: 20px;
          font-size: 12px; }

/*
* ink colors (with variations only for black and white)
*/
.credit-card__form {
  margin-top: calc(0.75 * 1rem); }
  .credit-card__form--item {
    margin: calc(2 * 1rem) 0; }
    .credit-card__form--item .cc-label {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
    .credit-card__form--item--expiry {
      display: flex; }
      .credit-card__form--item--expiry .field.FieldForm {
        width: 100%;
        margin: 0; }
      .credit-card__form--item--expiry span {
        margin-left: calc(calc(0.5 * 1rem) + calc(0.25 * 1rem));
        margin-top: calc(0.75 * 1rem);
        color: #dfdfdf; }
      .credit-card__form--item--expiry .field:nth-last-child(1) {
        margin-left: calc(calc(0.5 * 1rem) + calc(0.25 * 1rem)); }
  .credit-card__form--premium {
    padding: calc(0.75 * 1rem) calc(1.25 * 1rem);
    margin: calc(2 * 1rem) 0;
    border-radius: 12px;
    box-shadow: 0 12px 24px 0 rgba(68, 68, 68, 0.1); }
    .credit-card__form--premium p {
      font-weight: bold;
      background-image: linear-gradient(to right, #2c95f6, #844a8d 100%, #9b4572 100%, #d6362b 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .credit-card__form--button {
    width: 100% !important;
    margin-top: calc(0.75 * 1rem); }
  .credit-card__form p {
    margin-bottom: 0; }
  .credit-card__form .cc__brand--logo {
    max-height: 25px;
    width: auto;
    margin-left: calc(0.75 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.col-small .card {
  padding: 0 !important; }
  @media (max-width: 991.98px) {
    .col-small .card {
      border: none; } }
  .col-small .card > div:not(.box-divider-2) {
    padding: 16px; }

.digital__product--voucher .box__discount {
  margin-bottom: 0 !important; }

.responsive__checkout {
  width: 30vw;
  margin: 20px auto; }
  @media (max-width: 991.98px) {
    .responsive__checkout {
      width: 100vw;
      margin: 0; }
      .responsive__checkout .border-radius-xs {
        border-radius: 0 !important; } }
  .responsive__checkout .card {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25); }
    @media (max-width: 991.98px) {
      .responsive__checkout .card {
        box-shadow: none; } }
    @media (min-width: 768px) {
      .responsive__checkout .card {
        border: none; } }
  .responsive__checkout .checkout-shadow {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25) !important; }
  .responsive__checkout .container {
    width: 100%;
    padding: 0; }
  .responsive__checkout .minified__view {
    margin: 0 calc(0.5 * 1rem);
    padding: calc(0.75 * 1rem) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: calc(0.5 * 1rem); }
    .responsive__checkout .minified__view--header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .responsive__checkout .minified__view.error {
      border: 1px solid #E81A1A; }
    .responsive__checkout .minified__view.disabled {
      background-color: #f7f7f7;
      color: #c2c2c2;
      pointer-events: none;
      cursor: not-allowed; }
      .responsive__checkout .minified__view.disabled p {
        color: #c2c2c2 !important; }
    .responsive__checkout .minified__view .minified__left--view {
      display: flex;
      align-items: flex-start;
      flex-direction: column; }
    .responsive__checkout .minified__view .minified__right--view {
      color: #1D66DD;
      cursor: pointer; }

.checkout__app-header {
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .checkout__app-header {
      display: none; } }
  .checkout__app-header .button-back {
    flex-grow: 1;
    align-self: center; }
    .checkout__app-header .button-back i {
      vertical-align: middle; }
  .checkout__app-header .title-page {
    flex-grow: 1.5; }
  .checkout__app-header .button-save {
    color: #1D66DD;
    cursor: pointer; }

.payment__term--checkout {
  padding: calc(0.75 * 1rem) !important; }

.checkout {
  margin-bottom: calc(2 * 1rem); }
  @media (max-width: 991.98px) {
    .checkout {
      margin-bottom: 100px; } }
  .checkout .title-page {
    font-size: 22px;
    font-weight: bold;
    color: #333333; }
  .checkout .box-checkout {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .checkout .box-premi p:first-child {
    font-weight: bold;
    font-size: 12px;
    margin: 0; }
  .checkout .box-divider {
    padding: calc(0.75 * 1rem); }
    .checkout .box-divider span.Label::before {
      margin-right: 15px !important; }
  .checkout .box-divider-2 {
    padding: 0 30px; }
  .checkout .box-discount {
    padding: 10px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    color: #1D66DD; }
    .checkout .box-discount .ion-md-close {
      color: #c2c2c2; }
  .checkout .clickable {
    cursor: pointer; }
  .checkout .not-allowed {
    cursor: not-allowed; }
  .checkout .inline-text {
    display: inline; }
  .checkout .icon-back {
    font-size: 20px;
    color: #1d66dd; }
  .checkout .text-back {
    font-size: 14px;
    font-weight: 500; }
  .checkout .text-bold {
    font-weight: bold; }
  .checkout .text-primary {
    color: #1D66DD; }
  .checkout .text-error {
    color: #ea4b4b; }
  .checkout .button-back {
    cursor: pointer;
    color: #1D66DD; }
  .checkout .pos-right {
    float: right; }
  .checkout .green {
    color: #00bd56; }
  .checkout .title-display {
    font-size: 12px;
    font-weight: bold; }
  .checkout .price-text {
    font-size: 22px;
    font-weight: bold;
    color: #1D66DD; }
  .checkout .text-capital {
    text-transform: capitalize; }
  .checkout .btn-cancel {
    background-color: white;
    border: none;
    color: #e81a1a; }
    .checkout .btn-cancel.disabled {
      cursor: no-drop; }
  .checkout hr {
    margin: 0; }
  .checkout .tab-off, .checkout .tab-on {
    padding: 10px 0;
    cursor: pointer; }
  .checkout .payment-link {
    text-align: center;
    color: #333333;
    margin-bottom: 200px; }
    .checkout .payment-link--header {
      padding: 15px 0; }
    .checkout .payment-link--payment-support {
      padding: 15px 0;
      margin-bottom: 10px; }
      .checkout .payment-link--payment-support p {
        margin-bottom: 10px; }
      .checkout .payment-link--payment-support .images-list {
        margin: 0;
        display: flex;
        max-width: 320px;
        justify-content: space-evenly;
        flex-wrap: wrap; }
        .checkout .payment-link--payment-support .images-list img {
          margin: 5px;
          max-height: 19px; }
  .checkout .tab-on {
    border-bottom: 1px solid #1D66DD; }
  @media (max-width: 768px) {
    .checkout .col-small {
      padding: 0 !important; }
    .checkout .price-text {
      font-size: 16px;
      font-weight: bold;
      color: #1D66DD; } }
  @media (min-width: 768px) {
    .checkout .tab-off, .checkout .tab-on {
      padding: 20px 0;
      cursor: pointer;
      margin-right: 25px; } }
  .checkout .CheckboxForm .Wrapper {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-flow: wrap; }

.policy__member--checkout {
  display: grid;
  align-items: center;
  grid-template-columns: 0.4fr 0.6fr; }
  .policy__member--checkout p {
    text-align: start; }

.checkout__sub--view {
  position: relative;
  top: 0;
  max-height: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #c2c2c2;
  width: 30vw; }
  @media (max-width: 991.98px) {
    .checkout__sub--view {
      width: 100%; } }

.cancel__confirmation--modal .modal__wrapper--header .header__left h4 {
  color: #333333;
  font-size: 20px; }

.cancel__confirmation--modal .lp-button-ghost {
  border: 1px solid #1D66DD; }

.cancel__confirmation--modal .btn-text-primary {
  color: #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.payment-link__wrapper {
  margin: calc(1.25 * 1rem) auto;
  transition: all .5s ease .1s;
  max-width: 30vw; }
  @media (max-width: 991.98px) {
    .payment-link__wrapper {
      max-width: 100vw;
      margin: 0; } }
  .payment-link__wrapper .title-page {
    font-size: 22px;
    font-weight: bold;
    color: #333333; }
  .payment-link__wrapper--container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0; }
    .payment-link__wrapper--container .card {
      box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15); }
      @media (max-width: 991.98px) {
        .payment-link__wrapper--container .card {
          border: none;
          border-bottom: 1px solid #c2c2c2;
          border-radius: 0; } }
    .payment-link__wrapper--container .payment__link--member {
      padding: 16px;
      padding-bottom: 0; }
    @media (max-width: 991.98px) {
      .payment-link__wrapper--container .mt-2 {
        margin-top: 0 !important; } }
    .payment-link__wrapper--container .container__left--header {
      padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem)) calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
      display: flex;
      flex-direction: row;
      align-content: center; }
    .payment-link__wrapper--container .container__left--body .body__box {
      padding: calc(0.5 * 1rem);
      position: relative; }
      .payment-link__wrapper--container .container__left--body .body__box--item {
        height: 65px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
        border-radius: calc(0.25 * 1rem);
        padding: calc(0.5 * 1rem); }
        .payment-link__wrapper--container .container__left--body .body__box--item .item__right {
          position: absolute;
          right: calc(1.25 * 1rem);
          cursor: pointer; }
        .payment-link__wrapper--container .container__left--body .body__box--item .item__value {
          text-transform: capitalize; }
        .payment-link__wrapper--container .container__left--body .body__box--item.error {
          border: 1px solid #E81A1A; }
      .payment-link__wrapper--container .container__left--body .body__box--disable {
        background-color: #f7f7f7; }
        .payment-link__wrapper--container .container__left--body .body__box--disable p {
          color: #c2c2c2; }
    .payment-link__wrapper--container.with__border {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }

/*
* ink colors (with variations only for black and white)
*/
.agent__register--header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: calc(2 * 1rem);
  padding: 0 calc(1.25 * 1rem); }
  @media (min-width: 768px) {
    .agent__register--header {
      text-align: center; } }
  .agent__register--header .agent__referral--name {
    white-space: pre-line;
    width: 75%; }
    .agent__register--header .agent__referral--name span {
      color: #1D66DD; }

.agent__register--body {
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  padding: calc(1.25 * 1rem);
  margin: calc(1.25 * 1rem) 0; }

/*
* ink colors (with variations only for black and white)
*/
.tutorial__wrapper {
  position: relative;
  text-align: center;
  padding: 50px 50px 0 50px; }
  @media (max-width: 991.98px) {
    .tutorial__wrapper {
      height: calc(100vh - 60px); } }
  .tutorial__wrapper .greeting__logo {
    height: 180px;
    width: 100%;
    margin-bottom: calc(2 * 1rem);
    text-align: center; }
    .tutorial__wrapper .greeting__logo img {
      height: 100% !important;
      width: 100% !important;
      object-fit: contain; }
  @media (min-width: 992px) {
    .tutorial__wrapper .action__block {
      margin-top: calc(2 * 1rem); } }
  .tutorial__wrapper .action__block button {
    height: 40px;
    width: 140px; }
  .tutorial__wrapper .action__block button:not(:last-child) {
    margin-right: calc(0.5 * 1rem); }
  @media (max-width: 991.98px) {
    .tutorial__wrapper .action__block {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 calc(1.25 * 1rem); }
      .tutorial__wrapper .action__block button {
        width: 45%; }
      .tutorial__wrapper .action__block button:only-child {
        width: 100%; } }
  @media (max-width: 991.98px) {
    .tutorial__wrapper .content {
      min-height: calc(100vh - 160px); } }

.agent__registration .agent__register {
  margin: 0 auto;
  max-width: 25%; }
  @media (max-width: 991.98px) {
    .agent__registration .agent__register {
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }

.agent__register--footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  text-align: center;
  z-index: 100;
  background: #ffffff; }
  @media (max-width: 991.98px) {
    .agent__register--footer {
      display: none; } }
  .agent__register--footer p {
    margin: auto 120px;
    padding: 0 calc(2 * 1rem);
    white-space: pre-line; }

/*
* ink colors (with variations only for black and white)
*/
.cartax__products {
  margin-bottom: calc(5.25 * 1rem); }
  .cartax__products__head {
    display: grid;
    grid-gap: calc(0.5 * 1rem);
    grid-template-columns: auto auto;
    height: 155px; }
    .cartax__products__head--title {
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      color: #ffffff; }
    .cartax__products__head--subtitle {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      color: #ffffff; }
    .cartax__products__head__texts--backBtn {
      position: relative;
      top: -10px; }
      .cartax__products__head__texts--backBtn img {
        cursor: pointer;
        height: 30px;
        background: #ffffff;
        border-radius: 50%;
        padding: calc(0.25 * 1rem); }
    .cartax__products__head__image {
      width: 100%;
      height: inherit; }
      .cartax__products__head__image img {
        width: 100%;
        position: relative;
        top: 25%;
        border-radius: calc(0.25 * 1rem); }
    @media (min-width: 992px) {
      .cartax__products__head {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 350px; }
        .cartax__products__head--title {
          font-size: 32px;
          line-height: 1.8; }
        .cartax__products__head--subtitle {
          font-size: 20px;
          line-height: 2; }
        .cartax__products__head__texts {
          display: flex;
          flex-direction: column;
          justify-content: center; }
        .cartax__products__head__image img {
          position: relative;
          top: 10%;
          left: 30%;
          width: 60%; }
        .cartax__products__head__texts, .cartax__products__head__image {
          width: 43%; } }
  .cartax__products__head-product {
    display: block;
    height: 100px; }
    .cartax__products__head-product .cartax__products__head__texts {
      position: relative; }
      .cartax__products__head-product .cartax__products__head__texts--backBtn {
        position: absolute;
        left: 13px;
        bottom: -108px; }
        .cartax__products__head-product .cartax__products__head__texts--backBtn img {
          cursor: pointer;
          height: 30px;
          background: #ffffff;
          border-radius: 50%;
          padding: calc(0.25 * 1rem); }
    .cartax__products__head-product .cartax__products__head__image {
      display: flex;
      align-items: center;
      justify-content: center; }
      .cartax__products__head-product .cartax__products__head__image img {
        position: unset;
        width: 50%;
        background: #e4eefd; }
    @media (min-width: 992px) {
      .cartax__products__head-product {
        height: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: calc(1.25 * 1rem) 0; }
        .cartax__products__head-product .cartax__products__head__texts {
          width: 50%; }
          .cartax__products__head-product .cartax__products__head__texts--backBtn {
            position: unset; }
            .cartax__products__head-product .cartax__products__head__texts--backBtn img {
              height: 40px; }
        .cartax__products__head-product .cartax__products__head__image {
          width: 40%; } }
  .cartax__products .head-default {
    border-bottom-left-radius: 100% 30%;
    border-bottom-right-radius: 100% 30%;
    background: #1D66DD;
    padding: calc(1.25 * 1rem) 0; }
  .cartax__products .head-default-product {
    background: #1D66DD;
    padding: calc(0.5 * 1rem) 0 calc(1.25 * 1rem); }
  .cartax__products__body {
    margin-top: calc(1.25 * 1rem); }
    .cartax__products__body--landingTitle {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      margin: calc(1.25 * 1rem) 0; }
      @media (min-width: 992px) {
        .cartax__products__body--landingTitle {
          font-size: 28px;
          line-height: 26px;
          font-weight: 700; } }
    .cartax__products__body--list {
      display: grid;
      gap: calc(0.75 * 1rem);
      grid-template-columns: auto auto; }
      .cartax__products__body--list--card {
        border-radius: calc(0.5 * 1rem);
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.24);
        padding-bottom: calc(0.5 * 1rem); }
        .cartax__products__body--list--card img {
          width: 100%;
          background: #e4eefd;
          object-fit: contain; }
        .cartax__products__body--list--card--title {
          font-size: 10px;
          line-height: 14px;
          font-weight: 700;
          padding: calc(0.25 * 1rem) calc(0.5 * 1rem);
          margin: 0; }
        .cartax__products__body--list--card--btn {
          font-size: 10px;
          line-height: 14px;
          font-weight: 500;
          border-radius: calc(0.5 * 1rem);
          padding: calc(0.25 * 1rem);
          background: #00b27b;
          color: #ffffff;
          width: 100%;
          text-align: center;
          line-height: 2; }
          .cartax__products__body--list--card--btn--container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 calc(0.5 * 1rem); }
          .cartax__products__body--list--card--btn:hover {
            color: #ffffff;
            text-decoration: none; }
      @media (min-width: 992px) {
        .cartax__products__body--list {
          display: flex;
          flex-direction: row; }
          .cartax__products__body--list--card {
            width: 200px;
            margin-right: calc(0.5 * 1rem);
            padding-bottom: calc(0.75 * 1rem); }
            .cartax__products__body--list--card img {
              object-fit: cover;
              height: 125px; }
            .cartax__products__body--list--card--title {
              font-size: 14px;
              line-height: 18px;
              font-weight: 700;
              line-height: 1.5;
              margin-bottom: calc(0.5 * 1rem);
              min-height: 50px; }
            .cartax__products__body--list--card--btn {
              font-size: 14px;
              line-height: 18px;
              font-weight: 500;
              line-height: 24px; }
              .cartax__products__body--list--card--btn--container {
                display: flex;
                align-items: center;
                justify-content: center; } }
    .cartax__products__body--head {
      margin: calc(0.5 * 1rem); }
      .cartax__products__body--head--title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        padding-left: calc(0.75 * 1rem); }
      .cartax__products__body--head--subtitle {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        padding: calc(0.5 * 1rem) 0 calc(0.75 * 1rem) calc(0.75 * 1rem);
        line-height: 1.67; }
      @media (min-width: 992px) {
        .cartax__products__body--head {
          position: absolute;
          top: 40%;
          padding: 0 calc(5.25 * 1rem);
          z-index: 2; }
          .cartax__products__body--head--title, .cartax__products__body--head--subtitle {
            color: #ffffff; }
          .cartax__products__body--head--title {
            font-size: 28px;
            line-height: 26px;
            font-weight: 700;
            margin-bottom: calc(0.75 * 1rem); }
          .cartax__products__body--head--subtitle {
            font-size: 22px;
            line-height: 24px;
            font-weight: 400; } }
    .cartax__products__body--nav {
      border-bottom: 1px solid #e2e8f0;
      display: flex;
      padding-left: calc(0.75 * 1rem); }
      .cartax__products__body--nav button {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        border: none;
        padding: calc(0.5 * 1rem);
        background: transparent; }
        @media (min-width: 992px) {
          .cartax__products__body--nav button:last-child {
            background: #1D66DD;
            margin-top: calc(0.75 * 1rem);
            margin-left: auto;
            width: 300px; } }
      .cartax__products__body--nav .btnActive {
        color: #1D66DD;
        border-bottom: 2px solid #1D66DD; }
    .cartax__products__body--tab {
      padding: calc(0.75 * 1rem); }
      .cartax__products__body--tab--title {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        line-height: 2; }
      .cartax__products__body--tab--content {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        margin: calc(0.25 * 1rem) 0 calc(0.75 * 1rem);
        line-height: 1.67; }
      .cartax__products__body--tab ol,
      .cartax__products__body--tab ul {
        margin: 0 0 calc(0.5 * 1rem);
        padding-left: calc(1.25 * 1rem); }
    .cartax__products__body--cta {
      padding: calc(0.75 * 1rem);
      position: fixed;
      margin: 0 auto;
      left: 0;
      bottom: 0;
      z-index: 1500;
      width: 100%;
      margin: 0 auto;
      background: #ffffff; }
    @media (min-width: 992px) {
      .cartax__products__body--nav {
        padding: 0;
        margin-top: calc(1.25 * 1rem); }
        .cartax__products__body--nav button {
          font-size: 14px;
          line-height: 18px;
          font-weight: 400;
          padding: calc(1.25 * 1rem) calc(2 * 1rem); }
        .cartax__products__body--nav button:focus {
          font-weight: bold; }
      .cartax__products__body--tab {
        padding: 0 0 28px;
        margin-top: calc(1.25 * 1rem); }
        .cartax__products__body--tab--title {
          font-size: 16px;
          line-height: 20px;
          font-weight: 700;
          margin-bottom: calc(0.75 * 1rem); }
        .cartax__products__body--tab--subtitle {
          font-size: 16px;
          line-height: 20px;
          font-weight: 400; }
      .cartax__products__body--cta {
        float: right;
        width: 30%;
        padding-bottom: 0; } }
  .cartax__products__footer {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    border-top: 1px solid #dfdfdf;
    margin-top: calc(2 * 1rem);
    padding: calc(0.75 * 1rem);
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .cartax__products__footer {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        padding: calc(1.25 * 1rem) 0;
        margin-top: calc(2 * 1rem);
        text-align: center; } }

/*
* ink colors (with variations only for black and white)
*/
.pusatBantuan__head {
  background: #1D66DD;
  color: #ffffff; }

.pusatBantuan__heroSection {
  padding: calc(0.75 * 1rem); }
  .pusatBantuan__heroSection__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: calc(0.75 * 1rem) 0; }
  .pusatBantuan__heroSection__subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 2.29;
    padding: 0 calc(0.75 * 1rem); }
  .pusatBantuan__heroSection__imgContainer {
    margin-bottom: 40px;
    justify-self: center; }
    .pusatBantuan__heroSection__imgContainer img {
      width: 175px !important;
      height: 241.6px !important; }
  .pusatBantuan__heroSection__cta {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .pusatBantuan__heroSection__cta {
        display: grid;
        grid-gap: 2%;
        grid-template-columns: 50% 50%;
        margin-top: calc(1.25 * 1rem); } }
    .pusatBantuan__heroSection__cta a {
      border-radius: calc(2 * 1rem);
      padding: calc(0.75 * 1rem);
      background: transparent;
      border: 1px solid #ffffff;
      font-weight: bold;
      color: #ffffff;
      margin-bottom: calc(0.75 * 1rem);
      text-align: center;
      text-decoration: none; }
    .pusatBantuan__heroSection__cta i {
      margin-right: calc(2 * 1rem); }
  .pusatBantuan__heroSection .active__btn {
    background: #ffffff;
    color: #1D66DD; }
  @media (min-width: 768px) {
    .pusatBantuan__heroSection {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: calc(0.75 * 1rem); }
      .pusatBantuan__heroSection__texts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%; }
      .pusatBantuan__heroSection__imgContainer {
        margin-bottom: 0; }
        .pusatBantuan__heroSection__imgContainer img {
          width: 294px !important;
          height: 404px !important; }
      .pusatBantuan__heroSection__title {
        text-align: left;
        font-size: 32px; }
      .pusatBantuan__heroSection__subtitle {
        text-align: left;
        padding: 0;
        font-size: 20px; } }

.pusatBantuan__body {
  padding: 48px 0; }
  .pusatBantuan__body__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #1D66DD;
    margin: calc(0.75 * 1rem) 0; }
  .pusatBantuan__body__subtitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin: calc(0.75 * 1rem) 0; }
    @media (min-width: 768px) {
      .pusatBantuan__body__subtitle {
        font-size: 22px;
        line-height: 24px;
        font-weight: 700;
        margin: calc(1.25 * 1rem) 0; } }

.pusatBantuan__faq__title {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .pusatBantuan__faq__title span:last-child {
    margin-left: calc(3.25 * 1rem); }

.pusatBantuan__faq__body .card {
  border: none;
  box-shadow: none !important; }

.pusatBantuan__faq__body .card-body {
  color: #333333; }

.pusatBantuan__faq__body_email span {
  font-weight: 500; }

.pusatBantuan__faq__body_email_box {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  padding: 24px;
  border-radius: 8px;
  border: solid 1px #d7dfe9;
  background-color: #fff;
  width: fit-content; }
  .pusatBantuan__faq__body_email_box span {
    margin-top: 15px; }
  .pusatBantuan__faq__body_email_box div :first-child {
    margin-left: 25px; }
  .pusatBantuan__faq__body_email_box div :last-child {
    margin-top: 10px; }
  .pusatBantuan__faq__body_email_box div span:first-child {
    color: #1D66DD; }

.pusatBantuan table {
  width: 100%; }

.pusatBantuan table tr td {
  padding: calc(0.5 * 1rem);
  border: 1px solid #333333; }

/*
* ink colors (with variations only for black and white)
*/
.member__list--psf .member__item {
  margin-top: calc(0.75 * 1rem); }

.member__list--psf .member__form--action {
  display: flex;
  flex-direction: column;
  margin-top: calc(1.25 * 1rem); }
  .member__list--psf .member__form--action button:last-child {
    margin-top: calc(0.75 * 1rem); }

/*
* ink colors (with variations only for black and white)
*/
.insurance__providers--dropdown {
  position: relative;
  margin-bottom: calc(1.25 * 1rem); }
  .insurance__providers--dropdown .InputForm.control:before {
    font-family: "Ionicons", serif;
    content: "\F4A5";
    margin-right: calc(0.5 * 1rem);
    margin-left: calc(0.5 * 1rem);
    color: #1D66DD;
    font-size: large;
    position: absolute;
    left: 0;
    top: calc(0.5 * 1rem); }
  .insurance__providers--dropdown .InputForm .Wrapper {
    padding-left: calc(2 * 1rem); }

.insurance__providers--filter {
  display: flex;
  align-items: center; }
  .insurance__providers--filter span {
    display: block;
    width: 50%; }
  .insurance__providers--filter .filter__dropdown {
    width: 50%; }

.insurance__providers--card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: calc(0.75 * 1rem); }
  .insurance__providers--card .providers-card__header {
    padding: calc(0.75 * 1rem);
    border-bottom: 1px solid #dfdfdf; }
  .insurance__providers--card .providers-card__body {
    padding: calc(0.75 * 1rem); }

.ModalSpecification {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.22);
  background-color: white; }
  @media (min-width: 992px) {
    .ModalSpecification {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .ModalSpecification {
      box-shadow: none;
      padding: 10px 20px 0;
      border-bottom: 0.5px solid #dfdfdf;
      border-top: 0.5px solid #dfdfdf; } }
  .ModalSpecification--planInformation {
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .ModalSpecification--planInformation {
        padding-right: 0px; } }
    .ModalSpecification--planInformation h1 {
      color: #333333;
      font-size: 14px;
      font-weight: bold;
      margin: 0;
      text-transform: capitalize; }
    .ModalSpecification--planInformation span {
      font-size: 12px;
      color: #b6b6b6; }
  .ModalSpecification--actionPlanInformation button {
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #333333;
    font-size: 12px;
    font-weight: 500; }
    @media (min-width: 992px) {
      .ModalSpecification--actionPlanInformation button {
        width: 113px; } }
  .ModalSpecification--DesktopOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1031; }
  .ModalSpecification--Wrapping {
    position: relative;
    width: 100%;
    height: 100%; }
    .ModalSpecification--Wrapping_hide {
      display: none; }
  .ModalSpecification--isModalClose {
    display: none; }
  .ModalSpecification--modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 1032;
    border-radius: 12px; }
    @media (max-width: 767.98px) {
      .ModalSpecification--modal {
        border-radius: 20px 20px 5px 5px;
        width: 100%;
        height: auto !important;
        bottom: 0;
        top: auto;
        left: 0;
        overflow: auto;
        transform: none; } }
    .ModalSpecification--modal .Header {
      display: flex;
      flex-direction: column;
      border-bottom: unset;
      margin: 0;
      padding-top: 12px;
      padding-right: 24px;
      padding-left: 24px;
      padding-bottom: 10px;
      top: 10; }
      .ModalSpecification--modal .Header h1 {
        font-size: 20px;
        font-weight: bold;
        font-weight: 700;
        color: #FFFFFF;
        margin-top: 12px; }
      .ModalSpecification--modal .Header div {
        display: flex;
        flex: 1;
        cursor: pointer; }
      .ModalSpecification--modal .Header div:last-child {
        justify-content: right; }
      .ModalSpecification--modal .Header h2 {
        font-size: 14px;
        font-weight: bold;
        color: #1D66DD; }
      .ModalSpecification--modal .Header span {
        margin: 5px 10px auto;
        font-weight: bold;
        font-size: 17px;
        width: 25px;
        text-align: center;
        color: #dfdfdf;
        height: 25px;
        margin-left: auto; }
      .ModalSpecification--modal .Header i {
        font-size: 25px;
        font-weight: 700;
        color: #1d66dd;
        cursor: pointer; }
  .ModalSpecification--life {
    max-width: 700px; }
    @media (max-width: 767.98px) {
      .ModalSpecification--life {
        width: 100%;
        height: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        overflow: auto; } }
  .ModalSpecification--travel {
    max-width: 700px; }
    @media (max-width: 767.98px) {
      .ModalSpecification--travel {
        width: 100%;
        height: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        overflow: auto; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .ModalSpecification--travel {
        height: calc(100vh - 7rem);
        overflow: auto; } }
    .ModalSpecification--travel .Header {
      border: none; }
  .ModalSpecification--health_individu, .ModalSpecification--health_family {
    width: 629px;
    heigth: auto; }
    @media (max-width: 767.98px) {
      .ModalSpecification--health_individu, .ModalSpecification--health_family {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: auto; } }
  .ModalSpecification--auto {
    background-color: #4380E3; }
  .ModalSpecification--moto, .ModalSpecification--micro-rawat-inap, .ModalSpecification--gadget, .ModalSpecification--bike, .ModalSpecification--pet, .ModalSpecification--personal-accident, .ModalSpecification--health, .ModalSpecification--syariah, .ModalSpecification--property {
    max-width: 700px;
    max-height: 80vh;
    overflow: auto; }
    @media (max-width: 767.98px) {
      .ModalSpecification--moto, .ModalSpecification--micro-rawat-inap, .ModalSpecification--gadget, .ModalSpecification--bike, .ModalSpecification--pet, .ModalSpecification--personal-accident, .ModalSpecification--health, .ModalSpecification--syariah, .ModalSpecification--property {
        width: 100%;
        height: 82%;
        bottom: 0;
        left: 0;
        overflow: auto; } }
  .ModalSpecification--middle {
    max-width: 440px;
    border-radius: 12px;
    max-height: unset;
    overflow: auto; }

.form-width {
  width: 600px !important; }
  @media (max-width: 767.98px) {
    .form-width {
      width: 100% !important; } }

.SpecificationForm {
  padding: 30px 0 0;
  padding-top: 0; }
  .SpecificationForm--body {
    padding: 30px 15px 0;
    margin: 0 auto;
    max-width: 800px; }
    .SpecificationForm--body .DatePicker {
      z-index: 0 !important;
      width: 100%; }
      .SpecificationForm--body .DatePicker input {
        width: 100%; }
  .SpecificationForm .dropdown-custom-auto .css-1li0unn-control::before, .SpecificationForm .dropdown-custom-auto .css-1jgn1w8-control::before {
    font-family: 'Ionicons';
    content: '\F4A5';
    margin-right: 10px;
    margin-left: 10px;
    color: #1d66dd;
    font-size: large; }
  .SpecificationForm .box-person, .SpecificationForm .box-person-add {
    border-radius: 4px;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
    padding: 3px 20px;
    cursor: pointer; }
  .SpecificationForm .box-person-add {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    color: #1d66dd; }
  @media (min-width: 576px) {
    .SpecificationForm .tabs-wrapper {
      margin-top: 20px; } }
  .SpecificationForm .tabs span {
    font-size: 16px; }
  .SpecificationForm .tabs hr {
    margin: 5px 0 0 0;
    background: #1d66dd; }
  .SpecificationForm .tabs div {
    cursor: pointer; }
  .SpecificationForm .dropdown-custom-person .DropdownForm {
    min-width: 110px; }
  .SpecificationForm .dropdown-custom-person .ReactSelect {
    width: 100%; }
  .SpecificationForm .dropdown-custom-person .css-1jgn1w8-control {
    border-style: none; }
  .SpecificationForm .dropdown-custom-person .css-1li0unn-control {
    border-style: none; }
  .SpecificationForm .dropdown-custom-person .css-26l3qy-menu {
    min-width: 110px; }
  .SpecificationForm .border-active {
    border-bottom: 1px solid #1d66dd; }
  .SpecificationForm .margin-b20 {
    margin-bottom: 20px; }
  .SpecificationForm .button-bottom button {
    width: 270px; }
    @media (max-width: 991.98px) {
      .SpecificationForm .button-bottom button {
        width: 100%; } }
  .SpecificationForm .errorMessage {
    color: #e81a1a;
    font-size: 12px; }

/*
* ink colors (with variations only for black and white)
*/
.lifeSpecification__wrapper {
  padding: 30px 0 0;
  padding-top: 0; }
  .lifeSpecification__wrapper--body {
    padding: 30px 15px 0;
    margin: 0 auto;
    max-width: 800px; }
    @media (max-width: 991.98px) {
      .lifeSpecification__wrapper--body {
        padding: 30px 0; } }
    .lifeSpecification__wrapper--body .item__row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
    .lifeSpecification__wrapper--body .item__col {
      flex: 0 0 33%;
      max-width: 33%;
      padding-right: 15px;
      padding-left: 15px; }
    .lifeSpecification__wrapper--body .savings__selector {
      display: flex; }
      .lifeSpecification__wrapper--body .savings__selector .saving__item {
        margin-right: 8px;
        display: inline-flex; }
        .lifeSpecification__wrapper--body .savings__selector .saving__item input {
          align-self: center; }
          .lifeSpecification__wrapper--body .savings__selector .saving__item input::-webkit-inner-spin-button, .lifeSpecification__wrapper--body .savings__selector .saving__item input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        .lifeSpecification__wrapper--body .savings__selector .saving__item label {
          margin-left: 8px;
          margin-bottom: 0;
          color: #707070;
          cursor: pointer; }
          .lifeSpecification__wrapper--body .savings__selector .saving__item label:hover {
            color: #1d66dd; }
    .lifeSpecification__wrapper--body .saving__input--element {
      display: inline-flex;
      width: 100%; }
      .lifeSpecification__wrapper--body .saving__input--element .InputForm {
        width: 100%; }
      .lifeSpecification__wrapper--body .saving__input--element .Currency {
        display: flex; }
      .lifeSpecification__wrapper--body .saving__input--element input {
        width: 100%;
        height: 40px;
        border: 1px solid #c2c2c2;
        padding-left: calc(0.75 * 1rem); }
        .lifeSpecification__wrapper--body .saving__input--element input:focus {
          box-shadow: none;
          outline: none; }
        .lifeSpecification__wrapper--body .saving__input--element input::-webkit-inner-spin-button, .lifeSpecification__wrapper--body .saving__input--element input::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
  .lifeSpecification__wrapper .errorMessage {
    color: #e81a1a;
    font-size: 12px; }
  .lifeSpecification__wrapper--btnReset {
    border: 1px solid #dfdfdf !important; }
    .lifeSpecification__wrapper--btnReset:focus {
      color: #1d66dd;
      box-shadow: none !important; }

.ModalSpecification--health {
  max-height: 80vh;
  overflow: scroll;
  max-width: 700px; }

.auto-width {
  width: 200px !important; }
  @media (max-width: 767.98px) {
    .auto-width {
      width: 100% !important; } }

@media (max-width: 767.98px) {
  .SpecificationForm__Auto {
    width: 100% !important;
    padding: 15px 24px 24px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: #FFFFFF; } }

.SpecificationForm__Auto .css-1li0unn-control,
.SpecificationForm__Auto .css-alq018-control {
  background: #1D66DD1A;
  border: none; }

.filter-asurance-submit {
  width: 100%;
  background-color: #EA4B4B;
  font-weight: 700;
  border-color: #EA4B4B; }

@media (max-width: 767.98px) {
  .reset-m {
    background-color: #FFFFFF;
    border: 1px solid #EA4B4B;
    color: #EA4B4B;
    font-weight: 700; } }

@media (max-width: 767.98px) {
  .reset {
    visibility: hidden; } }

@media (max-width: 767.98px) {
  .filter__header {
    visibility: hidden; } }

/*
* ink colors (with variations only for black and white)
*/
.consult-panel-container {
  border-radius: 8px;
  background: linear-gradient(245.39deg, #4380E3 0%, #1855B8 50%, #134493 100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 58, 109, 0.24);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 360px; }
  .consult-panel-container .cp-top {
    padding: 12px; }
  .consult-panel-container .cp-label {
    color: white;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-right: 138px;
    white-space: pre-wrap;
    height: 60px; }
    .consult-panel-container .cp-label img {
      position: absolute;
      top: -44px;
      right: 12px; }
  .consult-panel-container .cp-content {
    display: flex;
    gap: 12px;
    width: 100%;
    padding: 12px;
    align-items: center;
    background: linear-gradient(245.39deg, #4380E3 0%, #1855B8 50%, #134493 100%);
    border-radius: 8px;
    box-shadow: 0px 2px 40px 0px #00000029;
    flex-direction: column; }
    .consult-panel-container .cp-content .benefit-list {
      padding: 0px 8px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 6px; }
      .consult-panel-container .cp-content .benefit-list .benefit-item {
        gap: 2px;
        display: flex;
        align-items: center; }
        .consult-panel-container .cp-content .benefit-list .benefit-item .benefit-item-label {
          font-size: 12px;
          color: white;
          font-weight: 400; }
        .consult-panel-container .cp-content .benefit-list .benefit-item .benefit-item-icon {
          height: 12px;
          width: 12px; }
  .consult-panel-container .cp-buttons {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-direction: column; }
    .consult-panel-container .cp-buttons .callme-button {
      background: #E4EDFB;
      color: #1D66DD;
      font-weight: 700 !important;
      font-size: 16px; }
      .consult-panel-container .cp-buttons .callme-button img {
        filter: invert(27%) sepia(96%) saturate(1179%) hue-rotate(198deg) brightness(104%) contrast(103%);
        color: #1D66DD; }
    .consult-panel-container .cp-buttons .whatsapp-button {
      font-weight: 700 !important;
      font-size: 16px; }

/*
* ink colors (with variations only for black and white)
*/
.call-button-container {
  border-radius: 4px;
  padding: 14px 36px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  align-self: stretch;
  color: #fff;
  border: none;
  width: 100%; }

.whatsapp-button {
  background: #1EC494; }
  @media (min-width: 768px) {
    .whatsapp-button {
      font-weight: 600 !important; } }

.callme-button {
  background: #1D66DD; }
  @media (min-width: 768px) {
    .callme-button {
      font-weight: 600 !important; } }

/*
* ink colors (with variations only for black and white)
*/
.filter__section--item {
  background: #ffffff;
  border: 1px solid rgba(194, 194, 194, 0.4);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  max-height: 40px;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 10px;
  color: #183b56;
  margin-right: 16px; }

.filter__section--item.disable__menu {
  display: none; }

.filter__item--name {
  padding: 0 16px; }

.active {
  color: #1d66dd; }

.filter__item--icon {
  margin-right: 5px; }

.filter__section--item-callme {
  margin-left: auto;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(194, 194, 194, 0.4);
  padding: 0 16px;
  background-color: white;
  color: #FEF0F0;
  text-align: left;
  display: flex;
  align-items: center; }
  .filter__section--item-callme-middle {
    margin-left: unset; }
  .filter__section--item-callme span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(239, 103, 103, 0.8);
    margin-left: 12px; }

/*
* ink colors (with variations only for black and white)
*/
.price__radio--header {
  display: flex;
  align-items: center; }
  .price__radio--header h1 {
    width: 90%; }
  .price__radio--header .DropdownForm {
    width: 100%;
    margin-left: calc(0.5 * 1rem); }
    .price__radio--header .DropdownForm .css-1li0unn-control,
    .price__radio--header .DropdownForm .css-1jgn1w8-control,
    .price__radio--header .DropdownForm .css-g1d714-ValueContainer,
    .price__radio--header .DropdownForm .css-1hb7zxy-IndicatorsContainer {
      height: calc(2 * 1rem);
      min-height: calc(2 * 1rem); }

.price__radio .lp-radio__wrapper:not(:last-child) {
  margin-bottom: calc(0.5 * 1rem); }

.price__radio .lp-radio__wrapper label {
  margin-bottom: 0; }

/*
* ink colors (with variations only for black and white)
*/
.callme-modal-content {
  padding: unset !important;
  background: linear-gradient(180deg, #4380E3 0%, #1D66DD 48.5%, #1855B8 100%); }

.call-button-container {
  border-radius: 4px;
  padding: 14px 36px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  align-self: stretch;
  color: #fff;
  border: none;
  width: 100%; }

.whatsapp-button {
  background: #1EC494; }
  @media (min-width: 768px) {
    .whatsapp-button {
      font-weight: 600 !important; } }

.callme-button {
  background: #1D66DD; }
  @media (min-width: 768px) {
    .callme-button {
      font-weight: 600 !important; } }

.cm-body .btn-red {
  background-color: #EA4B4B;
  border: unset; }

.cm-header-logo {
  display: flex;
  flex-direction: column; }
  .cm-header-logo .check_logo {
    align-self: center; }

.subtext-wrapper {
  gap: 2px;
  display: flex;
  align-items: center;
  margin-bottom: 12px; }
  .subtext-wrapper .subtext-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left; }
  .subtext-wrapper .subtext-icon {
    height: 12px;
    width: 12px; }

.lead__callme_group {
  margin-bottom: 12px; }
  .lead__callme_group ::placeholder {
    color: #141414; }

.cm-non-mv-text {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 2px 6px 10px 6px; }

/*
* ink colors (with variations only for black and white)
*/
.cm-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 6px;
  margin-top: 6px; }
  .cm-header .cm-title {
    font-size: 20px;
    line-height: 24px;
    color: white;
    font-weight: 400;
    margin-bottom: unset;
    padding: 0px 6px 10px 6px;
    text-align: left; }
  .cm-header .cm-bold {
    font-weight: 700; }

.cm-body {
  padding: 16px 16px 32px 16px;
  border-radius: 8px 8px 0px 0px;
  background-color: white; }
  .cm-body .lead__callme_btn {
    font-size: 16px !important;
    font-weight: 700 !important; }

/*
* ink colors (with variations only for black and white)
*/
.qualification-widget-wrapper {
  background-color: white;
  border-bottom: 0.5px solid #D6D6D6;
  padding-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  position: sticky;
  top: 90px;
  z-index: 3; }
  @media (min-width: 576px) {
    .qualification-widget-wrapper {
      padding-bottom: 16px;
      top: 129px; } }
  .qualification-widget-wrapper .qualification-widget {
    background: linear-gradient(180deg, #4380E3 0%, #1D66DD 48.5%, #1855B8 100%);
    border-radius: 8px;
    cursor: pointer;
    padding-bottom: 6px; }
    .qualification-widget-wrapper .qualification-widget .text-content {
      padding: 14px 16px 0;
      margin-left: -15px;
      margin-right: -15px;
      display: flex;
      flex-direction: row;
      justify-content: left; }
      @media (min-width: 576px) {
        .qualification-widget-wrapper .qualification-widget .text-content {
          align-items: end;
          padding: 14px 16px 4px; } }
      .qualification-widget-wrapper .qualification-widget .text-content .text {
        font-size: 12px;
        font-weight: bold;
        color: white; }
        @media (min-width: 576px) {
          .qualification-widget-wrapper .qualification-widget .text-content .text {
            font-size: 16px; } }
      .qualification-widget-wrapper .qualification-widget .text-content .back-icon {
        height: 24px;
        width: 24px;
        margin-right: 4px; }
    .qualification-widget-wrapper .qualification-widget .progress-bar-wrapper {
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 4px 16px;
      margin-left: -15px;
      margin-right: -15px; }
      .qualification-widget-wrapper .qualification-widget .progress-bar-wrapper .lp-pgbar-root {
        height: 8px; }
      .qualification-widget-wrapper .qualification-widget .progress-bar-wrapper .love-icon {
        width: 17.74px;
        height: 14.13px; }
      .qualification-widget-wrapper .qualification-widget .progress-bar-wrapper .bar-progress {
        color: white;
        font-size: 12px;
        font-weight: 700;
        margin-left: 4px; }
        @media (min-width: 576px) {
          .qualification-widget-wrapper .qualification-widget .progress-bar-wrapper .bar-progress {
            font-size: 16px; } }

.usp-container {
  border-radius: 8px;
  background-image: linear-gradient(to left, #4380E3, #1855B8, #134493);
  display: flex;
  flex-direction: column;
  min-width: 360px;
  gap: 16px; }
  .usp-container .usp-label {
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 20px;
    /* 150% */ }
  .usp-container .usp-content {
    border: 0.5px solid #D6D6D6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-width: 360px;
    border-radius: 8px;
    background: #FFFFFF;
    align-self: stretch;
    padding: 16px; }
    .usp-container .usp-content .usp-item {
      display: flex;
      align-items: center;
      gap: 16px;
      align-self: stretch; }
      .usp-container .usp-content .usp-item img {
        top: 50%;
        width: 32px;
        height: 32px;
        filter: invert(30%) sepia(67%) saturate(2146%) hue-rotate(205deg) brightness(89%) contrast(98%); }
      .usp-container .usp-content .usp-item .usp-title {
        color: #333333;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 200% */ }

/*
* ink colors (with variations only for black and white)
*/
.location-view__wrapper--header > p {
  color: #707070; }

.location-view__wrapper--header .search__box img {
  left: calc(0.5 * 1rem); }

.location-view__wrapper--body {
  height: 250px;
  overflow-y: scroll; }
  .location-view__wrapper--body .body__location {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: calc(0.5 * 1rem);
    cursor: pointer; }
    .location-view__wrapper--body .body__location:hover {
      border-bottom: 1px solid #c2c2c2; }
  .location-view__wrapper--body .empty__state--wrapper {
    box-shadow: none !important;
    padding: 0 !important; }

.location-view__wrapper .loader__field {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

/*
* ink colors (with variations only for black and white)
*/
.additionalBenefits__card--header {
  padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
  border-bottom: 1px solid #dfdfdf; }

.additionalBenefits__card--body {
  padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem));
  border-bottom: 1px solid #dfdfdf; }
  .additionalBenefits__card--body .body__item {
    margin-bottom: calc(1.25 * 1rem); }

.additionalBenefits__card--loader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(2 * 1rem); }

.additionalBenefits__card--footer {
  padding: calc(calc(0.75 * 1rem) + calc(0.25 * 1rem)); }
  .additionalBenefits__card--footer .footer__button {
    width: 100%;
    height: 40px; }

/*
* ink colors (with variations only for black and white)
*/
.mainPlanProductList {
  margin-bottom: 20px;
  padding-top: 22px;
  position: relative; }
  @media (max-width: 991.98px) {
    .mainPlanProductList {
      padding-top: 20px; } }
  .mainPlanProductList .product__wrapper {
    position: relative;
    margin-top: 0px;
    min-height: 500px; }
    @media (max-width: 991.98px) {
      .mainPlanProductList .product__wrapper {
        top: 30px;
        margin-top: 0; } }

.sort-modal-wrapper {
  background-color: white;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 24px; }
  .sort-modal-wrapper .sort-modal-radio {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .sort-modal-wrapper .sort-modal-radio input[type='radio'] {
      accent-color: #EA4B4B; }

.sort-modal {
  font-weight: 500;
  font-size: 14px;
  line-height: 8px;
  letter-spacing: inherit;
  color: #183b56;
  background-color: #FFFFFF;
  cursor: pointer; }

.activeSort {
  color: #EA4B4B;
  font-weight: 600; }

.plan {
  background-color: #ffffff;
  /* Plan Card */ }
  .plan-header {
    z-index: 1020;
    border-top: 1px solid #dfdfdf;
    padding: 20px 0 0;
    position: fixed;
    background: white;
    width: 100%;
    top: 57.75px; }
    .plan-header .toggle-filter {
      position: absolute;
      right: 15px;
      top: 0; }
      @media (min-width: 992px) {
        .plan-header .toggle-filter {
          position: static; } }
  .plan-top {
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 1em; }
  .plan-compare {
    background: #f8f9fa;
    padding: 20px; }
  .plan-filter {
    display: none;
    overflow-y: auto; }
    .plan-filter.is-open {
      display: flex;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: white;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .plan-filter.is-open {
          overflow-y: visible;
          display: block;
          position: absolute;
          width: 100%;
          left: auto;
          right: auto;
          margin-left: -15px;
          margin-right: -15px;
          top: 1em;
          background: transparent; } }
    .plan-filter__header {
      position: relative;
      padding: 20px 0;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 1.5em;
      border-bottom: 2px solid #dfdfdf; }
      .plan-filter__header .btn[type="button"] {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%); }
      .plan-filter__header .btn[type="submit"] {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%); }
      @media (min-width: 992px) {
        .plan-filter__header {
          margin-left: auto;
          margin-right: auto;
          padding: 20px; } }
    @media (min-width: 992px) {
      .plan-filter {
        display: flex; }
        .plan-filter__modal {
          z-index: 1030;
          max-height: 85vh;
          overflow-y: auto;
          overflow-x: hidden;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 40%;
          background: white;
          border: 1px solid #dfdfdf;
          border-radius: 4px;
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.13); } }
  .plan-card {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    columns: 1;
    column-gap: 10px; }
    .plan-card .header {
      padding: 10px; }
      .plan-card .header .logo {
        width: 40%;
        margin-bottom: 20px; }
        .plan-card .header .logo img {
          width: auto;
          max-width: 130px;
          max-height: 30px; }
        @media (min-width: 992px) {
          .plan-card .header .logo {
            width: auto; } }
      .plan-card .header .info > h3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 600; }
    .plan-card .action {
      display: flex;
      flex-wrap: wrap;
      padding: 10px; }
      .plan-card .action .btn:nth-child(1) {
        flex: 1;
        order: 2;
        margin-right: 1em; }
      .plan-card .action .btn:last-child {
        margin-right: 0; }
      .plan-card .action .btn:nth-child(2) {
        flex: 1;
        order: 3; }
      .plan-card .action .btn:nth-child(3) {
        order: 1;
        width: 100%;
        margin-bottom: 1em; }
      .plan-card .action .btn:nth-child(1), .plan-card .action .btn:nth-child(2) {
        border-color: #dfdfdf;
        border-width: 1px; }
      .plan-card .action .btn.selected:nth-child(1) {
        border-width: 2px;
        font-size: 500;
        border-color: #1d66dd; }
      @media (min-width: 992px) {
        .plan-card .action .btn:nth-child(1) {
          order: 1; }
        .plan-card .action .btn:nth-child(2) {
          order: 2;
          margin-right: 1em; }
        .plan-card .action .btn:nth-child(3) {
          flex: 1;
          margin-bottom: 0;
          order: 3; } }
    .plan-card .footer {
      border-top: 1px solid #dfdfdf;
      padding: 10px 20px; }
      .plan-card .footer .detail-toggle a {
        color: #333;
        font-weight: 500;
        position: relative;
        display: block; }
        .plan-card .footer .detail-toggle a::after {
          position: absolute;
          right: 0;
          top: -5px;
          content: "\F280";
          font-family: "Ionicons", sans-serif;
          font-size: 21px;
          color: #1d66dd; }
        .plan-card .footer .detail-toggle a.opened::after {
          content: "\F286"; }
      .plan-card .footer .detail {
        margin-top: 10px; }
        .plan-card .footer .detail ul {
          margin: 0 auto;
          padding: 0 1.25em;
          list-style-type: disc; }
    @media (min-width: 992px) {
      .plan-card {
        columns: 2;
        column-gap: 20px;
        margin-bottom: 2em; }
        .plan-card .header {
          padding: 20px; }
        .plan-card .action {
          padding: 0 20px 20px; }
        .plan-card footer {
          padding: 20px; } }
    .plan-card > li {
      width: 100%;
      border: 1px solid #dfdfdf;
      border-radius: 4px;
      margin-bottom: 20px;
      break-inside: avoid; }
      @media (max-width: 1199.98px) {
        .plan-card > li:last-child {
          margin-bottom: 0; } }
  .plan .card {
    border-color: #dfdfdf;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.13);
    border-radius: 4px; }
    .plan .card-compare {
      display: flex; }
      .plan .card-compare .item {
        flex: 1;
        padding: 1em 2em; }
        .plan .card-compare .item:nth-child(2) {
          border-left: 2px solid #dfdfdf;
          border-right: 2px solid #dfdfdf; }
        .plan .card-compare .item:last-child {
          border-right: none; }
        .plan .card-compare .item .header {
          display: flex;
          align-items: center;
          height: 100px;
          position: relative; }
          .plan .card-compare .item .header::after {
            content: "";
            display: block;
            clear: both; }
          .plan .card-compare .item .header img {
            max-height: 100%;
            max-width: 50%; }
          .plan .card-compare .item .header button {
            position: absolute;
            top: 0;
            right: 0;
            background: transparent;
            border: none;
            color: #b6b6bb; }
        .plan .card-compare .item dl {
          margin-top: 1em; }
          .plan .card-compare .item dl dt {
            clear: both;
            float: left;
            font-weight: normal; }
          .plan .card-compare .item dl dd {
            width: 60%;
            float: right; }
    .plan .card-footer {
      background: white; }
      .plan .card-footer .text {
        color: #b6b6bb; }
  .plan-form-family nav {
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; }
    .plan-form-family nav button {
      padding: 0;
      position: absolute;
      top: 50%;
      left: 1rem;
      transform: translateY(-50%); }
  .plan-form-family-desktop .beneficiary {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 1em; }

.micro-header {
  border-top: 1px solid #dfdfdf;
  padding: 10px 10px 0 10px;
  position: fixed;
  top: 57.75px;
  background: white; }

.plan__right--panel .product__list {
  width: 100%;
  height: 100%; }
  .plan__right--panel .product__list .plan__listing--product {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 2px rgba(163, 177, 198, 0.5); }

.filter-base {
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.22);
  margin-top: 20px;
  background-color: #ffffff; }
  .filter-base-box .footer-button {
    display: flex;
    gap: 8px;
    flex-direction: row;
    margin: 12px 0;
    justify-content: end; }
    .filter-base-box .footer-button .reset {
      cursor: pointer;
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      padding: 0;
      text-align: center;
      letter-spacing: 0.2px;
      color: #1D66DD;
      border: 1px solid #1D66DD;
      background: none;
      min-width: 0px !important;
      width: 72px; }
      .filter-base-box .footer-button .reset:hover {
        box-shadow: none !important; }
      .filter-base-box .footer-button .reset:focus {
        box-shadow: none !important; }
  .filter-base-box .filter__view {
    font-weight: bold;
    font-size: 14px;
    color: #1d66dd;
    display: flex;
    justify-content: center; }
    .filter-base-box .filter__view span {
      padding: 0 10px; }
    .filter-base-box .filter__view button {
      border: none;
      background: none; }
  .filter-base-box .filter__separator {
    border-top: 1px dashed #e2e8f0;
    width: 100%;
    margin: calc(0.75 * 1rem) 0; }
  @media (max-width: 768px) {
    .filter-base-modal-box {
      background-color: white;
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
      padding: 15px 24px 24px; } }
  .filter-base-modal-box h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px; }
  .filter-base__InsuranceB {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
    width: 248px;
    max-height: 500px;
    overflow: scroll; }
    .filter-base__InsuranceB::-webkit-scrollbar {
      width: 4px;
      display: block !important; }
    .filter-base__InsuranceB::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: #EA4B4B; }
    @media (max-width: 768px) {
      .filter-base__InsuranceB {
        white-space: nowrap;
        margin-right: -10px !important;
        padding-bottom: 8px;
        display: flex;
        flex-direction: column;
        width: 100%; } }
    .filter-base__InsuranceB ~ .filter__separator {
      margin-top: 20px;
      margin-bottom: 20px; }
    .filter-base__InsuranceB .filter__item input,
    .filter-base__InsuranceB .filter__item label {
      cursor: pointer;
      color: #1D4476;
      font-size: 14px;
      line-height: 16px;
      font-weight: 500;
      letter-spacing: 0.28px; }
    .filter-base__InsuranceB .picker-custom {
      display: inline-block;
      border-radius: 17.5px;
      border: solid 1px #dfdfdf;
      padding: 6px 10px;
      margin-right: 8px;
      cursor: pointer; }
      .filter-base__InsuranceB .picker-custom.active {
        background: #e4eefd;
        color: #1d66dd;
        border: solid 1px #1d66dd; }
      @media (min-width: 768px) {
        .filter-base__InsuranceB .picker-custom {
          display: none; } }
    .filter-base__InsuranceB .form-check {
      padding-left: 20px;
      height: 16px; }
      .filter-base__InsuranceB .form-check input[type='checkbox'] {
        accent-color: #EA4B4B; }
  @media (max-width: 768px) {
    .filter-base__Rating {
      width: inherit;
      overflow-y: scroll;
      white-space: nowrap;
      margin-right: -10px !important;
      padding-bottom: 8px; } }
  .filter-base__Rating .radio-custom {
    border-radius: 17.5px;
    border: solid 1px #dfdfdf;
    padding: 6px 10px;
    margin-right: 8px;
    cursor: pointer; }
    .filter-base__Rating .radio-custom.active {
      background: #e4eefd;
      color: #1d66dd;
      border: solid 1px #1d66dd; }
    @media (max-width: 768px) {
      .filter-base__Rating .radio-custom {
        display: inline-block; } }
    @media (min-width: 768px) {
      .filter-base__Rating .radio-custom {
        margin-bottom: 10px; } }
    .filter-base__Rating .radio-custom i.ion-ios-star {
      color: #ffc500; }
    .filter-base__Rating .radio-custom i.ion-md-radio-button-off {
      color: #dfdfdf; }
  .filter-base__life {
    padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.22);
    margin-bottom: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
    background-color: #ffffff; }
  @media (max-width: 768px) {
    .filter-base__Website {
      display: none; } }
  .filter-base h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px; }
  .filter-base a {
    font-size: 14px;
    font-weight: normal;
    color: #1d66dd;
    cursor: pointer; }

@media (max-width: 991.98px) {
  .autoPlanProductList--productList {
    display: flex;
    flex-direction: column; } }

.plan__right-panel {
  margin-top: 40px; }
  @media (max-width: 767.98px) {
    .plan__right-panel {
      display: none; } }
  .plan__right-panel .right__panel-item {
    position: relative;
    width: 260px;
    background: rgba(29, 102, 221, 0.02);
    border: 1px solid rgba(29, 102, 221, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 16px 20px 20px 20px;
    margin-bottom: 20px; }
    .plan__right-panel .right__panel-item .img__fill {
      position: absolute;
      top: 0;
      right: 0; }
  .plan__right-panel .title,
  .plan__right-panel .sub__title {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #183b56;
    padding-top: 12px; }
  .plan__right-panel .title {
    font-weight: 600;
    width: 95%; }
  .plan__right-panel .sub__title {
    font-weight: 500; }

.floating__button--wrapper {
  display: flex;
  width: 100%; }
  .floating__button--wrapper:not(:last-child) {
    border-right: 1px solid #D6D6D6; }

.floating__button--item {
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
  margin: 0 auto;
  max-height: 28px;
  max-width: 115px;
  padding: 0 12px !important; }
  .floating__button--item img {
    filter: brightness(0) saturate(100%);
    height: 15px;
    width: auto; }
  .floating__button--item .floating__button--label {
    font-size: 12px !important; }

.floating__button--item.active {
  background-color: #E4EDFB; }
  .floating__button--item.active img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(92%) saturate(1420%) hue-rotate(202deg) brightness(87%) contrast(99%); }
  .floating__button--item.active .floating__button--label {
    color: #1d66dd;
    font-weight: 700; }

.floating__button--item.disable__menu {
  display: none; }

.confirmation__modal .modal {
  top: 30% !important; }

.confirmation__modal .modal-header h5 {
  font-size: 16px; }
  @media (max-width: 991.98px) {
    .confirmation__modal .modal-header h5 {
      font-size: 14px; } }

.filter__section {
  align-items: center;
  background-color: white;
  border-bottom: 0.5px solid #D6D6D6;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 16px 0;
  position: sticky;
  top: 68px;
  width: 100%;
  z-index: 5; }
  @media (max-width: 991.98px) {
    .filter__section {
      display: none; } }
  .filter__section--group {
    display: flex;
    height: auto;
    width: 100%;
    transition: opacity ease 0.5s;
    padding: 0;
    align-items: center; }
  .filter__section-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: white; }
  .filter__section-subtitle {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: white; }
  .filter__section .filter-base-box {
    width: 248px; }
    .filter__section .filter-base-box .filter__header {
      padding-bottom: 16px; }
      .filter__section .filter-base-box .filter__header .filter-header-title {
        font-weight: 700;
        size: 16px;
        line-height: 20px;
        color: #222222; }
    .filter__section .filter-base-box .filter__separator {
      margin-top: 20px !important;
      margin-bottom: 16px !important; }
    .filter__section .filter-base-box .auto-width {
      width: auto !important; }
    .filter__section .filter-base-box .footer-button {
      margin: 0px 0 !important; }
      .filter__section .filter-base-box .footer-button .filter-asurance-submit {
        width: 168px;
        background-color: #EA4B4B;
        background-color: #EA4B4B;
        border-color: #EA4B4B;
        margin-left: 8px; }
      .filter__section .filter-base-box .footer-button .reset {
        padding: 0 !important;
        width: 72px;
        color: #EA4B4B;
        border-color: #EA4B4B; }

/*
* ink colors (with variations only for black and white)
*/
.consult-sticky-container {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 16px 0px rgba(0, 58, 109, 0.32); }
  .consult-sticky-container .cps-label {
    padding: 4px 0px;
    background: linear-gradient(245.39deg, #4380E3 0%, #1855B8 50%, #134493 100%);
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    /* 125% */
    margin: 0 auto; }
  .consult-sticky-container .cps-content {
    position: relative;
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: center; }
    .consult-sticky-container .cps-content .cps-blueman-contact {
      position: absolute;
      top: -27px;
      margin: 0 16px;
      z-index: -1;
      transition: top 1s;
      transition-timing-function: ease-out; }
      .consult-sticky-container .cps-content .cps-blueman-contact.cps-animate {
        top: -103px; }
  .consult-sticky-container .cps-buttons {
    display: flex;
    width: 100%; }
  .consult-sticky-container .cps-button {
    font-weight: 700;
    border-radius: 0px;
    padding: 21px 0 16px;
    font-size: 14px; }
    .consult-sticky-container .cps-button img {
      height: 20px;
      width: 20px; }
  .consult-sticky-container .call-button img {
    filter: invert(98%) sepia(5%) saturate(299%) hue-rotate(235deg) brightness(120%) contrast(100%);
    color: white; }

/*
* ink colors (with variations only for black and white)
*/
.filter-group-root {
  display: flex;
  gap: 16px; }

.order-filter-root {
  display: flex;
  gap: 16px;
  flex-direction: column;
  text-wrap: nowrap;
  width: 258px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2px; }
  .order-filter-root .filter__header {
    padding-bottom: 0px; }
    .order-filter-root .filter__header .filter-header-title {
      font-weight: 700;
      size: 16px;
      line-height: 20px;
      color: #222222; }
  .order-filter-root .sort-modal-wrapper {
    padding: 0px; }
    .order-filter-root .sort-modal-wrapper .sort-modal-radio {
      gap: 10px;
      display: flex;
      flex-direction: row; }
      .order-filter-root .sort-modal-wrapper .sort-modal-radio input[type='radio'] {
        accent-color: #EA4B4B; }
      .order-filter-root .sort-modal-wrapper .sort-modal-radio > div {
        cursor: pointer; }
        .order-filter-root .sort-modal-wrapper .sort-modal-radio > div.active {
          color: #EA4B4B;
          font-weight: 600; }

.feature-action-group {
  display: flex;
  width: 100%;
  background-color: white;
  gap: 16px; }
  @media (max-width: 767.98px) {
    .feature-action-group {
      padding: 15px 24px 24px; } }
  .feature-action-group .feature-action-reset {
    flex-grow: 1;
    border-radius: 4px;
    border: 1px solid #EA4B4B;
    color: #EA4B4B;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    padding: 10px 12px;
    background-color: white; }
  .feature-action-group .feature-action-submit {
    border: 1px solid #EA4B4B;
    width: 168px;
    border-radius: 4px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    padding: 10px 12px;
    background-color: #EA4B4B; }

/*
* ink colors (with variations only for black and white)
*/
.feature-filter-root {
  display: flex;
  width: 248px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px; }
  .feature-filter-root .filter__header {
    padding-bottom: 0px; }
    .feature-filter-root .filter__header .filter-header-title {
      font-weight: 700;
      size: 16px;
      line-height: 20px;
      color: #222222; }
  .feature-filter-root .feature-input-group {
    color: #1D4476;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 0.28px;
    display: flex;
    gap: 12px; }
    .feature-filter-root .feature-input-group input[type='checkbox'] {
      accent-color: #EA4B4B; }
  .feature-filter-root .feature-action-separator {
    border-top: 1px dashed #e2e8f0;
    height: 1px;
    width: 100%; }
  .feature-filter-root .feature-action-group {
    display: flex;
    width: 100%;
    gap: 16px; }
    .feature-filter-root .feature-action-group .feature-action-reset {
      flex-grow: 1;
      border-radius: 4px;
      border: 1px solid #EA4B4B;
      color: #EA4B4B;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      /* 142.857% */
      padding: 10px 12px;
      background-color: white; }
    .feature-filter-root .feature-action-group .feature-action-submit {
      border: 1px solid #EA4B4B;
      width: 168px;
      border-radius: 4px;
      color: white;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      /* 142.857% */
      padding: 10px 12px;
      background-color: #EA4B4B; }


/*# sourceMappingURL=styles.44671533.chunk.css.map*/