@font-face {
    font-family: Poppins-Regular;
    src: url("../fonts/Poppins-Regular.ttf");
  }

  @font-face {
    font-family: Poppins-SemiBold;
    src: url("../fonts/Poppins-SemiBold.ttf");
  }

  @font-face {
    font-family: Poppins-Medium;
    src: url("../fonts/Poppins-Medium.ttf");
  }

  @font-face {
    font-family: Poppins-Bold;
    src: url("../fonts/Poppins-Bold.ttf");
  }

  body {
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  body.scroll-able {
    overflow-y: scroll;
  }

  a:visited {
    color: unset;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-header {
    width: 100%;
    height: 80px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 35px;
    padding-left: 250px;
  }

  .l-header .l-logo {
    width: 188px;
    height: 32px;
    position: absolute;
    top: 33px;
    left: 52px;
  }

  .l-header .l-menu-wrapper {
    position: relative;
    top: 2px;
    padding-left: 28px;
    padding-right: 52px;
  }

  .l-header .l-menu {
    display: inline-block;
  }

  .l-header .l-menu li {
    display: inline-block;
    margin-right: 30px;
    padding-right: 15px;
    font-family: Poppins-Regular;
    font-size: 16px;
  }

  .l-header .l-menu li.l-no-drop {
    padding-right: 0;
  }

  .l-header .l-menu li a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
  }

  .l-header .l-r-menu {
    float: right;
  }

  .l-header .l-r-menu .l-lang {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Poppins-Bold;
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    padding-right: 20px;
    margin-top: 2px;
    margin-right: 20px;
  }

  .l-header .l-r-menu .l-a {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #ffffff;
    margin-right: 32px;
  }

  .l-header .l-r-menu .l-b {
    padding: 12px 24px;
    border-radius: 22px;
    background-color: #054fbf;
    border-color: #054fbf;
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins-SemiBold;
    text-decoration: none;
  }

  .l-header .l-right {
    text-align: right;
    position: absolute;
    right: 40px;
    top: 30px;
    padding-top: 8px;
  }

  .l-header .l-right span {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #7686ab;
    margin-right: 24px;
  }

  .l-btn {
    border-radius: 8px;
    text-decoration: none;
    font-family: Poppins-Medium;
  }

  .l-btn-small {
    padding: 8px 23px;
  }

  .l-btn-half {
    height: 44px;
    width: 230px;
  }

  .l-btn-block {
    height: 44px;
    width: 100%;
  }

  .l-btn-white {
    background-color: transparent;
    border: 1px #d9e3e4 solid;
    color: #054fbf;
  }

  .l-btn-blue {
    background-color: #054fbf;
    border: 1px #054fbf solid;
    color: #ffffff;
  }

  .l-btn-nt {
    font-size: 16px;
  }

  .l-btn-st {
    font-size: 14px;
  }

  .p-btn {
    font-family: Poppins-Semibold;
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 24.5px;
  }

  .p-btn-blue {
    background-color: #054fbf;
    border-color: #054fbf;
  }

  .p-btn-trans {
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0.36);
  }

  .p-btn-1 {
    padding: 13px 35px;
    margin-right: 8px;
  }

  .p-btn-2 {
    padding: 13px 21px;
    margin-left: 8px;
  }

  .l-content {
    background-color: #edf4f9;
  }

  .l-content .f-main-content {
    margin: 80px auto 0;
    padding-top: 100px;
    width: 415px;
    text-align: center;
    color: #123049;
    height: 100vh;
  }

  .l-content .f-main-content h1 {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    margin-bottom: 16px;
  }

  .l-content .f-main-content .f-h-sub {
    color: #7686ab;
    font-size: 16px;
    display: block;
    font-family: Poppins-Regular;
    margin-bottom: 34px;
  }

  .l-content .f-main-content label {
    margin-bottom: 8px;
    display: block;
    font-family: Poppins-Medium;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .l-content .f-main-content button.l-btn.l-btn-block.l-btn-blue.l-btn-st {
    margin-top: 36px;
  }

  .l-content-left {
    /* push n pull state */
    position: relative;
    right: 60%;
    padding-top: 80px;
    width: 40%;
    height: 100vh;
    float: left;
  }

  .l-content-left .l-main-content {
    color: #123049;
    width: 352px;
    margin: 78px 25.8% 0;
  }

  .l-content-left .l-main-content h3 {
    font-size: 20px;
    margin-bottom: 40px;
    font-family: Poppins-Medium;
  }

  .l-content-right {
    /* push n pull state */
    position: relative;
    left: 40%;
    padding-top: 80px;
    width: 60%;
    height: 100vh;
    float: left;
    background: url("../img/core/background.svg") right top no-repeat;
    background-size: contain;
    background-color: transparent;
  }

  .l-content-right .l-main-content {
    color: #123049;
    width: 415px;
    margin: 78px 30% 0;
  }

  .l-content-right .l-main-content h1 {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    margin-bottom: 55px;
  }

  .l-content-right .l-main-content label {
    margin-bottom: 8px;
    display: block;
    font-family: Poppins-Medium;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .l-content-right .l-main-content button.l-btn.l-btn-block.l-btn-blue.l-btn-st {
    margin-top: 34px;
  }

  .l-content-right .l-main-content .l-forget-password {
    margin-top: 26px;
    display: block;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #7686ab;
  }

  .l-content-right .l-main-content .l-forget-password a {
    color: #054fbf;
    font-family: Poppins-Medium;
  }

  .l-log {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px #e5eef6 solid;
    background-color: #ffffff;
    margin-bottom: 24px;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    font-family: Poppins-Medium;
    color: #123049;
  }

  .l-log.l-wrong {
    border-color: #f14336;
  }

  #rev {
    margin-bottom: 10px !important;
  }

  input[type=password] {
    margin-bottom: 10px;
  }

  .l-wrong-password {
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #f14336;
    visibility: hidden;
  }

  .l-wrong-password.l-wrong {
    visibility: visible;
  }

  .l-password-holder {
    position: relative;
  }

  .l-reveal {
    width: 16px;
    height: 14px;
    background: url("../img/core/midtrans-icons-invisible.svg");
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 20px;
  }

  .l-reveal.active {
    background: url("../img/core/midtrans-icons-visible.svg");
  }

  .l-news {
    width: 352px;
    max-height: 96px;
    min-height: 70px;
    margin-bottom: 36px;
    position: relative;
  }

  .l-news-img {
    width: 99px;
    height: 64px;
    float: left;
  }

  .l-news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .l-news-content {
    float: left;
    width: calc(100% - 99px);
    height: auto;
    padding-left: 20px;
  }

  .l-news-label {
    font-size: 12px;
    font-family: Poppins-Medium;
    margin-bottom: 5px;
    margin-top: -3px;
  }

  .l-news-label label {
    color: #007fe7;
  }

  .l-news-label label span {
    color: #b2b9cb;
    float: right;
  }

  .l-news-text {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins-SemiBold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .l-news-text a {
    color: #123049;
  }

  .v-sent-image {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
    display: block;
  }

  .float-capsule-1 {
    position: absolute;
    bottom: 0;
    right: 95px;
    z-index: 2;
  }

  .float-capsule-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }

  .float-capsule-3 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 62px);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }

  .float-capsule-4 {
    position: absolute;
    bottom: 0;
    left: calc(50% + 78px);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
  }

  .float-capsule-5 {
    position: absolute;
    right: 260px;
    z-index: 1;
    top: 447px;
  }

  .float-capsule-6 {
    position: absolute;
    right: 0;
    top: 295px;
  }

  .float-capsule-7 {
    position: absolute;
    top: 423px;
    left: 0;
  }

  .float-capsule-8 {
    position: absolute;
    left: 0;
    top: 402px;
  }

  .float-capsule-9 {
    position: absolute;
    right: 96px;
    bottom: 269px;
  }

  .float-capsule-10 {
    position: absolute;
    right: 0;
    top: 180px;
  }

  .float-capsule-partner-1 {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background-color: #87d4f6;
    position: absolute;
    left: -130px;
    top: 400px;
  }

  .float-capsule-partner-2 {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background-color: #0091d0;
    position: absolute;
    left: -130px;
    top: 400px;
  }

  .float-capsule-separator {
    position: absolute;
    top: 505px;
    left: 0;
  }

  .capsule-wrapper {
    position: absolute;
  }

  .capsule-wrapper [class^="float-capsule-"] {
    position: unset;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
  }

  .capsule-wrapper-1 {
    width: 337px;
    height: 150px;
    overflow: hidden;
    right: 96px;
    top: -230px;
  }

  .p-content-banner {
    background-color: #002855;
    width: 100%;
    color: #ffffff;
    padding-top: 107px;
    padding-bottom: 60px;
  }

  .p-content-banner.no-announce .float-capsule-5 {
    top: 383px;
  }

  .p-content-banner.no-announce .float-capsule-6 {
    top: 231px;
  }

  .p-content-banner.no-announce .float-capsule-7 {
    top: 359px;
  }

  .p-content-banner.no-announce .float-capsule-separator {
    top: 441px;
  }

  .p-content-banner h1 {
    font-family: Poppins-SemiBold;
    font-size: 36px;
    line-height: 1.44;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 24px;
  }

  .p-content-banner .p-h-sub {
    font-size: 16px;
    font-family: Poppins-Regular;
    text-align: center;
    display: block;
    margin-bottom: 32px;
  }

  .p-content-banner .p-button-wrapper {
    text-align: center;
    padding: 13px 0;
    margin-bottom: 54px;
    position: relative;
    z-index: 999;
  }

  .p-content-banner .p-zero-fee {
    width: 878px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 12px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0);
    padding-left: 24px;
    z-index: 3;
    position: relative;
  }

  .p-content-banner .p-zero-fee img {
    width: 28px;
    height: 28px;
  }

  .p-content-banner .p-zero-fee h2 {
    font-family: Poppins-Bold;
    font-size: 20px;
    color: #123049;
    margin: 0 32px 0 15px;
  }

  .p-content-banner .p-zero-fee span {
    font-size: 16px;
    color: #123049;
    font-family: Poppins-Regular;
  }

  .p-content-banner .p-zero-fee a {
    margin-left: 32px;
    color: #054fbf;
    font-family: Poppins-Regular;
    width: 110px;
    font-size: 16px;
  }

  .p-content-main {
    background: url("../img/core/background1.svg") no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    z-index: 4;
    width: 100%;
    padding-top: 129px;
  }

  .p-content-main-wrapper {
    width: 795px;
    margin: 0 auto;
    padding-bottom: 300px;
  }

  .p-content-main-wrapper h1 {
    font-family: Poppins-Semibold;
    font-size: 36px;
    color: #123049;
    margin-bottom: 32px;
  }

  .big-wrapper {
    background-color: #002855;
  }

  .p-bullet {
    margin-bottom: 32px;
    padding-top: 3px;
  }

  .p-bullet.no-b-padding {
    padding-top: 0;
  }

  .p-bullet.no-b-padding .p-bullet-number {
    margin-top: 0;
  }

  .p-bullet-number {
    font-family: Poppins-Bold;
    font-size: 14px;
    color: #ffffff;
    background-color: #0094d3;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
    padding-top: 5px;
    float: left;
    margin-right: 20px;
    margin-top: -3px;
  }

  .p-bullet-content {
    font-size: 16px;
    font-family: Poppins-Medium;
    color: #123049;
    line-height: 24px;
    width: calc(100% - (28px + 20px));
    display: block;
    float: left;
  }

  .p-bullet-content a {
    color: #054fbf;
  }

  .p-bullet-con {
    width: 100%;
    margin-top: 40px;
    padding-left: 48px;
  }

  .p-bullet-con h5 {
    font-size: 14px;
    font-family: Poppins-SemiBold;
    color: #123049;
    margin-bottom: 6px;
  }

  .p-bullet-con span {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #7686ab;
  }

