@charset "UTF-8";
/* COLORS */
@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

/* Farhan Khan */
.mt-0 {
  margin-top: 0px !important; }
  @media (min-width: 768px) {
    .mt-0 {
      margin-top: 0px !important; } }

.pt-0 {
  padding-top: 0px !important; }
  @media (min-width: 768px) {
    .pt-0 {
      padding-top: 0px !important; } }

.mb-0 {
  margin-bottom: 0px !important; }
  @media (min-width: 768px) {
    .mb-0 {
      margin-bottom: 0px !important; } }

.pb-0 {
  padding-bottom: 0px !important; }
  @media (min-width: 768px) {
    .pb-0 {
      padding-bottom: 0px !important; } }

.ml-0 {
  margin-left: 0px !important; }
  @media (min-width: 768px) {
    .ml-0 {
      margin-left: 0px !important; } }

.pl-0 {
  padding-left: 0px !important; }
  @media (min-width: 768px) {
    .pl-0 {
      padding-left: 0px !important; } }

.mr-0 {
  margin-right: 0px !important; }
  @media (min-width: 768px) {
    .mr-0 {
      margin-right: 0px !important; } }

.pr-0 {
  padding-right: 0px !important; }
  @media (min-width: 768px) {
    .pr-0 {
      padding-right: 0px !important; } }

.padding-0 {
  padding: 0px !important; }
  @media (min-width: 768px) {
    .padding-0 {
      padding: 0px !important; } }

.margin-0 {
  margin: 0px !important; }
  @media (min-width: 768px) {
    .margin-0 {
      margin: 0px !important; } }

.mt-5 {
  margin-top: 2.5px !important; }
  @media (min-width: 768px) {
    .mt-5 {
      margin-top: 5px !important; } }

.pt-5 {
  padding-top: 2.5px !important; }
  @media (min-width: 768px) {
    .pt-5 {
      padding-top: 5px !important; } }

.mb-5 {
  margin-bottom: 2.5px !important; }
  @media (min-width: 768px) {
    .mb-5 {
      margin-bottom: 5px !important; } }

.pb-5 {
  padding-bottom: 2.5px !important; }
  @media (min-width: 768px) {
    .pb-5 {
      padding-bottom: 5px !important; } }

.ml-5 {
  margin-left: 2.5px !important; }
  @media (min-width: 768px) {
    .ml-5 {
      margin-left: 5px !important; } }

.pl-5 {
  padding-left: 2.5px !important; }
  @media (min-width: 768px) {
    .pl-5 {
      padding-left: 5px !important; } }

.mr-5 {
  margin-right: 2.5px !important; }
  @media (min-width: 768px) {
    .mr-5 {
      margin-right: 5px !important; } }

.pr-5 {
  padding-right: 2.5px !important; }
  @media (min-width: 768px) {
    .pr-5 {
      padding-right: 5px !important; } }

.padding-5 {
  padding: 2.5px !important; }
  @media (min-width: 768px) {
    .padding-5 {
      padding: 5px !important; } }

.margin-5 {
  margin: 2.5px !important; }
  @media (min-width: 768px) {
    .margin-5 {
      margin: 5px !important; } }

.mt-10 {
  margin-top: 5px !important; }
  @media (min-width: 768px) {
    .mt-10 {
      margin-top: 10px !important; } }

.pt-10 {
  padding-top: 5px !important; }
  @media (min-width: 768px) {
    .pt-10 {
      padding-top: 10px !important; } }

.mb-10 {
  margin-bottom: 5px !important; }
  @media (min-width: 768px) {
    .mb-10 {
      margin-bottom: 10px !important; } }

.pb-10 {
  padding-bottom: 5px !important; }
  @media (min-width: 768px) {
    .pb-10 {
      padding-bottom: 10px !important; } }

.ml-10 {
  margin-left: 5px !important; }
  @media (min-width: 768px) {
    .ml-10 {
      margin-left: 10px !important; } }

.pl-10 {
  padding-left: 5px !important; }
  @media (min-width: 768px) {
    .pl-10 {
      padding-left: 10px !important; } }

.mr-10 {
  margin-right: 5px !important; }
  @media (min-width: 768px) {
    .mr-10 {
      margin-right: 10px !important; } }

.pr-10 {
  padding-right: 5px !important; }
  @media (min-width: 768px) {
    .pr-10 {
      padding-right: 10px !important; } }

.padding-10 {
  padding: 5px !important; }
  @media (min-width: 768px) {
    .padding-10 {
      padding: 10px !important; } }

.margin-10 {
  margin: 5px !important; }
  @media (min-width: 768px) {
    .margin-10 {
      margin: 10px !important; } }

.mt-15 {
  margin-top: 7.5px !important; }
  @media (min-width: 768px) {
    .mt-15 {
      margin-top: 15px !important; } }

.pt-15 {
  padding-top: 7.5px !important; }
  @media (min-width: 768px) {
    .pt-15 {
      padding-top: 15px !important; } }

.mb-15 {
  margin-bottom: 7.5px !important; }
  @media (min-width: 768px) {
    .mb-15 {
      margin-bottom: 15px !important; } }

.pb-15 {
  padding-bottom: 7.5px !important; }
  @media (min-width: 768px) {
    .pb-15 {
      padding-bottom: 15px !important; } }

.ml-15 {
  margin-left: 7.5px !important; }
  @media (min-width: 768px) {
    .ml-15 {
      margin-left: 15px !important; } }

.pl-15 {
  padding-left: 7.5px !important; }
  @media (min-width: 768px) {
    .pl-15 {
      padding-left: 15px !important; } }

.mr-15 {
  margin-right: 7.5px !important; }
  @media (min-width: 768px) {
    .mr-15 {
      margin-right: 15px !important; } }

.pr-15 {
  padding-right: 7.5px !important; }
  @media (min-width: 768px) {
    .pr-15 {
      padding-right: 15px !important; } }

.padding-15 {
  padding: 7.5px !important; }
  @media (min-width: 768px) {
    .padding-15 {
      padding: 15px !important; } }

.margin-15 {
  margin: 7.5px !important; }
  @media (min-width: 768px) {
    .margin-15 {
      margin: 15px !important; } }

.mt-20 {
  margin-top: 10px !important; }
  @media (min-width: 768px) {
    .mt-20 {
      margin-top: 20px !important; } }

.pt-20 {
  padding-top: 10px !important; }
  @media (min-width: 768px) {
    .pt-20 {
      padding-top: 20px !important; } }

.mb-20 {
  margin-bottom: 10px !important; }
  @media (min-width: 768px) {
    .mb-20 {
      margin-bottom: 20px !important; } }

.pb-20 {
  padding-bottom: 10px !important; }
  @media (min-width: 768px) {
    .pb-20 {
      padding-bottom: 20px !important; } }

.ml-20 {
  margin-left: 10px !important; }
  @media (min-width: 768px) {
    .ml-20 {
      margin-left: 20px !important; } }

.pl-20 {
  padding-left: 10px !important; }
  @media (min-width: 768px) {
    .pl-20 {
      padding-left: 20px !important; } }

.mr-20 {
  margin-right: 10px !important; }
  @media (min-width: 768px) {
    .mr-20 {
      margin-right: 20px !important; } }

.pr-20 {
  padding-right: 10px !important; }
  @media (min-width: 768px) {
    .pr-20 {
      padding-right: 20px !important; } }

.padding-20 {
  padding: 10px !important; }
  @media (min-width: 768px) {
    .padding-20 {
      padding: 20px !important; } }

.margin-20 {
  margin: 10px !important; }
  @media (min-width: 768px) {
    .margin-20 {
      margin: 20px !important; } }

.mt-25 {
  margin-top: 12.5px !important; }
  @media (min-width: 768px) {
    .mt-25 {
      margin-top: 25px !important; } }

.pt-25 {
  padding-top: 12.5px !important; }
  @media (min-width: 768px) {
    .pt-25 {
      padding-top: 25px !important; } }

.mb-25 {
  margin-bottom: 12.5px !important; }
  @media (min-width: 768px) {
    .mb-25 {
      margin-bottom: 25px !important; } }

.pb-25 {
  padding-bottom: 12.5px !important; }
  @media (min-width: 768px) {
    .pb-25 {
      padding-bottom: 25px !important; } }

.ml-25 {
  margin-left: 12.5px !important; }
  @media (min-width: 768px) {
    .ml-25 {
      margin-left: 25px !important; } }

.pl-25 {
  padding-left: 12.5px !important; }
  @media (min-width: 768px) {
    .pl-25 {
      padding-left: 25px !important; } }

.mr-25 {
  margin-right: 12.5px !important; }
  @media (min-width: 768px) {
    .mr-25 {
      margin-right: 25px !important; } }

.pr-25 {
  padding-right: 12.5px !important; }
  @media (min-width: 768px) {
    .pr-25 {
      padding-right: 25px !important; } }

.padding-25 {
  padding: 12.5px !important; }
  @media (min-width: 768px) {
    .padding-25 {
      padding: 25px !important; } }

.margin-25 {
  margin: 12.5px !important; }
  @media (min-width: 768px) {
    .margin-25 {
      margin: 25px !important; } }

.mt-30 {
  margin-top: 15px !important; }
  @media (min-width: 768px) {
    .mt-30 {
      margin-top: 30px !important; } }

.pt-30 {
  padding-top: 15px !important; }
  @media (min-width: 768px) {
    .pt-30 {
      padding-top: 30px !important; } }

.mb-30 {
  margin-bottom: 15px !important; }
  @media (min-width: 768px) {
    .mb-30 {
      margin-bottom: 30px !important; } }

.pb-30 {
  padding-bottom: 15px !important; }
  @media (min-width: 768px) {
    .pb-30 {
      padding-bottom: 30px !important; } }

.ml-30 {
  margin-left: 15px !important; }
  @media (min-width: 768px) {
    .ml-30 {
      margin-left: 30px !important; } }

.pl-30 {
  padding-left: 15px !important; }
  @media (min-width: 768px) {
    .pl-30 {
      padding-left: 30px !important; } }

.mr-30 {
  margin-right: 15px !important; }
  @media (min-width: 768px) {
    .mr-30 {
      margin-right: 30px !important; } }

.pr-30 {
  padding-right: 15px !important; }
  @media (min-width: 768px) {
    .pr-30 {
      padding-right: 30px !important; } }

.padding-30 {
  padding: 15px !important; }
  @media (min-width: 768px) {
    .padding-30 {
      padding: 30px !important; } }

.margin-30 {
  margin: 15px !important; }
  @media (min-width: 768px) {
    .margin-30 {
      margin: 30px !important; } }

.mt-35 {
  margin-top: 17.5px !important; }
  @media (min-width: 768px) {
    .mt-35 {
      margin-top: 35px !important; } }

.pt-35 {
  padding-top: 17.5px !important; }
  @media (min-width: 768px) {
    .pt-35 {
      padding-top: 35px !important; } }

.mb-35 {
  margin-bottom: 17.5px !important; }
  @media (min-width: 768px) {
    .mb-35 {
      margin-bottom: 35px !important; } }

.pb-35 {
  padding-bottom: 17.5px !important; }
  @media (min-width: 768px) {
    .pb-35 {
      padding-bottom: 35px !important; } }

.ml-35 {
  margin-left: 17.5px !important; }
  @media (min-width: 768px) {
    .ml-35 {
      margin-left: 35px !important; } }

.pl-35 {
  padding-left: 17.5px !important; }
  @media (min-width: 768px) {
    .pl-35 {
      padding-left: 35px !important; } }

.mr-35 {
  margin-right: 17.5px !important; }
  @media (min-width: 768px) {
    .mr-35 {
      margin-right: 35px !important; } }

.pr-35 {
  padding-right: 17.5px !important; }
  @media (min-width: 768px) {
    .pr-35 {
      padding-right: 35px !important; } }

.padding-35 {
  padding: 17.5px !important; }
  @media (min-width: 768px) {
    .padding-35 {
      padding: 35px !important; } }

.margin-35 {
  margin: 17.5px !important; }
  @media (min-width: 768px) {
    .margin-35 {
      margin: 35px !important; } }

.mt-40 {
  margin-top: 20px !important; }
  @media (min-width: 768px) {
    .mt-40 {
      margin-top: 40px !important; } }

.pt-40 {
  padding-top: 20px !important; }
  @media (min-width: 768px) {
    .pt-40 {
      padding-top: 40px !important; } }

.mb-40 {
  margin-bottom: 20px !important; }
  @media (min-width: 768px) {
    .mb-40 {
      margin-bottom: 40px !important; } }

.pb-40 {
  padding-bottom: 20px !important; }
  @media (min-width: 768px) {
    .pb-40 {
      padding-bottom: 40px !important; } }

.ml-40 {
  margin-left: 20px !important; }
  @media (min-width: 768px) {
    .ml-40 {
      margin-left: 40px !important; } }

.pl-40 {
  padding-left: 20px !important; }
  @media (min-width: 768px) {
    .pl-40 {
      padding-left: 40px !important; } }

.mr-40 {
  margin-right: 20px !important; }
  @media (min-width: 768px) {
    .mr-40 {
      margin-right: 40px !important; } }

.pr-40 {
  padding-right: 20px !important; }
  @media (min-width: 768px) {
    .pr-40 {
      padding-right: 40px !important; } }

.padding-40 {
  padding: 20px !important; }
  @media (min-width: 768px) {
    .padding-40 {
      padding: 40px !important; } }

.margin-40 {
  margin: 20px !important; }
  @media (min-width: 768px) {
    .margin-40 {
      margin: 40px !important; } }

.mt-45 {
  margin-top: 22.5px !important; }
  @media (min-width: 768px) {
    .mt-45 {
      margin-top: 45px !important; } }

.pt-45 {
  padding-top: 22.5px !important; }
  @media (min-width: 768px) {
    .pt-45 {
      padding-top: 45px !important; } }

.mb-45 {
  margin-bottom: 22.5px !important; }
  @media (min-width: 768px) {
    .mb-45 {
      margin-bottom: 45px !important; } }

.pb-45 {
  padding-bottom: 22.5px !important; }
  @media (min-width: 768px) {
    .pb-45 {
      padding-bottom: 45px !important; } }

.ml-45 {
  margin-left: 22.5px !important; }
  @media (min-width: 768px) {
    .ml-45 {
      margin-left: 45px !important; } }

.pl-45 {
  padding-left: 22.5px !important; }
  @media (min-width: 768px) {
    .pl-45 {
      padding-left: 45px !important; } }

.mr-45 {
  margin-right: 22.5px !important; }
  @media (min-width: 768px) {
    .mr-45 {
      margin-right: 45px !important; } }

.pr-45 {
  padding-right: 22.5px !important; }
  @media (min-width: 768px) {
    .pr-45 {
      padding-right: 45px !important; } }

.padding-45 {
  padding: 22.5px !important; }
  @media (min-width: 768px) {
    .padding-45 {
      padding: 45px !important; } }

.margin-45 {
  margin: 22.5px !important; }
  @media (min-width: 768px) {
    .margin-45 {
      margin: 45px !important; } }

.mt-50 {
  margin-top: 25px !important; }
  @media (min-width: 768px) {
    .mt-50 {
      margin-top: 50px !important; } }

.pt-50 {
  padding-top: 25px !important; }
  @media (min-width: 768px) {
    .pt-50 {
      padding-top: 50px !important; } }

.mb-50 {
  margin-bottom: 25px !important; }
  @media (min-width: 768px) {
    .mb-50 {
      margin-bottom: 50px !important; } }

.pb-50 {
  padding-bottom: 25px !important; }
  @media (min-width: 768px) {
    .pb-50 {
      padding-bottom: 50px !important; } }

.ml-50 {
  margin-left: 25px !important; }
  @media (min-width: 768px) {
    .ml-50 {
      margin-left: 50px !important; } }

.pl-50 {
  padding-left: 25px !important; }
  @media (min-width: 768px) {
    .pl-50 {
      padding-left: 50px !important; } }

.mr-50 {
  margin-right: 25px !important; }
  @media (min-width: 768px) {
    .mr-50 {
      margin-right: 50px !important; } }

.pr-50 {
  padding-right: 25px !important; }
  @media (min-width: 768px) {
    .pr-50 {
      padding-right: 50px !important; } }

.padding-50 {
  padding: 25px !important; }
  @media (min-width: 768px) {
    .padding-50 {
      padding: 50px !important; } }

.margin-50 {
  margin: 25px !important; }
  @media (min-width: 768px) {
    .margin-50 {
      margin: 50px !important; } }

.mt-55 {
  margin-top: 27.5px !important; }
  @media (min-width: 768px) {
    .mt-55 {
      margin-top: 55px !important; } }

.pt-55 {
  padding-top: 27.5px !important; }
  @media (min-width: 768px) {
    .pt-55 {
      padding-top: 55px !important; } }

.mb-55 {
  margin-bottom: 27.5px !important; }
  @media (min-width: 768px) {
    .mb-55 {
      margin-bottom: 55px !important; } }

.pb-55 {
  padding-bottom: 27.5px !important; }
  @media (min-width: 768px) {
    .pb-55 {
      padding-bottom: 55px !important; } }

.ml-55 {
  margin-left: 27.5px !important; }
  @media (min-width: 768px) {
    .ml-55 {
      margin-left: 55px !important; } }

.pl-55 {
  padding-left: 27.5px !important; }
  @media (min-width: 768px) {
    .pl-55 {
      padding-left: 55px !important; } }

.mr-55 {
  margin-right: 27.5px !important; }
  @media (min-width: 768px) {
    .mr-55 {
      margin-right: 55px !important; } }

.pr-55 {
  padding-right: 27.5px !important; }
  @media (min-width: 768px) {
    .pr-55 {
      padding-right: 55px !important; } }

.padding-55 {
  padding: 27.5px !important; }
  @media (min-width: 768px) {
    .padding-55 {
      padding: 55px !important; } }

.margin-55 {
  margin: 27.5px !important; }
  @media (min-width: 768px) {
    .margin-55 {
      margin: 55px !important; } }

.mt-60 {
  margin-top: 30px !important; }
  @media (min-width: 768px) {
    .mt-60 {
      margin-top: 60px !important; } }

.pt-60 {
  padding-top: 30px !important; }
  @media (min-width: 768px) {
    .pt-60 {
      padding-top: 60px !important; } }

.mb-60 {
  margin-bottom: 30px !important; }
  @media (min-width: 768px) {
    .mb-60 {
      margin-bottom: 60px !important; } }

.pb-60 {
  padding-bottom: 30px !important; }
  @media (min-width: 768px) {
    .pb-60 {
      padding-bottom: 60px !important; } }

.ml-60 {
  margin-left: 30px !important; }
  @media (min-width: 768px) {
    .ml-60 {
      margin-left: 60px !important; } }

.pl-60 {
  padding-left: 30px !important; }
  @media (min-width: 768px) {
    .pl-60 {
      padding-left: 60px !important; } }

.mr-60 {
  margin-right: 30px !important; }
  @media (min-width: 768px) {
    .mr-60 {
      margin-right: 60px !important; } }

.pr-60 {
  padding-right: 30px !important; }
  @media (min-width: 768px) {
    .pr-60 {
      padding-right: 60px !important; } }

.padding-60 {
  padding: 30px !important; }
  @media (min-width: 768px) {
    .padding-60 {
      padding: 60px !important; } }

.margin-60 {
  margin: 30px !important; }
  @media (min-width: 768px) {
    .margin-60 {
      margin: 60px !important; } }

