/*!
 * PROJECT'S STYLES by Germs
 */
body {
  font-size: 16px;
  font-family: Agenda, Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(180deg, #00000080 0px, #00000000 173px) 0% 0% no-repeat padding-box; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
      background: url(../img/bg-top.png) center top repeat-x; } }
  @supports (-ms-ime-align: auto) {
    body {
      background: url(../img/bg-top.png) center top repeat-x; } }

section {
  margin-top: 50px; }
  section.section-first {
    margin-top: 0;
    padding-top: 170px; }
  section.section-last {
    padding-bottom: 100px; }

.container-wider {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  position: relative; }

h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff; }

h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #08197B; }
  h2.white {
    color: white; }

h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #08197B;
  font-weight: 700; }
  h3 em {
    font-style: normal;
    font-weight: 700;
    display: inline;
    line-height: 1;
    color: #08197B; }

a {
  text-decoration: underline;
  color: #000000;
  outline: 0; }
  a:hover {
    text-decoration: none; }
  a.white {
    color: #fff; }

h4 {
  font-weight: 600; }

h5 {
  font-weight: 600; }

ul,
ol {
  padding-left: 30px; }

b,
strong {
  font-weight: 700; }

.footnote {
  font-size: 14px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px; }

.bg-light {
  background-color: transparent !important; }
  .bg-light h1 {
    color: #08197B;
    text-align: center; }
    .bg-light h1 em {
      font-style: normal;
      background-image: -webkit-gradient(linear, left top, right top, from(#08197B));
      background-image: linear-gradient(to right, #08197B);
      background-position: 0 1em;
      background-repeat: repeat-x;
      background-size: 8px 1px; }

.text-blue {
  color: #08197B; }

@media (min-width: 992px) {
  body {
    font-size: 18px; }
  section {
    /* min-height: 400px;*/ }
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 38px; }
  h3 {
    font-size: 24px; }
  .footnote {
    font-size: 15px; } }

@media (min-width: 1200px) {
  section {
    /*min-height:500px;*/ } }

.btn {
  border: solid 3px #ffffff;
  border-radius: 0;
  color: white;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  padding: 0.3rem 1.5rem;
  border-radius: .5rem;
  min-width: 150px; }
  .btn:focus, .btn:hover {
    color: #08197B;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: none; }
  .btn.nav-applynow:focus, .btn.nav-applynow:hover {
    color: #08197B;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled):focus, .btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #ffffff;
    border-color: #ffffff; }
  .btn:not(:disabled):not(.disabled).blue {
    border: solid 3px #08197B;
    border-radius: 0;
    color: white;
    background-color: #08197B;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 0.3rem 1.5rem;
    border-radius: .5rem;
    min-width: 150px; }
    .btn:not(:disabled):not(.disabled).blue:focus, .btn:not(:disabled):not(.disabled).blue:hover {
      border: solid 3px #08197B;
      color: #08197B;
      background: transparent;
      box-shadow: none; }
    .btn:not(:disabled):not(.disabled).blue:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).blue:not(:disabled):not(.disabled):focus, .btn:not(:disabled):not(.disabled).blue:not(:disabled):not(.disabled):active {
      color: #fff;
      background: #08197B;
      border-color: #08197B; }

.custom-select {
  border-radius: 0;
  border: solid 3px #001021;
  font-size: 16px;
  font-weight: 700;
  position: relative; }
  .custom-select:focus {
    border-color: #001021;
    box-shadow: none; }
  .custom-select::after {
    input-group-textcontent: ''; }
  .custom-select option {
    background: #000;
    color: #fff;
    text-shadow: none; }
    .custom-select option:selected {
      background: #80cbcb; }

.form-control {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  border: solid 3px #001021;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  min-height: 41px; }
  .form-control:focus {
    border-color: #001021;
    outline: 0;
    box-shadow: none; }

.anim-text {
  opacity: 0;
  position: relative;
  top: 30px; }

.anim-img {
  opacity: 0; }

.anim-0 {
  -webkit-transition: all 0.5s linear 0s, width 0s, height 0s, font-size 0s;
  transition: all 0.5s linear 0s, width 0s, height 0s, font-size 0s; }

.anim-1 {
  -webkit-transition: all 0.5s linear 0.3s, width 0s, height 0s, font-size 0s;
  transition: all 0.5s linear 0.3s, width 0s, height 0s, font-size 0s; }

.anim-2 {
  -webkit-transition: all 0.5s linear 0.6s, width 0s, height 0s, font-size 0s;
  transition: all 0.5s linear 0.6s, width 0s, height 0s, font-size 0s; }

.anim-3 {
  -webkit-transition: all 0.5s linear 0.9s, width 0s, height 0s, font-size 0s;
  transition: all 0.5s linear 0.9s, width 0s, height 0s, font-size 0s; }

.anim-4 {
  -webkit-transition: all 0.5s linear 1.2s, width 0s, height 0s, font-size 0s;
  transition: all 0.5s linear 1.2s, width 0s, height 0s, font-size 0s; }

section.animated .section-border {
  opacity: 1; }

section.animated .anim-img {
  opacity: 1; }

section.animated .anim-text {
  opacity: 1;
  top: 0; }

section.animated .element-1,
section.animated .element-2,
section.animated .element-3,
section.animated .element-4 {
  opacity: 1; }
  section.animated .element-1.anim-done,
  section.animated .element-2.anim-done,
  section.animated .element-3.anim-done,
  section.animated .element-4.anim-done {
    -webkit-transition: none;
    transition: none; }

.desk {
  display: none; }

.mob {
  display: block; }

.desk2 {
  display: none; }

.mob2 {
  display: block; }

.tablet {
  display: none; }

.mobonly {
  display: block; }

@media (min-width: 768px) {
  .tablet {
    display: block; }
  .mobonly {
    display: none; } }

@media (min-width: 992px) {
  .desk {
    display: block; }
  .mob {
    display: none; } }

@media (min-width: 1200px) {
  .desk2 {
    display: block; }
  .mob2 {
    display: none; } }

.masthead_apply-now {
  background-image: url("../img/apply-now/kv_img.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 8.5rem;
  padding-bottom: 50px;
  height: calc(100vh - 20rem);
  min-height: 490px;
  text-align: center;
  color: white;
  text-shadow: 2px 2px #000000; }
  .masthead_apply-now:before {
    position: absolute;
    width: calc(100vw - 51%);
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #e8e8ec;
    border-right: 20px solid transparent;
    display: block;
    content: " "; }
  .masthead_apply-now:after {
    position: absolute;
    left: calc(100vw - 51%);
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #e8e8ec;
    border-left: 20px solid transparent;
    display: block;
    content: " "; }
  .masthead_apply-now h2 {
    margin-bottom: 30px;
    color: white; }
  .masthead_apply-now p {
    margin-top: 1rem; }
  .masthead_apply-now h1 {
    line-height: 1; }
  @media (max-width: 768px) {
    .masthead_apply-now {
      padding-top: 6rem; }
      .masthead_apply-now h1 {
        line-height: 0.5; }
      .masthead_apply-now p {
        margin-top: 0rem; } }

.apply-now-tnc {
  background-color: #08197B;
  background-image: url(../img/bg_wave.png);
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -1px; }
  .apply-now-tnc .accordion .card {
    border: 1px solid #ffffff !important;
    margin-bottom: 5px;
    background-color: transparent;
    border-bottom: 2px;
    color: white;
    border-radius: 0.50rem !important; }
    .apply-now-tnc .accordion .card a {
      color: #ffffff; }
    .apply-now-tnc .accordion .card .card-header {
      background: transparent;
      border-bottom: 0px; }
      .apply-now-tnc .accordion .card .card-header .btn-link {
        padding: 0;
        border: 0px;
        background: transparent;
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 600;
        position: relative;
        width: 95%; }
        .apply-now-tnc .accordion .card .card-header .btn-link:hover {
          text-decoration: none; }
        .apply-now-tnc .accordion .card .card-header .btn-link:focus {
          outline: none;
          text-decoration: none; }
        .apply-now-tnc .accordion .card .card-header .btn-link i.fas {
          right: -5%;
          position: absolute; }
        .apply-now-tnc .accordion .card .card-header .btn-link[data-toggle="collapse"] i.fas:before {
          content: "\f106";
          /* angle-down */ }
        .apply-now-tnc .accordion .card .card-header .btn-link[data-toggle="collapse"].collapsed i.fas:before {
          content: "\f107";
          /* angle-up */ }
    .apply-now-tnc .accordion .card .card-body {
      padding: 1rem 2rem 1.25rem; }

.uob-user {
  background: #e8e8ec;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .uob-user .element {
    pointer-events: none; }
  .uob-user .element > a {
    text-decoration: none;
    color: inherit; }
  .uob-user .nav-tabs {
    display: -webkit-inline-box;
    display: inline-flex; }
    .uob-user .nav-tabs .nav-item {
      margin: 5px 5px; }
      .uob-user .nav-tabs .nav-item a {
        border: solid 1px #454545;
        color: #454545;
        background: transparent;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        padding: 0.8rem 1.5rem;
        border-radius: .5rem;
        min-width: 150px; }
        .uob-user .nav-tabs .nav-item a.active {
          border: solid 1px #08197B;
          background-color: #08197B;
          color: #ffffff; }
  .uob-user .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
            justify-content: center; }
    .uob-user .card-deck .card {
      max-width: 350px;
      -ms-flex: 0 0 100%; }
      @media (max-width: 768px) {
        .uob-user .card-deck .card {
          max-width: auto;
          display: -webkit-box;
          display: flex;
          -webkit-box-flex: 1;
          flex: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
          margin-right: 15px;
          margin-bottom: 1rem;
          margin-left: 15px; } }
      .uob-user .card-deck .card .card-body {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding: 1.5rem; }
      .uob-user .card-deck .card .card-footer {
        background-color: white;
        border-top: 0; }
        .uob-user .card-deck .card .card-footer a {
          width: 100%;
          margin-bottom: 0.6rem; }
        .uob-user .card-deck .card .card-footer .footer-note {
          background-color: #08197B;
          color: #ffffff !important;
          padding: 15px;
          border-radius: 10px; }
  .uob-user .box-wrapper .white-box {
    background-color: white;
    min-height: 300px;
    height: 100%;
    padding: 1.5rem;
    position: relative; }
    .uob-user .box-wrapper .white-box ul {
      padding-left: 15px; }
    .uob-user .box-wrapper .white-box .cta-wrapper {
      position: absolute;
      bottom: 0px;
      padding-bottom: 0.5rem; }
      .uob-user .box-wrapper .white-box .cta-wrapper a {
        width: 100%;
        margin-bottom: 1rem; }

.masthead_faq {
  background-color: #08197B;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 8.5rem;
  padding-bottom: 100px;
  height: 350px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 60px;
  padding-top: 30px;
  background-position: bottom; }
  .masthead_faq:before {
    position: absolute;
    width: calc(100vw - 51%);
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #e8e8ec;
    border-right: 20px solid transparent;
    display: block;
    content: " "; }
  .masthead_faq:after {
    position: absolute;
    left: calc(100vw - 51%);
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #e8e8ec;
    border-left: 20px solid transparent;
    display: block;
    content: " "; }
  @media (max-width: 1200px) {
    .masthead_faq {
      height: 300px; } }
  @media (min-width: 1200px) {
    .masthead_faq {
      padding-top: 8.5rem; } }
  @media (max-width: 768px) {
    .masthead_faq {
      padding-top: 6rem; } }
  .masthead_faq .content-wrapper {
    color: white;
    margin: 80px auto 0 auto; }

.top-faq {
  background-color: #e8e8ec;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .top-faq .accordion .card {
    border: 0px !important;
    margin-bottom: 5px;
    border-bottom: 1px;
    border-radius: 0.50rem !important; }
    .top-faq .accordion .card .card-header {
      background: transparent;
      border-bottom: 0px; }
      .top-faq .accordion .card .card-header .btn-link {
        padding: 0;
        border: 0px;
        background: transparent;
        color: #07367a;
        font-size: 1.3rem;
        font-weight: 600;
        position: relative;
        width: 95%; }
        .top-faq .accordion .card .card-header .btn-link:hover {
          text-decoration: none; }
        .top-faq .accordion .card .card-header .btn-link:focus {
          outline: none;
          text-decoration: none; }
        .top-faq .accordion .card .card-header .btn-link i.fas {
          right: -5%;
          position: absolute; }
        .top-faq .accordion .card .card-header .btn-link[data-toggle="collapse"] i.fas:before {
          content: "\f106";
          /* angle-down */ }
        .top-faq .accordion .card .card-header .btn-link[data-toggle="collapse"].collapsed i.fas:before {
          content: "\f107";
          /* angle-up */ }
    .top-faq .accordion .card .card-body {
      padding: 0px 1.25rem 1.25rem; }

.search-faq {
  background-color: #08197B;
  background-image: url(../img/bg_wave.png);
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .search-faq #input-outer {
    height: 2.2em;
    display: -webkit-box;
    display: flex;
    width: 100%;
    border: 1px #333333 solid;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-align: center;
            align-items: center;
    padding: 5px; }
  .search-faq #input-outer input {
    height: 2em;
    width: 90%;
    border: 0px;
    outline: none;
    margin: 0 0 0 10px;
    border-radius: 20px;
    color: #666; }
  .search-faq #btn-clear {
    display: inline-block;
    width: initial;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 5px;
    background: #f1f1f1;
    color: #000000;
    border: 1px solid #817d7d;
    font-size: 1rem;
    padding: 0px 1rem;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none; }
    .search-faq #btn-clear:hover {
      background: #ccc; }
  .search-faq #btn-search {
    display: inline-block;
    text-decoration: none;
    width: initial;
    border-radius: 5px;
    background: transparent;
    color: #000000;
    border: 0;
    font-size: 1.2rem;
    padding: 5px 5px;
    margin-left: .2rem;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    .search-faq #btn-search:hover {
      background: #ccc; }
  .search-faq #searchResultContainer {
    display: none; }
    .search-faq #searchResultContainer.show {
      display: block; }
  .search-faq .accordion .card {
    border: 1px solid #363636 !important;
    margin-bottom: 5px;
    border-bottom: 1px;
    border-radius: 0.50rem !important; }
    .search-faq .accordion .card .card-header {
      background: transparent;
      border-bottom: 0px; }
      .search-faq .accordion .card .card-header .btn-link {
        padding: 0;
        border: 0px;
        background: transparent;
        color: #07367a;
        font-size: 1.3rem;
        font-weight: 600;
        position: relative;
        width: 95%; }
        .search-faq .accordion .card .card-header .btn-link:hover {
          text-decoration: none; }
        .search-faq .accordion .card .card-header .btn-link:focus {
          outline: none;
          text-decoration: none; }
        .search-faq .accordion .card .card-header .btn-link i.fas {
          right: -5%;
          position: absolute; }
        .search-faq .accordion .card .card-header .btn-link[data-toggle="collapse"] i.fas:before {
          content: "\f106";
          /* angle-down */ }
        .search-faq .accordion .card .card-header .btn-link[data-toggle="collapse"].collapsed i.fas:before {
          content: "\f107";
          /* angle-up */ }
    .search-faq .accordion .card .card-body {
      padding: 0px 1.25rem 1.25rem; }
  .search-faq .additional_results {
    display: none; }
    .search-faq .additional_results.show {
      display: block; }

.all-faq {
  background-color: #e8e8ec;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .all-faq .accordion .card {
    border: 0px !important;
    margin-bottom: 5px;
    border-bottom: 1px;
    border-radius: 0.50rem !important; }
    .all-faq .accordion .card .card-header {
      background: transparent;
      border-bottom: 0px; }
      .all-faq .accordion .card .card-header .btn-link {
        padding: 0;
        border: 0px;
        background: transparent;
        color: #07367a;
        font-size: 1.3rem;
        font-weight: 600;
        position: relative;
        width: 95%; }
        .all-faq .accordion .card .card-header .btn-link:hover {
          text-decoration: none; }
        .all-faq .accordion .card .card-header .btn-link:focus {
          outline: none;
          text-decoration: none; }
        .all-faq .accordion .card .card-header .btn-link i.fas {
          right: -5%;
          position: absolute; }
        .all-faq .accordion .card .card-header .btn-link[data-toggle="collapse"] i.fas:before {
          content: "\f106";
          /* angle-down */ }
        .all-faq .accordion .card .card-header .btn-link[data-toggle="collapse"].collapsed i.fas:before {
          content: "\f107";
          /* angle-up */ }
    .all-faq .accordion .card .card-body {
      padding: 0px 1.25rem 1.25rem; }
      .all-faq .accordion .card .card-body .sub_accordion .card {
        border: 0 !important;
        margin-bottom: 5px;
        border-bottom: 1px;
        border-radius: 0.50rem !important; }
        .all-faq .accordion .card .card-body .sub_accordion .card .card-header {
          background: transparent;
          border-bottom: 0px; }
          .all-faq .accordion .card .card-body .sub_accordion .card .card-header .btn-link {
            padding: 0;
            border: 0px;
            background: transparent;
            color: #08197B;
            font-size: 1.2rem;
            font-weight: 600;
            position: relative; }
            .all-faq .accordion .card .card-body .sub_accordion .card .card-header .btn-link.collapsed {
              color: #000000; }
            .all-faq .accordion .card .card-body .sub_accordion .card .card-header .btn-link:hover {
              text-decoration: none;
              color: #08197B;
              -webkit-transition: all 1s ease;
              transition: all 1s ease; }
            .all-faq .accordion .card .card-body .sub_accordion .card .card-header .btn-link:focus {
              outline: none;
              text-decoration: none;
              color: #08197B; }
            .all-faq .accordion .card .card-body .sub_accordion .card .card-header .btn-link i.fas {
              position: static; }
            .all-faq .accordion .card .card-body .sub_accordion .card .card-header .btn-link[data-toggle="collapse"] i.fas:before {
              content: "\f068";
              /* angle-down */
              font-size: 1rem; }
            .all-faq .accordion .card .card-body .sub_accordion .card .card-header .btn-link[data-toggle="collapse"].collapsed i.fas:before {
              content: "\f067";
              /* angle-up */
              font-size: 1rem; }
        .all-faq .accordion .card .card-body .sub_accordion .card .card-body {
          padding: 0px 1.25rem 1.25rem; }
          .all-faq .accordion .card .card-body .sub_accordion .card .card-body p a {
            color: #07367a; }

.masthead_features {
  background-color: #08197B;
  background-image: url("../img/bg_wave.png");
  background-size: auto;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 8.5rem;
  padding-bottom: 100px; }
  .masthead_features .content-wrapper {
    color: white;
    margin: 80px auto 0 auto; }
    @media (max-width: 768px) {
      .masthead_features .content-wrapper {
        margin: 2rem auto 0 auto; } }
  .masthead_features.inner_features {
    padding-top: 1rem; }
    .masthead_features.inner_features .content-wrapper {
      color: #000000; }
  .masthead_features.inner_features2 {
    padding-top: 1rem;
    background-color: #e8e8ec; }
    .masthead_features.inner_features2 .content-wrapper {
      color: #000000; }
      .masthead_features.inner_features2 .content-wrapper h4 {
        margin: 20px 0; }

.cash-management {
  background-color: #e8e8ec;
  margin-top: 0px;
  padding-top: 8.5rem;
  padding-bottom: 50px; }
  .cash-management .accordion .card {
    border: 0px !important;
    margin-bottom: 5px;
    border-bottom: 1px;
    border-radius: 0.50rem !important; }
    .cash-management .accordion .card.active {
      background: #08197B !important;
      color: #ffffff; }
      .cash-management .accordion .card.active .card-header .btn-link {
        color: white; }
    .cash-management .accordion .card .card-header {
      background: transparent;
      border-bottom: 0px; }
      .cash-management .accordion .card .card-header .btn-link {
        border: 0px;
        background: transparent;
        color: #08197B;
        font-size: 1.3rem;
        font-weight: 600; }
        .cash-management .accordion .card .card-header .btn-link:hover {
          text-decoration: none; }
        .cash-management .accordion .card .card-header .btn-link:focus {
          outline: none;
          text-decoration: none; }
    .cash-management .accordion .card .card-body {
      padding: 0px 1.25rem 1.25rem;
      font-size: 0.9rem; }
  .cash-management .svg-wrapper {
    min-height: 550px;
    margin-top: -20px; }
    @media (max-width: 768px) {
      .cash-management .svg-wrapper {
        min-height: auto; } }
  .cash-management .cash_management_anim {
    display: none;
    width: 100%;
    height: 100%; }
    .cash-management .cash_management_anim.active {
      display: inline-block; }
    @media (min-width: 992px) {
      .cash-management .cash_management_anim.mob_cash_management {
        display: none !important; } }

.trade-services .icon-wrapper {
  padding-top: 50px; }
  .trade-services .icon-wrapper img {
    margin-bottom: 0.8rem; }

.trade-services .bordered-box {
  border: 1px solid white;
  padding: 25px; }
  @media (max-width: 768px) {
    .trade-services .bordered-box {
      margin: 0 5px;
      padding: 25px 10px; } }
  .trade-services .bordered-box ul li {
    margin-bottom: 10px; }

.uob-infinity-app {
  background-color: #e8e8ec;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
  margin-bottom: 0px; }
  @media (max-width: 992px) {
    .uob-infinity-app {
      padding: 30px 30px 0px 30px; } }
  .uob-infinity-app .infinity-app-wrapper {
    max-height: 650px;
    overflow: hidden; }
    .uob-infinity-app .infinity-app-wrapper svg {
      min-height: 791px; }
  .uob-infinity-app .mob_infinity-app-wrapper {
    max-height: 410px;
    overflow: hidden;
    margin-bottom: 1.5rem; }

.digital-token {
  background-color: #08197B;
  background-image: url("../img/bg_wave.png");
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: 0px; }
  .digital-token .side-img {
    padding: 50px 0; }
    .digital-token .side-img img {
      width: 90%;
      margin-top: 3rem; }
      @media (max-width: 768px) {
        .digital-token .side-img img {
          margin-top: 0rem; } }
    @media (max-width: 768px) {
      .digital-token .side-img {
        padding: 10px 0; } }
  .digital-token .copy-wrapper {
    padding: 100px 0; }
    @media (max-width: 992px) {
      .digital-token .copy-wrapper {
        padding: 30px 30px 0px 30px; } }
  .digital-token .step-item {
    display: -webkit-box;
    display: flex;
    border: 1px solid white;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 10px 0 15px;
    max-width: 450px; }
    .digital-token .step-item .step-number {
      display: table-cell;
      font-size: 3rem;
      font-weight: 600;
      min-width: 5.5rem; }
      .digital-token .step-item .step-number sup {
        top: -.8em;
        font-size: 1.5rem;
        padding-right: 5px; }
    .digital-token .step-item .step-content {
      margin-top: 5px; }
    .digital-token .step-item a {
      color: white;
      text-decoration: underline; }
      .digital-token .step-item a:hover {
        color: white; }
  .digital-token.fscm {
    background-color: #e8e8ec; }
    .digital-token.fscm .step-item {
      border: 1px solid #08197B; }

.arrow-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none; }
  .arrow-bottom img {
    width: 70px; }
  @media (min-width: 1200px) {
    .arrow-bottom {
      display: block; } }

.bounce {
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.masthead_getting_started {
  background-color: #040810;
  background-image: url("../img/getting-started/kv_img.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 8.5rem;
  padding-bottom: 100px;
  height: calc(100vh - 120px); }
  @media (max-width: 1200px) {
    .masthead_getting_started {
      height: calc(100vh);
      background-position: 75% 0; } }
  @media (min-width: 1200px) {
    .masthead_getting_started {
      padding-top: 8.5rem; } }
  @media (max-width: 768px) {
    .masthead_getting_started {
      padding-top: 6rem; } }
  .masthead_getting_started .content-wrapper {
    color: white;
    margin: 80px auto 0 auto; }
  .masthead_getting_started p {
    margin-top: 1rem; }
  .masthead_getting_started h1 {
    line-height: 1; }
  @media (max-width: 768px) {
    .masthead_getting_started {
      padding-top: 6rem; }
      .masthead_getting_started h1 {
        line-height: 0.5; }
      .masthead_getting_started p {
        margin-top: 0rem; } }

.getting-started-steps {
  background-color: #e8e8ec;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .getting-started-steps .step-item {
    background-color: #08197B;
    display: -webkit-box;
    display: flex;
    min-height: 100%;
    border: 1px solid white;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px 15px 0 20px;
    max-width: 450px; }
    .getting-started-steps .step-item h4 {
      font-weight: 400;
      margin-bottom: 0.8rem;
      line-height: 2rem; }
    .getting-started-steps .step-item p {
      line-height: 1.5rem; }
    .getting-started-steps .step-item .step-number {
      display: table-cell;
      font-size: 3rem;
      font-weight: 600;
      min-width: 5.5rem; }
      .getting-started-steps .step-item .step-number sup {
        top: -.8em;
        font-size: 1.5rem;
        padding-right: 5px; }
    .getting-started-steps .step-item .step-content {
      margin-top: 5px; }
    .getting-started-steps .step-item a {
      color: white;
      text-decoration: underline; }
      .getting-started-steps .step-item a:hover {
        color: white; }
      .getting-started-steps .step-item a.btn {
        text-decoration: none; }
        .getting-started-steps .step-item a.btn:hover {
          color: #08197B; }
  .getting-started-steps.fscm {
    background-color: #08197B; }
    .getting-started-steps.fscm .step-item {
      background-color: #e8e8ec;
      border: 1px solid #08197B; }
      .getting-started-steps.fscm .step-item a:hover {
        color: #ffffff;
        background: #08197B; }
      .getting-started-steps.fscm .step-item a.btn {
        color: #08197B;
        border: solid 3px #08197B; }
        .getting-started-steps.fscm .step-item a.btn:hover {
          color: #ffffff; }

.trade-services {
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 0px;
  text-shadow: none;
  background-image: url(../img/features/trade-services-bg.png); }
  .trade-services .bg-wrapper {
    padding-top: 100px;
    padding-bottom: 50px; }
  .trade-services .toptext {
    color: #ffffff;
    width: 300px;
    margin: 90px auto 120px auto;
    text-align: center; }
  .trade-services .icon-wrapper {
    padding-top: 50px; }
  .trade-services .bordered-box {
    border: 1px solid #08197B;
    padding: 25px; }
    @media (max-width: 768px) {
      .trade-services .bordered-box {
        margin: 0 5px;
        padding: 25px 10px; } }
    .trade-services .bordered-box ul li {
      margin-bottom: 10px; }

.tutorial-videos {
  background-color: #08197B;
  background-image: url("../img/bg_wave.png");
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .tutorial-videos .iframe-container {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    padding-top: 39.4%;
    margin-bottom: 5rem; }
    .tutorial-videos .iframe-container iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .tutorial-videos .iframe-caption {
    display: none; }
    .tutorial-videos .iframe-caption.active {
      display: block; }
  .tutorial-videos .btn-video-tab {
    display: -webkit-box;
    display: flex;
    display: -ms-inline-flexbox;
    height: 100%;
    line-height: 1;
    font-size: 1.2rem;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    min-height: 53px;
    -webkit-box-flex: 1;
            flex: 1 0 auto; }
    .tutorial-videos .btn-video-tab:hover, .tutorial-videos .btn-video-tab:focus {
      color: #08197B !important;
      background-color: #ffffff; }
    .tutorial-videos .btn-video-tab.active {
      color: #08197B;
      background-color: #ffffff; }
    @media (max-width: 768px) {
      .tutorial-videos .btn-video-tab {
        font-size: 1rem; } }
  .tutorial-videos.cash-mag {
    background-color: #e8e8ec; }
    .tutorial-videos.cash-mag .btn-video-tab {
      color: #08197B;
      border: solid 3px #08197B; }
      .tutorial-videos.cash-mag .btn-video-tab:hover, .tutorial-videos.cash-mag .btn-video-tab:focus {
        color: #ffffff !important;
        background-color: #08197B; }
      .tutorial-videos.cash-mag .btn-video-tab.active {
        color: #ffffff;
        background-color: #08197B; }

.workshop {
  background-color: #e8e8ec;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0px; }
  .workshop .workshops-wrapper {
    background-color: #ffffff;
    padding: 10px; }
  .workshop .blue-box {
    background-color: #08197B;
    color: #ffffff;
    min-height: 200px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .workshop ul {
    margin: 2rem 0; }
    .workshop ul li {
      margin-bottom: 0.5rem; }
  .workshop.cash-mag {
    background-color: #08197B; }
    .workshop.cash-mag .blue-box {
      background-color: #ffffff; }
      .workshop.cash-mag .blue-box h4 {
        color: #08197B; }
    .workshop.cash-mag ul {
      margin: 0.5rem 0; }
      .workshop.cash-mag ul li {
        color: #08197B; }

.masthead1 {
  background-image: url("../img/home/bg_desktop.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 8.5rem;
  padding-bottom: 50px;
  text-align: center;
  color: white; }
  @media (max-width: 1200px) {
    .masthead1 {
      height: calc(100vh - 200px); } }
  @media (min-width: 992px) {
    .masthead1 {
      background-image: url("../img/home/bg_desktop.jpg"); } }
  @media (min-width: 1200px) {
    .masthead1 {
      padding-top: 8.5rem;
      min-height: 800px;
      background-color: #0e1c43; }
      .masthead1 .masthead-animation {
        height: 500px; } }
  .masthead1 p {
    margin-top: 1rem;
    font-size: 26px;
    text-shadow: 2px 2px 5px #000000; }
  .masthead1 h1 {
    line-height: 1;
    font-size: 50px; }
  @media (max-width: 768px) {
    .masthead1 {
      padding-top: 6rem; }
      .masthead1 h1 {
        line-height: 0.5; }
      .masthead1 p {
        margin-top: 0rem; } }
  .masthead1 h2 {
    margin-bottom: 30px;
    color: white; }

.announcement {
  background-color: #08197B;
  background-image: url("../img/bg_wave.png");
  background-size: cover;
  background-position: 0px 109px;
  background-repeat: no-repeat;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white; }

.features {
  background-color: #08197B;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px; }
  .features .features-wrapper {
    position: relative;
    /* display 3 */ }
    @media (max-width: 768px) {
      .features .features-wrapper .carousel-item {
        -webkit-transition: auto;
        transition: auto;
        min-height: 580px; }
      .features .features-wrapper .carousel-inner .carousel-item > div {
        display: none; }
      .features .features-wrapper .carousel-inner .carousel-item > div:first-child {
        display: block; } }
    .features .features-wrapper .carousel-inner .carousel-item.active,
    .features .features-wrapper .carousel-inner .carousel-item-next,
    .features .features-wrapper .carousel-inner .carousel-item-prev {
      display: -webkit-box;
      display: flex; }
    @media (min-width: 768px) {
      .features .features-wrapper .carousel-inner .carousel-item-right.active,
      .features .features-wrapper .carousel-inner .carousel-item-next {
        -webkit-transform: translateX(33.333%);
                transform: translateX(33.333%); }
      .features .features-wrapper .carousel-inner .carousel-item-left.active,
      .features .features-wrapper .carousel-inner .carousel-item-prev {
        -webkit-transform: translateX(-33.333%);
                transform: translateX(-33.333%); } }
    .features .features-wrapper .carousel-inner .carousel-item-right,
    .features .features-wrapper .carousel-inner .carousel-item-left {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .features .features-wrapper .carousel-control-next {
      right: -25px; }
      @media (max-width: 768px) {
        .features .features-wrapper .carousel-control-next {
          right: -17px; } }
    .features .features-wrapper .carousel-control-prev {
      left: -25px; }
      @media (max-width: 768px) {
        .features .features-wrapper .carousel-control-prev {
          left: -5px; } }
    .features .features-wrapper .carousel-control-prev-icon {
      height: 2rem;
      width: 2rem;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'%3E%3C/path%3E%3C/svg%3E") no-repeat; }
    .features .features-wrapper .carousel-control-next-icon {
      height: 2rem;
      width: 2rem;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E") no-repeat; }
    .features .features-wrapper .carousel-control-prev, .features .features-wrapper .carousel-control-next {
      opacity: 1; }
    @media (max-width: 576px) {
      .features .features-wrapper .carousel-inner .slick-prev, .features .features-wrapper .carousel-inner .slick-next {
        top: 39%; } }
    .features .features-wrapper .carousel-inner .slick-list {
      overflow: initial; }
    .features .features-wrapper .carousel-inner .slick-prev {
      left: -1px;
      z-index: 1;
      height: 2rem;
      width: 2rem;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'%3E%3C/path%3E%3C/svg%3E") no-repeat; }
      .features .features-wrapper .carousel-inner .slick-prev:before {
        content: "" !important; }
      .features .features-wrapper .carousel-inner .slick-prev.slick-disabled {
        opacity: 0; }
      @media (max-width: 768px) {
        .features .features-wrapper .carousel-inner .slick-prev {
          left: -1px;
          height: 1.5rem;
          width: 1.5rem; } }
    .features .features-wrapper .carousel-inner .slick-next {
      right: -7px;
      z-index: 1;
      height: 2rem;
      width: 2rem;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E") no-repeat; }
      .features .features-wrapper .carousel-inner .slick-next:before {
        content: "" !important; }
      .features .features-wrapper .carousel-inner .slick-next.slick-disabled {
        opacity: 0; }
      @media (max-width: 768px) {
        .features .features-wrapper .carousel-inner .slick-next {
          right: -10px;
          height: 1.5rem;
          width: 1.5rem; } }
    @media (min-width: 768px) {
      .features .features-wrapper .carousel-inner:hover .slick-slide .card {
        opacity: 0.6; }
      .features .features-wrapper .carousel-inner:hover .slick-slide .card:hover {
        opacity: 1; }
        .features .features-wrapper .carousel-inner:hover .slick-slide .card:hover .card-text {
          display: block; }
      .features .features-wrapper .carousel-inner:hover > .carousel-item .card {
        opacity: 0.7; }
      .features .features-wrapper .carousel-inner:hover .carousel-item .card:hover {
        opacity: 1; }
        .features .features-wrapper .carousel-inner:hover .carousel-item .card:hover .card-text {
          display: block; } }
    @media (max-width: 768px) {
      .features .features-wrapper .carousel-inner .card {
        height: 350px; } }
    .features .features-wrapper .carousel-inner .card .card-img {
      width: 100%;
      height: 100%;
      border-radius: calc(0.25rem - 1px);
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        .features .features-wrapper .carousel-inner .card .card-img {
          margin-bottom: 0px; } }
    .features .features-wrapper .carousel-inner .card .card-body {
      -webkit-box-flex: 1;
      flex: 1 1 auto;
      padding: 1.25rem;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      /* height: 100px; */
      background-color: white;
      /* max-height: 100px; */ }
      .features .features-wrapper .carousel-inner .card .card-body .card-text {
        display: none; }
        @media (max-width: 768px) {
          .features .features-wrapper .carousel-inner .card .card-body .card-text {
            display: block; } }
      @media (max-width: 768px) {
        .features .features-wrapper .carousel-inner .card .card-body {
          position: inherit;
          bottom: 50px; } }

.apply-now {
  background-image: url("../img/home/bg_apply_now.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
  min-height: 800px;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white; }
  .apply-now .link-anchor {
    color: white !important;
    text-decoration: none; }
    .apply-now .link-anchor:hover {
      text-decoration: underline; }
  @media (max-width: 768px) {
    .apply-now {
      background-size: cover;
      background-attachment: initial;
      background-position: top;
      background-repeat: no-repeat;
      height: calc(100vh - 100px);
      min-height: auto; } }
  .apply-now .bg-container {
    background: rgba(16, 21, 62, 0.7);
    padding-top: 50px;
    padding-bottom: 50px; }

.faq {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e8e8ec; }
  .faq img {
    margin-bottom: 0.8rem; }

.benefits {
  background: #e8e8ec;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .benefits img {
    margin-bottom: 0.8rem; }
  .benefits .mob-pr {
    padding: 8px; }
  .benefits .white-box {
    background: #fff;
    min-height: 330px;
    padding: 20px 5px 0 5px; }
  @media (min-width: 768px) {
    .benefits .white-box {
      min-height: 290px;
      padding: 20px; } }
  .benefits.fscm {
    background: #08197B; }

.getting-started {
  background: #e8e8ec;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .getting-started img {
    margin-bottom: 0.8rem; }

.contact-us {
  background-image: url("../img/home/bg_contact_us.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
  min-height: 800px;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white; }
  @media (max-width: 768px) {
    .contact-us {
      background-size: cover;
      background-attachment: initial;
      background-position: top;
      background-repeat: no-repeat;
      height: auto;
      min-height: auto; } }
  .contact-us .bg-container {
    background: rgba(16, 21, 62, 0.7);
    padding-top: 50px;
    padding-bottom: 50px; }

.popup-announcement {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  top: 85px;
  z-index: 1;
  padding: 5px 10px; }
  .popup-announcement p {
    display: inline-block;
    margin: 0px;
    max-width: 95%; }
  @media (max-width: 992px) {
    .popup-announcement {
      padding: 5px 0px; } }
  .popup-announcement img {
    max-width: 25px; }
  .popup-announcement .close-icon {
    position: absolute;
    right: 5px;
    top: 0; }

footer {
  color: white;
  background: #08197B linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 80px) 0% 0% no-repeat padding-box;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  /* margin-top: -50px;*/
  z-index: 1;
  position: relative; }
  footer.product-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      color: white;
      text-decoration: underline; }
  footer .row > div {
    border-right: solid 1px #999999; }
    footer .row > div:not(.tncWrapper) {
      margin-bottom: 20px; }
    footer .row > div:nth-child(2), footer .row > div:last-child {
      border-right: none; }
  footer ul {
    margin-bottom: 0; }
  footer .copyright {
    text-align: center; }
  footer .content-wrap li a {
    text-decoration: none; }
  footer .tncWrapper {
    text-align: center; }
    footer .tncWrapper a[data-toggle=collapse] {
      color: #000000;
      font-weight: 700;
      font-size: 18px;
      text-decoration: underline; }
      footer .tncWrapper a[data-toggle=collapse]:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      footer .tncWrapper a[data-toggle=collapse][aria-expanded=true]:after {
        content: "\f077"; }
    footer .tncWrapper .collapsing,
    footer .tncWrapper .collapse {
      text-align: left;
      padding-top: 10px;
      padding-bottom: 20px; }
  @media (min-width: 768px) {
    footer {
      font-size: 15px;
      margin-bottom: 0; }
      footer .row > div:nth-child(2) {
        border-right: solid 1px #999999; } }

.bg-shadow .navbar {
  background: transparent linear-gradient(180deg, #00000080 0px, #00000000 80px) 0% 0% no-repeat padding-box; }

.navbar {
  background: transparent;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding-right: 0 !important;
  padding: 1rem; }
  .navbar.expanding {
    bottom: 0;
    background: #08197B;
    -webkit-box-align: start;
            align-items: flex-start; }
  .navbar.scrolled {
    background: #08197B; }
    .navbar.scrolled .navbar-nav .nav-link {
      color: #fff; }
  .navbar .navbar-toggler {
    color: #fff; }
    .navbar .navbar-toggler:focus {
      outline: none; }
    .navbar .navbar-toggler.collapsed {
      padding: 0.75rem 0.75rem; }
  .navbar .navbar-nav {
    color: #fff;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }
    .navbar .navbar-nav li a {
      color: #fff;
      text-decoration: none;
      margin: 0 2rem;
      text-transform: uppercase; }
      .navbar .navbar-nav li a.active {
        /*text-decoration: underline;*/
        font-weight: 700;
        border-bottom: solid 1px; }
  .navbar .nav-item {
    padding-top: 10px;
    padding-bottom: 10px; }
    .navbar .nav-item .privileges-nav {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      .navbar .nav-item .privileges-nav .nav {
        -webkit-box-pack: center;
                justify-content: center; }
      .navbar .nav-item .privileges-nav li {
        display: -webkit-box;
        display: flex; }
        .navbar .nav-item .privileges-nav li:after {
          content: " /\00a0"; }
        .navbar .nav-item .privileges-nav li:last-child:after {
          content: ""; }
        .navbar .nav-item .privileges-nav li a {
          color: #fff;
          text-decoration: none;
          padding-top: 0;
          padding-bottom: 0; }
          .navbar .nav-item .privileges-nav li a.active {
            text-decoration: underline;
            font-weight: 700; }
    .navbar .nav-item.dropdown {
      cursor: pointer; }
  @media (min-width: 1200px) {
    .navbar.expanding {
      bottom: auto;
      background: transparent;
      -webkit-box-align: center;
              align-items: center; }
    .navbar .navbar-nav {
      margin-left: auto;
      margin-right: 0;
      background-color: transparent;
      text-align: left;
      -webkit-box-align: center;
              align-items: center;
      /*li {
                &:after {
                    content: " /\00a0";

                }
                &:last-child {
                    &:after {
                        content: "";
                    }
                }

            }*/ }
    .navbar .nav-item {
      padding-top: 0;
      padding-bottom: 0; }
      .navbar .nav-item .privileges-nav {
        display: none; } }

.popup-announcement {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  top: 85px;
  z-index: 1;
  padding: 10px 10px;
  display: none; }
  @media (max-width: 768px) {
    .popup-announcement {
      top: 80px; } }
  .popup-announcement.active {
    display: block; }
  .popup-announcement p {
    display: inline-block;
    margin: 0px;
    max-width: 95%; }
    @media (max-width: 576px) {
      .popup-announcement p {
        font-size: 0.9rem; } }
  @media (max-width: 992px) {
    .popup-announcement {
      padding: 5px 0px; } }
  .popup-announcement img {
    max-width: 25px; }
  .popup-announcement .close-icon {
    position: absolute;
    right: 5px;
    top: 0; }

.navbar .navbar-nav {
  /*  .dropdown{
            &:hover{
                .dropdown-menu{
                    display: block;
                    margin-top: 0; 
                }
            }
        } */ }
  .navbar .navbar-nav .custom-dd-menu {
    background-color: #000; }
    .navbar .navbar-nav .custom-dd-menu .dropdown-items-block a {
      text-align: center; }
    @media (min-width: 992px) {
      .navbar .navbar-nav .custom-dd-menu .dropdown-items-block a {
        text-align: left; } }
    .navbar .navbar-nav .custom-dd-menu a {
      margin: 0; }
      .navbar .navbar-nav .custom-dd-menu a:hover {
        background-color: transparent; }
