body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Montserrat-Light';
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-2 {
  font-family: 'Montserrat-BlackItalic';
  font-size: 3.25rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.17rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f3b614 !important;
}
.bg-success {
  background-color: #0090d0 !important;
}
.bg-info {
  background-color: #01132b !important;
}
.bg-warning {
  background-color: #ec1722 !important;
}
.bg-danger {
  background-color: #13171f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f3b614 !important;
  border-color: #f3b614 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a87c09 !important;
  border-color: #a87c09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a87c09 !important;
  border-color: #a87c09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #01132b !important;
  border-color: #01132b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0090d0 !important;
  border-color: #0090d0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #005479 !important;
  border-color: #005479 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #005479 !important;
  border-color: #005479 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13171f !important;
  border-color: #13171f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f3b614;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a87c09 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f3b614 !important;
  border-color: #f3b614 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #01132b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01132b !important;
  border-color: #01132b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0090d0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #005479 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0090d0 !important;
  border-color: #0090d0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1722;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f0d15 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13171f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #13171f !important;
  border-color: #13171f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #f3b614 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #0090d0 !important;
}
.text-info {
  color: #01132b !important;
}
.text-warning {
  color: #ec1722 !important;
}
.text-danger {
  color: #13171f !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #997108 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00496a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #910c13 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f3b614;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01132b;
}
.alert-warning {
  background-color: #ec1722;
}
.alert-danger {
  background-color: #13171f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f3b614;
  border-color: #f3b614;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f3b614;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9de1ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #94c1fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfc7d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f3b614 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #f3b614;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f3b614;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f3b614;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f3b614;
  border-bottom-color: #f3b614;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f3b614 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f3b614' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #f3b614 !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #f3b614 !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #f3b614 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #f3b614 !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-uKJFzsNNfM {
  z-index: 1000;
  width: 100%;
}
.cid-uKJFzsNNfM .navbar-dropdown {
  background: rgba(248, 248, 248, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-uKJFzsNNfM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(248, 248, 248, 0.7) !important;
  background: #f8f8f8;
}
.cid-uKJFzsNNfM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uKJFzsNNfM .menu_box .navbar.opened,
  .cid-uKJFzsNNfM .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKJFzsNNfM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uKJFzsNNfM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKJFzsNNfM .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKJFzsNNfM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKJFzsNNfM .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKJFzsNNfM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKJFzsNNfM .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-uKJFzsNNfM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKJFzsNNfM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKJFzsNNfM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKJFzsNNfM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKJFzsNNfM .offcanvas-body .mbr-text,
  .cid-uKJFzsNNfM .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uKJFzsNNfM .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uKJFzsNNfM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKJFzsNNfM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #051e3e;
  }
  .cid-uKJFzsNNfM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKJFzsNNfM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKJFzsNNfM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKJFzsNNfM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKJFzsNNfM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKJFzsNNfM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKJFzsNNfM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKJFzsNNfM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKJFzsNNfM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uKJFzsNNfM li.nav-item:hover {
    opacity: .8;
  }
  .cid-uKJFzsNNfM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uKJFzsNNfM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKJFzsNNfM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKJFzsNNfM .nav-item {
    margin: 0 !important;
  }
}
.cid-uKJFzsNNfM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKJFzsNNfM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uKJFzsNNfM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKJFzsNNfM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKJFzsNNfM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKJFzsNNfM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKJFzsNNfM .offcanvas_box {
    display: none;
  }
}
.cid-uKJFzsNNfM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uKJFzsNNfM .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKJFzsNNfM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKJFzsNNfM .container {
  display: flex;
  margin: auto;
}
.cid-uKJFzsNNfM .iconfont-wrapper {
  color: #181818;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKJFzsNNfM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKJFzsNNfM .iconfont-wrapper:hover {
  color: #f3b614;
}
.cid-uKJFzsNNfM .navbar-caption {
  color: #181818;
}
.cid-uKJFzsNNfM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKJFzsNNfM .navbar-nav {
    margin: 0;
  }
}
.cid-uKJFzsNNfM .dropdown-menu,
.cid-uKJFzsNNfM .navbar.opened {
  background-color: true !important;
}
.cid-uKJFzsNNfM .nav-item:focus,
.cid-uKJFzsNNfM .nav-link:focus {
  outline: none;
}
.cid-uKJFzsNNfM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKJFzsNNfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKJFzsNNfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKJFzsNNfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJFzsNNfM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKJFzsNNfM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKJFzsNNfM .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uKJFzsNNfM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKJFzsNNfM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKJFzsNNfM .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-uKJFzsNNfM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKJFzsNNfM .navbar.collapsed {
  justify-content: center;
}
.cid-uKJFzsNNfM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKJFzsNNfM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKJFzsNNfM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKJFzsNNfM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKJFzsNNfM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKJFzsNNfM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKJFzsNNfM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKJFzsNNfM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKJFzsNNfM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKJFzsNNfM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKJFzsNNfM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKJFzsNNfM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKJFzsNNfM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKJFzsNNfM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKJFzsNNfM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKJFzsNNfM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKJFzsNNfM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKJFzsNNfM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKJFzsNNfM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKJFzsNNfM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKJFzsNNfM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKJFzsNNfM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKJFzsNNfM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKJFzsNNfM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKJFzsNNfM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKJFzsNNfM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKJFzsNNfM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKJFzsNNfM .dropdown-item.active,
.cid-uKJFzsNNfM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKJFzsNNfM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKJFzsNNfM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKJFzsNNfM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKJFzsNNfM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKJFzsNNfM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uKJFzsNNfM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKJFzsNNfM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-uKJFzsNNfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #051e3e;
}
.cid-uKJFzsNNfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKJFzsNNfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJFzsNNfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJFzsNNfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKJFzsNNfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJFzsNNfM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKJFzsNNfM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKJFzsNNfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJFzsNNfM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKJFzsNNfM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKJFzsNNfM .navbar {
    height: 70px;
  }
  .cid-uKJFzsNNfM .navbar.opened {
    height: auto;
  }
  .cid-uKJFzsNNfM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKJFzsNNfM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKJFzsNNfM .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uKJFzsNNfM .navbar-caption:hover {
  color: #f3b614;
}
.cid-uKJFzsNNfM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKJFzsNNfM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uKJFzsNNfM .text_widget {
  color: #ffffff;
}
.cid-uKJFzsNNfM .mbr-section-subtitle,
.cid-uKJFzsNNfM .text_widget {
  text-align: left;
}
.cid-uKJFzsNNfM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKDJHPkwBH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/white.png-2000x1333.png");
}
.cid-uKDJHPkwBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDJHPkwBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKDJHPkwBH .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uKDJHPkwBH .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uKDJHPkwBH .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uKDJHPkwBH .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uKDJHPkwBH .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uKDJHPkwBH .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKDJHPkwBH .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-uKDJHPkwBH .text-wrapper {
    padding: 10px;
  }
}
.cid-uKDJHPkwBH .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-uKDJHPkwBH .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uKDJHPkwBH .mbr-section-subtitle {
  color: #06162b;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uKDJHPkwBH .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uKDJHPkwBH .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uKDJHPkwBH .mbr-text {
    padding-right: 0;
  }
}
.cid-uKDJHPkwBH .mbr-section-btn {
  margin-top: 10px;
}
.cid-uKDJHPkwBH .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uKDJHPkwBH .list-container {
    margin-bottom: 20px;
  }
}
.cid-uKDJHPkwBH .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-uKDJHPkwBH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-uKDJHPkwBH .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-uKDJHPkwBH .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKDJHPkwBH .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uKDJHPkwBH .col-img {
    order: 1;
  }
}
.cid-uKDJHPkwBH .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uKDJHPkwBH .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uKDJHPkwBH .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-uKDJHPkwBH .mbr-text,
.cid-uKDJHPkwBH .mbr-section-btn {
  color: #06162b;
  text-align: center;
}
.cid-uYkauKOosW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYkauKOosW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkauKOosW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkauKOosW .row {
  margin: 0 -32px;
}
.cid-uYkauKOosW .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uYkauKOosW .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYkauKOosW .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYkauKOosW .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYkauKOosW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYkauKOosW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYkauKOosW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYkauKOosW .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYkauKOosW .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYkauKOosW .image-wrapper {
    padding: 6px;
  }
}
.cid-uYkauKOosW .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYkauKOosW .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYkauKOosW .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYkauKOosW .mbr-section-title {
  color: #181824;
}
.cid-uYkauKOosW .mbr-section-title,
.cid-uYkauKOosW .mbr-section-btn {
  text-align: center;
}
.cid-uYkauKOosW .mbr-text,
.cid-uYkauKOosW .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYk9wToFaw {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffac01;
}
.cid-uYk9wToFaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk9wToFaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYk9wToFaw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYk9wToFaw .row {
  flex-direction: row-reverse;
}
.cid-uYk9wToFaw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYk9wToFaw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYk9wToFaw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYk9wToFaw .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uYk9wToFaw .mbr-text,
.cid-uYk9wToFaw .mbr-section-btn {
  color: #051e3e;
  text-align: right;
}
.cid-uKDQJsGzCz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKDQJsGzCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDQJsGzCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKDQJsGzCz .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uKDQJsGzCz .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uKDQJsGzCz .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uKDQJsGzCz .mbr-section-title {
  color: #051e3e;
}
.cid-uKDQJsGzCz .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uKDQJsGzCz .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-uKDQJsGzCz .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-uKDQJsGzCz .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-uKDQJsGzCz .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #06162b;
  box-shadow: 4px 4px 0 #06162b;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uKDQJsGzCz .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uKDQJsGzCz .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-uKDQJsGzCz .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-uKDQJsGzCz .item-content {
    margin-top: 20px;
  }
}
.cid-uKDQJsGzCz .card-title {
  color: #131313;
}
.cid-uKDQJsGzCz .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-uKDQJsGzCz .mbr-section-btn {
  margin-top: 5px;
}
.cid-uKDQJsGzCz .card-text,
.cid-uKDQJsGzCz .mbr-section-btn {
  color: #051e3e;
}
.cid-uKDQJsGzCz .card-title,
.cid-uKDQJsGzCz .iconfont-wrapper {
  color: #ffac01;
}
.cid-thXZMMguBw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #06162b;
  overflow: hidden;
}
.cid-thXZMMguBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXZMMguBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXZMMguBw .mbr-section-head {
  width: 100%;
  padding-bottom: 60px;
}
.cid-thXZMMguBw .mbr-section-title {
  color: #3eb75e;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-thXZMMguBw .mbr-section-title {
    text-align: center !important;
  }
}
.cid-thXZMMguBw .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-thXZMMguBw .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center !important;
  }
}
.cid-thXZMMguBw .item-wrap {
  position: relative;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #c4cfde);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thXZMMguBw .item-wrap {
    padding: 30px;
    margin-bottom: 82px;
  }
}
.cid-thXZMMguBw .item-wrap:hover .carousel-control {
  opacity: 1;
}
.cid-thXZMMguBw .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-thXZMMguBw .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-thXZMMguBw .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-thXZMMguBw .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-thXZMMguBw .carousel-control {
    width: 52px;
    height: 52px;
    border-radius: 20%;
    opacity: 1 !important;
  }
}
.cid-thXZMMguBw .carousel-control.carousel-control-prev {
  left: -55px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-thXZMMguBw .carousel-control.carousel-control-prev {
    top: auto;
    bottom: -137px;
    left: -30px;
  }
}
.cid-thXZMMguBw .carousel-control.carousel-control-next {
  right: -55px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-thXZMMguBw .carousel-control.carousel-control-next {
    right: auto;
    left: 42px;
    top: auto;
    bottom: -137px;
  }
}
.cid-thXZMMguBw .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-thXZMMguBw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-thXZMMguBw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-thXZMMguBw .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-thXZMMguBw .item-menu-overlay {
  opacity: 0 !important;
}
@media (max-width: 991px) {
  .cid-thXZMMguBw .col-img {
    order: 1;
  }
}
@media (max-width: 991px) {
  .cid-thXZMMguBw .col-text {
    order: 2;
  }
}
.cid-thXZMMguBw .text-box {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXZMMguBw .text-box {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-thXZMMguBw .text-box {
    padding-top: 40px;
  }
}
.cid-thXZMMguBw .card-title {
  color: #ffac01;
  margin-bottom: 20px;
}
.cid-thXZMMguBw .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thXZMMguBw .list-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-thXZMMguBw .list-container {
    margin-top: 20px;
  }
}
.cid-thXZMMguBw .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thXZMMguBw .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-thXZMMguBw .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-thXZMMguBw .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-thXZMMguBw .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-thXZMMguBw .img-box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-thXZMMguBw .img-box img {
  aspect-ratio: 1.33333333;
  object-fit: cover;
  width: 100%;
}
.cid-uKJx02khOq {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #06162b;
}
.cid-uKJx02khOq .item:focus,
.cid-uKJx02khOq span:focus {
  outline: none;
}
.cid-uKJx02khOq .item {
  cursor: pointer;
}
.cid-uKJx02khOq .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uKJx02khOq .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uKJx02khOq .grid-container-1,
.cid-uKJx02khOq .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uKJx02khOq .grid-container-1,
  .cid-uKJx02khOq .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uKJx02khOq .mbr-section-title {
  margin-bottom: 70px;
  color: #fdfde1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKJx02khOq .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uKJx02khOq .content-head {
  max-width: 800px;
}
.cid-uKJx02khOq .container,
.cid-uKJx02khOq .container-fluid {
  overflow: hidden;
}
.cid-uKJx02khOq .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKJx02khOq .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKJx02khOq .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 4px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKJx02khOq .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uKJx02khOq .grid-container-1,
.cid-uKJx02khOq .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKJx02khOq .grid-container-1 {
  align-items: flex-end;
}
.cid-uKJx02khOq .grid-container-2 {
  align-items: flex-start;
}
.cid-uKJzleqA24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKJzleqA24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJzleqA24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJzleqA24 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKJzleqA24 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uKJzleqA24 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uKJzleqA24 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKJzleqA24 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKJzleqA24 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKJzleqA24 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKJzleqA24 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uKJzleqA24 .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uKJzleqA24 .item {
    margin-bottom: 28px;
  }
}
.cid-uKJzleqA24 .item .item-wrapper {
  height: 100%;
  border: 2px solid #666666;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uKJzleqA24 .item .item-wrapper:hover,
.cid-uKJzleqA24 .item .item-wrapper:focus {
  border: 2px solid #ffac01;
  box-shadow: 4px 4px 0 0 #ffac01;
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
}
@media (max-width: 992px) {
  .cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uKJzleqA24 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uKJzleqA24 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uKJzleqA24 .icon-wrapper {
  text-align: right;
}
.cid-uKJzleqA24 .mbr-section-title,
.cid-uKJzleqA24 .item-title,
.cid-uKJzleqA24 .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uKJzleqA24 .mbr-text,
.cid-uKJzleqA24 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uKJzleqA24 .mbr-desc,
.cid-uKJzleqA24 .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uKJzleqA24 .item-desc {
  color: #06162b;
}
.cid-uKJzleqA24 .item-text {
  color: #01132b;
}
.cid-uKJzleqA24 .item-title,
.cid-uKJzleqA24 .icon-wrapper {
  color: #06162b;
}
.cid-thY1CmElBu {
  background-image: url("../../../assets/images/screenshot-2025-05-09-at-3.44.53pm.png-2000x1105.png");
}
.cid-thY1CmElBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY1CmElBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY1CmElBu .mbr-section-title {
  color: #06162b;
}
.cid-thY1CmElBu .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-thY1CmElBu .mbr-section-btn {
  margin-top: 30px;
}
.cid-thY1CmElBu .mbr-text,
.cid-thY1CmElBu .mbr-section-btn {
  color: #06162b;
}
.cid-tLNzToCn9n {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #13171f;
}
.cid-tLNzToCn9n .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLNzToCn9n textarea {
  min-height: 150px;
}
.cid-tLNzToCn9n input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-tLNzToCn9n textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-tLNzToCn9n .form-control,
.cid-tLNzToCn9n .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-tLNzToCn9n .form-control input::-webkit-input-placeholder,
.cid-tLNzToCn9n .field-input input::-webkit-input-placeholder,
.cid-tLNzToCn9n .form-control textarea::-webkit-input-placeholder,
.cid-tLNzToCn9n .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-tLNzToCn9n .form-control input:-moz-placeholder,
.cid-tLNzToCn9n .field-input input:-moz-placeholder,
.cid-tLNzToCn9n .form-control textarea:-moz-placeholder,
.cid-tLNzToCn9n .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-tLNzToCn9n .jq-number__spin:hover,
.cid-tLNzToCn9n .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tLNzToCn9n .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLNzToCn9n .jq-selectbox li,
.cid-tLNzToCn9n .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-tLNzToCn9n .jq-selectbox li:hover,
.cid-tLNzToCn9n .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-tLNzToCn9n .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLNzToCn9n .jq-number__spin.minus:hover:after,
.cid-tLNzToCn9n .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-tLNzToCn9n .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLNzToCn9n .jq-number__spin.minus:after,
.cid-tLNzToCn9n .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-tLNzToCn9n .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-tLNzToCn9n .social-list {
    margin-bottom: 3rem;
  }
  .cid-tLNzToCn9n .email-input {
    margin-top: 2rem;
  }
}
.cid-tLNzToCn9n .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 2.4rem;
}
.cid-tLNzToCn9n .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-tLNzToCn9n .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffac01;
  margin-right: 0.6rem;
}
.cid-tLNzToCn9n .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #13171f;
  transition: all 0.3s;
}
.cid-tLNzToCn9n .mbr-iconfont-social:hover {
  color: #13171f;
}
.cid-tLNzToCn9n .social-list {
  display: flex;
}
.cid-tLNzToCn9n .social-list a {
  transition: 0.3s;
}
.cid-tLNzToCn9n .social-list a:hover {
  transform: translateY(-8px);
}
.cid-tLNzToCn9n .row {
  align-items: center;
}
.cid-tLNzToCn9n .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-tLNzToCn9n .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-tLNzToCn9n .form-btn {
  margin-top: 2.5rem;
}
.cid-tLNzToCn9n input::-webkit-input-placeholder,
.cid-tLNzToCn9n textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-tLNzToCn9n input:-moz-placeholder,
.cid-tLNzToCn9n textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-tLNzToCn9n .media-content {
    padding-right: 3rem;
  }
  .cid-tLNzToCn9n .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-tLNzToCn9n .row {
    padding: 0 1rem;
  }
}
.cid-tLNzToCn9n .btn:hover {
  background-color: #13171f !important;
  border-color: #13171f !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tLNzToCn9n .form-btn {
    width: 100%;
  }
  .cid-tLNzToCn9n .btn {
    width: 100%;
  }
}
.cid-thXV9fHxsF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #13171f;
  overflow: hidden;
}
.cid-thXV9fHxsF .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-thXV9fHxsF .copyright-container {
  padding: 40px 0;
}
.cid-thXV9fHxsF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYk4R0YIoX {
  z-index: 1000;
  width: 100%;
}
.cid-uYk4R0YIoX nav.navbar {
  position: fixed;
}
.cid-uYk4R0YIoX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYk4R0YIoX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYk4R0YIoX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYk4R0YIoX .dropdown-item:hover,
.cid-uYk4R0YIoX .dropdown-item:focus {
  background: #f3b614 !important;
  color: white !important;
}
.cid-uYk4R0YIoX .dropdown-item:hover span {
  color: white;
}
.cid-uYk4R0YIoX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYk4R0YIoX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYk4R0YIoX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYk4R0YIoX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYk4R0YIoX .nav-link {
  position: relative;
}
.cid-uYk4R0YIoX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYk4R0YIoX .container {
    flex-wrap: nowrap;
  }
}
.cid-uYk4R0YIoX .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYk4R0YIoX .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uYk4R0YIoX .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uYk4R0YIoX .navbar-nav .nav-item .nav-link:hover,
.cid-uYk4R0YIoX .navbar-nav .nav-item .nav-link:focus,
.cid-uYk4R0YIoX .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uYk4R0YIoX .dropdown-menu,
.cid-uYk4R0YIoX .navbar.opened {
  background: #13171f !important;
}
.cid-uYk4R0YIoX .nav-item:focus,
.cid-uYk4R0YIoX .nav-link:focus {
  outline: none;
}
.cid-uYk4R0YIoX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYk4R0YIoX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYk4R0YIoX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYk4R0YIoX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYk4R0YIoX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYk4R0YIoX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYk4R0YIoX .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 31, 0.6);
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uYk4R0YIoX .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uYk4R0YIoX .navbar.opened {
  transition: all 0.3s;
}
.cid-uYk4R0YIoX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYk4R0YIoX .navbar .navbar-logo img {
  width: auto;
}
.cid-uYk4R0YIoX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYk4R0YIoX .navbar.collapsed {
  justify-content: center;
}
.cid-uYk4R0YIoX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYk4R0YIoX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYk4R0YIoX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uYk4R0YIoX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYk4R0YIoX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYk4R0YIoX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYk4R0YIoX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYk4R0YIoX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYk4R0YIoX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYk4R0YIoX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYk4R0YIoX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYk4R0YIoX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYk4R0YIoX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYk4R0YIoX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYk4R0YIoX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYk4R0YIoX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYk4R0YIoX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYk4R0YIoX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYk4R0YIoX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYk4R0YIoX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYk4R0YIoX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYk4R0YIoX .navbar.navbar-short {
  min-height: 90px;
}
.cid-uYk4R0YIoX .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uYk4R0YIoX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYk4R0YIoX .navbar {
    min-height: 80px;
  }
}
.cid-uYk4R0YIoX .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uYk4R0YIoX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYk4R0YIoX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uYk4R0YIoX .navbar-brand {
    min-height: 69px;
  }
}
.cid-uYk4R0YIoX .dropdown-item.active,
.cid-uYk4R0YIoX .dropdown-item:active {
  background-color: transparent;
}
.cid-uYk4R0YIoX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYk4R0YIoX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYk4R0YIoX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYk4R0YIoX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13171f;
}
.cid-uYk4R0YIoX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYk4R0YIoX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYk4R0YIoX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYk4R0YIoX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYk4R0YIoX button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uYk4R0YIoX button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uYk4R0YIoX button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uYk4R0YIoX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uYk4R0YIoX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uYk4R0YIoX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uYk4R0YIoX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uYk4R0YIoX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYk4R0YIoX nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYk4R0YIoX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYk4R0YIoX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYk4R0YIoX nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYk4R0YIoX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYk4R0YIoX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYk4R0YIoX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYk4R0YIoX .navbar {
    height: 70px;
  }
  .cid-uYk4R0YIoX .navbar.opened {
    height: auto;
  }
  .cid-uYk4R0YIoX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYk4R0YIoX .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #13171f;
  background: rgba(19, 23, 31, 0.6);
}
@media (max-width: 575px) {
  .cid-uYk4R0YIoX .navbar-short {
    min-height: 70px;
  }
}
.cid-uYk4R0YIoX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uYk4R0YIoX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYk4R0YIoX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uYk4R0YIoX .container-fluid {
    padding: 0 3px;
  }
}
.cid-uYk4R0YIoX .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYk4R0YIoX .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uYk4R0YIoX .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uYk4R0YIoX .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uYk4R0YIoX button.navbar-toggler {
    display: flex;
  }
  .cid-uYk4R0YIoX .navbar-brand {
    width: auto !important;
  }
  .cid-uYk4R0YIoX .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uYk4R0YIoX .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uYk4R0YIoX .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uYk4R0YIoX .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uYk4R0YIoX .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uYk4R0YIoX .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uYjRj8V6ic {
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/better.jpg-2000x1143.jpg");
}
.cid-uYjRj8V6ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjRj8V6ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjRj8V6ic .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYjRj8V6ic .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uYjRj8V6ic .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYjRj8V6ic .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uYjRj8V6ic .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYjRj8V6ic .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYjRj8V6ic .mbr-label {
  color: #ffffff;
}
.cid-uYjRj8V6ic .mbr-section-title {
  color: #ffffff;
}
.cid-uYjRj8V6ic .mbr-text {
  color: #ffffff;
}
.cid-uYjRj8V6ic .mbr-section-title,
.cid-uYjRj8V6ic .mbr-section-btn {
  text-align: center;
}
.cid-uYjRj8V6ic .mbr-text,
.cid-uYjRj8V6ic .text-wrapper {
  text-align: center;
}
.cid-uYjTiM2K8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #13171f;
}
.cid-uYjTiM2K8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjTiM2K8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjTiM2K8l .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYjTiM2K8l .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uYjTiM2K8l .items-wrapper {
  margin: 0 -13px;
}
.cid-uYjTiM2K8l .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uYjTiM2K8l .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uYjTiM2K8l .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uYjTiM2K8l .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uYjTiM2K8l .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uYjTiM2K8l .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uYjTiM2K8l .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uYjTiM2K8l .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uYjTiM2K8l .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYjTiM2K8l .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYjTiM2K8l .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uYjTiM2K8l .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uYjTiM2K8l .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0079d0, #0079d0 85%);
}
.cid-uYjTiM2K8l .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ffffff, #0079d0 85%);
}
.cid-uYjTiM2K8l .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0090d0, #0079d0 85%);
}
.cid-uYjTiM2K8l .mbr-section-title,
.cid-uYjTiM2K8l .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYjTiM2K8l .item-title {
  color: #ffffff;
}
.cid-uYjTiM2K8l .item-text {
  color: #ffffff;
}
.cid-uYkfEt87jd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYkfEt87jd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkfEt87jd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkfEt87jd b,
.cid-uYkfEt87jd strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uYkfEt87jd img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uYkfEt87jd img {
    padding-bottom: 2rem;
  }
}
.cid-uYkfEt87jd .row {
  align-items: center;
}
.cid-uYkfEt87jd .mbr-section-title {
  color: #0090d0;
  text-align: center;
}
.cid-uYkfEt87jd .mbr-text,
.cid-uYkfEt87jd .mbr-section-btn {
  color: #17003b;
}
.cid-uYkfEt87jd .mbr-section-subtitle {
  color: #13171f;
  text-align: center;
}
.cid-uYnN4YYx5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #13171f;
}
.cid-uYnN4YYx5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnN4YYx5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnN4YYx5V .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYnN4YYx5V .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYnN4YYx5V .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYnN4YYx5V .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYnN4YYx5V .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYnN4YYx5V .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYnN4YYx5V .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYnN4YYx5V .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYnN4YYx5V .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnN4YYx5V .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnN4YYx5V .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uYnN4YYx5V .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYnN4YYx5V .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uYnN4YYx5V .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #13171f;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYnN4YYx5V .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uYnN4YYx5V .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYnN4YYx5V .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uYnN4YYx5V .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uYnN4YYx5V .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-uYnN4YYx5V .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uYnN4YYx5V .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uYnN4YYx5V .mbr-label,
.cid-uYnN4YYx5V .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYnN4YYx5V .mbr-section-title,
.cid-uYnN4YYx5V .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYnN4YYx5V .mbr-text,
.cid-uYnN4YYx5V .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYnN4YYx5V .item-title {
  color: #515151;
}
.cid-uYnN4YYx5V .item-text {
  color: #000000;
}
.cid-uYnN4YYx5V .item-title,
.cid-uYnN4YYx5V .icon-wrapper {
  color: #13171f;
}
.cid-thYab7yJ96 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #13171f;
  overflow: hidden;
}
.cid-thYab7yJ96 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-thYab7yJ96 .copyright-container {
  padding: 40px 0;
}
.cid-thYab7yJ96 .mbr-text {
  color: #ffffff;
  text-align: center;
}