.p-bullet-con-left {
    width: 50%;
    float: left;
    padding-right: 30px;
}
  .p-bullet-con-right {
    width: calc(100% - 257px);
    float: left;
  }

  .p-note {
    width: 100%;
    border-radius: 8px;
    border: 1px #0094d3 dotted;
    background-color: #f1fbff;
    padding: 21px 24px;
    margin-bottom: 32px;
  }

  .p-note p {
    color: #123049;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
  }

  .p-note p:first-child {
    margin-bottom: 25px;
  }

  .p-note p a {
    color: #054fbf;
    font-family: Poppins-Medium;
  }

  .h-content-banner {
    background-color: #002855;
    padding-top: 138px;
    padding-bottom: 60px;
    text-align: center;
    color: #ffffff;
  }

  .h-content-banner.no-banner {
    padding-top: 105px;
  }

  .h-content-banner h4 {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 32px;
  }

  .h-content-banner h1 {
    font-family: Poppins-Bold;
    font-size: 40px;
    margin-bottom: 52px;
  }

  .h-search-wrapper {
    width: 664px;
    height: 52px;
    margin: 0 auto;
  }

  .h-search-wrapper input[type=search] {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px #dee3e6 solid;
    -webkit-box-shadow: 0 16px 32px 0 rgba(53, 56, 61, 0.04);
    box-shadow: 0 16px 32px 0 rgba(53, 56, 61, 0.04);
    outline: none;
    padding-left: 56px;
    font-size: 18px;
    color: #959cad;
    font-family: Poppins-Regular;
    background: url("../img/core/search-left-1504.svg") 20px 15px no-repeat;
    background-color: #ffffff;
  }

  .h-breadcrumb {
    list-style: none;
    background-color: transparent;
    margin-top: 40px;
    margin-bottom: 33px;
  }

  .h-breadcrumb li {
    display: inline;
    font-size: 14px;
    font-family: Poppins-Regular;
  }

  .h-breadcrumb li + li:before {
    padding: 8px;
    color: #7686ab;
    content: "\203A";
    font-size: 20px;
  }

  .h-breadcrumb li a {
    color: #7686ab;
    text-decoration: none;
  }

  .h-content-main {
    background: url("../img/core/background1.svg") no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    padding-top: 164px;
    padding-bottom: 384px;
  }

  .h-content-main.no-banner {
    padding-top: 19px;
    padding-bottom: 255px;
  }

  .h-content-main .h-row {
    width: 1084px;
    margin: 0 auto;
  }

  .h-content-main .h-row.listing {
    width: 675px;
  }

  .h-content-main .h-row .row h1 {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    color: #123049;
  }

  .h-content-main .h-row .row .h-list {
    width: 100%;
    padding: 28px 0;
    border-bottom: 1px #eaedee solid;
  }

  .h-content-main .h-row .row .h-list h4 {
    font-family: Poppins-Medium;
    font-size: 18px;
    margin-bottom: 13px;
    color: #054fbf;
  }

  .h-content-main .h-row .row .h-list p {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #7686ab;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .h-content-main .h-row .row .h-list-detail {
    padding-bottom: 72px;
    border-bottom: 1px #eaedee solid;
  }

  .h-content-main .h-row .row .h-list-detail h3 {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    line-height: 36px;
    color: #123049;
    margin-bottom: 23px;
  }

  .h-content-main .h-row .row .h-list-detail .h-timestamp {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #7686ab;
    margin-bottom: 17px;
    display: block;
  }

  .h-content-main .h-row .row .h-list-detail p {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #123049;
    line-height: 24px;
  }

  .h-content-main .h-row .row .h-list-detail p a {
    font-family: Poppins-Medium;
  }

  .h-content-main .h-row .row .h-list-rating {
    padding: 32px 0;
    border-bottom: 1px #eaedee solid;
  }

  .h-content-main .h-row .row .h-list-rating h5 {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #123049;
    float: left;
    margin-top: 6px;
  }

  .h-content-main .h-row .row .h-list-rating-right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h-content-main .h-row .row .h-list-rating-right span {
    font-family: Poppins-Medium;
    color: #0094d3;
    font-size: 14px;
    margin-right: 30px;
  }

  .h-content-main .h-row .row .h-list-rating-right .thumbs {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px #d7dfe5 solid;
    -webkit-box-shadow: 0 2px 4px 0 rgba(35, 36, 38, 0.06);
    box-shadow: 0 2px 4px 0 rgba(35, 36, 38, 0.06);
  }

  .h-content-main .h-row .row .h-list-rating-right .thumbs-up {
    background: url("https://image.flaticon.com/icons/png/512/25/25297.png") center no-repeat;
    background-size: 20px 20px;
  }

  .h-content-main .h-row .row .h-list-rating-right .thumbs-down {
    margin-left: 20px;
    background: url("https://image.flaticon.com/icons/png/512/25/25297.png") center no-repeat;
    background-size: 20px 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .h-content-main .h-row .row .h-list-related {
    padding: 39px 0;
    border-bottom: 1px #eaedee solid;
  }

  .h-content-main .h-row .row .h-list-related h5 {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #123049;
    margin-bottom: 17px;
  }

  .h-content-main .h-row .row .h-list-related ul li {
    font-size: 18px;
    font-family: Poppins-Medium;
    margin-bottom: 9px;
  }

  .h-content-main .h-row .row .h-list-related ul li a {
    color: #054fbf;
  }

  .h-content-main .h-row .row .h-list-docs {
    padding: 39px 0;
    border-bottom: 1px #eaedee solid;
  }

  .h-content-main .h-row .row .h-list-docs h5 {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #123049;
    margin-bottom: 36px;
  }

  .h-content-main .h-row .row .h-list-docs-card {
    width: 100%;
    height: 256px;
    border-radius: 20px;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 42px 42px 0;
    position: relative;
    overflow: hidden;
  }

  .h-content-main .h-row .row .h-list-docs-card .bullet-1 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #88d5f7;
    position: absolute;
    bottom: -70px;
    right: -42px;
  }

  .h-content-main .h-row .row .h-list-docs-card .bullet-2 {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #0094d3;
    position: absolute;
    bottom: -30px;
    right: 83px;
  }

  .h-content-main .h-row .row .h-list-docs-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px;
    width: 100%;
    margin-bottom: 20px;
  }

  .h-content-main .h-row .row .h-list-docs-card-head .h-doc {
    width: 62px;
    height: 100%;
    background-color: #005dac;
    border-radius: 50%;
    margin-right: 14px;
  }

  .h-content-main .h-row .row .h-list-docs-card-head .h-doc img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 16px auto;
    display: block;
  }

  .h-content-main .h-row .row .h-list-docs-card-head h2 {
    font-family: Poppins-Bold;
    font-size: 28px;
    color: #123049;
  }

  .h-content-main .h-row .row .h-list-docs-card-body p {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #7686ab;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .h-content-main .h-row .row .h-list-docs-card-body a {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #054fbf;
  }

  .h-content-main .h-row .row .h-pagination {
    margin-top: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h-content-main .h-row .row .h-pagination a {
    color: #202020;
    float: left;
    padding: 4px 14px;
    text-decoration: none;
    margin-left: 5px;
    font-family: Poppins-Regular;
    font-size: 16px;
  }

  .h-content-main .h-row .row .h-pagination a.active {
    background-color: transparent;
    border: 1px #007fe7 solid;
    border-radius: 50%;
    color: #007fe7;
  }

  .h-content-main .h-row .h-box {
    padding: 60px 0 0;
    text-align: center;
    width: 256px;
    height: 200px;
    float: left;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 0 0 rgba(36, 38, 40, 0.16);
    box-shadow: 0 1px 0 0 rgba(36, 38, 40, 0.16);
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .h-content-main .h-row .h-box:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(36, 38, 40, 0.06);
    box-shadow: 0 8px 16px 0 rgba(36, 38, 40, 0.06);
  }

  .h-content-main .h-row .h-box:nth-child(1n+0), .h-content-main .h-row .h-box:nth-child(2n+0), .h-content-main .h-row .h-box:nth-child(3n+0) {
    margin-right: 20px;
  }

  .h-content-main .h-row .h-box:nth-child(4n+0) {
    margin-right: 0;
  }

  .h-content-main .h-row .h-box img {
    width: 44px;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 24px;
  }

  .h-content-main .h-row .h-box span {
    display: block;
    width: 100%;
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #123049;
  }

  .r-content-main {
    background: url("../img/core/background1.svg") no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    padding-top: 164px;
    padding-bottom: 384px;
  }

  .r-content-main-head {
    margin-bottom: 45px;
  }

  .r-content-main-head .r-left {
    float: left;
  }

  .r-content-main-head .r-left span {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #7686ab;
  }

  .r-content-main-head .r-right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .r-content-main-head .r-right span {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #232f51;
  }

  .r-cards {
    width: 348px;
    height: 141px;
    padding: 20px 0 0 20px;
    float: left;
    margin-bottom: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 0 rgba(36, 38, 40, 0.16);
    box-shadow: 0 1px 0 0 rgba(36, 38, 40, 0.16);
    border-radius: 8px;
  }

  .r-cards:nth-child(1n+0), .r-cards:nth-child(2n+0) {
    margin-right: 20px;
  }

  .r-cards:nth-child(3n+0) {
    margin-right: 0;
  }

  .r-cards-img {
    width: 44px;
    float: left;
  }

  .r-cards-img img {
    width: 100%;
    height: 44px;
  }

  .r-cards-detail {
    padding: 0 20px;
    float: left;
    width: calc(100% - 44px);
  }

  .r-cards-detail h5 {
    font-size: 16px;
    font-family: Poppins-Medium;
    color: #123049;
    margin-bottom: 4px;
  }

  .r-cards-detail span {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #7686ab;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .r-cards-detail .r-cards-badge {
    margin-top: 17px;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background-color: #eaedee;
    float: left;
    padding: 0 6px;
  }

  .r-content-wrapper {
    width: 1084px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }

  .r-content-wrapper.newsroom {
    width: 1085px;
  }

  .r-context-wrapper {
    margin-left: 27px;
    width: 460px;
  }

  .r-context-wrapper.flipped {
    float: right;
    margin-left: unset;
    margin-right: 105px;
  }

  .r-context-wrapper.flipped h2 {
    width: unset;
  }

  .r-context-wrapper h2 {
    font-family: Poppins-Bold;
    font-size: 32px;
    color: #123049;
    line-height: 52px;
    margin-bottom: 32px;
    width: 400px;
  }

  .r-context-wrapper p {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #7686ab;
  }

  .r-image-wrapper {
    float: right;
    padding-right: 105px;
  }

  .r-image-wrapper.flipped {
    float: unset;
    padding-right: unset;
    padding-left: 27px;
  }

  .r-image-wrapper img {
    width: 439px;
    height: 271px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .r-content-banner {
    background-color: #002855;
    padding-top: 140px;
    padding-bottom: 50px;
    text-align: left;
    color: #ffffff;
  }

  .r-content-banner h1 {
    font-size: 36px;
    font-family: Poppins-Bold;
    margin-bottom: 24px;
    width: 730px;
  }

  .r-content-banner .r-h-sub {
    font-size: 16px;
    font-family: Poppins-Regular;
    line-height: 24px;
  }

  .r-content-banner.terms {
    padding-bottom: 226px !important;
  }

  .r-content-banner.terms h1 {
    margin-bottom: 33px;
  }

  .r-content-banner.terms h5 {
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 32px;
  }

  .r-content-banner.newsroom {
    padding-top: 125px;
    padding-bottom: 267px;
    position: relative;
  }

  .r-content-banner.newsroom .n-search {
    position: absolute;
    right: 0;
    top: 12px;
    width: 303px;
    height: 42px;
    padding-left: 47px;
    outline: none;
    border-radius: 4px;
    border: none;
    color: #a8b1c7;
    font-size: 16px;
    font-family: Poppins-Regular;
    background: url("../img/core/search-left-1504 (1).svg") 16px 13px no-repeat;
    background-color: #ffffff;
  }

  .r-content-banner.detail {
    padding-bottom: 193px;
    padding-top: 147px;
  }

  .r-content-banner.detail h1 {
    margin-bottom: 17px;
  }

  .r-content-banner.detail .r-h-left {
    float: left;
    width: 68px;
  }

  .r-content-banner.detail .r-h-left img {
    width: 100%;
    height: 68px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .r-content-banner.detail .r-h-right {
    float: left;
    padding-left: 24px;
  }

  .r-content-banner.detail .r-h-right span {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .r-content-banner.detail .r-h-right span .r-badge {
    font-family: Poppins-Regular;
    padding: 0 6px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    margin-left: 14px;
  }

  .r-content-banner.detail .r-h-sub {
    display: block;
    margin-bottom: 32px;
  }

  .r-content-banner.detail .r-start {
    padding: 12px 24px;
    text-decoration: none;
    color: #ffffff;
    background-color: #054fbf;
    border-radius: 22px;
    font-family: Poppins-Semibold;
    font-size: 14px;
    margin-top: 12px;
    display: block;
    width: 160px;
    text-align: center;
  }

  .r-content-banner.security {
    padding-bottom: 180px;
    padding-top: 130px;
  }

  .r-content-banner.security .text-security {
    width: 400px;
    margin-left: 130px;
  }

  .r-content-banner.security .text-contact {
    padding-top: 8px;
    width: 1086px;
    margin: 0 auto;
    margin-bottom: 85px;
  }

  .r-content-banner.security .text-contact h5 {
    margin-top: 0;
  }

  .r-content-banner.security .text-contact span {
    margin-bottom: 60px;
  }

  .r-content-banner.security .text-contact .contact-card {
    width: calc(100% - 30px);
    height: 246px;
    padding: 40px 0 0 40px;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.11);
  }

  .r-content-banner.security .text-contact .contact-card.c-1 {
    margin-right: 30px;
  }

  .r-content-banner.security .text-contact .contact-card.c-2 {
    margin-left: 30px;
  }

  .r-content-banner.security .text-contact .contact-card .c-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
  }

  .r-content-banner.security .text-contact .contact-card .c-m-img {
    border-radius: 50%;
    background-color: #0094d3;
    margin-right: 20px;
    width: 52px;
    height: 52px;
  }

  .r-content-banner.security .text-contact .contact-card img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 14px;
  }

  .r-content-banner.security .text-contact .contact-card h4 {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    color: #123049;
  }

  .r-content-banner.security .text-contact .contact-card p {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    width: 317px;
    color: #7686ab;
    margin-bottom: 23px;
  }

  .r-content-banner.security .text-contact .contact-card a {
    color: #054fbf;
    font-family: Poppins-Medium;
    font-size: 16px;
  }

  .r-content-banner.security h5 {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-top: 66px;
  }

  .r-content-banner.security h1 {
    font-size: 32px;
    margin-bottom: 28px;
    width: 100%;
  }

  .r-content-banner.security span {
    font-family: Poppins-Regular;
    font-size: 16px;
    display: block;
  }

  .r-content-banner.security img {
    float: right;
    margin-right: 46px;
  }

  .sec-col-1:nth-child(odd) .security-list {
    padding-right: 31px;
    float: right;
  }

  .sec-col-1:nth-child(even) .security-list {
    padding-left: 31px;
    float: left;
  }

  .security-foot {
    margin-bottom: 80px;
  }

  .security-foot h1 {
    font-size: 32px;
    color: #f7fcff;
    font-family: Poppins-Bold;
    float: left;
  }

  .security-foot a {
    float: right;
    font-family: Poppins-SemiBold;
    text-decoration: none;
    color: #ffffff;
    border-radius: 24.5px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .security-foot a.sf-1 {
    padding-left: 26px;
    padding-right: 26px;
    background-color: #054fbf;
    border-color: #054fbf;
  }

  .security-foot a.sf-2 {
    padding-left: 21px;
    padding-right: 21px;
    background-color: transparent;
    border: 1px #eaedee solid;
    margin-left: 20px;
  }

  .security-list {
    width: 471px;
  }

  .security-list img {
    width: 85px;
    height: 85px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 31px;
  }

  .security-list h3 {
    font-family: Poppins-Bold;
    color: #123049;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .security-list p {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #7686ab;
  }

  .n-list {
    width: 335px;
    height: 350px;
    margin-bottom: 60px;
    float: left;
  }

  .n-list:nth-child(1n+0), .n-list:nth-child(2n+0) {
    margin-right: 40px;
  }

  .n-list:nth-child(3n+0) {
    margin-right: 0;
  }

  .n-list img {
    width: 100%;
    height: 215px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 21px;
  }

  .n-list h4 {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    color: #123049;
    line-height: 32px;
    margin-bottom: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .n-list-foot img {
    max-height: 24px;
    width: auto;
    margin-bottom: unset;
  }

  .n-list-foot span {
    float: right;
    display: block;
    text-align: right;
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #b2b9cb;
    margin-top: 2px;
  }

  .r-dropdown {
    position: relative;
    display: inline-block;
  }

  .r-dropdown-btn {
    cursor: pointer;
    color: #054fbf !important;
    font-family: Poppins-Medium !important;
    padding-right: 20px;
    background: url("../img/core/arrow-right-blue.svg") no-repeat 95% 8px;
  }

  .r-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 200px;
    -webkit-box-shadow: 0 20px 20px 0 rgba(40, 43, 46, 0.08);
    box-shadow: 0 20px 20px 0 rgba(40, 43, 46, 0.08);
  }

  .r-dropdown-content a {
    display: block;
    text-decoration: none;
    color: #232f51;
    font-size: 14px;
    font-family: Poppins-Medium;
    padding: 6px 20px;
    background-color: #ffffff;
  }

  .r-dropdown-content a:first-child {
    padding-top: 20px;
  }

  .r-dropdown-content a:first-child.active {
    color: #054fbf;
    background: url("../img/core/done-mini-1484-copy.svg") calc(100% - 15px) 25px no-repeat;
    background-color: #ffffff;
  }

  .r-dropdown-content a:last-child {
    padding-bottom: 20px;
  }

  .r-dropdown-content a.active {
    color: #054fbf;
    background: url("../img/core/done-mini-1484-copy.svg") calc(100% - 15px) 12px no-repeat;
    background-color: #ffffff;
  }

  .r-dropdown:hover .r-dropdown-content {
    display: block;
  }

  .section-light {
    position: relative;
    background-color: #f7fcff;
    padding-bottom: 290px;
  }

  .section-light--left:before {
    z-index: 9;
    content: '';
    background-image: url("../img/core/pattern-white.png");
    width: calc(100% + 45px);
    position: absolute;
    height: 207px;
    top: -205px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: -37px;
  }

  .section-light--right:before {
    z-index: 9;
    content: '';
    background-image: url("../img/core/pattern-white-right.png");
    width: calc(100% + 45px);
    position: absolute;
    height: 207px;
    top: -205px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: -37px;
  }

  .section-light-after--left:after {
    content: '';
    background-image: url("../img/core/separator-blue.png");
    width: 50%;
    height: 50px;
    background-size: 100%;
    position: absolute;
    top: -135px;
    left: 0;
  }

  .section-grey {
    position: relative;
    background-color: #edf4f9;
    padding-bottom: 250px;
  }

  .section-grey--left:before {
    content: '';
    background-image: url("../img/core/pattern-grey-left.png");
    width: 100%;
    position: absolute;
    height: 207px;
    top: -206px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    z-index: 99;
  }

  .section-grey-after--right:after {
    content: '';
    background-image: url("../img/core/separator-bitter-blue.png");
    width: 50%;
    height: 50px;
    background-size: 100%;
    position: absolute;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    top: -165px;
    right: 0;
  }

  .r-list-head h2 {
    font-family: Poppins-SemiBold;
    font-size: 28px;
    color: #123049;
    margin-bottom: 24px;
  }

  .r-list-head span {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #7686ab;
    display: block;
    margin-bottom: 45px;
  }

  .r-list-head span a {
    text-align: right;
    float: right;
    padding-right: 16px;
    color: #054fbf;
    text-decoration: underline;
  }

  .t-sidebar {
    width: 350px;
    float: left;
  }

  .t-sidebar li {
    font-family: Poppins-Medium;
    font-size: 14px;
    line-height: 36px;
    color: #7686ab;
    cursor: pointer;
  }

  .t-sidebar li.active {
    color: #0094d3;
  }

  .t-content {
    width: calc(100% - 350px);
    float: left;
    padding-left: 90px;
  }

  .t-parent h2 {
    font-size: 28px;
    font-family: Poppins-SemiBold;
    color: #0094d3;
    margin-bottom: 20px;
  }

  .t-child {
    padding-left: 33px;
    margin-bottom: 60px;
  }

  .t-child p {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #7686ab;
    margin-bottom: 24px;
  }

  .t-child h3 {
    font-size: 20px;
    color: #123049;
    font-family: Poppins-SemiBold;
    margin-bottom: 16px;
  }

  .t-child ul {
    color: #7686ab;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #7686ab;
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .t-child ul.t-number {
    list-style-type: decimal;
  }

  .t-child ul.t-dotted {
    list-style-type: disc;
  }

  .t-child .t-child p {
    margin-bottom: 20px;
  }

  .contact-main-wrapper {
    width: 1086px;
    margin: 0 auto;
  }

  .contact-main-wrapper .contact-detailed {
    float: right;
    margin-top: 333px;
  }

  .contact-main-wrapper .contact-detailed h2 {
    font-size: 24px;
    font-family: Poppins-SemiBold;
    color: #123049;
    margin-bottom: 32px;
  }

  .contact-main-wrapper .contact-detailed .c-d-wrap {
    margin-bottom: 32px;
  }

  .contact-main-wrapper .contact-detailed .c-d-wrap:last-child {
    margin-bottom: 0;
  }

  .contact-main-wrapper .contact-detailed .c-d-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-main-wrapper .contact-detailed img {
    width: 14px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 19px;
    margin-top: -7px;
  }

  .contact-main-wrapper .contact-detailed h5 {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #123049;
    margin-bottom: 8px;
  }

  .contact-main-wrapper .contact-detailed p {
    font-family: Poppins-Regular;
    font-size: 16px;
    width: 265px;
    margin-left: 33px;
    color: #7686ab;
  }

  .contact-main-wrapper .contact-detailed p a {
    color: #054fbf !important;
  }

  .contact-main-wrapper .c-submit {
    float: right;
    margin-right: 40px;
    border-radius: 22px;
    background-color: #054fbf;
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins-SemiBold;
    border: 0;
    width: 111px;
    height: 44px;
  }

  .contact-main-wrapper .contact-main {
    padding: 40px 0 40px 40px;
    width: 698px;
    border-radius: 20px;
    -webkit-box-shadow: 0 12px 24px 0 rgba(44, 47, 50, 0.13);
    box-shadow: 0 12px 24px 0 rgba(44, 47, 50, 0.13);
    background-color: #ffffff;
    float: left;
  }

  .contact-main-wrapper .contact-main h4 {
    font-family: Poppins-Bold;
    font-size: 24px;
    color: #123049;
    margin-bottom: 8px;
  }

  .contact-main-wrapper .contact-main .c-sub {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #7686ab;
    display: block;
    margin-bottom: 42px;
  }

  .contact-main-wrapper .contact-main .c-20 {
    margin-right: 17px;
  }

  .contact-main-wrapper .contact-main .c-input-wrapper {
    margin-bottom: 20px;
  }

  .contact-main-wrapper .contact-main .c-input-wrapper .c-inputs {
    width: 298px;
    height: 42px;
    background-color: #ffffff;
    border: solid 1px #deeaf5;
    border-radius: 4px;
    margin-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #123049;
    float: left;
  }

  .contact-main-wrapper .contact-main .c-input-wrapper .c-inputs.full {
    width: 618px;
  }

  .contact-main-wrapper .contact-main .c-input-wrapper .c-textarea {
    margin-top: 20px;
    padding: 10px 20px 0 20px;
    width: 618px;
    height: 183px;
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #123049;
    background-color: #ffffff;
    border: solid 1px #deeaf5;
    border-radius: 4px;
    resize: none;
    margin-bottom: 32px;
  }

  .contact-main-wrapper .contact-main .c-input-wrapper .c-dropbtn {
    width: 298px;
    height: 41px;
    background-color: #ffffff;
    border: solid 1px #deeaf5;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #123049;
    float: left;
    padding-top: 8px;
    cursor: pointer;
    background: url("../img/core/arrow-c.svg") calc(100% - 15px) 16px no-repeat;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .contact-main-wrapper .contact-main .c-input-wrapper .c-dropdown {
    position: relative;
    display: inline-block;
  }

  .contact-main-wrapper .contact-main .c-input-wrapper .c-dropdown-con {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 308px;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 24px 0 rgba(44, 47, 50, 0.13);
    box-shadow: 0 12px 24px 0 rgba(44, 47, 50, 0.13);
    background-color: #ffffff;
    z-index: 100;
    padding: 20px;
    top: 45px;
    max-height: 320px;
    overflow: auto;
  }

  .contact-main-wrapper .contact-main .c-input-wrapper .c-dropdown-con ul li {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #123049;
    margin-bottom: 12px;
    cursor: pointer;
  }

  .contact-main-wrapper .contact-main .c-input-wrapper .c-dropdown-con.activated {
    display: block;
  }

  .status-wrapper {
    width: 1086px;
    margin: 0 auto;
  }

  .status-head {
    margin-bottom: 39px;
  }

  .status-head h2 {
    font-size: 28px;
    font-family: Poppins-SemiBold;
    color: #123049;
    float: left;
  }

  .status-head .s-h2-sub {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #7686ab;
    float: right;
    margin-top: 8px;
  }

  .status-main {
    border: solid 1px #d5dbdf;
    border-radius: 8px;
    background-color: #f7fcff;
    margin-bottom: 85px;
  }

  .status-list {
    padding: 24px 0 0 24px;
    height: 108px;
    border-bottom: solid 1px #d5dbdf;
  }

  .status-list:last-child {
    border-bottom: none;
  }

  .status-list h3 {
    font-family: Poppins-Bold;
    font-size: 20px;
    color: #123049;
    margin-bottom: 8px;
  }

  .status-list h3 img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }

  .status-badge {
    border-radius: 2px;
    background-color: #0094d3;
    padding: 2px 8px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Poppins-Regular;
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .status-opt {
    float: right;
    margin-right: 36px;
    font-family: Poppins-Regular;
    font-size: 24px;
    color: #0094d3;
    margin-top: -25px;
  }

  .status-sch {
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
  }

  .status-sch-head {
    background-color: #002855;
    padding: 27px 24px;
    color: #ffffff;
  }

  .status-sch-head h3 {
    font-family: Poppins-Bold;
    font-size: 20px;
    float: left;
  }

  .status-sch-head span {
    font-size: 16px;
    font-family: Poppins-Regular;
    float: right;
  }

  .status-sch-main {
    padding: 40px 0 40px 40px;
  }

  .status-sch-c {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Poppins-Regular;
  }

  .status-sch-c-title {
    width: 132px;
    float: left;
    color: #7686ab;
  }

  .status-sch-c-content {
    width: 754px;
    float: left;
    color: #123049;
  }

  .col-mts-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
  }

  .col-mts-6.flipped:first-child {
    left: 50%;
  }

  .col-mts-6.flipped:last-child {
    right: 50%;
  }

  .col-ct-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
  }

  @media screen and (min-width: 1450px) {
    .float-capsule-separator {
      top: 525px;
    }
    .p-content-banner.no-announce .float-capsule-separator {
      top: 461px;
    }
  }

  @media screen and (min-width: 1800px) {
    .float-capsule-separator {
      top: 535px;
    }
    .p-content-banner.no-announce .float-capsule-separator {
      top: 471px;
    }
  }

  @media screen and (max-width: 1200px) {
    .r-content-wrapper, .status-wrapper {
      width: 100%;
      margin: 0;
      padding-left: 45px;
      padding-right: 45px;
    }
    .r-content-banner.newsroom .n-search {
      right: 45px;
    }
    .r-content-wrapper.newsroom {
      width: 100%;
    }
    .n-list {
      width: calc((100% / 3) - (80px / 3));
    }
    .r-cards {
      width: calc((100% / 3) - (40px / 3));
    }
    .col-mts-6 {
      width: 100%;
      float: unset;
      padding: 0 40px;
    }
    .col-mts-6.flipped:first-child {
      left: unset;
    }
    .col-mts-6.flipped:last-child {
      right: unset;
    }
    .r-image-wrapper.flipped {
      padding-left: unset;
    }
    .r-context-wrapper.flipped {
      float: unset;
      margin-right: 0;
    }
    .r-image-wrapper {
      float: unset;
      padding-right: 0;
      width: 100%;
      height: 270px;
    }
    .r-image-wrapper img {
      width: 100%;
      height: 100%;
    }
    .r-context-wrapper {
      width: 100%;
      margin-left: 0;
      padding-top: 24px;
    }
    .r-context-wrapper h2 {
      margin-bottom: 16px;
      width: 100%;
    }
    .col-ct-6 {
      width: 100%;
      float: unset;
    }
    .r-content-banner.security .text-contact .contact-card {
      width: 100%;
    }
    .r-content-banner.security .text-contact .contact-card.c-1 {
      margin-right: 0;
      margin-bottom: 20px;
    }
    .r-content-banner.security .text-contact .contact-card.c-2 {
      margin-left: 0;
    }
    .r-content-banner.security .text-contact .contact-card p {
      width: 100%;
    }
    .contact-main-wrapper .contact-main, .contact-main-wrapper .contact-detailed {
      width: 100%;
      float: unset;
    }
    .contact-main-wrapper .contact-detailed {
      margin-top: 50px;
    }
    .contact-main-wrapper .contact-main .c-input-wrapper .c-inputs, .contact-main-wrapper .contact-main .c-input-wrapper .c-dropdown {
      width: 100%;
      margin-right: 0;
      margin-bottom: 16px;
    }
    .contact-main-wrapper .contact-main .c-input-wrapper .c-dropbtn {
      width: 100%;
      margin-right: 0;
    }
    .contact-main-wrapper .contact-main {
      padding: 40px 40px 80px;
    }
    .contact-main-wrapper .contact-main .c-input-wrapper {
      margin-bottom: -5px;
    }
    .contact-main-wrapper .contact-main .c-input-wrapper .c-inputs.full, .contact-main-wrapper .contact-main .c-input-wrapper .c-textarea {
      width: 100%;
    }
    .contact-main-wrapper {
      width: 100%;
      margin: 0;
      padding: 0 20px;
    }
    .r-content-banner.security {
      padding-top: 30px;
    }
    .r-content-banner.security .text-contact {
      width: 100%;
      margin: 0;
      padding: 0 20px 80px;
    }
    .r-content-banner.security.cc-contact {
      padding-top: 100px;
    }
  }

  @media screen and (max-width: 1100px) {
    .r-content-banner.security .col-md-6.pull-right, .r-content-banner.security .col-md-6.pull-left {
      float: unset !important;
      width: 100%;
      padding: 0 30px 50px;
    }
    .r-content-banner.security .col-md-6.pull-right:before, .r-content-banner.security .col-md-6.pull-left:before {
      content: " ";
      display: table;
    }
    .r-content-banner.security .col-md-6.pull-right:after, .r-content-banner.security .col-md-6.pull-left:after {
      clear: both;
      content: " ";
      display: table;
    }
    .r-content-banner.security .text-security {
      width: 100%;
      margin-left: 0;
    }
    .r-content-banner.security img {
      float: unset;
      margin-right: 0;
      display: block;
      margin: 0 auto;
    }
    .security-foot {
      display: none;
    }
  }

  @media screen and (max-width: 1080px) {
    .l-content-left .l-main-content {
      margin: 78px 8% 0;
    }
    .l-content-right {
      background: url("../img/core/background.svg") right bottom no-repeat;
      background-size: 100% 130%;
    }
    .l-content-right .l-main-content {
      margin: 78px 20% 0;
    }
    .status-sch-c-title {
      width: 15%;
    }
    .status-sch-c-content {
      width: 85%;
    }
  }

  @media screen and (max-width: 1024px) {
    .section-light--right:before, .section-grey--left:before {
      background-size: 100% 65%;
      top: -130px;
    }
    .section-light-after--left:after, .section-grey-after--right:after {
      top: -115px;
    }
    .status-sch-c-content {
      padding-right: 35px;
    }
    .float-capsule-10 {
      top: 300px;
    }
    .float-capsule-partner-1, .float-capsule-partner-2 {
      top: 450px;
    }
  }

  @media screen and (min-width: 960px) {
    .t-sidebar-mobile {
      display: none;
    }
  }

  @media screen and (max-width: 960px) {
    .t-sidebar, .t-content {
      float: unset;
      width: 100%;
    }
    .t-content, .t-child {
      padding-left: 0;
    }
    .t-child {
      margin-bottom: 40px;
    }
    .t-sidebar {
      padding: 10px 20px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 16px 10px 0 rgba(0, 0, 0, 0.21);
      box-shadow: 0 16px 10px 0 rgba(0, 0, 0, 0.21);
      display: none;
      position: absolute;
      width: calc(100% - 90px);
    }
    .t-sidebar.active {
      display: block;
      top: 49px;
    }
    .t-sidebar.fix-top {
      position: fixed;
      left: 0;
      top: 49px;
      width: 100%;
    }
    .t-sidebar-mobile {
      display: block;
      width: 100%;
      border: solid 1px #e5eef6;
      padding: 11px 42px 11px 20px;
      background: url("../img/core/arrow-bottom-black.svg") calc(100% - 20px) 19px no-repeat;
      background-color: #ffffff;
      cursor: pointer;
      margin-bottom: 20px;
    }
    .t-sidebar-mobile.active {
      background: url("../img/core/arrow-up-black.svg") calc(100% - 20px) 19px no-repeat;
      background-color: #ffffff;
    }
    .t-sidebar-mobile.fix-top {
      position: fixed;
      left: 0;
      top: 0;
    }
    .p-content-banner .p-zero-fee {
      width: 100%;
      margin: 0;
      height: auto;
      padding: 20px;
      display: block;
    }
    .p-content-banner .p-zero-fee h2, .p-content-banner .p-zero-fee img {
      float: left;
    }
    .p-content-banner .p-zero-fee span {
      margin: 16px 0;
    }
    .p-content-banner .p-zero-fee span, .p-content-banner .p-zero-fee a {
      width: 100%;
      float: left;
    }
    .p-content-banner .p-zero-fee a {
      margin-left: 0;
    }
    .p-content-banner, .p-content-main-wrapper {
      padding-left: 20px;
      padding-right: 20px;
    }
    .p-content-main-wrapper {
      width: 100%;
      margin: 0;
    }
    .p-content-main.passport-content-wrapper .p-content-main-wrapper {
        background-color: #ffff;
        padding-top: 35px;
    }
    .float-capsule-separator {
      top: 590px;
    }
    .sec-col-1:first-child .security-list, .sec-col-1:last-child .security-list {
      float: unset;
    }
    .security-list {
      width: 100%;
      padding: 0 30px;
      margin-bottom: 60px;
    }
    .r-content-banner.security img {
      width: 450px;
    }
  }

  @media screen and (max-width: 900px) {
    .status-sch-c-title {
      width: 100%;
      float: unset;
    }
    .status-sch-c-content {
      padding: 0;
      width: 100%;
      float: unset;
    }
    .status-sch-main {
      padding: 20px;
    }
    .status-sch-head h3 {
      width: 100%;
      display: block;
      float: unset;
    }
    .status-sch-head span {
      float: unset;
      display: block;
      width: 100%;
    }
  }

  @media screen and (min-width: 880px) {
    .mobile {
      display: none !important;
    }
    .desktop {
      display: block !important;
    }
  }

  @media screen and (max-width: 880px) {
    .l-content-right, .l-content-left {
      right: unset;
      left: unset;
      width: 100%;
      float: unset;
    }
    .l-content-right .l-main-content, .l-content-left .l-main-content {
      margin: 22px 0 0 0;
      padding: 0 20px;
      width: 100%;
    }
    .l-content-right {
      background: none;
      background-color: #f7fcff;
      margin-top: 75px;
      padding-top: 69px;
      border-radius: 8px;
      height: auto;
      padding-bottom: 28px;
    }
    .l-content-left {
      height: auto;
      padding-top: 0;
    }
    .l-content-left .l-main-content h3 {
      margin-bottom: 20px;
    }
    .l-news {
      margin-bottom: 20px;
      width: 100%;
    }
    .l-header {
      height: 126px;
      background-color: transparent;
    }
    .l-header .l-right {
      left: 20px;
      right: unset;
      top: 95px;
    }
    .l-header .l-logo {
      left: 20px;
      top: 20px;
      width: 156px;
      height: 28px;
    }
    .l-content-right .l-main-content h1 {
      font-size: 24px;
      margin-bottom: 34px;
    }
    .l-content-right .l-main-content button.l-btn.l-btn-block.l-btn-blue.l-btn-st {
      margin-top: 0;
      border-radius: 24.5px;
    }
    .l-content-right .l-main-content .l-forget-password a {
      text-decoration: underline;
    }
    .mobile {
      display: block !important;
    }
    .desktop {
      display: none !important;
    }
    .l-wrong-password {
      margin-bottom: 25px;
    }
    body {
      overflow: scroll;
      background-color: #edf4f9;
    }
    .r-content-banner h1 {
      width: 100%;
    }
    .n-list {
      width: calc((100% / 2) - (20px));
    }
    .n-list:nth-child(1n+0), .n-list:nth-child(3n+0) {
      margin-right: 40px;
    }
    .n-list:nth-child(2n+0), .n-list:nth-child(4n+0) {
      margin-right: 0;
    }
    .r-cards {
      width: calc((100% / 2) - (10px));
    }
    .r-cards:nth-child(1n+0), .r-cards:nth-child(3n+0) {
      margin-right: 20px;
    }
    .r-cards:nth-child(2n+0), .r-cards:nth-child(4n+0) {
      margin-right: 0;
    }
  }

  @media screen and (max-width: 760px) {
    .h-content-main .h-row.listing, .h-search-wrapper {
      width: 100%;
    }
    .h-content-main .h-row.listing {
      padding: 0 20px;
    }
  }

  @media screen and (max-width: 750px) {
    .float-capsule-10 {
      top: 370px;
    }
    .float-capsule-partner-1, .float-capsule-partner-2 {
      top: 490px;
    }
  }

  @media screen and (max-width: 700px) {
    .status-head h2, .status-head .s-h2-sub {
      display: block;
      width: 100%;
    }
    .n-list {
      width: 100%;
    }
    .n-list:nth-child(1n+0), .n-list:nth-child(3n+0) {
      margin-right: 0;
    }
    .n-list:nth-child(2n+0), .n-list:nth-child(4n+0) {
      margin-right: 0;
    }
    .r-content-main-head {
      padding-top: 100px;
    }
    .r-content-main-head .r-left, .r-content-main-head .r-right {
      float: unset;
      width: 100%;
      display: block;
    }
    .r-content-main-head .r-left {
      margin-bottom: 26px;
    }
    .r-dropdown {
      width: 130px;
    }
    .r-content-banner, .r-content-banner.detail {
      padding-top: 30px;
    }
    .r-cards {
      width: 100%;
      margin-bottom: 16px;
    }
    .r-cards:nth-child(1n+0), .r-cards:nth-child(3n+0) {
      margin-right: 0;
    }
    .r-cards:nth-child(2n+0), .r-cards:nth-child(4n+0) {
      margin-right: 0;
    }
    .r-content-banner.newsroom .n-search {
      position: unset;
      width: 100%;
    }
    .r-content-banner h1 {
      margin-bottom: 20px;
      font-size: 24px;
    }
    .r-content-wrapper.news {
      padding-top: 100px;
    }
    .n-list h4 {
      -webkit-line-clamp: 3;
    }
    .r-content-banner.detail .r-h-right span {
      font-size: 14px;
    }
    .r-content-banner.detail .r-h-sub {
      font-size: 14px;
      margin: 20px 0 24px;
    }
    .r-content-banner.detail .r-start {
      padding: 10px 24px;
    }
    .r-context-wrapper h2 {
      font-size: 24px;
      line-height: 36px;
    }
    .r-context-wrapper p {
      font-size: 14px;
    }
    .section-light {
      padding-bottom: 240px;
    }
    .col-mts-6 {
      padding: 0 20px;
    }
    .p-content-banner .p-button-wrapper {
      display: none;
    }
    .p-content-banner {
      padding-bottom: 20px;
    }
    .p-content-banner h1 {
      font-size: 24px;
      line-height: 20px;
    }
    .p-content-banner .p-h-sub {
      font-size: 14px;
    }
    .p-content-main-wrapper h1 {
      font-size: 24px;
      margin-bottom: 24px;
    }
    .p-bullet-con-left, .p-bullet-con-right {
      width: 100%;
      float: unset;
      padding-top: 20px;
    }
    .p-btn-1 {
      padding: 13px 24px;
    }
    .p-note {
      margin-bottom: 45px;
    }
    .r-content-banner.security h1 {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .r-content-banner.security .text-contact span {
      font-size: 14px;
      margin-bottom: 38px;
    }
    .r-content-banner.security .text-contact .contact-card {
      padding: 20px;
    }
    .r-content-banner.security .text-contact .contact-card .c-m-img {
      width: 40px;
      height: 40px;
      margin-right: 16px;
    }
    .r-content-banner.security .text-contact .contact-card img {
      width: 18px;
      height: 18px;
      margin: 11px;
    }
    .r-content-banner.security .text-contact .contact-card h4 {
      font-size: 18px;
    }
    .r-content-banner.security .text-contact .contact-card p {
      font-size: 14px;
      margin-bottom: 20px;
      height: 48px;
    }
    .r-content-banner.security .text-contact .contact-card .c-header {
      margin-bottom: 16px;
    }
    .r-content-banner.security .text-contact .contact-card {
      height: 196px;
    }
    .contact-main-wrapper .contact-main h4 {
      font-size: 20px;
    }
    .contact-main-wrapper .contact-main .c-sub {
      font-size: 14px;
      margin-bottom: 20px;
    }
    .contact-main-wrapper .c-submit {
      margin-right: 0;
      width: 120px;
    }
    .contact-main-wrapper .contact-detailed h2 {
      font-size: 20px;
      margin-bottom: 20px;
    }
    .r-content-banner.security .text-contact {
      padding: 0 20px;
    }
    .r-content-banner.security .col-md-6.pull-right, .r-content-banner.security .col-md-6.pull-left {
      padding: 0 20px 50px;
    }
    .r-content-banner.security img {
      width: 340px;
    }
    .r-content-banner.security h5 {
      margin-top: 0;
      margin-bottom: 14px;
      font-size: 14px;
    }
    .security-list p, .r-content-banner.security span {
      font-size: 14px;
    }
    .security-list h3 {
      margin-bottom: 28px;
    }
    .sec-col-1:last-child .security-list, .sec-col-1:first-child .security-list {
      padding: 0 20px;
    }
    .h-content-main .h-row .row h1 {
      font-size: 24px;
    }
    .h-content-main .h-row .row .h-list {
      padding: 18px 0;
    }
    .h-content-main .h-row .row .h-list h4 {
      font-size: 16px;
    }
    .h-content-main .h-row .row .h-list p {
      font-size: 14px;
    }
    .newsroom.terms .float-capsule-10 {
      top: 370px;
    }
    .float-capsule-10 {
      top: 310px;
    }
    .float-capsule-partner-1 {
      top: 420px;
    }
    .float-capsule-partner-2 {
      top: 390px;
    }
    .r-content-banner.cc-partner {
      padding-top: 100px;
    }
  }

  @media screen and (max-width: 600px) {
    .h-content-main .h-row .row .h-list-rating h5 {
      float: unset;
      width: 100%;
      margin-bottom: 12px;
    }
    .h-content-main .h-row .row .h-list-rating-right {
      float: unset;
      width: 100%;
    }
    .h-content-main .h-row .row .h-list-detail {
      padding-bottom: 40px;
    }
    .h-content-main .h-row .row .h-list-related ul li a {
      text-decoration: underline;
    }
    .h-content-banner.no-banner {
      padding-top: 0;
      padding-bottom: 30px;
    }
    .h-search-wrapper input[type=search] {
      height: 44px;
      font-size: 16px;
      background-size: 16px 16px;
    }
    .h-breadcrumb {
      margin-top: 15px;
    }
    .h-content-main .h-row .row .h-list-detail h3 {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 20px;
    }
    .h-content-main .h-row .row .h-list-detail .h-timestamp, .h-content-main .h-row .row .h-list-detail p, .h-content-main .h-row .row .h-list-docs-card-body p {
      font-size: 14px;
    }
    .h-content-main .h-row .row .h-list-rating {
      padding: 20px 0;
    }
    .h-content-main .h-row .row .h-list-docs h5 {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .h-content-main .h-row .row .h-list-docs-card {
      padding: 20px;
      height: 196px;
    }
    .h-content-main .h-row .row .h-list-docs-card-head h2 {
      font-size: 18px;
    }
    .h-content-main .h-row .row .h-list-docs-card-head .h-doc {
      width: 40px;
    }
    .h-content-main .h-row .row .h-list-docs-card-head {
      height: 40px;
      margin-bottom: 16px;
    }
    .h-content-main .h-row .row .h-list-docs-card-head .h-doc img {
      width: 15px;
      margin: 11px auto;
    }
    .h-content-main .h-row .row .h-list-docs-card-body p {
      margin-bottom: 16px;
      z-index: 2;
      position: relative;
    }
    .h-content-main .h-row .row .h-list-docs:last-child {
      border-bottom: none;
    }
  }

  @media screen and (max-width: 520px) {
    .status-opt {
      float: unset;
      display: block;
      width: 100%;
      margin-top: unset;
      font-size: 20px;
      margin-top: 16px;
    }
    .status-list {
      height: 140px;
      padding: 20px;
    }
    .status-list h3 img {
      float: right;
    }
    .r-content-banner.terms h5 {
      font-size: 14px;
      margin-bottom: 14px;
    }
    .r-content-banner.newsroom {
      padding-top: 10px;
    }
    .r-content-banner.terms h1 {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .r-content-banner .r-h-sub {
      font-size: 14px;
    }
    .r-content-banner.terms {
      padding-bottom: 160px !important;
    }
    .section-light--right:before {
      background-size: 105% 45%;
      top: -93px;
    }
    .section-grey--left:before {
      background-size: 105% 45%;
      top: -93px;
    }
    .section-light-after--left:after {
      top: -80px;
    }
    .section-grey-after--right:after {
      top: -80px;
    }
    .status-head h2 {
      font-size: 24px;
    }
    .status-head .s-h2-sub {
      margin-top: 14px;
    }
    .status-head {
      margin-bottom: 29px;
    }
    .status-sch-head h3 {
      font-size: 16px;
      margin-bottom: 8px;
    }
    .status-sch-c-title, .status-sch-c-content {
      font-size: 14px;
    }
    .status-sch-c-title {
      margin-bottom: 8px;
    }
    .r-content-wrapper, .status-wrapper {
      padding-left: 20px;
      padding-right: 20px;
    }
    .t-parent h2 {
      font-size: 24px;
    }
    .t-child p, .t-child ul {
      font-size: 14px;
    }
    .t-sidebar {
      width: calc(100% - 40px);
    }
    .newsroom.terms .float-capsule-10 {
      top: 195px;
    }
    .float-capsule-10 {
      top: 370px;
    }
    .float-capsule-partner-1 {
      top: 230px;
    }
    .float-capsule-partner-2 {
      top: 400px;
    }
  }

  @media screen and (max-width: 480px) {
    .l-content .f-main-content {
      width: 100%;
      margin: 80px 0 0 0;
      padding: 90px 20px 0;
    }
    .l-content .f-main-content.fp {
      padding: 140px 20px 0;
    }
    .l-content .f-main-content h1 {
      font-size: 24px;
    }
    .l-content .f-main-content .f-h-sub {
      margin-bottom: 52px;
    }
    input[type=password].l-log {
      margin-bottom: 28px;
    }
    .l-content .f-main-content button.l-btn.l-btn-block.l-btn-blue.l-btn-st {
      margin-top: 0;
      border-radius: 24.5px;
    }
    .l-content .f-main-content label {
      font-size: 12px;
      text-transform: none;
    }
    .v-sent-image {
      width: 40px;
      height: 40px;
    }
    .l-content .f-main-content.fp button.l-btn.l-btn-half.l-btn-blue.l-btn-st {
      width: 100%;
      border-radius: 24.5px;
      height: 49px;
    }
    .r-content-banner.security .col-md-6.pull-right, .r-content-banner.security .col-md-6.pull-left {
      padding: 0 20px 35px;
    }
    .r-content-banner.security {
      padding-bottom: 130px;
    }
    .newsroom.terms .float-capsule-10 {
      top: 225px;
      right: -50px;
    }
    .float-capsule-partner-1 {
      top: 260px;
    }
  }

  @media screen and (max-width: 445px) {
    .float-capsule-10 {
      top: 380px;
      right: -50px;
    }
    .float-capsule-partner-2 {
      top: 420px;
    }
  }

  @media screen and (max-width: 420px) {
    .r-content-banner.security img {
      width: 100%;
    }
    .newsroom.terms .float-capsule-10 {
      top: 290px;
      right: -75px;
    }
    .float-capsule-partner-1 {
      top: 320px;
    }
  }
