@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
}

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

:focus {
  outline: 0 !important;
}

figure {
  margin: 0;
}

:root {
  font-size: 16px;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * adobe-aldine:
 *   - http://typekit.com/eulas/00000000000000007759baeb
 *   - http://typekit.com/eulas/00000000000000007759bb00
 *   - http://typekit.com/eulas/00000000000000007759baf7
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2025-07-30 12:29:07 UTC"}*/
/*
@font-face {
font-family:"adobe-aldine";
src:url("../fonts/adobe-aldine-600.woff2") format("woff2"),url("../fonts/adobe-aldine-600.woff") format("woff"),url("../fonts/adobe-aldine-600.otf") format("opentype");
font-display:swap;font-style:normal;font-weight:600;font-stretch:normal;
}

@font-face {
font-family:"adobe-aldine";
src:url("../fonts/adobe-aldine-500.woff2") format("woff2"),url("../fonts/adobe-aldine-500.woff") format("woff"),url("../fonts/adobe-aldine-500.otf") format("opentype");
font-display:swap;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
font-family:"adobe-aldine";
src:url("../fonts/adobe-aldine-400.woff2") format("woff2"),url("../fonts/adobe-aldine-400.woff") format("woff"),url("../fonts/adobe-aldine-400.otf") format("opentype");
font-display:swap;font-style:normal;font-weight:400;font-stretch:normal;
}


@font-face {
  font-family: suisse;
  src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse;
  src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse;
  src: url('../fonts/SuisseIntl-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse-cond;
  src: url('../fonts/SuisseIntlCond-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse-cond;
  src: url('../fonts/SuisseIntlCond-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse-cond;
  src: url('../fonts/SuisseIntlCond-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/
html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  color: #1D1F22;
  line-height: 1.5;
  font-family: suisse, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
a:hover {
  color: #6c757d;
  text-decoration: none;
}

.white-space-nowrap {
  white-space: nowrap;
}

.fill-primary {
  fill: #016BD5;
}

.fill-white {
  fill: #fff;
}

.fill-black {
  fill: #000;
}

.text-orange {
  color: #ff6b35;
}

hr {
  border: 1px solid #E6E6E6;
}

.truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* bootstrap */
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-6 {
    padding-top: 68px !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
}
.mb,
.mb-30,
.mb-40 {
  margin-bottom: 24px !important;
}
@media (min-width: 1200px) {
  .mb,
  .mb-30,
  .mb-40 {
    margin-bottom: 68px !important;
  }
}

.bg-dark > .mb-30 {
  margin-bottom: 0 !important;
}

.custom-sidebar .bg-gray .mb-30 {
  margin-bottom: 0 !important;
}

.custom-sidebar .mb-30 {
  margin-bottom: 24px !important;
}

.h-100 {
  height: 100% !important;
}

.border {
  border: 1px solid #E6E6E6 !important;
}

.border-top {
  border-top: 1px solid #E6E6E6 !important;
}

.border-bottom {
  border-bottom: 1px solid #E6E6E6 !important;
}

.rounded {
  border-radius: 0.625rem !important;
}

.round-circle {
  border-radius: 50% !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.text-end {
  text-align: right !important;
}

@media (min-width: 768px) {
  .text-md-end {
    text-align: right !important;
  }
  .border-md-end {
    border-right: 1px solid #E6E6E6;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
}
.ratio {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.ratio img,
.ratio video,
.ratio iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio::before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 32px;
  height: 46px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 14px;
  line-height: 46px;
  color: #1D1F22;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-primary {
  color: #fff;
  background: #016BD5;
  border-color: #016BD5;
}
.btn-primary:hover {
  color: #fff;
  background: rgb(0.761682243, 81.5, 162.238317757);
  border-color: rgb(0.761682243, 81.5, 162.238317757);
}

.btn-orange {
  color: #fff !important;
  background: #ff6b35;
  border-color: #ff6b35;
}
.btn-orange:hover {
  color: #fff;
  background: rgb(255, 69.6336633663, 2);
  border-color: rgb(255, 69.6336633663, 2);
}

.btn-outline-white {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #1D1F22;
  background: #fff;
}

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

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

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

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

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

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !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;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
.container-fluid {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1448px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding: 0 32px;
  }
}

.row {
  --bs-gutter-x: 16px;
  --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(-1 * var(--bs-gutter-x) * 0.5);
  margin-left: calc(-1 * var(--bs-gutter-x) * 0.5);
}
.row > * {
  -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);
}
@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
  }
}

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