.mt-65 {
  margin-top: 32.5px !important; }
  @media (min-width: 768px) {
    .mt-65 {
      margin-top: 65px !important; } }

.pt-65 {
  padding-top: 32.5px !important; }
  @media (min-width: 768px) {
    .pt-65 {
      padding-top: 65px !important; } }

.mb-65 {
  margin-bottom: 32.5px !important; }
  @media (min-width: 768px) {
    .mb-65 {
      margin-bottom: 65px !important; } }

.pb-65 {
  padding-bottom: 32.5px !important; }
  @media (min-width: 768px) {
    .pb-65 {
      padding-bottom: 65px !important; } }

.ml-65 {
  margin-left: 32.5px !important; }
  @media (min-width: 768px) {
    .ml-65 {
      margin-left: 65px !important; } }

.pl-65 {
  padding-left: 32.5px !important; }
  @media (min-width: 768px) {
    .pl-65 {
      padding-left: 65px !important; } }

.mr-65 {
  margin-right: 32.5px !important; }
  @media (min-width: 768px) {
    .mr-65 {
      margin-right: 65px !important; } }

.pr-65 {
  padding-right: 32.5px !important; }
  @media (min-width: 768px) {
    .pr-65 {
      padding-right: 65px !important; } }

.padding-65 {
  padding: 32.5px !important; }
  @media (min-width: 768px) {
    .padding-65 {
      padding: 65px !important; } }

.margin-65 {
  margin: 32.5px !important; }
  @media (min-width: 768px) {
    .margin-65 {
      margin: 65px !important; } }

.mt-70 {
  margin-top: 35px !important; }
  @media (min-width: 768px) {
    .mt-70 {
      margin-top: 70px !important; } }

.pt-70 {
  padding-top: 35px !important; }
  @media (min-width: 768px) {
    .pt-70 {
      padding-top: 70px !important; } }

.mb-70 {
  margin-bottom: 35px !important; }
  @media (min-width: 768px) {
    .mb-70 {
      margin-bottom: 70px !important; } }

.pb-70 {
  padding-bottom: 35px !important; }
  @media (min-width: 768px) {
    .pb-70 {
      padding-bottom: 70px !important; } }

.ml-70 {
  margin-left: 35px !important; }
  @media (min-width: 768px) {
    .ml-70 {
      margin-left: 70px !important; } }

.pl-70 {
  padding-left: 35px !important; }
  @media (min-width: 768px) {
    .pl-70 {
      padding-left: 70px !important; } }

.mr-70 {
  margin-right: 35px !important; }
  @media (min-width: 768px) {
    .mr-70 {
      margin-right: 70px !important; } }

.pr-70 {
  padding-right: 35px !important; }
  @media (min-width: 768px) {
    .pr-70 {
      padding-right: 70px !important; } }

.padding-70 {
  padding: 35px !important; }
  @media (min-width: 768px) {
    .padding-70 {
      padding: 70px !important; } }

.margin-70 {
  margin: 35px !important; }
  @media (min-width: 768px) {
    .margin-70 {
      margin: 70px !important; } }

.mt-75 {
  margin-top: 37.5px !important; }
  @media (min-width: 768px) {
    .mt-75 {
      margin-top: 75px !important; } }

.pt-75 {
  padding-top: 37.5px !important; }
  @media (min-width: 768px) {
    .pt-75 {
      padding-top: 75px !important; } }

.mb-75 {
  margin-bottom: 37.5px !important; }
  @media (min-width: 768px) {
    .mb-75 {
      margin-bottom: 75px !important; } }

.pb-75 {
  padding-bottom: 37.5px !important; }
  @media (min-width: 768px) {
    .pb-75 {
      padding-bottom: 75px !important; } }

.ml-75 {
  margin-left: 37.5px !important; }
  @media (min-width: 768px) {
    .ml-75 {
      margin-left: 75px !important; } }

.pl-75 {
  padding-left: 37.5px !important; }
  @media (min-width: 768px) {
    .pl-75 {
      padding-left: 75px !important; } }

.mr-75 {
  margin-right: 37.5px !important; }
  @media (min-width: 768px) {
    .mr-75 {
      margin-right: 75px !important; } }

.pr-75 {
  padding-right: 37.5px !important; }
  @media (min-width: 768px) {
    .pr-75 {
      padding-right: 75px !important; } }

.padding-75 {
  padding: 37.5px !important; }
  @media (min-width: 768px) {
    .padding-75 {
      padding: 75px !important; } }

.margin-75 {
  margin: 37.5px !important; }
  @media (min-width: 768px) {
    .margin-75 {
      margin: 75px !important; } }

.mt-80 {
  margin-top: 40px !important; }
  @media (min-width: 768px) {
    .mt-80 {
      margin-top: 80px !important; } }

.pt-80 {
  padding-top: 40px !important; }
  @media (min-width: 768px) {
    .pt-80 {
      padding-top: 80px !important; } }

.mb-80 {
  margin-bottom: 40px !important; }
  @media (min-width: 768px) {
    .mb-80 {
      margin-bottom: 80px !important; } }

.pb-80 {
  padding-bottom: 40px !important; }
  @media (min-width: 768px) {
    .pb-80 {
      padding-bottom: 80px !important; } }

.ml-80 {
  margin-left: 40px !important; }
  @media (min-width: 768px) {
    .ml-80 {
      margin-left: 80px !important; } }

.pl-80 {
  padding-left: 40px !important; }
  @media (min-width: 768px) {
    .pl-80 {
      padding-left: 80px !important; } }

.mr-80 {
  margin-right: 40px !important; }
  @media (min-width: 768px) {
    .mr-80 {
      margin-right: 80px !important; } }

.pr-80 {
  padding-right: 40px !important; }
  @media (min-width: 768px) {
    .pr-80 {
      padding-right: 80px !important; } }

.padding-80 {
  padding: 40px !important; }
  @media (min-width: 768px) {
    .padding-80 {
      padding: 80px !important; } }

.margin-80 {
  margin: 40px !important; }
  @media (min-width: 768px) {
    .margin-80 {
      margin: 80px !important; } }

.mt-85 {
  margin-top: 42.5px !important; }
  @media (min-width: 768px) {
    .mt-85 {
      margin-top: 85px !important; } }

.pt-85 {
  padding-top: 42.5px !important; }
  @media (min-width: 768px) {
    .pt-85 {
      padding-top: 85px !important; } }

.mb-85 {
  margin-bottom: 42.5px !important; }
  @media (min-width: 768px) {
    .mb-85 {
      margin-bottom: 85px !important; } }

.pb-85 {
  padding-bottom: 42.5px !important; }
  @media (min-width: 768px) {
    .pb-85 {
      padding-bottom: 85px !important; } }

.ml-85 {
  margin-left: 42.5px !important; }
  @media (min-width: 768px) {
    .ml-85 {
      margin-left: 85px !important; } }

.pl-85 {
  padding-left: 42.5px !important; }
  @media (min-width: 768px) {
    .pl-85 {
      padding-left: 85px !important; } }

.mr-85 {
  margin-right: 42.5px !important; }
  @media (min-width: 768px) {
    .mr-85 {
      margin-right: 85px !important; } }

.pr-85 {
  padding-right: 42.5px !important; }
  @media (min-width: 768px) {
    .pr-85 {
      padding-right: 85px !important; } }

.padding-85 {
  padding: 42.5px !important; }
  @media (min-width: 768px) {
    .padding-85 {
      padding: 85px !important; } }

.margin-85 {
  margin: 42.5px !important; }
  @media (min-width: 768px) {
    .margin-85 {
      margin: 85px !important; } }

.mt-90 {
  margin-top: 45px !important; }
  @media (min-width: 768px) {
    .mt-90 {
      margin-top: 90px !important; } }

.pt-90 {
  padding-top: 45px !important; }
  @media (min-width: 768px) {
    .pt-90 {
      padding-top: 90px !important; } }

.mb-90 {
  margin-bottom: 45px !important; }
  @media (min-width: 768px) {
    .mb-90 {
      margin-bottom: 90px !important; } }

.pb-90 {
  padding-bottom: 45px !important; }
  @media (min-width: 768px) {
    .pb-90 {
      padding-bottom: 90px !important; } }

.ml-90 {
  margin-left: 45px !important; }
  @media (min-width: 768px) {
    .ml-90 {
      margin-left: 90px !important; } }

.pl-90 {
  padding-left: 45px !important; }
  @media (min-width: 768px) {
    .pl-90 {
      padding-left: 90px !important; } }

.mr-90 {
  margin-right: 45px !important; }
  @media (min-width: 768px) {
    .mr-90 {
      margin-right: 90px !important; } }

.pr-90 {
  padding-right: 45px !important; }
  @media (min-width: 768px) {
    .pr-90 {
      padding-right: 90px !important; } }

.padding-90 {
  padding: 45px !important; }
  @media (min-width: 768px) {
    .padding-90 {
      padding: 90px !important; } }

.margin-90 {
  margin: 45px !important; }
  @media (min-width: 768px) {
    .margin-90 {
      margin: 90px !important; } }

.mt-95 {
  margin-top: 47.5px !important; }
  @media (min-width: 768px) {
    .mt-95 {
      margin-top: 95px !important; } }

.pt-95 {
  padding-top: 47.5px !important; }
  @media (min-width: 768px) {
    .pt-95 {
      padding-top: 95px !important; } }

.mb-95 {
  margin-bottom: 47.5px !important; }
  @media (min-width: 768px) {
    .mb-95 {
      margin-bottom: 95px !important; } }

.pb-95 {
  padding-bottom: 47.5px !important; }
  @media (min-width: 768px) {
    .pb-95 {
      padding-bottom: 95px !important; } }

.ml-95 {
  margin-left: 47.5px !important; }
  @media (min-width: 768px) {
    .ml-95 {
      margin-left: 95px !important; } }

.pl-95 {
  padding-left: 47.5px !important; }
  @media (min-width: 768px) {
    .pl-95 {
      padding-left: 95px !important; } }

.mr-95 {
  margin-right: 47.5px !important; }
  @media (min-width: 768px) {
    .mr-95 {
      margin-right: 95px !important; } }

.pr-95 {
  padding-right: 47.5px !important; }
  @media (min-width: 768px) {
    .pr-95 {
      padding-right: 95px !important; } }

.padding-95 {
  padding: 47.5px !important; }
  @media (min-width: 768px) {
    .padding-95 {
      padding: 95px !important; } }

.margin-95 {
  margin: 47.5px !important; }
  @media (min-width: 768px) {
    .margin-95 {
      margin: 95px !important; } }

.mt-100 {
  margin-top: 50px !important; }
  @media (min-width: 768px) {
    .mt-100 {
      margin-top: 100px !important; } }

.pt-100 {
  padding-top: 50px !important; }
  @media (min-width: 768px) {
    .pt-100 {
      padding-top: 100px !important; } }

.mb-100 {
  margin-bottom: 50px !important; }
  @media (min-width: 768px) {
    .mb-100 {
      margin-bottom: 100px !important; } }

.pb-100 {
  padding-bottom: 50px !important; }
  @media (min-width: 768px) {
    .pb-100 {
      padding-bottom: 100px !important; } }

.ml-100 {
  margin-left: 50px !important; }
  @media (min-width: 768px) {
    .ml-100 {
      margin-left: 100px !important; } }

.pl-100 {
  padding-left: 50px !important; }
  @media (min-width: 768px) {
    .pl-100 {
      padding-left: 100px !important; } }

.mr-100 {
  margin-right: 50px !important; }
  @media (min-width: 768px) {
    .mr-100 {
      margin-right: 100px !important; } }

.pr-100 {
  padding-right: 50px !important; }
  @media (min-width: 768px) {
    .pr-100 {
      padding-right: 100px !important; } }

.padding-100 {
  padding: 50px !important; }
  @media (min-width: 768px) {
    .padding-100 {
      padding: 100px !important; } }

.margin-100 {
  margin: 50px !important; }
  @media (min-width: 768px) {
    .margin-100 {
      margin: 100px !important; } }

.mt-120 {
  margin-top: 60px !important; }
  @media (min-width: 768px) {
    .mt-120 {
      margin-top: 120px !important; } }

.pt-120 {
  padding-top: 60px !important; }
  @media (min-width: 768px) {
    .pt-120 {
      padding-top: 120px !important; } }

.mb-120 {
  margin-bottom: 60px !important; }
  @media (min-width: 768px) {
    .mb-120 {
      margin-bottom: 120px !important; } }

.pb-120 {
  padding-bottom: 60px !important; }
  @media (min-width: 768px) {
    .pb-120 {
      padding-bottom: 120px !important; } }

.ml-120 {
  margin-left: 60px !important; }
  @media (min-width: 768px) {
    .ml-120 {
      margin-left: 120px !important; } }

.pl-120 {
  padding-left: 60px !important; }
  @media (min-width: 768px) {
    .pl-120 {
      padding-left: 120px !important; } }

.mr-120 {
  margin-right: 60px !important; }
  @media (min-width: 768px) {
    .mr-120 {
      margin-right: 120px !important; } }

.pr-120 {
  padding-right: 60px !important; }
  @media (min-width: 768px) {
    .pr-120 {
      padding-right: 120px !important; } }

.padding-120 {
  padding: 60px !important; }
  @media (min-width: 768px) {
    .padding-120 {
      padding: 120px !important; } }

.margin-120 {
  margin: 60px !important; }
  @media (min-width: 768px) {
    .margin-120 {
      margin: 120px !important; } }

.mt-150 {
  margin-top: 75px !important; }
  @media (min-width: 768px) {
    .mt-150 {
      margin-top: 150px !important; } }

.pt-150 {
  padding-top: 75px !important; }
  @media (min-width: 768px) {
    .pt-150 {
      padding-top: 150px !important; } }

.mb-150 {
  margin-bottom: 75px !important; }
  @media (min-width: 768px) {
    .mb-150 {
      margin-bottom: 150px !important; } }

.pb-150 {
  padding-bottom: 75px !important; }
  @media (min-width: 768px) {
    .pb-150 {
      padding-bottom: 150px !important; } }

.ml-150 {
  margin-left: 75px !important; }
  @media (min-width: 768px) {
    .ml-150 {
      margin-left: 150px !important; } }

.pl-150 {
  padding-left: 75px !important; }
  @media (min-width: 768px) {
    .pl-150 {
      padding-left: 150px !important; } }

.mr-150 {
  margin-right: 75px !important; }
  @media (min-width: 768px) {
    .mr-150 {
      margin-right: 150px !important; } }

.pr-150 {
  padding-right: 75px !important; }
  @media (min-width: 768px) {
    .pr-150 {
      padding-right: 150px !important; } }

.padding-150 {
  padding: 75px !important; }
  @media (min-width: 768px) {
    .padding-150 {
      padding: 150px !important; } }

.margin-150 {
  margin: 75px !important; }
  @media (min-width: 768px) {
    .margin-150 {
      margin: 150px !important; } }

/*!
 * Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x)); }

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%; }

.row-cols-7 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14.2857142857%; }

.row-cols-8 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12.5%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6.25%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12.5%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18.75%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 31.25%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 37.5%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 43.75%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 56.25%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 62.5%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 68.75%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%; }

.col-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 81.25%; }

.col-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 87.5%; }

.col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 93.75%; }

.col-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 81.25%; }

.offset-14 {
  margin-left: 87.5%; }

.offset-15 {
  margin-left: 93.75%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .row-cols-sm-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%; }
  .row-cols-sm-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 6.25%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.75%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 31.25%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 37.5%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 43.75%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 56.25%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 62.5%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 68.75%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 81.25%; }
  .col-sm-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 87.5%; }
  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 93.75%; }
  .col-sm-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 6.25%; }
  .offset-sm-2 {
    margin-left: 12.5%; }
  .offset-sm-3 {
    margin-left: 18.75%; }
  .offset-sm-4 {
    margin-left: 25%; }
  .offset-sm-5 {
    margin-left: 31.25%; }
  .offset-sm-6 {
    margin-left: 37.5%; }
  .offset-sm-7 {
    margin-left: 43.75%; }
  .offset-sm-8 {
    margin-left: 50%; }
  .offset-sm-9 {
    margin-left: 56.25%; }
  .offset-sm-10 {
    margin-left: 62.5%; }
  .offset-sm-11 {
    margin-left: 68.75%; }
  .offset-sm-12 {
    margin-left: 75%; }
  .offset-sm-13 {
    margin-left: 81.25%; }
  .offset-sm-14 {
    margin-left: 87.5%; }
  .offset-sm-15 {
    margin-left: 93.75%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .row-cols-md-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%; }
  .row-cols-md-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 6.25%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.75%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 31.25%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 37.5%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 43.75%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 56.25%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 62.5%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 68.75%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 81.25%; }
  .col-md-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 87.5%; }
  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 93.75%; }
  .col-md-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 6.25%; }
  .offset-md-2 {
    margin-left: 12.5%; }
  .offset-md-3 {
    margin-left: 18.75%; }
  .offset-md-4 {
    margin-left: 25%; }
  .offset-md-5 {
    margin-left: 31.25%; }
  .offset-md-6 {
    margin-left: 37.5%; }
  .offset-md-7 {
    margin-left: 43.75%; }
  .offset-md-8 {
    margin-left: 50%; }
  .offset-md-9 {
    margin-left: 56.25%; }
  .offset-md-10 {
    margin-left: 62.5%; }
  .offset-md-11 {
    margin-left: 68.75%; }
  .offset-md-12 {
    margin-left: 75%; }
  .offset-md-13 {
    margin-left: 81.25%; }
  .offset-md-14 {
    margin-left: 87.5%; }
  .offset-md-15 {
    margin-left: 93.75%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .row-cols-lg-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%; }
  .row-cols-lg-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 6.25%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.75%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 31.25%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 37.5%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 43.75%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 56.25%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 62.5%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 68.75%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 81.25%; }
  .col-lg-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 87.5%; }
  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 93.75%; }
  .col-lg-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 6.25%; }
  .offset-lg-2 {
    margin-left: 12.5%; }
  .offset-lg-3 {
    margin-left: 18.75%; }
  .offset-lg-4 {
    margin-left: 25%; }
  .offset-lg-5 {
    margin-left: 31.25%; }
  .offset-lg-6 {
    margin-left: 37.5%; }
  .offset-lg-7 {
    margin-left: 43.75%; }
  .offset-lg-8 {
    margin-left: 50%; }
  .offset-lg-9 {
    margin-left: 56.25%; }
  .offset-lg-10 {
    margin-left: 62.5%; }
  .offset-lg-11 {
    margin-left: 68.75%; }
  .offset-lg-12 {
    margin-left: 75%; }
  .offset-lg-13 {
    margin-left: 81.25%; }
  .offset-lg-14 {
    margin-left: 87.5%; }
  .offset-lg-15 {
    margin-left: 93.75%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .row-cols-xl-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%; }
  .row-cols-xl-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 6.25%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.75%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 31.25%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 37.5%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 43.75%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 56.25%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 62.5%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 68.75%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 81.25%; }
  .col-xl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 87.5%; }
  .col-xl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 93.75%; }
  .col-xl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 6.25%; }
  .offset-xl-2 {
    margin-left: 12.5%; }
  .offset-xl-3 {
    margin-left: 18.75%; }
  .offset-xl-4 {
    margin-left: 25%; }
  .offset-xl-5 {
    margin-left: 31.25%; }
  .offset-xl-6 {
    margin-left: 37.5%; }
  .offset-xl-7 {
    margin-left: 43.75%; }
  .offset-xl-8 {
    margin-left: 50%; }
  .offset-xl-9 {
    margin-left: 56.25%; }
  .offset-xl-10 {
    margin-left: 62.5%; }
  .offset-xl-11 {
    margin-left: 68.75%; }
  .offset-xl-12 {
    margin-left: 75%; }
  .offset-xl-13 {
    margin-left: 81.25%; }
  .offset-xl-14 {
    margin-left: 87.5%; }
  .offset-xl-15 {
    margin-left: 93.75%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .row-cols-xxl-7 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%; }
  .row-cols-xxl-8 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 6.25%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.75%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 31.25%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 37.5%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 43.75%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 56.25%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 62.5%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 68.75%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 81.25%; }
  .col-xxl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 87.5%; }
  .col-xxl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 93.75%; }
  .col-xxl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 6.25%; }
  .offset-xxl-2 {
    margin-left: 12.5%; }
  .offset-xxl-3 {
    margin-left: 18.75%; }
  .offset-xxl-4 {
    margin-left: 25%; }
  .offset-xxl-5 {
    margin-left: 31.25%; }
  .offset-xxl-6 {
    margin-left: 37.5%; }
  .offset-xxl-7 {
    margin-left: 43.75%; }
  .offset-xxl-8 {
    margin-left: 50%; }
  .offset-xxl-9 {
    margin-left: 56.25%; }
  .offset-xxl-10 {
    margin-left: 62.5%; }
  .offset-xxl-11 {
    margin-left: 68.75%; }
  .offset-xxl-12 {
    margin-left: 75%; }
  .offset-xxl-13 {
    margin-left: 81.25%; }
  .offset-xxl-14 {
    margin-left: 87.5%; }
  .offset-xxl-15 {
    margin-left: 93.75%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * Bootstrap Reboot v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color); }

h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem; } }

h4 {
  font-size: calc(1.275rem + 0.3vw); }

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

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

ol,
ul {
  padding-left: 2rem; }

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }

kbd kbd {
  padding: 0;
  font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(var(--bs-body-color-rgb), 0.75);
  text-align: left; }

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

select:disabled {
  opacity: 1; }

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important; }

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem; } }

legend + * {
  clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
	direction: ltr;
  }
  */
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
/*rtl:begin:ignore*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 55px;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 10px;
  background-color: #e1e4e9;
  border-radius: 40px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 10px;
  background-color: var(--blue); }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  border: 5px solid var(--blue);
  border-radius: 50px;
  top: 17px;
  width: 27px;
  height: 27px;
  background-color: white; }
  .irs--flat .irs-handle * {
    display: none !important; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 4px 10px;
  background-color: var(--white);
  border-radius: 4px; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 26px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  overflow: hidden;
  border: 6px solid transparent;
  border-bottom-color: var(--white); }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

.irs-min,
.irs-max {
  display: none; }

.ar .irs--flat .irs-line {
  background-color: var(--blue); }

.ar .irs--flat .irs-bar {
  background-color: #e1e4e9; }

/*rtl:end:ignore*/
/*!
 * roundSlider v1.6.1 | (c) 2015-2020, Soundar
 * MIT license | http://roundsliderui.com/licence.html
 */