[class*=col-] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

.col-auto {
  width: auto;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666667%;
}

.col-12 {
  width: 100%;
}

/* Breakpoint: @sm (≥576px) */
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* Breakpoint: @md (≥768px) */
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* Breakpoint: @lg (≥992px) */
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
/* Breakpoint: @xl (≥1200px) */
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
/* Breakpoint: @xxl (≥1400px) */
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .col-xxl-1 {
    width: 8.333333%;
  }
  .col-xxl-2 {
    width: 16.666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.333333%;
  }
  .col-xxl-5 {
    width: 41.666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.333333%;
  }
  .col-xxl-8 {
    width: 66.666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.333333%;
  }
  .col-xxl-11 {
    width: 91.666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.navbar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bg-dark {
  padding-top: 24px !important;
  padding-bottom: 48px;
  background: #4F5568;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(79, 85, 104)), color-stop(90%, rgb(33, 36, 49)));
  background: linear-gradient(0deg, rgb(79, 85, 104) 10%, rgb(33, 36, 49) 90%);
  color: #fff;
}
.bg-dark .article-title {
  color: #fff;
}
@media (min-width: 992px) {
  .bg-dark {
    padding-bottom: 72px;
  }
}

/* svg icons */
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.icon::before {
  display: inline-block;
  content: "";
}
.icon > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.icon > * use {
  pointer-events: none;
}
.icon {
  width: 1.15rem;
  min-width: 1.15rem;
  height: 1.15rem;
}
.icon.icon-xs {
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.icon.icon-lg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.navbar-brand {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 102px;
  min-width: 102px;
  height: 28px;
  background: url(../svg/logo-profit.svg) no-repeat 0 0/contain;
  font: 0/0 a;
  text-indent: -10000px;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 190px;
    min-width: 190px;
    height: 52px;
  }
}

/* header */
.site-header .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 400 24px/1.05 suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.16px;
}
.site-header .site-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  margin: 0 12px;
  background: #016BD5;
}
.site-header .next-event {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2px;
}
.site-header .next-event a {
  color: #fff;
  opacity: 0.7;
}
.site-header .next-event a:hover {
  opacity: 1;
}
.site-header .next-event .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;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #ff6b35;
  font: 600 24px/1 suisse-cond, Arial, Helvetica, sans-serif;
}
.site-header .next-event .circle span {
  display: block;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.site-header .navbar-toggler {
  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;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-radius: 5px;
}
.site-header .navbar-toggler span {
  display: block;
  width: 22px;
  height: 1px;
  background: #fff;
}
.site-header .navbar-toggler span:not(:last-child) {
  margin-bottom: 6px;
}
.site-header .menu {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
}
.site-header .menu .container-fluid > .navbar {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.site-header .menu .container-fluid > .navbar::-webkit-scrollbar {
  display: none;
}
.site-header .menu .container-fluid > .navbar li {
  margin: 0 12px;
}
.site-header .menu .container-fluid > .navbar li a {
  display: inline-block;
  padding: 13px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.site-header .menu .container-fluid > .navbar li a:hover {
  opacity: 0.5;
}
.site-header .menu .container-fluid > .navbar li.active a {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .site-header .site-title {
    font-size: 42px;
  }
  .site-header .site-title::before {
    margin: 0 32px;
    width: 2px;
    height: 46px;
  }
}
@media (min-width: 992px) {
  .site-header .navbar-toggler {
    display: none;
  }
  .site-header .next-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1045;
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  padding: 32px;
  background-color: #2E313D;
  background-clip: padding-box;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.offcanvas .offcanvas-body {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
}
.offcanvas .navbar li {
  margin-bottom: 10px;
}
.offcanvas .navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.offcanvas .main-menu > li > a {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 992px) {
  .offcanvas {
    display: none;
  }
}

.btn-close {
  display: block;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.06) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") no-repeat center/1em auto;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.menu .search-container {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 440px;
  height: 54px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(transparent));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
}
.menu .search-container .form-control {
  width: 100%;
  height: 54px;
  padding: 0 10px 0 24px;
  outline: none;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
}
.menu .search-container .form-control::-webkit-input-placeholder {
  color: #fff;
}
.menu .search-container .form-control::-moz-placeholder {
  color: #fff;
}
.menu .search-container .form-control:-ms-input-placeholder {
  color: #fff;
}
.menu .search-container .form-control::-ms-input-placeholder {
  color: #fff;
}
.menu .search-container .form-control::placeholder {
  color: #fff;
}
.menu .search-container .btn {
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: white;
  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;
}
.menu .search-container .btn .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
@media (min-width: 1050px) {
  .menu .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.offcanvas .search-container {
  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;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(transparent));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
}
.offcanvas .search-container .form-control {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0 16px;
  color: #fff;
  font-size: 15px;
}
.offcanvas .search-container .form-control::-webkit-input-placeholder {
  color: #fff;
}
.offcanvas .search-container .form-control::-moz-placeholder {
  color: #fff;
}
.offcanvas .search-container .form-control:-ms-input-placeholder {
  color: #fff;
}
.offcanvas .search-container .form-control::-ms-input-placeholder {
  color: #fff;
}
.offcanvas .search-container .form-control::placeholder {
  color: #fff;
}
.offcanvas .search-container .btn {
  padding: 0;
}
.offcanvas .search-container .btn .icon {
  width: 20px;
  height: 20px;
}

/* footer */
.site-footer {
  background: #4F5568;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(79, 85, 104)), color-stop(90%, rgb(33, 36, 49)));
  background: linear-gradient(0deg, rgb(79, 85, 104) 10%, rgb(33, 36, 49) 90%);
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #d5d5d5;
}
.site-footer .footer-top {
  padding: 40px 0;
}
.site-footer .menu li {
  display: inline-block;
  margin: 0 6px;
}
.site-footer blockquote {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
.site-footer blockquote p {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.site-footer blockquote p::before {
  content: "“";
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 68px;
}
.site-footer blockquote footer {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}
.site-footer blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 13%;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  max-width: 80px;
  height: 6px;
  background: #FC6A13;
}
.site-footer blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13%;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  max-width: 80px;
  height: 6px;
  background: #FC6A13;
}
.site-footer .footer-bottom {
  padding: 25px 30px;
  background: rgba(29, 31, 34, 0.3019607843);
}
.site-footer .footer-bottom p a {
  text-decoration: underline;
}
.site-footer .footer-bottom p a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .site-footer blockquote p::before {
    top: -40px;
    font-size: 80px;
  }
  .site-footer blockquote::before {
    left: 23%;
    max-width: 160px;
  }
  .site-footer blockquote::after {
    right: 23%;
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-top {
    padding: 90px 0;
  }
  .site-footer blockquote p {
    font-size: 48px;
    line-height: 60px;
  }
  .site-footer blockquote p::before {
    top: -55px;
  }
  .site-footer blockquote footer {
    font-size: 20px;
  }
  .site-footer blockquote::before {
    left: 16%;
    max-width: 280px;
  }
  .site-footer blockquote::after {
    right: 16%;
    max-width: 280px;
  }
}

#ot-sdk-btn {
  background: transparent;
  border: none;
  color: #fff;
}