/*rtl:begin:ignore*/
.rs-ie,
.rs-edge,
.rs-handle {
  -ms-touch-action: none;
  touch-action: none; }

.rs-control {
  position: relative;
  outline: 0 none; }

.rs-container {
  position: relative; }

.rs-control *,
.rs-control *:before,
.rs-control *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.rs-animation .rs-transition {
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.rs-bar {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2 {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.rs-control .rs-overlay {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.rs-rounded .rs-seperator,
.rs-split .rs-path {
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.rs-disabled {
  opacity: 0.35; }

.rs-inner-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden; }

.rs-control .rs-quarter div.rs-block {
  height: 200%;
  width: 200%; }

.rs-control .rs-half.rs-top div.rs-block,
.rs-control .rs-half.rs-bottom div.rs-block {
  height: 200%;
  width: 100%; }

.rs-control .rs-half.rs-left div.rs-block,
.rs-control .rs-half.rs-right div.rs-block {
  height: 100%;
  width: 200%; }

.rs-control .rs-bottom .rs-block {
  top: auto;
  bottom: 0; }

.rs-control .rs-right .rs-block {
  right: 0; }

.rs-block.rs-outer {
  border-radius: 1000px; }

.rs-block {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 3; }

.rs-block .rs-inner {
  border-radius: 1000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }

.rs-overlay {
  width: 50%; }

.rs-overlay1,
.rs-overlay2 {
  width: 100%; }

.rs-overlay,
.rs-overlay1,
.rs-overlay2 {
  position: absolute;
  background-color: white;
  z-index: 3;
  top: 0;
  height: 50%; }

.rs-bar {
  display: block;
  position: absolute;
  bottom: 0;
  height: 0;
  z-index: 10; }

.rs-bar.rs-rounded {
  z-index: 5; }

.rs-bar .rs-seperator {
  height: 0px;
  display: block;
  float: left;
  display: none; }

.rs-bar:not(.rs-rounded) .rs-seperator {
  border-left: none;
  border-right: none; }

.rs-bar.rs-start .rs-seperator {
  border-top: none; }

.rs-bar.rs-end .rs-seperator {
  border-bottom: none; }

.rs-bar.rs-start.rs-rounded .rs-seperator {
  border-radius: 0 0 1000px 1000px; }

.rs-bar.rs-end.rs-rounded .rs-seperator {
  border-radius: 1000px 1000px 0 0; }

.rs-full .rs-bar,
.rs-half .rs-bar {
  width: 50%; }

.rs-half.rs-left .rs-bar,
.rs-half.rs-right .rs-bar,
.rs-quarter .rs-bar {
  width: 100%; }

.rs-full .rs-bar,
.rs-half.rs-left .rs-bar,
.rs-half.rs-right .rs-bar {
  top: 50%; }

.rs-bottom .rs-bar {
  top: 0; }

.rs-half.rs-right .rs-bar,
.rs-quarter.rs-right .rs-bar {
  right: 100%; }

.rs-handle.rs-move {
  cursor: move; }

.rs-readonly .rs-handle.rs-move {
  cursor: default; }

.rs-classic-mode .rs-path {
  display: block;
  height: 100%;
  width: 100%; }

.rs-split .rs-path {
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 2; }

/*** SVG mode related styles ***/
.rs-control .rs-svg-container {
  display: block;
  position: absolute;
  top: 0; }

.rs-control .rs-bottom .rs-svg-container {
  top: auto;
  bottom: 0; }

.rs-control .rs-right .rs-svg-container {
  right: 0; }

/*** tooltip styles ***/
.rs-tooltip {
  position: absolute;
  cursor: default;
  border: 1px solid transparent;
  z-index: 10; }

.rs-full .rs-tooltip {
  top: 50%;
  left: 50%; }

.rs-bottom .rs-tooltip {
  top: 0; }

.rs-top .rs-tooltip {
  bottom: 0; }

.rs-right .rs-tooltip {
  left: 0; }

.rs-left .rs-tooltip {
  right: 0; }

.rs-half.rs-top .rs-tooltip,
.rs-half.rs-bottom .rs-tooltip {
  left: 50%; }

.rs-half.rs-left .rs-tooltip,
.rs-half.rs-right .rs-tooltip {
  top: 50%; }

.rs-tooltip .rs-input {
  outline: 0 none;
  border: none;
  background: transparent; }

.rs-tooltip-text {
  font-family: verdana;
  font-size: 13px;
  border-radius: 7px;
  text-align: center;
  color: inherit; }

.rs-tooltip.rs-edit {
  padding: 5px 8px; }

.rs-tooltip.rs-hover,
.rs-tooltip.rs-edit:hover {
  border: 1px solid #AAAAAA;
  cursor: pointer; }

.rs-readonly .rs-tooltip.rs-edit:hover {
  border-color: transparent;
  cursor: default; }

/*** Fix for tooltip positioning when element in hidden state ***/
/*** maybe in future we can consider this as the default way ***/
.rs-tooltip.rs-center {
  margin: 0px !important; }

.rs-half.rs-top .rs-tooltip.rs-center,
.rs-half.rs-bottom .rs-tooltip.rs-center {
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px); }

.rs-half.rs-left .rs-tooltip.rs-center,
.rs-half.rs-right .rs-tooltip.rs-center {
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

.rs-full .rs-tooltip.rs-center {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.rs-tooltip.rs-reset {
  margin: 0px !important;
  top: 0px !important;
  left: 0px !important; }

/*** handle types ***/
.rs-handle {
  border-radius: 1000px;
  outline: 0 none;
  float: left; }

.rs-handle.rs-handle-square {
  border-radius: 0px; }

.rs-handle-dot {
  border: 1px solid #AAAAAA;
  padding: 6px; }

.rs-handle-dot:after {
  display: block;
  content: "";
  border: 1px solid #AAAAAA;
  height: 100%;
  width: 100%;
  border-radius: 1000px; }

/*** theming - colors ***/
.rs-seperator {
  border: 1px solid #AAAAAA; }

.rs-border {
  border: 1px solid #AAAAAA; }

.rs-path-color {
  background-color: var(--red); }

.rs-range-color {
  background-color: white; }

.rs-bg-color {
  background-color: #FFFFFF; }

.rs-handle {
  background-color: white; }

.rs-handle-dot {
  background-color: #FFFFFF; }

.rs-handle-dot:after {
  background-color: #838383; }

/*** SVG mode - theming - colors ***/
.rs-path-inherited .rs-path {
  opacity: 0.2; }

.rs-svg-mode .rs-path {
  /*  this will change the slider's path color
        this can be also done via the property -> 'pathColor'  */
  stroke: #FFFFFF; }

.rs-svg-mode .rs-range {
  /*  this will change the slider's range color
        this can be also done via the property -> 'rangeColor'  */
  stroke: #54BBE0; }

.rs-svg-mode .rs-border {
  /*  this will change the slider's border color
        this can be also done via the property -> 'borderColor'
        the border width can be changed via the property -> 'borderWidth'  */
  stroke: #AAAAAA; }

/*rtl:end:ignore*/
/**
 * Swiper 7.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 3, 2021
 */
:root {
  --swiper-theme-color: #007aff
; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px
; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin: 20px 0; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 4px;
  display: inline-block;
  border-radius: 50%;
  background: var(--blue);
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/*rtl:begin:ignore*/
/**
 * selectize.css (v0.13.5)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>  
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
  overflow: visible; }

.selectize-control.plugin-drag_drop.multi
> .selectize-input
> div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
          box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-control .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-control .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-control .dropdown-header-close:hover {
  color: #000; }

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0 !important; }

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 6px; }

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #fff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 18px;
  font-smoothing: inherit;
  color: var(--white); }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: var(--darkBlue2);
  cursor: text;
  display: inline-block;
  padding: 19px 8px; }

.selectize-input {
  border: 1px solid var(--darkBlue2);
  padding: 18px 8px;
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 1.125rem;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px; }

.selectize-control.multi .selectize-input.has-items {
  padding: calc(8px - 2px - 0px) 8px calc(8px - 2px - 3px - 0px); }

.selectize-input.full {
  border: 1px solid var(--white);
  padding: 20px 8px; }

.selectize-input.input-active {
  border: none; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 30px 30px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0px solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0px solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0px solid #fff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input > input[placeholder] {
  -webkit-box-sizing: initial;
          box-sizing: initial; }

.selectize-input.has-items > input {
  margin: 0 0px !important; }

.selectize-input::after {
  content: " ";
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background: var(--darkBlue2);
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  overflow: hidden; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results,
.selectize-dropdown .create {
  padding: 16px 8px; }

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: var(--white);
  color: var(--darkBlue); }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch; }

.selectize-dropdown-emptyoptionlabel {
  text-align: center; }

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px; }

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 rgba(0, 0, 0, 0) #d0d0d0 rgba(0, 0, 0, 0);
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite; }

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

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

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/icons/arrow-down-white.svg) no-repeat 0 0; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) gray rgba(0, 0, 0, 0); }

.selectize-control.rtl {
  text-align: center; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

/*rtl:end:ignore*/
.accordion {
  position: relative;
  background: #EFEFEF;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 45px 20px 20px; }
  .accordion--d-grey-bg {
    background-color: #E5E7E9; }
  @media (min-width: 992px) {
    .accordion {
      padding: 23px 40px; } }
  .accordion__icon {
    position: absolute;
    right: 20px;
    top: 23px;
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    /* Vertical line */
    /* horizontal line */ }
    @media (min-width: 992px) {
      .accordion__icon {
        top: 28px; } }
    .accordion__icon:before, .accordion__icon:after {
      content: "";
      position: absolute;
      background-color: var(--darkBlue);
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .accordion__icon:before {
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      margin-left: -1px; }
    .accordion__icon:after {
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      margin-top: -1px; }
  .accordion__content {
    font-size: 16px; }
  .accordion__heading {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    @media (min-width: 992px) {
      .accordion__heading {
        font-size: 20px; } }
  .accordion__content {
    display: none;
    padding-top: 20px;
    padding-bottom: 10px; }
  .accordion__list-wrapper {
    padding-left: 21px; }
  .accordion__ordered-list-wrapper {
    padding-left: 21px; }
  .accordion--active {
    color: white;
    background-color: var(--darkBlue); }
    .accordion--active * {
      color: white; }
    .accordion--active .accordion__icon:before {
      background-color: #fff;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .accordion--active .accordion__icon:after {
      background-color: #fff;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .no-touch .accordion:hover {
    background-color: var(--darkBlue); }
    .no-touch .accordion:hover .accordion__heading {
      color: white; }
    .no-touch .accordion:hover .accordion__icon:before {
      background-color: #fff; }
    .no-touch .accordion:hover .accordion__icon:after {
      background-color: #fff; }

.form {
  color: #fff;
  max-width: 680px;
  margin: 0 auto; }
  .form [class^="col"] {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .form [class^="col"] {
        margin-bottom: 30px; } }
    .form [class^="col"]:last-child {
      margin-bottom: 0; }
  .form .btn {
    min-width: 130px;
    margin-top: 30px; }
  .form-control {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 25px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 30px;
    outline: 0 none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (min-width: 992px) {
      .form-control {
        height: 60px; } }
    .form-control--small {
      height: 45px; }
    .form-control::-webkit-input-placeholder {
      color: #fff; }
    .form-control::-moz-placeholder {
      color: #fff; }
    .form-control:-ms-input-placeholder {
      color: #fff; }
    .form-control:-moz-placeholder {
      color: #fff; }

label {
  padding: 0 27px;
  margin-bottom: 10px; }

.iban-bumber {
  background-color: var(--darkBlue);
  border-radius: 15px;
  padding: 18px 26px; }
  .iban-bumber input {
    font-size: 1.125rem;
    color: var(--white);
    border: none;
    padding: 0;
    border-radius: 0; }
    .iban-bumber input::-webkit-input-placeholder {
      color: var(--white); }
    .iban-bumber input::-moz-placeholder {
      color: var(--white); }
    .iban-bumber input:-ms-input-placeholder {
      color: var(--white); }
    .iban-bumber input:-moz-placeholder {
      color: var(--white); }

textarea.form-control {
  min-height: 140px;
  resize: none; }

.custom-select-simple {
  position: relative; }
  .custom-select-simple select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .custom-select-simple:after {
    content: "";
    background: url("../images/down-arrow.svg") center center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-52%);
        -ms-transform: translateY(-52%);
            transform: translateY(-52%);
    pointer-events: none; }

.form .col {
  margin-bottom: 30px; }

.form__btn {
  margin-top: 50px; }

.textarea-wrapper {
  position: relative; }

.custom-switch {
  position: relative;
  width: 100%; }
  .custom-switch p {
    font-size: 16px;
    margin: 0; }

.switch {
  position: absolute;
  opacity: 0; }

.switch-label {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 0;
  overflow: hidden;
  width: 87px;
  height: 34px;
  border-radius: 20px;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: color 75ms, border-color 75ms;
  -o-transition: color 75ms, border-color 75ms;
  transition: color 75ms, border-color 75ms;
  -webkit-transition-delay: 50ms, 50ms;
       -o-transition-delay: 50ms, 50ms;
          transition-delay: 50ms, 50ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  background: #c4c4c4; }
  .switch-label:before {
    position: absolute;
    top: 1px;
    display: block;
    overflow: hidden;
    width: 80px;
    height: 80px;
    color: white;
    content: 'Yes\ANo';
    text-align: center;
    text-indent: 0;
    text-transform: uppercase;
    white-space: pre;
    font-weight: bold;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px; }
  .switch-label:after {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: white;
    content: ''; }
  .switch-label:before, .switch-label:after {
    -webkit-animation-duration: 75ms;
            animation-duration: 75ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.switch + .switch-label:after {
  -webkit-animation-name: slideRight;
          animation-name: slideRight; }

.switch:checked + .switch-label {
  background: var(--blue); }
  .switch:checked + .switch-label:after {
    -webkit-animation-name: slideLeft;
            animation-name: slideLeft; }
  .switch:checked + .switch-label:before {
    color: white;
    -webkit-animation-name: onText;
            animation-name: onText; }

.switch:checked + .switch-label {
  color: white; }

.switch + .switch-label:before {
  color: white;
  -webkit-animation-name: offText;
          animation-name: offText; }

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  10% {
    -webkit-transform: translateX(30px) scaleX(1.2) scaleY(0.8);
            transform: translateX(30px) scaleX(1.2) scaleY(0.8); }
  50% {
    -webkit-transform: translateX(15px) scaleX(1.45) scaleY(0.65);
            transform: translateX(15px) scaleX(1.45) scaleY(0.65); }
  90% {
    -webkit-transform: translateX(0) scaleX(1.2) scaleY(0.8);
            transform: translateX(0) scaleX(1.2) scaleY(0.8); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  10% {
    -webkit-transform: translateX(30px) scaleX(1.2) scaleY(0.8);
            transform: translateX(30px) scaleX(1.2) scaleY(0.8); }
  50% {
    -webkit-transform: translateX(15px) scaleX(1.45) scaleY(0.65);
            transform: translateX(15px) scaleX(1.45) scaleY(0.65); }
  90% {
    -webkit-transform: translateX(0) scaleX(1.2) scaleY(0.8);
            transform: translateX(0) scaleX(1.2) scaleY(0.8); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10% {
    -webkit-transform: translateX(0) scaleX(1.2) scaleY(0.8);
            transform: translateX(0) scaleX(1.2) scaleY(0.8); }
  50% {
    -webkit-transform: translateX(15px) scaleX(1.45) scaleY(0.65);
            transform: translateX(15px) scaleX(1.45) scaleY(0.65); }
  90% {
    -webkit-transform: translateX(30px) scaleX(1.2) scaleY(0.8);
            transform: translateX(30px) scaleX(1.2) scaleY(0.8); }
  100% {
    -webkit-transform: translateX(53px);
            transform: translateX(53px); } }

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10% {
    -webkit-transform: translateX(0) scaleX(1.2) scaleY(0.8);
            transform: translateX(0) scaleX(1.2) scaleY(0.8); }
  50% {
    -webkit-transform: translateX(15px) scaleX(1.45) scaleY(0.65);
            transform: translateX(15px) scaleX(1.45) scaleY(0.65); }
  90% {
    -webkit-transform: translateX(30px) scaleX(1.2) scaleY(0.8);
            transform: translateX(30px) scaleX(1.2) scaleY(0.8); }
  100% {
    -webkit-transform: translateX(53px);
            transform: translateX(53px); } }

@-webkit-keyframes onText {
  0% {
    opacity: 0;
    -webkit-transform: translateX(11px);
            transform: translateX(11px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  100% {
    top: 3px;
    opacity: 1;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px); } }

@keyframes onText {
  0% {
    opacity: 0;
    -webkit-transform: translateX(11px);
            transform: translateX(11px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  100% {
    top: 3px;
    opacity: 1;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px); } }

@-webkit-keyframes offText {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  100% {
    top: -27px;
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }

@keyframes offText {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  100% {
    top: -27px;
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }

.custom-radios-bunch {
  border-radius: 10px;
  position: relative;
  width: 100%;
  background: #E5E7E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px; }
  @media (max-width: 991.98px) {
    .custom-radios-bunch {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .custom-radios-bunch {
      padding: 6px; } }
  .custom-radios-bunch input[type="radio"] {
    position: absolute;
    right: 1000%; }
    .custom-radios-bunch input[type="radio"]:checked + label {
      color: white;
      background: var(--red); }
  .custom-radios-bunch label {
    height: 50px;
    margin: 0 5px 0 0;
    padding: 0;
    background: white;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media (max-width: 991.98px) {
      .custom-radios-bunch label {
        width: calc(50% - 6px);
        margin: 3px; } }
    @media (min-width: 992px) {
      .custom-radios-bunch label {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (min-width: 992px) {
      .custom-radios-bunch label:last-of-type {
        margin-right: 0; } }
    .no-touch .custom-radios-bunch label:hover {
      color: white;
      background: var(--red); }

.custom-radios-buttons {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991.98px) {
    .custom-radios-buttons {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .custom-radios-buttons {
      padding: 6px; } }
  .custom-radios-buttons input[type="radio"] {
    position: absolute;
    right: 1000%; }
    .custom-radios-buttons input[type="radio"]:checked + label {
      color: white;
      background: var(--blue);
      border-color: var(--blue); }
  .custom-radios-buttons label {
    border: 1px solid #000;
    height: 45px;
    margin: 0 5px 0 0;
    padding: 0;
    background: white;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media (max-width: 991.98px) {
      .custom-radios-buttons label {
        width: calc(50% - 12px);
        margin: 3px; } }
    @media (min-width: 992px) {
      .custom-radios-buttons label {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 20px; }
        .custom-radios-buttons label:last-child {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .custom-radios-buttons label:last-of-type {
        margin-right: 0; } }
    .no-touch .custom-radios-buttons label:hover {
      color: white;
      background: var(--blue);
      border-color: var(--blue); }

input.form-control[type="date"]:before {
  color: #fff;
  content: attr(placeholder);
  margin-right: 20px; }

.btn-group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }
  .btn-group-form .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    margin-right: 20px; }
    .btn-group-form .btn:last-child {
      margin-right: 0; }
  @media (min-width: 992px) {
    .btn-group-form {
      margin-right: 0; } }

:root {
  --red: #d50032;
  --darkBlue: #263743;
  --darkBlue2: #1c2e3c;
  --darkBlue3: #223647;
  --darkBlue50: rgba(34, 54, 71, 50%);
  --white: #fff;
  --white-40: rgba(255, 255, 255, 40%);
  --white-80: rgba(255, 255, 255, 80%);
  --grey: #e8e7e7;
  --grey2: #efefef;
  --grey3: #d3d3d3;
  --grey4: #f3f2f2;
  --lightgrey: #f6f5f5;
  --golden: #857550;
  --lightGolden: #b6aa99;
  --blue: #0095c8;
  --cyan: #1795c8;
  --headerHeight: 90px;
  --greyDateText: #999999; }

@media (max-width: 1199.98px) {
  :root {
    --headerHeight: 70px; } }

body {
  background: var(--white);
  color: var(--darkBlue);
  overflow-x: hidden;
  font-weight: 300;
  font-family: "Seravek", "Alexandria", "Arial";
  direction: ltr; }

main {
  margin-top: var(--headerHeight); }

a {
  color: var(--red);
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  /* accessibility base font sizes */ }

:focus,
button:focus {
  outline: none; }

img {
  max-width: 100%; }

strong {
  font-weight: bold; }

input {
  border: 0 solid transparent;
  outline: none;
  background: var(--white); }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type="number"] {
    -moz-appearance: textfield; }

input::-ms-clear {
  display: none; }

.section {
  padding: 40px 0; }
  @media (max-width: 991.98px) {
    .section {
      padding: 20px 0; } }

.flipped {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1); }

.blue-bg {
  background-color: var(--blue); }

.lightGolden-bg {
  background-color: var(--lightGolden); }

.golden-bg {
  background-color: var(--golden); }

.red-bg {
  background-color: var(--red); }

.white-bg {
  background-color: var(--white); }

.white-80-bg {
  background-color: var(--white-80); }

.grey-bg {
  background-color: var(--white-40); }

.pt-130 {
  padding-top: 130px; }

.ttu {
  text-transform: uppercase; }

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

.text-white {
  color: white; }

.btn-wrapper {
  padding: 20px 0 40px; }
  .btn-wrapper-2 {
    padding-top: 35px; }
    @media (min-width: 992px) {
      .btn-wrapper-2 {
        text-align: center;
        padding-top: 40px; } }

.styled-radio legend {
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: var(--white); }

.styled-radio__input {
  display: inline-block;
  margin-right: 10px; }

.styled-radio label {
  display: block;
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 10px 23px;
  border-radius: 20px;
  opacity: 0.5; }

.styled-radio input {
  display: none; }

.styled-radio input:checked ~ label {
  background: var(--white);
  color: var(--darkBlue);
  opacity: 1; }

.img-grid {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .img-grid img,
  .img-grid video,
  .img-grid iframe {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .img-grid__media {
    position: relative;
    height: 420px;
    width: 100%; }
  .img-grid__copy {
    position: absolute;
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 992px) {
      .img-grid__copy {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 63px;
        top: 70px;
        -webkit-transition: all 0.1s ease-in;
        -o-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in; } }
    @media (min-width: 992px) {
      .img-grid__copy-bottom {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; } }
  .img-grid__caption {
    color: white;
    font-size: 16px;
    text-transform: uppercase; }
  .img-grid__title {
    color: white;
    font-size: 32px !important;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 20px; }
    @media (max-width: 991.98px) {
      .img-grid__title {
        font-size: 40px !important; } }
  .img-grid .btn {
    font-size: 14px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .no-touch .img-grid:hover img,
  .no-touch .img-grid:hover video,
  .no-touch .img-grid:hover iframe {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .no-touch .img-grid:hover .img-grid__copy {
    top: 40px; }
  .no-touch .img-grid:hover .img-grid__copy-bottom {
    opacity: 1; }

.scroll-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto; }
  .scroll-h__scroll-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.radius-box-white {
  border-radius: 10px;
  background-color: var(--white);
  padding: 56px 0; }

.tab-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px;
  left: auto !important;
  bottom: auto !important; }
  @media (max-width: 991.98px) {
    .tab-pagination {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow: auto; }
      .tab-pagination::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */ } }
  .tab-pagination::before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1.5px;
    height: 0.5px;
    background-color: var(--darkBlue);
    opacity: 0.5;
    content: ""; }
  .tab-pagination .swiper-pagination-bullet {
    font-size: 0.875rem;
    width: auto;
    height: auto;
    background: transparent;
    position: relative;
    opacity: 1;
    padding: 0 30px 22px 0;
    margin: 0 !important;
    opacity: 0.5; }
    .tab-pagination .swiper-pagination-bullet::before {
      width: 0%;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      background: var(--blue);
      border-radius: 10px;
      -webkit-transition: 0.2s width linear;
      -o-transition: 0.2s width linear;
      transition: 0.2s width linear;
      content: ""; }
    @media (max-width: 1199.98px) {
      .tab-pagination .swiper-pagination-bullet {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
    @media (min-width: 1200px) {
      .tab-pagination .swiper-pagination-bullet {
        padding: 0 70px 22px 0; } }
  .tab-pagination .swiper-pagination-bullet-active {
    color: var(--blue);
    opacity: 1; }
    .tab-pagination .swiper-pagination-bullet-active::before {
      width: calc(100% - 30px); }
      @media (min-width: 992px) {
        .tab-pagination .swiper-pagination-bullet-active::before {
          width: calc(100% - 70px); } }

.bdrs-10 {
  border-radius: 10px; }

.bdrs-15x10 {
  border-radius: 15px; }
  @media (min-width: 992px) {
    .bdrs-15x10 {
      border-radius: 10px; } }

.padding-20x80 {
  padding: 40px 20px; }
  @media (min-width: 992px) {
    .padding-20x80 {
      padding: 80px; } }

.padding-30-20x80-40 {
  padding: 30px 20px; }
  @media (min-width: 992px) {
    .padding-30-20x80-40 {
      padding: 80px 45px; } }

.padding-10x80 {
  padding: 40px 20px; }
  @media (min-width: 992px) {
    .padding-10x80 {
      padding: 80px 10px; } }

.img-radius {
  border-radius: 10px;
  overflow: hidden; }

@media (max-width: 991.98px) {
  .mob-center {
    text-align: center; } }

.blue-pattern {
  background: url("../images/blue-pattern.png") #0294c7; }

.img-s-banner {
  margin: 30px 0; }
  .img-s-banner img {
    width: 100%; }
    @media (min-width: 992px) {
      .img-s-banner img {
        width: auto; } }

.white-box-wrap {
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .white-box-wrap {
      padding: 71px 107px; } }

.ribbon {
  background: var(--red);
  color: white;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 21; }
  @media (min-width: 992px) {
    .ribbon {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .ribbon__title {
    font-size: 24px; }
    @media (min-width: 992px) {
      .ribbon__title {
        font-size: 30px; } }
  .ribbon__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ribbon__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 50px; }
  .ribbon__value {
    font-size: 24px; }
  .ribbon__label {
    font-size: 14px; }
  .ribbon__btn {
    white-space: nowrap; }

.small {
  color: var(--darkBlue3);
  opacity: 0.5;
  font-size: 12px; }
  @media (min-width: 992px) {
    .small {
      font-size: 14px; } }

.hr {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .hr {
      margin: 40px 0 60px; } }

.hedding42 {
  font-size: 2.625rem; }

.hedding24 {
  font-size: 1.5rem; }

.hedding20 {
  font-size: 1.25rem; }

.hr-line {
  margin: 2.5rem 0;
  color: var(--darkBlue50); }
  @media (min-width: 992px) {
    .hr-line {
      margin: 5rem 0; } }

.square-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 348px; }
  @media (min-width: 768px) {
    .square-img {
      height: 409px; } }
  @media (max-width: 1199.98px) {
    .square-img {
      margin-bottom: 36px; } }
  .square-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.db-values__heading {
  color: var(--white); }

@media (max-width: 991.98px) {
  .db-values-mob-slide-state .db-values__grid-col {
    width: 100%; }
    .db-values-mob-slide-state .db-values__grid-col:first-child {
      margin-right: 0; }
  .db-values-mob-slide-state .db-values__heading {
    display: none; }
  .db-values-mob-slide-state .db-values__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .db-values-mob-slide-state .db-values__sv-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0; }
  .db-values-mob-slide-state .db-values__simple {
    margin-top: 20px; }
  .db-values-mob-slide-state .db-values__sv-col-label {
    font-size: 14px; }
  .db-values-mob-slide-state .db-values__sv-col-value {
    font-size: 30px; }
  .db-values-mob-slide-state + .small {
    padding-top: 20px !important; } }

.db-values--lg .db-values__patch {
  width: 100%; }
  @media (min-width: 992px) {
    .db-values--lg .db-values__patch {
      width: 448px; } }

.db-values--lg .db-values__patch-col:last-child {
  text-align: right; }

@media (max-width: 991.98px) {
  .db-values--w-btn .db-values__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .db-values--w-btn .db-values__grid .btn {
      margin-top: 40px; } }

.db-values--single-heading .db-values__patch {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.db-values--single-heading .db-values__patch-value {
  font-size: 24px; }

.db-values--single-heading .db-values__patch-col:last-child .db-values__patch-value {
  font-size: 40px; }

.db-values__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .db-values__grid-col:first-child {
    margin-right: 35px; }

.db-values__patch {
  background-color: var(--white);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 25px;
  min-width: 250px; }
  .db-values__patch-label {
    font-size: 12px; }
  .db-values__patch-value {
    font-size: 40px; }
  .db-values__patch-caption {
    font-size: 14px;
    opacity: 0.5; }

.db-values__simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--white); }

.db-values__sv-col {
  margin-right: 30px; }
  .db-values__sv-col-label {
    font-size: 12px; }
  .db-values__sv-col-value {
    font-size: 24px; }

.range-slider-group {
  margin: 10px 0 40px 0; }
  .range-slider-group .range-slide-bar {
    margin: 30px 0; }

@media (max-width: 991.98px) {
  .mt-for-mob {
    margin-top: 30px; } }

.full-click {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.small-arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .small-arrow-btn__svg {
    margin-right: 18px; }
  .small-arrow-btn__text {
    color: var(--darkBlue);
    font-size: 14px; }
  .small-arrow-btn--format {
    margin-top: 10px;
    margin-bottom: 25px; }

.w-100 {
  width: 100% !important; }

@media (max-width: 991.98px) {
  .js-right-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    padding: 0 0 0 20px;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .js-right-slide-parent {
      overflow: hidden;
      width: calc(100% + 20px);
      margin: 0 -20px; }
    .js-right-slide--active {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .js-right-slide__col {
      width: 100%; }
      .js-right-slide__col:first-child {
        margin-right: 0; }
      .js-right-slide__col:last-child {
        margin-left: 20px; } }

.inner-spacer {
  padding: 20px 20px 20px;
  border-radius: 10px; }
  @media (min-width: 1200px) {
    .inner-spacer {
      padding: 71px 0; } }

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

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

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

.border-0 {
  border: none !important; }

.filters-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(34, 54, 71, 0.4);
  padding: 24px 0 40px;
  margin-bottom: 40px; }
  .filters-by .custom-select-simple {
    max-width: 247px;
    width: 100%;
    margin-right: 20px; }
    .filters-by .custom-select-simple .form-control {
      height: 40px;
      line-height: 1; }
  .filters-by--hidden {
    padding: 10px; }
    .filters-by--hidden .form-control,
    .filters-by--hidden .custom-select-simple {
      display: none; }

.tabs__head {
  border-bottom: solid 1px #e1e3e6;
  margin: 40px 0 30px; }
  @media (max-width: 991.98px) {
    .tabs__head {
      overflow-x: auto;
      overflow-y: hidden;
      padding-top: 20px; } }
  @media (max-width: 991.98px) {
    .tabs__head--mob-arrow {
      border: none 0;
      margin-bottom: 0; } }
  @media (max-width: 991.98px) {
    .tabs__head--mob-arrow .tabs-nav__list {
      margin-right: 0; } }
  .tabs__head--mob-arrow .tabs-nav__link {
    position: relative; }
    @media (max-width: 991.98px) {
      .tabs__head--mob-arrow .tabs-nav__link {
        padding: 20px; } }
    @media (max-width: 991.98px) {
      .tabs__head--mob-arrow .tabs-nav__link:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 3px;
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; } }
    @media (max-width: 991.98px) {
      .tabs__head--mob-arrow .tabs-nav__link.active:before {
        border-bottom: 10px solid var(--tooltip-color); } }
    @media (max-width: 991.98px) {
      .tabs__head--mob-arrow .tabs-nav__link:after {
        display: none; } }
  .tabs__head--darkBlue-50 {
    border-color: var(--darkBlue50); }

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style-type: none; }
  @media (max-width: 991.98px) {
    .tabs-nav {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .tabs-nav__list {
    margin-right: 40px; }
  .tabs-nav__link {
    color: #929BA1;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: normal; }
    @media (min-width: 992px) {
      .tabs-nav__link {
        min-width: 190px; } }
    @media (max-width: 991.98px) {
      .tabs-nav__link {
        white-space: nowrap; } }
    .tabs-nav__link.active {
      color: var(--blue);
      cursor: default; }
  .tabs-nav--styled {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    .tabs-nav--styled .tabs-nav__link {
      position: relative; }
      .tabs-nav--styled .tabs-nav__link:after {
        position: absolute;
        left: 0;
        bottom: -17px;
        background-color: transparent;
        content: '';
        width: 100%;
        height: 3px; }
      .tabs-nav--styled .tabs-nav__link.active:after {
        background-color: var(--blue); }

.tabs__pane {
  display: none; }
  .tabs__pane.active {
    display: block; }

.tabs--white .tabs-nav__link.active {
  background-color: var(--blue);
  border-color: var(--blue);
  color: white; }

.tabs--spacing-bottom {
  margin-bottom: 50px; }

.tabs--head-spacing-bottom .tabs__head {
  margin: 0 0 30px; }
  @media (min-width: 992px) {
    .tabs--head-spacing-bottom .tabs__head {
      margin: 0 0 80px; } }

.tabs--spacing-tb {
  margin-top: 30px;
  margin-bottom: 80px; }
  .tabs--spacing-tb .tabs__head {
    margin: 0 0 40px; }

@media (min-width: 992px) {
  .tabs--pane-border .tabs__pane {
    border-top: 1px solid #a7d6ee;
    border-bottom: 1px solid #a7d6ee;
    padding-top: 50px;
    padding-bottom: 80px; } }

.tabs .field-validation-error {
  font-size: 12px;
  color: red;
  margin: 10px 25px;
  display: inherit; }

.tabs .field-validation-error ~ #the-count {
  bottom: 50px; }

.cb-w-image {
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .cb-w-image {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .cb-w-image__col--content {
    padding: 30px 35px; }
    @media (min-width: 992px) {
      .cb-w-image__col--content {
        width: 60%;
        padding: 85px 100px; } }
  .cb-w-image__col--img-wrapper {
    position: relative; }
    @media (min-width: 992px) {
      .cb-w-image__col--img-wrapper {
        width: 40%; } }
    @media (max-width: 991.98px) {
      .cb-w-image__col--img-wrapper {
        height: 201px; } }
  .cb-w-image__img {
    width: 100%;
    height: 101%;
    -o-object-fit: cover;
       object-fit: cover; }
  .cb-w-image__heading {
    margin-bottom: 20px; }
  .cb-w-image__desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: normal; }
    @media (min-width: 992px) {
      .cb-w-image__desc {
        font-size: 1.375rem;
        line-height: 1.875rem;
        font-weight: 300; } }

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

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

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.75rem; } }

h2,
.h2 {
  font-size: 1.875rem;
  line-height: 1; }

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.125rem; } }

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

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 2.125rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem; } }

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

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

.lead-p {
  font-size: 1.25rem;
  line-height: 1.75rem; }

.btn {
  display: inline-block;
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 23px;
  border-radius: 30px;
  font-weight: 300;
  font-size: 1rem; }
  .btn.disabled {
    pointer-events: none;
    opacity: 0.7; }
  @media (max-width: 991.98px) {
    .btn {
      font-size: 0.875rem; } }
  .btn:hover {
    background: var(--blue);
    border-color: var(--blue); }
  .btn--border, .btn--border-blue {
    background: transparent;
    border: 1px solid var(--white); }
  .btn--border-blue {
    border-color: var(--darkBlue);
    color: var(--darkBlue); }
    .btn--border-blue:hover {
      color: var(--white); }
  .btn--white {
    color: #223647;
    background: white;
    border: 1px solid white; }
    .btn--white:hover {
      color: white; }
  .btn--d-blue {
    background: var(--darkBlue);
    border: 1px solid var(--darkBlue); }
  .btn--blue {
    background: var(--blue);
    border: 1px solid var(--blue); }
  .btn--golden {
    background: var(--golden);
    border: 1px solid var(--golden); }
  .btn--lightGolden {
    background: var(--lightGolden);
    border: 1px solid var(--lightGolden); }

.link {
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 23px; }
  @media (max-width: 991.98px) {
    .link {
      font-size: 0.875rem; } }

.arrow:hover path {
  fill: var(--blue); }

.arrow:hover .arrow__circle {
  stroke: var(--blue); }

.arrow-right {
  color: var(--darkBlue);
  text-decoration: none; }
  .arrow-right__svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.plus-cut-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 81px;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer; }
  .plus-cut-icon i {
    position: absolute;
    left: 13px;
    top: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1; }
  .plus-cut-icon:hover i {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .plus-cut-icon__svg {
    position: relative;
    width: 355px;
    height: 120px;
    overflow: hidden; }
    .plus-cut-icon__svg svg {
      position: absolute;
      left: 0;
      top: 0; }

.btn-play {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: var(--white);
  cursor: pointer; }
  .btn-play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 11px solid var(--darkBlue);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/* Vendors */
/* Components - Project specific */
.all-cards {
  background-color: var(--white);
  padding: 20px 0;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .all-cards {
      padding: 71px 0 10px; } }
  .all-cards__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(34, 54, 71, 0.4);
    padding: 24px 0 40px;
    margin-bottom: 40px; }
  .all-cards .card-grid {
    width: 100%;
    height: calc(100% - 40px);
    background-color: var(--lightgrey);
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .all-cards .card-grid {
        height: calc(100% - 60px);
        margin-bottom: 60px; } }
  .all-cards .tabs__head {
    margin-top: 0; }
  .all-cards .tabs-nav {
    margin-bottom: 35px; }
  .all-cards .custom-select-simple {
    max-width: 247px;
    width: 100%;
    margin-right: 20px; }
    .all-cards .custom-select-simple .form-control {
      height: 40px; }

.app-banner {
  display: grid;
  position: relative;
  border-radius: 10px;
  width: 100%;
  min-height: 963px;
  padding: 40px 20px 0 20px; }
  @media (min-width: 1200px) {
    .app-banner {
      min-height: 664px;
      padding: 0; } }
  .app-banner__img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 563px; }
    @media (min-width: 1200px) {
      .app-banner__img {
        min-height: 420px; } }
    .app-banner__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .app-banner__heading {
    font-size: 2.5rem;
    color: var(--white);
    max-width: 378px;
    width: 100%; }
  .app-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0 0 30px; }
  .app-banner__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 10px);
    border-radius: 15px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .app-banner__item {
        padding: 22px; } }
  .app-banner__item-desc {
    color: var(--white);
    text-align: center;
    max-width: 156px;
    width: 100%;
    margin: 0; }
  .app-banner__app-stores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 40px; }
    .app-banner__app-stores a {
      border: 1px solid var(--white);
      border-radius: 10px;
      padding: 7px 5px;
      margin: 0 5px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .app-banner__app-stores a img {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .app-banner__app-stores a:hover {
        background-color: var(--white); }
        .app-banner__app-stores a:hover img {
          -webkit-filter: invert(20%) sepia(54%) saturate(270%) hue-rotate(161deg) brightness(40%) contrast(99%);
                  filter: invert(20%) sepia(54%) saturate(270%) hue-rotate(161deg) brightness(40%) contrast(99%); }

.banking-program-card-wrap {
  border-radius: 10px;
  padding: 50px 20px;
  background-color: #ffffff60; }
  @media (min-width: 768px) {
    .banking-program-card-wrap {
      padding: 80px 100px; } }

.banking-program-card {
  position: relative;
  width: 100%;
  height: 476px;
  border-radius: 10px;
  overflow: hidden; }
  .banking-program-card__img {
    position: relative;
    width: 100%;
    height: 100%; }
    .banking-program-card__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .banking-program-card__img::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 90%;
      height: 90%;
      background: -o-linear-gradient(54deg, #1c2e3c 0%, rgba(255, 255, 255, 0) 60%);
      background: linear-gradient(36deg, #1c2e3c 0%, rgba(255, 255, 255, 0) 60%); }
  .banking-program-card__content {
    position: absolute;
    left: 37px;
    bottom: 29px;
    width: calc(100% - 37px);
    padding-right: 37px; }
  .banking-program-card__heading {
    color: var(--white);
    font-size: 2.5pxrem;
    margin-bottom: 12px; }
  .banking-program-card__desc {
    max-width: 264px;
    width: 100%;
    color: var(--white);
    margin-bottom: 31px; }
  .banking-program-card .plus-cut-icon {
    position: absolute;
    right: 0;
    top: 20px; }
  .banking-program-card__overlay {
    position: absolute;
    right: -150%;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 50px 20px 42px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .banking-program-card__overlay .btn {
      width: 100%;
      text-align: center; }
  .banking-program-card__list, .banking-program-card ul {
    padding: 0 0 0 15px;
    margin: 0; }
  .banking-program-card__item, .banking-program-card li {
    color: var(--white);
    margin-bottom: 17px; }
  .banking-program-card--show .plus-cut-icon i {
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg); }
  .banking-program-card--show .banking-program-card__overlay {
    right: 0; }

.banking-services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .banking-services__wrap {
    position: relative;
    width: 559px;
    height: 608px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .banking-services__wrap:hover .banking-services__content__hidden {
      opacity: 1;
      visibility: visible;
      height: 100%;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .banking-services__wrap .plus-cut-icon {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .banking-services__img {
    position: absolute;
    right: 0;
    width: calc(100% - 44px);
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden; }
    .banking-services__img::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 70%;
      height: 70%;
      background: -o-linear-gradient(54deg, #1c2e3c 0%, rgba(255, 255, 255, 0) 60%);
      background: linear-gradient(36deg, #1c2e3c 0%, rgba(255, 255, 255, 0) 60%); }
  .banking-services__content {
    position: absolute;
    left: 84px;
    bottom: 60px;
    max-width: 435px;
    width: 100%; }
    .banking-services__content h2 {
      color: var(--white);
      margin: 0; }
    .banking-services__content p {
      max-width: 353px;
      width: 100%;
      color: var(--white);
      font-size: 30px;
      margin-bottom: 30px; }
    .banking-services__content__hidden {
      opacity: 0;
      visibility: hidden;
      height: 0px;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%); }
  .banking-services__content-expend {
    opacity: 0;
    height: 0;
    visibility: hidden; }
    .banking-services__content-expend__wrap {
      width: 100%;
      border-radius: 10px;
      padding: 27px 27px 12px; }
      .banking-services__content-expend__wrap ul {
        display: inline-grid;
        width: 49%;
        padding: 0;
        margin: 0; }
        .banking-services__content-expend__wrap ul li {
          position: relative;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          color: var(--white);
          padding: 0 32px 15px 16px; }
          .banking-services__content-expend__wrap ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            width: 6px;
            height: 6px;
            background-color: var(--white);
            border-radius: 100%;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
  .banking-services--expand .banking-services__wrap {
    width: 100%; }
  .banking-services--expand .banking-services__img::after {
    bottom: auto;
    top: 0;
    background: -o-linear-gradient(340deg, #1c2e3c 0%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(110deg, #1c2e3c 0%, rgba(255, 255, 255, 0) 60%); }
  .banking-services--expand .banking-services__content {
    bottom: auto;
    top: 56px;
    max-width: 560px; }
    .banking-services--expand .banking-services__content__hidden {
      height: 100%;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .banking-services--expand .banking-services__content-expend {
    opacity: 1;
    width: calc(100% - 80px);
    visibility: visible;
    padding-top: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1400px) {
      .banking-services--expand .banking-services__content-expend {
        width: 100%;
        padding-top: 45px; } }
  .banking-services--expand .plus-cut-icon i {
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg); }
  .banking-services.justify-content-start .banking-services__wrap .plus-cut-icon {
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1) translateY(-50%);
    -ms-transform: scaleX(-1) translateY(-50%);
        transform: scaleX(-1) translateY(-50%); }
  .banking-services.justify-content-start .banking-services__img {
    right: auto;
    left: 0; }
  .banking-services.justify-content-start .banking-services__content {
    left: 40px; }

.breadcrumbs {
  margin-top: 20px;
  margin-bottom: -20px; }
  @media (max-width: 991.98px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs a {
    font-size: 0.75rem;
    color: #919AA2;
    text-decoration: none; }
    .breadcrumbs a::after {
      content: '•';
      margin: 0 5px; }
  .breadcrumbs span {
    font-size: 0.75rem;
    color: var(--blue); }

.compare-card-wrapper {
  background-color: #F2F1F1;
  border-radius: 10px;
  padding: 40px 20px; }
  @media (min-width: 992px) {
    .compare-card-wrapper {
      background: none;
      border-radius: 0;
      padding: 0; } }

@media (min-width: 992px) {
  .compare-card {
    background-color: #F2F1F1;
    border-radius: 10px;
    padding: 80px 100px; } }

.compare-card__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991.98px) {
    .compare-card__scroll {
      overflow-x: auto;
      overflow-y: hidden; } }

.card-grid {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .card-grid {
      width: calc(329px - 10px);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 20px; } }
  @media (min-width: 992px) {
    .card-grid {
      width: calc(33% - 10px); } }
  .card-grid__img {
    -webkit-box-shadow: 0 0 5px black;
            box-shadow: 0 0 5px black;
    border-radius: 10px;
    overflow: hidden; }
    .card-grid__img-wrapper {
      background-color: #EDECEC;
      padding: 23px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 215px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .card-grid__img-wrapper--full {
        position: relative; }
        .card-grid__img-wrapper--full img {
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
  .card-grid__copy {
    padding: 20px; }
  .card-grid__heading {
    font-size: 24px; }
  .card-grid__list {
    padding: 0 0 0 20px; }
    .card-grid__list-item {
      margin-bottom: 10px; }
  .card-grid__btn {
    padding-top: 15px;
    margin-bottom: 31px; }
    .card-grid__btn .btn {
      margin-right: 5px; }
      @media (min-width: 992px) {
        .card-grid__btn .btn {
          margin-right: 17px; } }
  .card-grid__compare {
    padding-top: 31px;
    border-top: 1px solid rgba(34, 54, 71, 0.5); }

.capital-select {
  position: relative;
  padding: 40px 20px; }
  @media (min-width: 992px) {
    .capital-select {
      padding: 80px 80px 50px; } }
  @media (max-width: 991.98px) {
    .capital-select {
      height: 388px;
      overflow: hidden;
      margin-bottom: 40px; } }
  .capital-select__link {
    position: absolute;
    right: 18px;
    bottom: 20px; }
    @media (min-width: 992px) {
      .capital-select__link {
        bottom: auto;
        top: 50%;
        right: 60px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .capital-select__img {
    margin-top: 20px; }

.request-form {
  height: 100%;
  padding: 40px 20px; }
  .request-form label {
    display: none; }
  @media (min-width: 992px) {
    .request-form {
      padding: 70px 20px; } }
  .request-form .btn {
    margin-top: 30px; }
  .request-form .form {
    margin-top: 40px; }

@media (max-width: 991.98px) {
  .mobile-sm {
    margin: 30px 0 5px -20px; } }

@media (max-width: 991.98px) {
  .mobile-lg {
    margin: 0 0 35px;
    max-width: 260px; } }

.feature-grid-lg__wrapper {
  height: 560px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.feature-grid-lg__content {
  overflow: auto;
  height: 100%; }
  .feature-grid-lg__content-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70%;
    margin-top: 10%; }
  .feature-grid-lg__content::-webkit-scrollbar {
    display: none; }

.feature-grid-lg__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .feature-grid-lg__copy .features-list {
    margin-bottom: 50px; }
  .feature-grid-lg__copy:last-child .features-list:last-child,
  .feature-grid-lg__copy:last-child .features-list ul:last-child,
  .feature-grid-lg__copy:last-child .features-list li:last-child {
    margin-bottom: 0; }

.feature-grid-lg__img-wrapper {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 317px; }

.feature-grid-lg__placeholder {
  background: url("../images/feature-grid-lg/mobile-placeholder.png") 0 0 no-repeat;
  width: 317px;
  height: 560px;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.feature-grid-lg__slider-wrapper {
  border-radius: 25px;
  top: 12px;
  right: 12px;
  width: 228px;
  overflow: hidden; }
  .feature-grid-lg__slider-wrapper-outer {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 490px;
    overflow: hidden; }

.feature-grid-lg__slider-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }

.feature-grid-lg__slider-img {
  width: 100%; }

.feature-grid-lg__scroll {
  overflow: auto; }

.feature-slider-lg__wrapper {
  width: 100%;
  height: 700px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .feature-slider-lg__wrapper--svg-inverse .feature-slider-lg__slider-svg svg {
    -webkit-filter: brightness(0.2);
            filter: brightness(0.2); }

.feature-slider-lg__content {
  width: 356px;
  margin-left: 25%;
  height: 100%;
  position: relative;
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s; }
  .feature-slider-lg__content::-webkit-scrollbar {
    display: none; }

.feature-slider-lg__copy {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.feature-slider-lg__img-wrapper {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 341px; }

.feature-slider-lg__placeholder {
  background: url("../images/feature-slider-lg/mobile-placeholder.png") 0 0 no-repeat;
  width: 341px;
  height: 700px;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.feature-slider-lg__slider-wrapper {
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: 5px;
  height: 96%;
  overflow: hidden; }

.feature-slider-lg__slider-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }

.feature-slider-lg__scroll {
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
  overflow: auto; }
  .feature-slider-lg__scroll .feature-slider-lg__slider-img {
    margin-bottom: 2px; }

.feature-grid-lg-mob__row {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .feature-grid-lg-mob__row:last-child {
    border: 0 none;
    padding-bottom: 0;
    margin-bottom: 0; }

.feature-grid-lg-mob__img-wrapper {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 317px;
  margin: auto;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px); }

.feature-grid-lg-mob__placeholder {
  background: url("../images/feature-grid-lg/mobile-placeholder.png") 0 0 no-repeat;
  width: 317px;
  height: 560px;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.feature-grid-lg-mob__slider-wrapper {
  border-radius: 25px;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 88%;
  width: 228px;
  overflow: hidden; }

.feature-grid-lg-mob__slider-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }

.feature-grid-lg-mob__slider-img {
  height: 80%; }

.feature-grid-lg-mob__scroll {
  overflow: auto; }

.feature-slider-lg-mob {
  text-align: center; }
  .feature-slider-lg-mob__img-wrapper {
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 317px;
    margin: auto;
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px); }
  .feature-slider-lg-mob__placeholder {
    background: url("../images/feature-grid-lg/mobile-placeholder.png") 0 0 no-repeat;
    width: 317px;
    height: 560px;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .feature-slider-lg-mob__slider-wrapper {
    border-radius: 35px;
    position: absolute;
    top: 8px;
    right: 5px;
    height: 88%;
    width: 245px;
    overflow: hidden; }
  .feature-slider-lg-mob__slider-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }
  .feature-slider-lg-mob__slider-img {
    height: 80%; }
  .feature-slider-lg-mob__scroll {
    overflow: auto; }

.return-earning__form label {
  display: none; }

.return-earning__form > .h4 {
  margin-bottom: 30px; }

.LV_validation_message {
  margin: 5px 25px;
  display: inline-block;
  font-size: 12px;
  color: green; }

.LV_invalid {
  color: red; }

.not-found {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.coverage-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: var(--white);
  margin-bottom: 20px; }
  .coverage-card__content {
    width: 100%;
    padding: 23px 20px; }
    .coverage-card__content p:last-child {
      margin-bottom: 0; }
  .coverage-card__content-grey {
    max-width: 237px;
    width: 100%;
    padding: 23px 20px;
    background-color: #FAFAFA;
    border-radius: 10px; }
    .coverage-card__content-grey p:last-child {
      margin-bottom: 0; }
  .coverage-card__title {
    margin-bottom: 39px; }
    @media (min-width: 1200px) {
      .coverage-card__title {
        margin-bottom: 57px; } }
  .coverage-card__desc-small {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--darkBlue50);
    margin-top: 18px; }

.dynamic-banking {
  background: var(--darkBlue);
  padding: 135px 0; }
  @media (min-width: 992px) {
    .dynamic-banking .tabs__head {
      width: 50%;
      margin-bottom: -80px; } }
  .dynamic-banking__tabs {
    background: #ffffff08;
    border-radius: 20px;
    padding: 100px 200px; }
    @media (max-width: 1199.98px) {
      .dynamic-banking__tabs {
        padding: 60px 80px; } }
    @media (max-width: 991.98px) {
      .dynamic-banking__tabs {
        padding: 60px 40px; } }
  .dynamic-banking__heading {
    color: var(--white);
    text-align: center;
    font-size: 2.875rem;
    line-height: 3.75rem;
    font-weight: 500;
    margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      .dynamic-banking__heading {
        font-size: 2.25rem;
        line-height: 2.5rem;
        font-weight: 500;
        margin-bottom: 40px; } }
  .dynamic-banking__slider {
    position: relative; }
    .dynamic-banking__slider img,
    .dynamic-banking__slider video,
    .dynamic-banking__slider iframe {
      width: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .dynamic-banking__slider .tab-swiper-pagination {
      position: absolute;
      left: 50px;
      bottom: 40px;
      z-index: 99; }
      @media (max-width: 992px) {
        .dynamic-banking__slider .tab-swiper-pagination {
          display: none; } }
      .dynamic-banking__slider .tab-swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #fff;
        opacity: 0.5; }
      .dynamic-banking__slider .tab-swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
        height: 20px;
        opacity: 1;
        top: 4px;
        position: relative; }
  @media (min-width: 992px) {
    .dynamic-banking .tabs__outer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .dynamic-banking .tabs__outer .dynamic-banking__slider {
        width: 45%; }
        .dynamic-banking .tabs__outer .dynamic-banking__slider .swiper-outer {
          border-radius: 10px;
          overflow: hidden; }
      .dynamic-banking .tabs__outer .tabs__body {
        width: 50%; } }
  .dynamic-banking .tabs__cont {
    border-radius: 15px; }
    @media (min-width: 992px) {
      .dynamic-banking .tabs__cont {
        padding: 50px 30px; } }
    @media (min-width: 1400px) {
      .dynamic-banking .tabs__cont {
        padding: 60px; } }
  .dynamic-banking .tabs__pane {
    margin: 5px 25px; }
    @media (min-width: 992px) {
      .dynamic-banking .tabs__pane {
        margin: 0;
        padding-top: 110px; } }
    .dynamic-banking .tabs__pane .tab-small-caption {
      font-size: 14px;
      margin-top: 25px; }
  .dynamic-banking .small {
    border-top: 0.5px solid #263743;
    opacity: 0.5;
    padding-top: 30px;
    margin-top: 20px;
    display: inline-block;
    width: 50%;
    font-size: 12px; }
    @media (min-width: 992px) {
      .dynamic-banking .small {
        margin-top: 20px; } }
    @media (min-width: 1400px) {
      .dynamic-banking .small {
        margin-top: 0; } }

.db-slider__caption {
  color: white;
  font-size: 12px; }

.db-slider__title {
  color: var(--darkBlue);
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 20px; }
  @media (max-width: 991.98px) {
    .db-slider__title {
      border-bottom: 1px solid #b2b7bb;
      padding: 20px 0;
      margin: 5px 25px; } }
  @media (min-width: 992px) {
    .db-slider__title {
      color: white; } }

.db-slider__desc {
  color: var(--white);
  max-width: 300px; }

.db-slider__media {
  padding: 35%;
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 992px) {
    .db-slider__media {
      border-radius: 10px;
      padding: 55%; } }
  @media (min-width: 1400px) {
    .db-slider__media {
      padding: 50%; } }

.db-slider .swiper-slide {
  border-radius: 10px 10px 0 0;
  overflow: hidden; }

@media (min-width: 992px) {
  .db-slider__copy {
    position: absolute;
    left: 35px;
    top: 35px;
    max-width: 239px; } }

@media (min-width: 1400px) {
  .db-slider__copy {
    left: 60px;
    top: 60px; } }

.db-slider__pagination {
  background: var(--white);
  display: grid;
  grid-gap: 20px;
  padding: 38px 80px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  border-radius: 0 0 10px 10px; }
  .db-slider__pagination .swiper-pagination-bullet {
    font-size: 0.875rem;
    text-transform: uppercase;
    width: auto;
    height: auto;
    background: transparent;
    position: relative;
    opacity: 1;
    padding: 20px 0 0;
    margin: 0 !important; }
    .db-slider__pagination .swiper-pagination-bullet:after, .db-slider__pagination .swiper-pagination-bullet::before {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 4px;
      background-color: var(--darkBlue);
      -webkit-transition: 0.2s width linear;
      -o-transition: 0.2s width linear;
      transition: 0.2s width linear;
      opacity: 0.1;
      content: ""; }
    .db-slider__pagination .swiper-pagination-bullet::before {
      width: 0%;
      background: var(--blue);
      opacity: 1; }
  .db-slider__pagination .swiper-pagination-bullet-active {
    color: var(--blue);
    font-weight: 400; }
    .db-slider__pagination .swiper-pagination-bullet-active::before {
      width: 50%; }

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

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

.range-slide-bar {
  margin: 30px 0 70px; }
  .range-slide-bar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    color: var(--white);
    margin-bottom: -12px; }
  .range-slide-bar__value {
    font-size: 12px;
    color: var(--white); }
    .range-slide-bar__value strong {
      font-size: 16px; }

.dynamic-banking--form {
  padding: 325px 0 80px;
  margin: -200px 0 0; }

.dynamic-banking--list {
  padding: 325px 0 80px;
  margin: -200px 0 -90px; }

.dynamic-banking__list {
  background: #ffffff08;
  color: var(--white);
  padding: 60px;
  height: calc(100% - 20px);
  border-radius: 10px; }
  .dynamic-banking__list h2 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 500;
    margin-bottom: 30px; }
  .dynamic-banking__list p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 300;
    margin-bottom: 30px; }

.enquiry-form .h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 53px; }

.estimate-return .custom-radios-bunch {
  margin-top: 80px; }

.estimate-return .small {
  border-top: 1px solid #c5ccd1;
  display: inline-block;
  margin-top: 50px;
  padding-top: 30px; }

.finance-chart {
  background: url("../images/circular-bg.png") center center no-repeat var(--blue);
  background-size: 160%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 589px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .finance-chart {
      margin-top: 40px; } }
  @media (min-width: 1400px) {
    .finance-chart {
      background-size: 120%; } }
  .finance-chart__copy {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    color: white;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none; }
  .finance-chart__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (min-width: 992px) {
      .finance-chart__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-top: 20px; } }
  .finance-chart__col {
    margin-right: 50px; }
    .finance-chart__col-label {
      font-size: 14px; }
    .finance-chart__col-value {
      font-size: 24px; }
  .finance-chart__heading {
    margin: 0; }
  .finance-chart .rs-control .rs-bg-color {
    background-color: var(--blue); }

.fc-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 350px;
  margin-left: 20px;
  margin-top: 10px; }
  @media (min-width: 992px) {
    .fc-circle {
      margin-left: 30px;
      margin-top: 30px; } }
  .fc-circle__label {
    position: relative;
    font-size: 14px;
    margin-bottom: 5px; }
    .fc-circle__label:before {
      content: '';
      background-color: white;
      border-radius: 10px;
      position: absolute;
      left: -10px;
      top: 5px;
      width: 6px;
      height: 6px; }
      @media (min-width: 992px) {
        .fc-circle__label:before {
          left: -17px;
          width: 9px;
          height: 9px; } }
    .fc-circle__label--red:before {
      background-color: var(--red); }
  .fc-circle__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .fc-circle__value-span {
      font-size: 12px;
      color: #fff;
      opacity: 0.4;
      margin-bottom: 3px; }
    .fc-circle__value-strong {
      font-size: 28px;
      margin-right: 20px; }
  .fc-circle__col {
    margin: 10px 0;
    width: 100%; }
  .fc-circle__btn {
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    pointer-events: all; }

.news-section {
  position: relative;
  z-index: 1; }
  .news-section .container {
    border-radius: 10px;
    padding: 80px 0;
    background: var(--grey2);
    overflow: hidden; }

.news-grids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto; }
  .news-grids__grid {
    background: var(--white);
    border-radius: 15px;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .no-touch .news-grids__grid:hover {
      background-color: #243746; }
      .no-touch .news-grids__grid:hover * {
        color: white; }
      .no-touch .news-grids__grid:hover .news-grids__img-wrapper .news-grid__img {
        border-radius: 15px;
        -webkit-transform: scale(0.86);
            -ms-transform: scale(0.86);
                transform: scale(0.86);
        margin-top: 10px; }
      .no-touch .news-grids__grid:hover .news-grids__desc {
        color: #e5e7e9;
        opacity: 0.5; }
  .news-grids__content {
    padding: 25px 30px; }
  .news-grids__heading {
    font-size: 18px;
    margin-top: 20px; }
  .news-grids a {
    color: inherit;
    text-decoration: none; }
  .news-grids__desc {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300; }
  .news-grids__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .news-grids__img-wrapper {
      position: relative;
      overflow: hidden; }
  .news-grids__btn {
    border-color: var(--blue);
    margin-top: 20px; }
  .news-grids__date {
    font-size: 14px;
    font-weight: 300; }
  .news-grids__footer {
    margin-top: 30px; }

.news__slider {
  margin: 0 90px; }
  @media (max-width: 991.98px) {
    .news__slider {
      margin: 0 20px; } }

.news .swiper {
  overflow: visible; }

.fb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 9px; }
  .avatar__img {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 15px; }

.flexible-financing {
  position: relative;
  z-index: 2; }
  .flexible-financing__cont {
    background: var(--grey2);
    padding-top: 100px;
    border-radius: 20px; }
    @media (max-width: 991.98px) {
      .flexible-financing__cont {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px; } }
  .flexible-financing__title {
    font-size: 2.875rem;
    line-height: 3.75rem;
    font-weight: 500;
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .flexible-financing__title {
        margin-bottom: 40px;
        font-size: 2.375rem;
        line-height: 2.375rem;
        font-weight: 500; } }

.callouts {
  margin-bottom: 150px; }
  @media (max-width: 991.98px) {
    .callouts {
      margin-bottom: 100px; } }
  .callouts img {
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 992px) {
    .callouts__copy {
      max-width: 400px; } }
  .callouts__heading {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 500;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .callouts__heading {
        font-size: 1.875rem;
        line-height: 2.125rem;
        font-weight: 500;
        margin-top: 30px; } }
  .callouts__desc {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 300;
    margin-bottom: 30px; }
    .callouts__desc--lead {
      font-size: 1.375rem;
      line-height: 2rem;
      font-weight: 300; }
  .callouts h3 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px; }

.flexible-financing--inner .callouts__copy {
  max-width: 740px;
  padding: 0 40px; }

.flexible-financing--copy .callouts__copy {
  max-width: none; }

ul.styled-ul {
  list-style: none; }
  ul.styled-ul li {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative; }
    ul.styled-ul li::before {
      background-color: var(--blue);
      width: 10px;
      height: 10px;
      content: "";
      border-radius: 100%;
      top: 8px;
      position: absolute;
      left: -30px; }

.header {
  background-color: var(--white);
  height: var(--headerHeight);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: 0.2s top ease-out;
  -o-transition: 0.2s top ease-out;
  transition: 0.2s top ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199.98px) {
    .header {
      padding: 0 15px; } }
  .header__inner {
    width: 100%; }
  .header__menu {
    text-align: right; }
    @media (min-width: 1200px) {
      .header__menu {
        text-align: left; } }
    .header__menu svg {
      cursor: pointer; }
    .header__menu span {
      font-size: 0.75rem;
      margin-left: 15px; }
  @media (min-width: 1200px) {
    .header__logo {
      text-align: center; } }
  .header__logo img {
    max-width: 110px; }
    @media (min-width: 1200px) {
      .header__logo img {
        max-width: 140px; } }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px; }
  .header__info {
    font-size: 0.625rem; }
    .header__info span {
      font-size: 1rem;
      display: block; }
  .header__link {
    color: var(--darkBlue);
    text-decoration: none; }

@media (min-width: 1200px) {
  .ban-generator {
    padding-right: 45px; } }

.ban-generator .image-video__v-image {
  border-radius: 10px; }
  @media (min-width: 768px) {
    .ban-generator .image-video__v-image {
      min-height: 420px; } }

.ban-generator__label {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 22px;
  padding: 0; }

.ban-generator .form-control {
  height: 45px; }

.image-card-full {
  position: relative;
  width: 100%;
  height: 542px;
  border-radius: 10px;
  overflow: hidden; }
  .image-card-full__img {
    position: relative;
    width: 100%;
    height: 100%; }
    .image-card-full__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .image-card-full__img::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: -o-linear-gradient(54deg, #1c2e3c 0%, rgba(255, 255, 255, 0) 70%);
      background: linear-gradient(36deg, #1c2e3c 0%, rgba(255, 255, 255, 0) 70%); }
  .image-card-full a {
    color: inherit;
    text-decoration: none; }
  .image-card-full__content {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% - 58px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: var(--white); }
    .image-card-full__content .h2 {
      font-size: 2.875rem;
      font-size: 2.875rem;
      line-height: 3.5rem;
      font-weight: 400;
      margin-bottom: 30px; }
    .image-card-full__content p {
      margin-bottom: 0; }
  .image-card-full .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .image-card-full .btn {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 0; }
  .image-card-full:hover .image-card-full__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .image-card-full:hover .btn {
    opacity: 1;
    margin-top: 25px;
    margin-bottom: 42px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.image-video {
  padding: 20px 20px 50px;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .image-video {
      padding: 80px 0; } }
  .image-video__v-image {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    height: calc(100% - 28px);
    min-height: 225px;
    margin-bottom: 28px; }
    @media (min-width: 768px) {
      .image-video__v-image {
        min-height: 409px; } }
    @media (min-width: 1200px) {
      .image-video__v-image {
        margin-bottom: 0;
        height: 100%; } }
    .image-video__v-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .image-video__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999; }
    .image-video__overlay-iframe {
      position: absolute;
      max-width: 800px;
      width: 96%;
      height: 500px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .image-video__overlay iframe {
      width: 100%;
      height: 340px; }
      @media (min-width: 768px) {
        .image-video__overlay iframe {
          height: 500px; } }
    .image-video__overlay .close {
      color: var(--white);
      float: right;
      text-decoration: none; }
  .image-video .h5 {
    font-weight: 200;
    line-height: 1.75rem; }

.in-the-news__cont {
  background: var(--grey2);
  padding-top: 100px;
  border-radius: 20px; }
  @media (max-width: 991.98px) {
    .in-the-news__cont {
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px; } }

.in-the-news__title {
  font-size: 2.875rem;
  line-height: 3.75rem;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .in-the-news__title {
      margin-bottom: 40px;
      font-size: 2.375rem;
      line-height: 2.375rem;
      font-weight: 500; } }

.swiper.four-card-swiper {
  margin-bottom: 80px;
  margin-left: 5.2%; }
  .swiper.four-card-swiper .image-card-half__img {
    width: 100%;
    height: 50%; }
  .swiper.four-card-swiper .swiper-slide {
    height: auto; }

.card-text-date {
  font-size: 14px;
  color: var(--greyDateText);
  font-weight: 500;
  margin-top: 10px; }

.image-card-half_bg {
  height: 100%;
  background-color: var(--white);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .image-card-half_bg .card .card-banner-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  .image-card-half_bg .card .card-body {
    padding: 28px 20px 28px 28px; }
    .image-card-half_bg .card .card-body h5.card-title {
      color: var(--darkBlue3);
      font-size: 18px; }
    .image-card-half_bg .card .card-body p.card-text {
      color: var(--darkBlue3);
      opacity: 0.5;
      font-size: 14px; }
  .image-card-half_bg .card .rounded-circle img {
    border-radius: 50% !important; }

.card-profile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .card-profile .card-profile-name-sec {
    font-size: 9px;
    margin-left: 5px;
    display: grid;
    font-weight: 700; }

.card-profile-social {
  text-align: end; }

.inner-banner {
  color: var(--white);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #000; }
  @media (min-width: 992px) {
    .inner-banner {
      border-radius: 15px; } }
  .inner-banner__copy {
    left: 80px;
    max-width: 450px;
    z-index: 1; }
    @media (min-width: 992px) {
      .inner-banner__copy {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute; } }
    @media (max-width: 1199.98px) {
      .inner-banner__copy {
        left: 40px;
        max-width: 300px; } }
    @media (max-width: 991.98px) {
      .inner-banner__copy {
        position: absolute;
        bottom: 30px; } }
    @media (max-width: 991.98px) {
      .inner-banner__copy {
        left: 30px;
        max-width: 220px; } }
  .inner-banner__media img {
    width: 100%;
    opacity: 0.9; }
  .inner-banner .h1 {
    line-height: 2.25rem;
    font-size: 2rem; }
    @media (min-width: 1200px) {
      .inner-banner .h1 {
        line-height: 3rem;
        font-size: 2.5rem; } }
    @media (min-width: 1400px) {
      .inner-banner .h1 {
        line-height: 4.25rem;
        font-size: 3.75rem; } }
  .inner-banner p {
    line-height: 1.5rem; }
    @media (min-width: 992px) {
      .inner-banner p {
        margin-bottom: 40px; } }

.inquire {
  background: var(--darkBlue);
  color: var(--white);
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  height: calc(60% - 20px); }
  @media (max-width: 1399.98px) {
    .inquire {
      height: calc(70% - 20px); } }
  @media (max-width: 1199.98px) {
    .inquire {
      height: auto;
      margin-top: 40px; } }
  .inquire__cont {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px; }
    @media (max-width: 1199.98px) {
      .inquire__cont {
        padding: 40px 40px; } }
  .inquire__sub-title {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0; }
  .inquire__title {
    font-size: 2.5rem; }
  .inquire__field {
    margin: 20px 0; }
  .inquire__form {
    text-align: center; }
  .inquire .arrow {
    position: absolute;
    left: -40px;
    top: -4px; }
    @media (max-width: 1399.98px) {
      .inquire .arrow {
        left: -30px;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7); } }
  .inquire__heading {
    font-size: 0.875rem;
    margin-bottom: 0; }
  .inquire__option {
    text-align: center;
    border: 1px solid var(--white);
    border-radius: 10px;
    margin: 10px;
    padding: 15px 15px; }
    .inquire__option h3,
    .inquire__option h4,
    .inquire__option h5 {
      font-size: 1.125rem;
      line-height: 1;
      margin-bottom: 10px; }
    .inquire__option h4 {
      font-size: 0.75rem; }
    .inquire__option h5 {
      font-size: 0.625rem;
      opacity: 0.5;
      border-top: 1px solid var(--white);
      padding-top: 10px;
      margin-bottom: 0; }
  .inquire .range-slide-bar {
    margin: 10px 0 70px; }
  .inquire .styled-radio {
    position: relative;
    margin-bottom: 30px; }

@media (min-width: 992px) {
  .investment-grids {
    display: grid;
    grid: repeat(14, 1fr)/repeat(12, 1fr);
    gap: 20px;
    width: 100%;
    height: 1420px; } }

.investment-grids__grid {
  border-radius: 15px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .investment-grids__grid {
      height: 440px;
      margin-bottom: 20px; } }
  .investment-grids__grid--child-1 {
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: span 8; }
  .investment-grids__grid--child-2, .investment-grids__grid--child-3 {
    grid-column-start: span 6; }
  .investment-grids__grid--child-2 {
    grid-row-end: span 4; }
    @media (max-width: 991.98px) {
      .investment-grids__grid--child-2 .investment-grids__img {
        position: absolute;
        right: 0;
        bottom: 30px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); }
      .investment-grids__grid--child-2 .investment-grids__content {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .investment-grids__grid--child-3 {
    grid-row-start: span 4; }
    @media (max-width: 991.98px) {
      .investment-grids__grid--child-3 .investment-grids__img {
        position: absolute;
        right: 20px;
        bottom: 30px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); }
      .investment-grids__grid--child-3 .investment-grids__content {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .investment-grids__grid--child-4, .investment-grids__grid--child-5, .investment-grids__grid--child-6 {
    grid-row-start: span 6;
    grid-column-start: span 4; }
  @media (min-width: 992px) {
    .investment-grids__grid--child-6 .investment-grids__img-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); }
    .investment-grids__grid--child-6 .investment-grids__heading {
      -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
              transform: translateY(-40px); } }
  .investment-grids__grid--bg-image .investment-grids__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .investment-grids__grid--bg-image:after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0; }
  .investment-grids__grid--half-image .investment-grids__img-wrapper {
    background: white;
    height: 45%;
    text-align: center;
    overflow: hidden;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .investment-grids__grid--half-image .investment-grids__img-wrapper .investment-grids__img {
      height: 200%;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .investment-grids__grid--half-image .investment-grids__img-wrapper .investment-grids__heading {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  @media (min-width: 992px) {
    .no-touch .investment-grids__grid--half-image:hover .investment-grids__img-wrapper {
      height: 57%; }
    .no-touch .investment-grids__grid--half-image:hover .investment-grids__img {
      height: 100%; }
    .no-touch .investment-grids__grid--half-image:hover .investment-grids__heading {
      font-size: 30px; }
    .no-touch .investment-grids__grid--half-image:hover .investment-grids__heading {
      -webkit-transform: translateY(-52px);
          -ms-transform: translateY(-52px);
              transform: translateY(-52px); }
      .no-touch .investment-grids__grid--half-image:hover .investment-grids__heading br {
        display: none; }
    .no-touch .investment-grids__grid--half-image:hover .investment-grids__btns {
      opacity: 1; } }
  @media (min-width: 992px) {
    .investment-grids__grid--wide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .investment-grids__grid--wide .investment-grids__content {
        position: static;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important; }
      .investment-grids__grid--wide .investment-grids__img-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        height: 100%;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); }
      .investment-grids__grid--wide .investment-grids__img {
        margin-right: 50px; }
      .investment-grids__grid--wide .investment-grids__heading {
        -webkit-transform: translateY(20%);
            -ms-transform: translateY(20%);
                transform: translateY(20%); }
      .investment-grids__grid--wide .investment-grids__btns {
        position: static; }
      .no-touch .investment-grids__grid--wide:hover .investment-grids__heading {
        -webkit-transform: translateY(0) !important;
            -ms-transform: translateY(0) !important;
                transform: translateY(0) !important; } }
  @media (min-width: 992px) {
    .no-touch .investment-grids__grid:hover:not(.investment-grids__grid--half-image) .investment-grids__img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .no-touch .investment-grids__grid:hover:not(.investment-grids__grid--half-image) .investment-grids__heading {
      -webkit-transform: translateY(-60px);
          -ms-transform: translateY(-60px);
              transform: translateY(-60px); }
    .no-touch .investment-grids__grid:hover:not(.investment-grids__grid--half-image) .investment-grids__btns {
      opacity: 1; } }

.investment-grids__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  z-index: 1; }

.investment-grids__img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.investment-grids__heading {
  color: white;
  font-size: 32px; }
  @media (min-width: 992px) {
    .investment-grids__heading {
      font-size: 40px;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; } }

.investment-grids__btns {
  margin-top: 10px; }
  @media (min-width: 992px) {
    .investment-grids__btns {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      position: absolute;
      left: 30px;
      bottom: 30px; } }
  .investment-grids__btns .btn {
    margin-right: 20px; }
    .investment-grids__btns .btn + .btn {
      margin-top: 20px; }

.inner-section {
  border-radius: 10px;
  padding: 80px 107px 60px; }
  @media (max-width: 1399.98px) {
    .inner-section {
      padding: 80px 60px 60px; } }
  @media (max-width: 767.98px) {
    .inner-section {
      padding: 40px 20px 40px; } }

.key-benefits {
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .key-benefits {
      display: block; } }
  @media (min-width: 992px) {
    .key-benefits__title {
      width: 300px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  @media (min-width: 992px) {
    .key-benefits__right {
      width: calc(100% - 300px);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 665px;
      margin-left: auto; } }
  @media (max-width: 991.98px) {
    .key-benefits__right {
      margin-top: 40px; } }
  .key-benefits .h2 {
    font-size: 2.5rem;
    line-height: 3rem; }
  .key-benefits__img {
    margin-bottom: 40px; }
  .key-benefits__copy {
    padding-bottom: 60px;
    margin-bottom: 80px;
    border-bottom: 1px solid #70707050; }
    @media (max-width: 767.98px) {
      .key-benefits__copy {
        padding-bottom: 40px;
        margin-bottom: 50px; } }
    .key-benefits__copy .h4 {
      margin-bottom: 40px; }
    .key-benefits__copy:last-child {
      margin-bottom: 0px;
      padding-bottom: 0;
      border-bottom: none; }

.benefits .h4 {
  margin-bottom: 40px; }

.benefits__img {
  height: 80px; }

.benefits__card {
  background: var(--grey);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: calc(100% - 20px); }

.benefits__title {
  font-size: 1.25rem;
  line-height: 1.75rem; }
  @media (max-width: 767.98px) {
    .benefits__title {
      font-size: 1rem;
      line-height: 1.375rem; } }

.features-list li {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .features-list li {
      font-size: 1rem;
      line-height: 1.375rem;
      margin-bottom: 20px; } }

.lifestyle__slider {
  max-width: 327px;
  margin: 0 auto;
  position: relative;
  height: 220px; }

.lifestyle__left {
  background: var(--grey);
  padding: 64px 0;
  border-radius: 10px;
  height: calc(100% - 30px);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .lifestyle__left {
      height: 100%;
      margin-bottom: 0; } }
  @media (max-width: 991.98px) {
    .lifestyle__left {
      background-color: var(--white); } }

.lifestyle__details {
  display: none; }

.lifestyle__copy {
  background: #F5F5F6;
  border-radius: 10px;
  margin: 20px 30px 40px;
  padding: 20px 20px; }
  .lifestyle__copy .h3,
  .lifestyle__copy p {
    color: var(--darkBlue3); }
  .lifestyle__copy a {
    color: var(--darkBlue3);
    display: inline-block;
    margin-top: 20px;
    text-decoration: none; }

.lifestyle__cta {
  margin-top: 30px; }

.lifestyle__offer {
  background: var(--red);
  color: var(--white);
  font-size: 1.5625rem;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 10px 15px;
  border-radius: 0 0 10px 0; }
  .lifestyle__offer small {
    font-size: 0.75rem;
    display: block; }

.lifestyle__placeholders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lifestyle__placeholder {
  width: calc(95px - 5px); }

.lifestyle__placeholder--2 {
  width: calc(142px - 5px); }

.lifestyle__card {
  display: grid;
  position: absolute;
  margin: 0 5px;
  place-items: center;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .lifestyle__card--first, .lifestyle__card--last {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.2;
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left; }
  .lifestyle__card--active {
    pointer-events: none; }
  .lifestyle__card--last {
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right; }

.lifestyle__card-offers-wrap {
  width: 100%; }

.lifestyle__swiper-slider .swiper-slide {
  height: auto;
  background-color: var(--grey2);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 0 8px 40px; }
  @media (max-width: 991.98px) {
    .lifestyle__swiper-slider .swiper-slide {
      background: none;
      padding: 0; } }

.lifestyle__card-offers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 318px;
  margin: 0 30px 32px 0; }
  .lifestyle__card-offers__img {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 7px;
    margin-bottom: 12px;
    overflow: hidden; }
    .lifestyle__card-offers__img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .lifestyle__card-offers__img span {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      font-size: 1.125rem;
      color: var(--white);
      background-color: var(--red);
      padding: 7px 15px;
      border-top-right-radius: 7px;
      border-bottom-left-radius: 7px; }
  .lifestyle__card-offers__content p {
    font-size: 1rem;
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .lifestyle .radius-box-white {
    border-radius: 0;
    background: none;
    padding: 0; } }

.atm-location__map-iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin-bottom: 30px; }
  .atm-location__map-iframe iframe {
    width: 100%;
    height: 100%; }

.atm-location__cont {
  position: relative; }
  @media (min-width: 992px) {
    .atm-location__cont {
      height: 760px;
      margin-top: 40px;
      background: var(--grey); } }

.atm-location__listing {
  border-radius: 10px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .atm-location__listing {
      position: absolute;
      right: 100px;
      top: 80px;
      width: 340px;
      height: 590px;
      z-index: 1; } }

.atm-location__head {
  padding: 15px 15px 30px;
  border-bottom: 1px solid #26374350; }

.atm-location .tabs__head {
  margin: 25px 0 20px; }

.atm-location__search-container {
  position: relative; }
  .atm-location__search-container svg {
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute; }

.atm-location__link-container {
  margin-top: 30px; }

.atm-location .form-control {
  height: auto;
  text-decoration: none;
  position: relative; }
  .atm-location .form-control svg {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute; }

.atm-location #atm-location-list {
  scrollbar-color: var(--darkBlue) var(--grey4);
  scrollbar-width: thin; }
  .atm-location #atm-location-list::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .atm-location #atm-location-list::-webkit-scrollbar-thumb {
    background: var(--darkBlue); }
  .atm-location #atm-location-list::-webkit-scrollbar-track {
    background: var(--grey4); }
  .atm-location #atm-location-list {
    scrollbar-face-color: var(--darkBlue);
    scrollbar-track-color: var(--grey4); }
  @media (max-width: 991.98px) {
    .atm-location #atm-location-list {
      white-space: nowrap;
      overflow-x: auto; } }
  @media (min-width: 992px) {
    .atm-location #atm-location-list {
      overflow-y: auto; } }

.atm-location__list {
  padding: 15px;
  cursor: pointer; }
  .atm-location__list.active {
    background: var(--blue);
    color: var(--white); }
    .atm-location__list.active path {
      stroke: var(--white); }
  @media (max-width: 991.98px) {
    .atm-location__list {
      display: inline-block;
      width: 300px;
      vertical-align: top; }
      .atm-location__list h4 {
        white-space: break-spaces; } }
  @media (min-width: 992px) {
    .atm-location__list {
      border-bottom: 1px solid #26374350; } }
  .atm-location__list:last-child {
    border-bottom: none; }
  .atm-location__list svg {
    vertical-align: top;
    margin-top: 3px; }
  .atm-location__list span {
    display: block; }

.atm-location__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .atm-location__copy p {
    margin-left: 10px;
    margin-bottom: 0; }
  .atm-location__copy a {
    color: inherit; }

.atm-location__error {
  display: none;
  padding: 15px; }

.menu {
  color: var(--blue);
  padding: 50px 15px; }
  @media (min-width: 992px) {
    .menu {
      padding: 50px 0; } }
  .menu ul {
    margin: 0 0 40px;
    padding: 0; }
    @media (min-width: 992px) {
      .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .menu ul li {
      list-style: none;
      margin-bottom: 25px;
      text-align: center; }
      @media (min-width: 992px) {
        .menu ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: 25%;
          margin-bottom: 0;
          text-align: left; } }
    .menu ul a {
      display: inline-block; }
      @media (min-width: 992px) {
        .menu ul a {
          margin-right: 40px; } }
    .menu ul ul {
      display: block;
      margin-top: 10px;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .menu ul ul {
          margin-top: 30px; } }
      .menu ul ul a {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 300;
        margin-right: 0; }
      .menu ul ul li {
        width: 100%; }
        @media (max-width: 991.98px) {
          .menu ul ul li {
            margin-bottom: 10px; } }
  .menu a {
    color: inherit;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400; }
    .ar .menu a {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 400; }
    .menu a:hover {
      color: inherit; }
  .menu .active {
    color: var(--red); }
  .menu__top {
    padding: 25px 0;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #58626A; }
    @media (min-width: 992px) {
      .menu__top {
        margin-bottom: 50px; } }
    .menu__top a {
      margin-right: 20px;
      display: inline-block; }
      @media (min-width: 992px) {
        .menu__top a {
          margin-right: 40px; } }
  .menu__main {
    padding: 0 0 30px; }
    @media (max-width: 991.98px) {
      .menu__main {
        white-space: nowrap;
        overflow: auto; } }
    @media (min-width: 992px) {
      .menu__main {
        padding: 0 0 50px; } }
    @media (max-width: 991.98px) {
      .menu__main a {
        display: inline-block;
        border: 1px solid var(--white);
        margin-right: 20px;
        color: var(--white);
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 23px;
        border-radius: 20px;
        font-size: 1rem; }
        .menu__main a.active {
          background: var(--red);
          border: 1px solid var(--red);
          color: var(--white); } }
    @media (min-width: 992px) {
      .menu__main a {
        display: block;
        margin-bottom: 5px; } }
  .menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.5px solid #26374340;
    padding: 50px 0 30px; }
    @media (max-width: 991.98px) {
      .menu__bottom {
        margin-top: 20px;
        padding-top: 0; } }
  .menu__social a {
    width: 31px;
    height: 32px;
    background: var(--white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    background: var(--blue); }
    @media (min-width: 992px) {
      .menu__social a {
        margin-right: 15px; } }
  @media (max-width: 991.98px) {
    .menu__accessability {
      margin-right: auto; } }
  @media (min-width: 992px) {
    .menu__accessability {
      margin-left: auto; } }
  .menu__accessability a {
    display: inline-block; }
    @media (max-width: 991.98px) {
      .menu__accessability a {
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .menu__accessability a {
        margin-left: 30px; } }
    .menu__accessability a:hover #Path_5676 {
      stroke: var(--blue); }
    .menu__accessability a:hover #Path_5677,
    .menu__accessability a:hover #Path_5678 {
      fill: var(--blue); }
  .menu__close {
    font-size: 0.75rem;
    margin-bottom: 40px;
    display: inline-block; }
    .menu__close svg {
      margin-right: 15px; }
  .menu__tertiary {
    padding-top: 30px; }
    @media (min-width: 992px) {
      .menu__tertiary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 991.98px) {
      .menu__tertiary {
        text-align: center; } }
    .menu__tertiary a {
      color: inherit;
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 300;
      margin-right: 40px;
      display: inline-block; }
  .menu__copy {
    margin-left: auto;
    color: var(--darkBlue);
    opacity: 0.4;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300; }
    @media (max-width: 991.98px) {
      .menu__copy {
        margin-top: 20px; } }
  .menu__menu a {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px; }
    .menu__menu a:first-child {
      font-size: 1.25rem;
      color: var(--white);
      font-weight: bold; }
      @media (max-width: 991.98px) {
        .menu__menu a:first-child {
          display: block; } }
  .menu__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .menu__logo {
    width: 215px;
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .menu__logo {
        width: 110px; } }
  @media (max-width: 991.98px) {
    .menu__logo-2 {
      text-align: center; } }
  .menu .multi-toggle {
    position: relative; }
    .menu .multi-toggle__first i {
      position: absolute;
      left: -18px;
      top: 0; }
      .menu .multi-toggle__first i:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 13px;
        width: 2px;
        height: 9px;
        background-color: var(--white); }
      .menu .multi-toggle__first i:after {
        content: "";
        position: absolute;
        left: 2px;
        top: 16px;
        width: 8px;
        height: 2px;
        background-color: var(--white); }
    .menu .multi-toggle__second {
      padding: 0 !important; }
      .menu .multi-toggle__second li a {
        position: relative;
        color: var(--grey3);
        font-size: 1rem;
        font-weight: 300; }
        .menu .multi-toggle__second li a:hover {
          color: var(--cyan); }
        .menu .multi-toggle__second li a i {
          position: absolute;
          left: -18px;
          top: 0; }
          .menu .multi-toggle__second li a i:before {
            content: "";
            position: absolute;
            left: 4px;
            top: 6px;
            width: 1px;
            height: 7px;
            background-color: var(--grey3); }
          .menu .multi-toggle__second li a i:after {
            content: "";
            position: absolute;
            left: 1px;
            top: 9px;
            width: 7px;
            height: 1px;
            background-color: var(--grey3); }
      .menu .multi-toggle__second li span {
        font-weight: 300; }
      .menu .multi-toggle__second .inner a {
        font-size: 0.75rem;
        margin-bottom: 5px; }
    .menu .multi-toggle.active i:before {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.menu--footer .container {
  border-top: 0.5px solid #26374340;
  padding-top: 90px;
  margin-top: 40px; }
  @media (max-width: 991.98px) {
    .menu--footer .container {
      padding-top: 40px;
      margin-top: 20px; } }

.menu--header {
  max-width: 1300px;
  background: var(--blue);
  position: fixed;
  top: 0;
  z-index: 3;
  height: 100%;
  overflow: auto;
  -webkit-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  width: 100%;
  color: #fff;
  scrollbar-color: #58626A var(--white);
  scrollbar-width: thin; }
  @media (max-width: 1199.98px) {
    .menu--header {
      right: -1300px;
      padding: 20px 15px; } }
  @media (min-width: 1200px) {
    .menu--header {
      left: -1300px;
      padding: 50px 200px; } }
  .menu--header .container,
  .menu--header .row {
    height: 100%; }
  @media (max-width: 1199.98px) {
    .menu--header.active {
      right: 0; } }
  @media (min-width: 1200px) {
    .menu--header.active {
      left: 0; } }
  .menu--header::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .menu--header::-webkit-scrollbar-thumb {
    background: #58626A; }
  .menu--header::-webkit-scrollbar-track {
    background: var(--white); }
  .menu--header {
    scrollbar-face-color: #58626A;
    scrollbar-track-color: var(--white); }
  .menu--header .menu__copy {
    color: var(--white); }
  .menu--header .menu__bottom {
    border-color: #FFFFFF50; }
  .menu--header .menu__social a {
    background: var(--white); }

@media (min-width: 992px) {
  .menu-open header {
    top: calc(var(--headerHeight) * -1); } }

@media (min-width: 992px) {
  .menu-open main,
  .menu-open footer {
    -webkit-filter: blur(3px);
            filter: blur(3px); } }

footer.menu {
  padding-bottom: 50px; }

.multi-accordion {
  list-style: none;
  padding: 0;
  margin: 0; }
  .multi-accordion .inner {
    display: none;
    list-style: none;
    padding: 0 0 25px; }
    .multi-accordion .inner li,
    .multi-accordion .inner a {
      display: list-item;
      margin-bottom: 10px; }
      .multi-accordion .inner li:hover,
      .multi-accordion .inner a:hover {
        text-decoration: none; }
      .multi-accordion .inner li:last-child,
      .multi-accordion .inner a:last-child {
        margin-bottom: 0; }
    .multi-accordion .inner a {
      font-weight: 300; }
    .multi-accordion .inner .has-sub-menu {
      margin-top: 10px; }
    .multi-accordion .inner.show {
      /*display: block;*/ }
  .multi-accordion li a.multi-toggle {
    width: 100%;
    display: block; }
    .multi-accordion li a.multi-toggle:hover {
      text-decoration: none; }

@media (min-width: 992px) {
  .multi-toggle__first {
    display: none; } }

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

@media (min-width: 992px) {
  .multi-accordion li a.multi-toggle.multi-toggle__first {
    display: none; } }

@media (min-width: 992px) {
  .multi-accordion .inner.multi-toggle__second {
    display: block; } }

.rewards {
  background: #F2F1F1;
  text-align: center; }
  .rewards .lead-p {
    max-width: 850px;
    margin: 0 auto; }
  .rewards__row {
    margin: 40px 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #70707050; }
  .rewards .btn {
    margin-top: 20px; }

.border-0 .rewards__row {
  border-bottom: none;
  margin-bottom: 0; }

.border-0 .hr-line {
  display: none; }

.card {
  text-align: left; }
  .card__media {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 76.4%;
    border-radius: 10px; }
    .card__media img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover; }
  .card__title {
    font-size: 1.5rem;
    line-height: 2rem; }
  .card__sub-title {
    font-size: 0.875rem; }
  .card__copy {
    padding: 30px; }
  .card a {
    text-decoration: none;
    color: inherit; }
  .card--2 {
    background: #E5E7E9;
    border-radius: 10px;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    margin: 60px 0;
    height: calc(100% - 80px); }
    .card--2 .card__media {
      margin-bottom: 0;
      padding-bottom: 56.9%;
      border-radius: 10px 10px 0 0; }
    .card--2 img {
      -webkit-transition: 0.2s all linear;
      -o-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .card--2:hover {
      background: #fff; }
      .card--2:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.right-product {
  background: var(--darkBlue);
  color: var(--white);
  border-radius: 10px;
  text-align: center;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
  padding: 150px 200px; }
  .right-product .h2 {
    margin-bottom: 30px; }
  .right-product.active {
    padding: 60px 200px; }
  @media (max-width: 1399.98px) {
    .right-product {
      padding: 100px 80px; }
      .right-product.active {
        padding: 40px 80px; } }
  @media (max-width: 1199.98px) {
    .right-product {
      padding: 60px 40px; }
      .right-product.active {
        padding: 40px 40px; } }
  @media (max-width: 991.98px) {
    .right-product {
      padding: 40px 20px; }
      .right-product.active {
        padding: 40px 20px; } }
  .right-product__items {
    margin-top: 60px; }
  .right-product__item {
    border-radius: 15px;
    background: #1C2C3B;
    padding: 15px 0;
    cursor: pointer; }
    .right-product__item img + img {
      display: none; }
    .right-product__item:hover {
      background: var(--blue); }
    .right-product__item.active {
      background: var(--white);
      color: var(--blue); }
      .right-product__item.active .right-product__img img {
        display: none; }
      .right-product__item.active .right-product__img img + img {
        display: block; }
  .right-product__img {
    height: 80px;
    display: grid;
    place-items: center; }
  .right-product__options {
    display: none; }
  .right-product__options-cont {
    background: #E5E7E9;
    border-radius: 15px;
    padding: 30px 20px;
    margin: 30px 0 40px;
    position: relative;
    color: var(--darkBlue); }
    @media (max-width: 991.98px) {
      .right-product__options-cont {
        padding: 20px 10px 10px; } }
    .right-product__options-cont p {
      text-align: left; }
    .right-product__options-cont label {
      display: block;
      padding: 18px 23px;
      border-radius: 100px;
      margin: 20px 20px 0;
      border: 1px solid var(--darkBlue); }
      @media (max-width: 991.98px) {
        .right-product__options-cont label {
          font-size: 0.875rem;
          padding: 10px;
          margin: 0 7.5px 20px; } }
      .right-product__options-cont label:hover {
        background: var(--blue);
        color: var(--white);
        border-color: var(--blue); }
    .right-product__options-cont input {
      display: none; }
      .right-product__options-cont input:checked ~ label {
        background: var(--darkBlue);
        color: var(--white);
        border-color: var(--darkBlue); }
  .right-product__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 16px 14px;
    border-color: transparent transparent #E5E7E9 transparent;
    position: absolute;
    top: -16px;
    left: 60px;
    display: none; }

.saving-options-card__wrap {
  border-radius: 10px;
  padding: 50px 20px;
  background-color: rgba(255, 255, 255, 0.4); }
  @media (min-width: 768px) {
    .saving-options-card__wrap {
      padding: 80px 100px; } }

.saving-options-card .card--2 {
  margin: 0; }
  .saving-options-card .card--2 .card__media {
    padding-bottom: 44.8%; }

.saving-options-card .card__title {
  font-size: 1.75rem;
  max-width: 160px;
  width: 100%; }

@media (min-width: 992px) {
  .saving-options-card .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.send-money .h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 53px; }
  @media (min-width: 992px) {
    .send-money .h2 {
      margin-bottom: 112px; } }

.send-money .h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 12px; }

.send-money .custom-select-simple {
  margin-bottom: 55px; }
  .send-money .custom-select-simple .form-control {
    height: 45px; }

.send-money .benefits__card {
  background-color: var(--grey4);
  padding: 20px; }
  @media (min-width: 992px) {
    .send-money .benefits__card {
      padding: 30px; } }

.send-money .db-values {
  margin-bottom: 60px; }
  .send-money .db-values__grid-col:first-child {
    margin-right: 0;
    min-width: auto;
    width: 100%; }
  @media (min-width: 1200px) {
    .send-money .db-values {
      margin-bottom: 0; } }

.sticky-apply {
  position: fixed;
  width: 100%;
  background: var(--red);
  color: var(--white);
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 11.5px 0; }
  @media (min-width: 992px) {
    .sticky-apply {
      text-align: center; } }
  .sticky-apply__title,
  .sticky-apply p {
    margin-bottom: 0;
    font-size: 1.5rem; }
  @media (max-width: 991.98px) {
    .sticky-apply__cta {
      text-align: right; } }
  .sticky-apply__title {
    margin-top: 14px; }
  .sticky-apply .btn {
    margin-top: 7px; }
  .sticky-apply__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: 340px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sticky-apply__details span {
      font-size: 0.875rem;
      opacity: 0.5; }
    .sticky-apply__details small {
      font-size: 0.875rem;
      display: block; }

.tab-sliding-banner__images {
  position: relative;
  width: 100%;
  height: calc(100% - 20px);
  min-height: 388px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--blue);
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .tab-sliding-banner__images {
      margin-bottom: 0;
      height: 100%;
      max-height: 100%; } }
  .tab-sliding-banner__images--zoom {
    min-height: 580px; }
    @media (min-width: 768px) {
      .tab-sliding-banner__images--zoom {
        min-height: 388px; } }

.tab-sliding-banner__img-wrap {
  width: 100%;
  height: 100%; }
  .tab-sliding-banner__img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.tab-sliding-banner__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
  border-radius: 10px;
  background-color: var(--red);
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .tab-sliding-banner__services {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin-bottom: 20px;
      padding: 30px; } }
  .tab-sliding-banner__services__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0%;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .tab-sliding-banner__services__desc {
    text-align: center;
    font-size: 16px;
    color: var(--darkBlue);
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .tab-sliding-banner__services__box-outer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 30px 0 30px 30px; }
    @media (min-width: 1200px) {
      .tab-sliding-banner__services__box-outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 0; } }
  .tab-sliding-banner__services__box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 240px;
    width: 100%;
    height: 190px;
    border-radius: 15px;
    background-color: var(--white);
    padding: 29px;
    margin: 10px 20px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tab-sliding-banner__services__box:hover {
      background-color: var(--blue); }
      .tab-sliding-banner__services__box:hover .tab-sliding-banner__services__icon {
        opacity: 1;
        visibility: visible;
        height: 100%; }
      .tab-sliding-banner__services__box:hover .tab-sliding-banner__services__desc {
        color: var(--white); }
    @media (min-width: 1200px) {
      .tab-sliding-banner__services__box {
        margin: 10px 0 20px 0; } }

.tab-sliding-banner__app-stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 117px;
  border-radius: 10px;
  background-color: var(--darkBlue);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto; }
  @media (min-width: 768px) {
    .tab-sliding-banner__app-stores {
      min-height: 269px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .tab-sliding-banner__app-stores a {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 7px 5px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .tab-sliding-banner__app-stores a img {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .tab-sliding-banner__app-stores a:hover {
      background-color: var(--white); }
      .tab-sliding-banner__app-stores a:hover img {
        -webkit-filter: invert(20%) sepia(54%) saturate(270%) hue-rotate(161deg) brightness(40%) contrast(99%);
                filter: invert(20%) sepia(54%) saturate(270%) hue-rotate(161deg) brightness(40%) contrast(99%); }
  .tab-sliding-banner__app-stores:hover a {
    border-color: var(--white); }

.tab-sliding-banner__saving-account {
  position: relative;
  width: 100%;
  height: 504px;
  border-radius: 10px;
  background-color: var(--darkBlue);
  overflow: hidden;
  margin-bottom: 20px; }
  .tab-sliding-banner__saving-account__content {
    position: absolute;
    left: 60px;
    top: 52px;
    width: calc(100% - 60px);
    max-width: 332px; }
    .tab-sliding-banner__saving-account__content h2 {
      font-size: 2.5rem;
      color: var(--white);
      margin-bottom: 20px; }
    .tab-sliding-banner__saving-account__content p {
      opacity: 0;
      height: 0;
      color: var(--white);
      max-width: 217px;
      width: 100%;
      margin-bottom: 0;
      padding-bottom: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .tab-sliding-banner__saving-account__img {
    position: relative;
    width: 100%;
    height: 100%; }
    .tab-sliding-banner__saving-account__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .tab-sliding-banner__saving-account:hover .tab-sliding-banner__saving-account__content p {
    opacity: 1;
    height: auto;
    padding-bottom: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .tab-sliding-banner__saving-account--medium-s {
    height: 276px; }
    @media (min-width: 1200px) {
      .tab-sliding-banner__saving-account--medium-s {
        margin-bottom: 0; } }

.tab-sliding-banner__account-content {
  position: absolute;
  left: 20px;
  top: 48px;
  max-width: 414px;
  width: calc(100% - 60px);
  z-index: 1; }
  .tab-sliding-banner__account-content h2 {
    color: var(--darkBlue); }
  @media (min-width: 768px) {
    .tab-sliding-banner__account-content {
      left: 60px; } }

.what-your-box {
  position: relative;
  min-height: auto;
  max-width: 475px;
  width: 100%;
  padding: 20px 20px; }
  @media (min-width: 768px) {
    .what-your-box {
      min-height: 279px;
      padding: 40px 30px; } }
  .what-your-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: var(--darkBlue);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .what-your-box__heading {
    color: var(--white);
    font-size: 1.375rem;
    margin-bottom: 22px; }
  .what-your-box__content {
    position: relative;
    width: 100%; }
  .what-your-box--absolute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    left: 20px;
    bottom: 60px;
    width: calc(100% - 60px); }
    .what-your-box--absolute::before {
      left: -150%; }
    @media (min-width: 768px) {
      .what-your-box--absolute {
        left: 60px; } }
    .what-your-box--absolute .inquire__field-wrap {
      height: 0;
      -webkit-transform: translateX(-150%);
          -ms-transform: translateX(-150%);
              transform: translateX(-150%); }
      .what-your-box--absolute .inquire__field-wrap .inquire__field {
        margin-top: 0; }
        .what-your-box--absolute .inquire__field-wrap .inquire__field .selectize-input {
          color: var(--white);
          border-color: var(--white);
          padding: 18px 31px; }

.text-icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: var(--white);
  padding: 15px 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .text-icon-box__desc {
    width: 100%;
    margin: 0; }
  .text-icon-box__icon {
    max-width: 40px;
    width: 100%; }
  .text-icon-box:hover {
    color: var(--white);
    background-color: var(--cyan); }
    .text-icon-box:hover svg path {
      fill: var(--white); }

.tools {
  background: var(--white);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  height: 40%; }
  @media (max-width: 1399.98px) {
    .tools {
      height: 30%; } }
  @media (max-width: 991.98px) {
    .tools {
      display: none;
      text-align: left; } }
  .tools .row {
    height: 50%; }
  .tools__item {
    height: 100%;
    -webkit-transition: 0.2s background linear;
    -o-transition: 0.2s background linear;
    transition: 0.2s background linear;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tools__item:hover {
      background: var(--blue); }
      .tools__item:hover span {
        color: var(--white); }
    @media (max-width: 991.98px) {
      .tools__item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 992px) {
      .tools__item {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
  .tools a {
    text-decoration: none; }
  .tools__svg {
    -webkit-transition: 0.2s color linear;
    -o-transition: 0.2s color linear;
    transition: 0.2s color linear; }
    @media (min-width: 992px) {
      .tools__svg {
        display: grid;
        place-items: center;
        height: 60px; } }
  .tools span {
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: var(--darkBlue); }
  .tools .calculators .cross {
    transform-box: fill-box;
    -webkit-transition: 0.3s -webkit-transform linear;
    transition: 0.3s -webkit-transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
    transition: 0.3s transform linear, 0.3s -webkit-transform linear;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .tools .calculators line,
  .tools .calculators path {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }
  .tools .calculators:hover path {
    fill: var(--white); }
  .tools .calculators:hover line,
  .tools .calculators:hover path {
    stroke: var(--blue); }
  .tools .calculators:hover .cross {
    -webkit-transform: rotate(450deg);
        -ms-transform: rotate(450deg);
            transform: rotate(450deg); }
  .tools .atm-branches:hover .atm-branches__path {
    fill: var(--white);
    stroke: var(--white); }
  .tools .atm-branches:hover .atm-branches__path-1 {
    fill: var(--blue);
    stroke: var(--blue); }
  .tools .atm-branches:hover .atm-branches__path-2 {
    stroke: var(--white); }
  .tools .iban-generator svg,
  .tools .iban-generator .iban-generator__path-3 {
    transform-box: fill-box;
    -webkit-transition: 0.3s -webkit-transform linear;
    transition: 0.3s -webkit-transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
    transition: 0.3s transform linear, 0.3s -webkit-transform linear;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .tools .iban-generator:hover svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .tools .iban-generator:hover .iban-generator__path {
    stroke: var(--white); }
  .tools .iban-generator:hover .iban-generator__path-1 {
    fill: var(--white);
    stroke: var(--white); }
  .tools .iban-generator:hover .iban-generator__path-3 {
    fill: var(--white);
    stroke: var(--white);
    -webkit-transform: translate(4.25px, 4.259px) scale(1.2);
        -ms-transform: translate(4.25px, 4.259px) scale(1.2);
            transform: translate(4.25px, 4.259px) scale(1.2); }
  .tools .how-to path {
    transform-box: fill-box;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s -webkit-transform linear;
    transition: 0.3s -webkit-transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
    transition: 0.3s transform linear, 0.3s -webkit-transform linear; }
  .tools .how-to:hover .how-to__path {
    fill: var(--white);
    stroke: var(--white);
    -webkit-transform: translate(0.251px, 0.251px) rotate(-42deg);
        -ms-transform: translate(0.251px, 0.251px) rotate(-42deg);
            transform: translate(0.251px, 0.251px) rotate(-42deg); }
  .tools .how-to:hover .how-to__path-1 {
    fill: none;
    stroke: var(--blue);
    -webkit-transform: translate(3.251px, 0.251px) scale(1.1);
        -ms-transform: translate(3.251px, 0.251px) scale(1.1);
            transform: translate(3.251px, 0.251px) scale(1.1); }
  .tools .how-to:hover line {
    stroke: var(--blue); }
  .tools .customer svg {
    -webkit-transition: 0.3s -webkit-transform linear;
    transition: 0.3s -webkit-transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
    transition: 0.3s transform linear, 0.3s -webkit-transform linear; }
  .tools .customer:hover svg {
    -webkit-transform: scale(1.05) rotate(20deg);
        -ms-transform: scale(1.05) rotate(20deg);
            transform: scale(1.05) rotate(20deg); }
  .tools .customer:hover path {
    fill: var(--white);
    stroke: var(--white); }
  .tools__disable {
    pointer-events: none;
    opacity: 0.2; }

.floating-tools {
  position: fixed;
  bottom: 30px;
  z-index: 99;
  right: 30px;
  pointer-events: none; }
  .floating-tools__btn {
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 87px;
    height: 87px;
    background: var(--darkBlue);
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    pointer-events: auto;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
    .floating-tools__btn.visible {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    @media (max-width: 991.98px) {
      .floating-tools__btn {
        width: 78px;
        height: 78px;
        bottom: 90px;
        right: 20px;
        background: var(--blue); } }
    .floating-tools__btn::before, .floating-tools__btn::after {
      content: "";
      width: 2px;
      height: 21px;
      background: var(--white);
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .floating-tools__btn::before {
      height: 2px;
      width: 21px; }
    @media (min-width: 992px) {
      .floating-tools__btn:hover {
        background: var(--blue); }
        .floating-tools__btn:hover::after {
          width: 2px;
          height: 33px; }
        .floating-tools__btn:hover::before {
          height: 2px;
          width: 33px; } }
    @media (max-width: 991.98px) {
      .floating-tools__btn.active {
        -webkit-transform: rotate(-225deg);
            -ms-transform: rotate(-225deg);
                transform: rotate(-225deg); } }
    @media (min-width: 992px) {
      .floating-tools__btn.active {
        background: var(--red);
        width: 51px;
        height: 51px;
        -webkit-transform: rotate(405deg);
            -ms-transform: rotate(405deg);
                transform: rotate(405deg); }
        .floating-tools__btn.active:hover {
          background: var(--red); }
          .floating-tools__btn.active:hover::after {
            width: 2px;
            height: 21px; }
          .floating-tools__btn.active:hover::before {
            height: 2px;
            width: 21px; } }
  .floating-tools__cont {
    padding-right: 90px; }
    @media (max-width: 991.98px) {
      .floating-tools__cont {
        padding-right: 0;
        padding-bottom: 155px; } }
  .floating-tools .tools {
    height: 220px;
    width: 320px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    background: #e5e7e9;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16); }
    @media (max-width: 991.98px) {
      .floating-tools .tools {
        display: block;
        height: auto;
        width: 215px;
        background: var(--blue); } }
    .floating-tools .tools span {
      font-size: 0.625rem;
      width: 100%;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media (max-width: 991.98px) {
        .floating-tools .tools span {
          color: var(--white);
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .floating-tools .tools span {
          display: block;
          opacity: 0;
          position: absolute;
          bottom: 45px; } }
    .floating-tools .tools__svg {
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media (max-width: 991.98px) {
        .floating-tools .tools__svg {
          width: 85px;
          height: 55px;
          display: grid;
          place-items: center; } }
    @media (min-width: 1200px) {
      .floating-tools .tools__item:hover .tools__svg {
        -webkit-transform: translateY(-13px);
            -ms-transform: translateY(-13px);
                transform: translateY(-13px); } }
    .floating-tools .tools__item:hover span {
      bottom: 28px;
      opacity: 1; }
    .floating-tools .tools.active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      pointer-events: auto; }

.private-banking {
  background: var(--golden); }
  .private-banking-banner .fill {
    fill: var(--golden); }
  .private-banking-banner .stroke {
    stroke: var(--golden); }

.select {
  background: var(--lightGolden); }
  .select-banner .fill {
    fill: var(--lightGolden); }
  .select-banner .stroke {
    stroke: var(--lightGolden); }

.everyday {
  background: var(--blue); }
  .everyday-banner .fill {
    fill: var(--blue); }
  .everyday-banner .stroke {
    stroke: var(--blue); }

.advance {
  background: var(--red); }
  .advance-banner .fill {
    fill: var(--red); }
  .advance-banner .stroke {
    stroke: var(--red); }

.advance-banking .plus-cut-icon__svg path {
  fill: var(--red); }

.advance-banking .banking-services__content-expend__wrap, .advance-banking .banking-program-card__overlay, .advance-banking .banking-program-card__link {
  background: var(--red); }

.advance-banking .banking-program-card__link {
  border-color: var(--red); }

.everyday-banking .plus-cut-icon__svg path {
  fill: var(--blue); }

.everyday-banking .banking-services__content-expend__wrap, .everyday-banking .banking-program-card__overlay, .everyday-banking .banking-program-card__link {
  background: var(--blue); }

.everyday-banking .banking-program-card__link {
  border-color: var(--blue); }

.select-banking .plus-cut-icon__svg path {
  fill: var(--lightGolden); }

.select-banking .banking-services__content-expend__wrap, .select-banking .banking-program-card__overlay, .select-banking .banking-program-card__link {
  background: var(--lightGolden); }

.select-banking .banking-program-card__link {
  border-color: var(--lightGolden); }

.private-banking-banking .plus-cut-icon__svg path {
  fill: var(--golden); }

.private-banking-banking .banking-services__content-expend__wrap, .private-banking-banking .banking-program-card__overlay, .private-banking-banking .banking-program-card__link {
  background: var(--golden); }

.private-banking-banking .banking-program-card__link {
  border-color: var(--golden); }

/*rtl:begin:ignore*/
.ar .inner-banner__media img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

.ar .tabs-nav--styled {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right; }

.ar .form-control {
  text-align: right; }

.ar .dynamic-banking__slider img,
.ar .capital-select__link,
.ar .inner-banner__svg-d,
.ar .inner-banner__svg-m {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

.ar .arrow-right__svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.ar .plus-cut-icon__svg svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

.ar input.form-control[type="date"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  padding-right: 40%; }
  .ar input.form-control[type="date"]:after {
    position: absolute;
    right: 22px;
    color: #243746;
    content: attr(placeholder); }

.ar input.form-control[type="date"]:before {
  display: none; }

.ar .rs-full .rs-bar {
  left: 0; }

.ar .feature-grid-lg__slider-wrapper {
  -webkit-transform: translateX(65px);
      -ms-transform: translateX(65px);
          transform: translateX(65px); }

.ar .feature-grid-lg__img-wrapper {
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px); }

.ar .feature-grid-lg-mob__img-wrapper {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px); }

.ar .feature-grid-lg-mob__slider-wrapper {
  left: auto;
  right: 12px; }

.ar .feature-slider-lg-mob__img-wrapper {
  -webkit-transform: translateX(-35px);
      -ms-transform: translateX(-35px);
          transform: translateX(-35px); }

.ar .feature-slider-lg-mob__slider-wrapper {
  left: auto;
  right: 3px; }

/*rtl:end:ignore*/

/*# sourceMappingURL=style.css.map */
