.btn {
  border-width: 2px;
}
body {
  font-family: 'Roboto Slab', serif;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 1.3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0453dd !important;
}
.bg-success {
  background-color: #49c843 !important;
}
.bg-info {
  background-color: #49c843 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #083382 !important;
}
.btn-primary {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-primary,
.btn-primary:active {
  background-color: #0453dd !important;
  border-color: #0453dd !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0453dd !important;
  border-color: #0453dd !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0453dd !important;
  border-color: #0453dd !important;
}
.btn-primary:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-primary:hover {
  color: black !important;
}
.btn-primary:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-secondary {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-secondary:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-secondary:hover {
  color: black !important;
}
.btn-secondary:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-info {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-info,
.btn-info:active {
  background-color: #49c843 !important;
  border-color: #49c843 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #49c843 !important;
  border-color: #49c843 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #49c843 !important;
  border-color: #49c843 !important;
}
.btn-info:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-info:hover {
  color: black !important;
}
.btn-info:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-success {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-success,
.btn-success:active {
  background-color: #49c843 !important;
  border-color: #49c843 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #49c843 !important;
  border-color: #49c843 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #49c843 !important;
  border-color: #49c843 !important;
}
.btn-success:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-success:hover {
  color: black !important;
}
.btn-success:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-warning {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-warning:hover {
  color: black !important;
}
.btn-warning:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-danger {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-danger,
.btn-danger:active {
  background-color: #083382 !important;
  border-color: #083382 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #083382 !important;
  border-color: #083382 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #083382 !important;
  border-color: #083382 !important;
}
.btn-danger:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-danger:hover {
  color: black !important;
}
.btn-danger:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-white {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-white,
.btn-white:active {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-white:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-white:hover {
  color: black !important;
}
.btn-white:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-white:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #0453dd;
  z-index: -1;
  transition: all 0.3s;
}
.btn-white:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-black {
  position: relative;
  z-index: 1;
  border: 0;
}
.btn-black,
.btn-black:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.btn-black:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-black:hover {
  color: black !important;
}
.btn-black:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0453dd;
  color: #0453dd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #023388 !important;
  background-color: transparent !important;
  border-color: #023388 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0453dd !important;
  border-color: #0453dd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #22a5e5;
  color: #22a5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #13709e !important;
  background-color: transparent !important;
  border-color: #13709e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #49c843;
  color: #49c843;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2d8b29 !important;
  background-color: transparent !important;
  border-color: #2d8b29 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #49c843 !important;
  border-color: #49c843 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #49c843;
  color: #49c843;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2d8b29 !important;
  background-color: transparent !important;
  border-color: #2d8b29 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #49c843 !important;
  border-color: #49c843 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #083382;
  color: #083382;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #031330 !important;
  background-color: transparent !important;
  border-color: #031330 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #083382 !important;
  border-color: #083382 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #272727;
  color: #272727;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0453dd !important;
}
.text-secondary {
  color: #22a5e5 !important;
}
.text-success {
  color: #49c843 !important;
}
.text-info {
  color: #49c843 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #083382 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #272727 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0453dd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #116690 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #298025 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #298025 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020d22 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0453dd;
}
.nav-tabs .nav-link:not(.active) {
  color: #272727;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #49c843;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #083382;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0453dd;
  border-color: #0453dd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0453dd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afccfe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8e5a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8e5a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #1965f1;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #0453dd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0453dd;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0453dd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0453dd;
}
.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: #0453dd;
  border-bottom-color: #0453dd;
}
.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: #ffffff !important;
  background-color: #0453dd !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: #22a5e5 !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='%230453dd' %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: color 0.6s;
}
.cid-tElrFWgiAx {
  z-index: 1000;
  width: 100%;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .dropdown-menu {
  padding: 0;
}
.cid-tElrFWgiAx .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .dropdown-item {
    text-align: left !important;
  }
}
.cid-tElrFWgiAx .dropdown-item:hover {
  background-position: right !important;
}
.cid-tElrFWgiAx .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tElrFWgiAx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tElrFWgiAx .nav-link {
  position: relative;
}
.cid-tElrFWgiAx .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tElrFWgiAx .dropdown-menu,
.cid-tElrFWgiAx .navbar.opened {
  background: #000000 !important;
}
.cid-tElrFWgiAx .nav-item:focus,
.cid-tElrFWgiAx .nav-link:focus {
  outline: none;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tElrFWgiAx .navbar.opened {
  transition: all 0.3s;
}
.cid-tElrFWgiAx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tElrFWgiAx .navbar .navbar-logo img {
  width: auto;
}
.cid-tElrFWgiAx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tElrFWgiAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tElrFWgiAx .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-tElrFWgiAx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tElrFWgiAx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tElrFWgiAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tElrFWgiAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tElrFWgiAx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar {
    min-height: 80px;
  }
}
.cid-tElrFWgiAx .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tElrFWgiAx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tElrFWgiAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tElrFWgiAx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-brand {
    min-height: 69px;
  }
}
.cid-tElrFWgiAx .dropdown-item.active,
.cid-tElrFWgiAx .dropdown-item:active {
  background-color: transparent;
}
.cid-tElrFWgiAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tElrFWgiAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tElrFWgiAx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tElrFWgiAx button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tElrFWgiAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .navbar {
    height: 70px;
  }
  .cid-tElrFWgiAx .navbar.opened {
    height: auto;
  }
  .cid-tElrFWgiAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tElrFWgiAx .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-short {
    min-height: 70px;
  }
}
.cid-tElrFWgiAx .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 3px;
  }
}
.cid-tElrFWgiAx .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tElrFWgiAx .navbar-nav {
  display: flex !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:focus,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tElrFWgiAx .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tElrFWgiAx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tElrFWgiAx button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tElrFWgiAx .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tElrFWgiAx .offcanvas.show {
  transform: translateX(0);
}
.cid-tElrFWgiAx .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tElrFWgiAx .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tElrFWgiAx .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tElrFWgiAx .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tElrFWgiAx .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tElrFWgiAx .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tElrFWgiAx .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .social-container {
    padding-top: 40px;
  }
}
.cid-tElrFWgiAx .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tElrFWgiAx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tElrFWgiAx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tElrFWgiAx .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tElrFWgiAx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tElrFWgiAx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tElrFWgiAx .soc-item:hover:before {
  opacity: 1;
}
.cid-tElrFWgiAx .offcanvas_btn {
  margin-top: auto;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tEma0lAiue {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tEma0lAiue .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEma0lAiue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEma0lAiue .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tEma0lAiue .container-fluid {
    padding: 0 12px;
  }
}
.cid-tEma0lAiue .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tEma0lAiue .container {
    padding: 0 20px;
  }
}
.cid-tEma0lAiue .row {
  margin-top: -2px;
}
.cid-tEma0lAiue .card {
  padding: 0;
}
.cid-tEma0lAiue .image-wrapper {
  border: 2px solid #01102a;
}
.cid-tEma0lAiue .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tEma0lAiue .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tEma0lAiue .title-wrapper {
  border: 2px solid #01102a;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tEma0lAiue .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tEma0lAiue .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tEma0lAiue .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tEma0lAiue .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tEma0lAiue .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tEma0lAiue .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tEma0lAiue .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tEma0lAiue .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tEma0lAiue .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tEma0lAiue .mbr-section-title {
  color: #ffffff;
}
.cid-tEma0lAiue .mbr-text {
  color: #ffffff;
}
.cid-tEma0lAiue .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tEma0lAiue .mbr-section-btn {
    text-align: left;
  }
}
.cid-tEma0lAiue .mbr-section-title,
.cid-tEma0lAiue .mbr-section-btn {
  color: #9fdbf8;
}
.cid-txA7mwE5eJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01102a;
}
.cid-txA7mwE5eJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txA7mwE5eJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txA7mwE5eJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txA7mwE5eJ .container-fluid {
    padding: 0 30px;
  }
}
.cid-txA7mwE5eJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-txA7mwE5eJ .container {
    padding: 0 30px;
  }
}
.cid-txA7mwE5eJ .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-txA7mwE5eJ .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-txA7mwE5eJ .video-block {
    padding: 0;
  }
}
.cid-txA7mwE5eJ .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-txA7mwE5eJ .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-txA7mwE5eJ .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-txA7mwE5eJ .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-txA7mwE5eJ .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #f7df67;
  text-shadow: none;
  border-radius: 100%;
  border: 1px solid #f7df67;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-txA7mwE5eJ .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-txA7mwE5eJ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-twGVYVGI1F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #045efb;
}
.cid-twGVYVGI1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-twGVYVGI1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twGVYVGI1F .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-twGVYVGI1F .text-container {
    margin: 0 5%;
  }
}
.cid-twGVYVGI1F .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-twGVYVGI1F .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-twGVYVGI1F .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-twGVYVGI1F .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-twGVYVGI1F .mbr-text {
  color: #e8e8e8;
}
.cid-twGVYVGI1F .mbr-desc,
.cid-twGVYVGI1F .mbr-iconfont {
  color: #e8e8e8;
}
.cid-twGVYVGI1F .mbr-text,
.cid-twGVYVGI1F .text-container {
  text-align: center;
}
.cid-twGW5z9xAd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #074bc3;
}
.cid-twGW5z9xAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-twGW5z9xAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twGW5z9xAd .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-twGW5z9xAd .text-container {
    margin: 0 5%;
  }
}
.cid-twGW5z9xAd .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-twGW5z9xAd .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-twGW5z9xAd .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-twGW5z9xAd .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-twGW5z9xAd .mbr-text {
  color: #e8e8e8;
}
.cid-twGW5z9xAd .mbr-desc,
.cid-twGW5z9xAd .mbr-iconfont {
  color: #e8e8e8;
}
.cid-twGW5z9xAd .mbr-text,
.cid-twGW5z9xAd .text-container {
  text-align: center;
}
.cid-twGW7SNpbX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #8caff0;
}
.cid-twGW7SNpbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-twGW7SNpbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twGW7SNpbX .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-twGW7SNpbX .text-container {
    margin: 0 5%;
  }
}
.cid-twGW7SNpbX .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-twGW7SNpbX .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-twGW7SNpbX .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-twGW7SNpbX .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-twGW7SNpbX .mbr-text {
  color: #e8e8e8;
}
.cid-twGW7SNpbX .mbr-desc,
.cid-twGW7SNpbX .mbr-iconfont {
  color: #e8e8e8;
}
.cid-twGW7SNpbX .mbr-text,
.cid-twGW7SNpbX .text-container {
  text-align: center;
}
.cid-tvnwROd3T2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tvnwROd3T2 .container-fluid {
  padding: 0 3rem;
}
.cid-tvnwROd3T2 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvnwROd3T2 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tvnwROd3T2 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tvnwROd3T2 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tvnwROd3T2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tvnwROd3T2 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tvnwROd3T2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tvnwROd3T2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0453dd, #22a5e5);
  display: inline-block;
}
.cid-tw4Ef9coo3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tw4Ef9coo3 .container-fluid {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}
.cid-tw4Ef9coo3 .image-wrapper {
  height: 100%;
}
.cid-tw4Ef9coo3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEmjwqojJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tEmjwqojJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmjwqojJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEmjwqojJt .container {
    padding: 0 30px;
  }
}
.cid-tEmjwqojJt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEmjwqojJt .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tEmjwqojJt .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tEmjwqojJt .mbr-section-btn {
    display: block;
  }
}
.cid-tEmjwqojJt .mbr-section-title {
  color: #ffffff;
}
.cid-twAtL0TXdq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1536x1920.jpg");
}
.cid-twAtL0TXdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAtL0TXdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAtL0TXdq .container-fluid {
  padding: 0;
}
.cid-twAtL0TXdq .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-twAtL0TXdq .row {
    padding: 0 12px;
  }
}
.cid-twAtL0TXdq .container-wrapper {
  padding: 0;
}
.cid-twAtL0TXdq .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-twAtL0TXdq .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-twAtL0TXdq .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-twAtL0TXdq .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-twAtL0TXdq .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-twAtL0TXdq .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-twAtL0TXdq .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-twAtL0TXdq .mbr-section-title {
  color: #ffffff;
}
.cid-twAtL0TXdq .list {
  color: #1c314e;
}
.cid-twAtL0TXdq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tEmjWgeCAn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tEmjWgeCAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmjWgeCAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEmjWgeCAn .container {
    padding: 0 30px;
  }
}
.cid-tEmjWgeCAn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEmjWgeCAn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tEmjWgeCAn .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tEmjWgeCAn .mbr-section-btn {
    display: block;
  }
}
.cid-tEmjWgeCAn .mbr-section-title {
  color: #ffffff;
}
.cid-tEBj4pAqZY {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tEBj4pAqZY .link-wrap {
  width: 100%;
}
.cid-tEBj4pAqZY .link {
  display: inline-block;
}
.cid-tEBj4pAqZY .card {
  margin: auto;
}
.cid-tEBj4pAqZY .item {
  position: relative;
  padding: 1rem 0;
  padding-left: 2rem;
  border-bottom: 1px solid #efefef;
  width: 100%;
  font-weight: 600;
}
.cid-tEBj4pAqZY .item:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #0077ff;
  font-size: 0.8rem;
}
.cid-tEBj4pAqZY .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-tEBj4pAqZY .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #f7df67;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEBj4pAqZY .link a:hover {
  text-decoration: underline;
}
.cid-tEBj4pAqZY .link,
.cid-tEBj4pAqZY .link-wrap {
  color: #0077ff;
}
.cid-tEBj4pAqZY .mbr-text,
.cid-tEBj4pAqZY .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tEBj4pAqZY {
    padding-top: 30px;
  }
  .cid-tEBj4pAqZY .card-wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tEBj4pAqZY .card-title,
.cid-tEBj4pAqZY .card-box {
  color: #2248e5;
}
.cid-t3rRSFErIH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1536x1920.jpg");
}
.cid-t3rRSFErIH .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-t3rRSFErIH .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t3rRSFErIH .card-wrapper {
  padding: 3rem;
  padding-bottom: 1rem;
  background: #000000;
  position: relative;
  margin-bottom: 2rem;
}
.cid-t3rRSFErIH .card-wrapper .mbr-iconfont {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .cid-t3rRSFErIH .card-wrapper {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.cid-t3rRSFErIH .primary {
  background: #0453dd;
}
.cid-t3rRSFErIH .primary .mbr-iconfont {
  color: #ffffff;
}
.cid-t3rRSFErIH .mbr-text {
  color: #bbbbbb;
}
.cid-t3rRSFErIH .name {
  color: #ffffff;
}
.cid-t3rRSFErIH .position {
  color: #bbbbbb;
}
.cid-t3rRSFErIH .mbr-section-title {
  color: #ffffff;
}
.cid-t3rRSFErIH .mbr-primarytext {
  color: #ffffff;
}
.cid-t3rRSFErIH .primary-name {
  color: #000000;
}
.cid-t3rRSFErIH .primary-position {
  color: #000000;
}
.cid-tEmKnBxHVa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tEmKnBxHVa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEmKnBxHVa .row {
  flex-direction: row-reverse;
}
.cid-tEmKnBxHVa img {
  width: 100%;
  height: 600px;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tEmKnBxHVa .image-wrapper {
  overflow: hidden;
  height: 600px;
}
.cid-tEmKnBxHVa .image-wrapper:hover img {
  transform: scale(1.03);
}
@media (max-width: 992px) {
  .cid-tEmKnBxHVa .image-wrapper {
    height: 400px;
  }
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
.cid-twAXJNL205 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wavre-taxi-aeroport-brabant-wallon-1600x785.jpg");
}
.cid-twAXJNL205 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAXJNL205 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAXJNL205 .mbr-title {
  margin-bottom: 30px;
  color: #f7df67;
}
@media (max-width: 575px) {
  .cid-twAXJNL205 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-twAXJNL205 .mbr-subtitle {
  padding-top: 20px;
  color: #fafafa;
}
.cid-twAXJNL205 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-twAXJNL205 .mbr-section-btn {
  padding-top: 40px;
}
.cid-twAXJO3NTF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #04183c;
}
.cid-twAXJO3NTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAXJO3NTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAXJO3NTF .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-twAXJO3NTF .text-container {
    margin: 0 5%;
  }
}
.cid-twAXJO3NTF .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-twAXJO3NTF .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-twAXJO3NTF .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-twAXJO3NTF .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-twAXJO3NTF .mbr-text {
  color: #e8e8e8;
}
.cid-twAXJO3NTF .mbr-desc,
.cid-twAXJO3NTF .mbr-iconfont {
  color: #e8e8e8;
}
.cid-twAXJO3NTF .mbr-text,
.cid-twAXJO3NTF .text-container {
  text-align: center;
}
.cid-twAXJO3NTF .mbr-desc,
.cid-twAXJO3NTF .mbr-iconfont,
.cid-twAXJO3NTF .text-container {
  color: #4479d9;
}
.cid-twAXJO3NTF P {
  color: #f7df67;
}
.cid-twAXJOkOug {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/taxi-aeroport-brabant-wallon-1600x1067.jpeg");
}
.cid-twAXJOkOug .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAXJOkOug img {
  border-radius: 1rem;
}
.cid-twAXJOkOug .row {
  padding: 0 1rem;
}
.cid-twAXJOkOug .btn {
  transition: all 0.3s;
}
.cid-twAXJOkOug .btn:hover,
.cid-twAXJOkOug .btn:focus {
  background: white !important;
  color: #101112 !important;
  border: 2px dashed #101112 !important;
}
.cid-twAXJOkOug .card {
  background: #101112;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-twAXJOkOug .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-twAXJOkOug .card {
    padding: 3rem 2rem;
  }
}
.cid-twAXJOkOug .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-twAXJOkOug .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twAXJOkOug .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twAXJOkOug .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-twAXJOkOug .mbr-section-subtitle,
.cid-twAXJOkOug .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-twAXJOkOug .mbr-text,
.cid-twAXJOkOug .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-twAXJOD6gv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-twAXJOD6gv .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-twAXJOD6gv .mbr-text {
  color: #353535;
}
.cid-twAXJOD6gv .mbr-section-title {
  color: #02348c;
}
.cid-twAXJP0TPC {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-twAXJP0TPC .mbr-overlay {
  background-color: #353535;
  opacity: 0;
}
.cid-twAXJP0TPC input,
.cid-twAXJP0TPC textarea {
  border-radius: 0;
}
.cid-twAXJP0TPC input:hover,
.cid-twAXJP0TPC textarea:hover {
  border: 1px solid transparent !important;
}
.cid-twAXJP0TPC textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-twAXJP0TPC .col-auto {
    margin: auto;
  }
}
.cid-twAXJP0TPC .mbr-main-subtitle {
  background: #0453dd;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-twAXJP0TPC .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #0453dd;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-twAXJP0TPC .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-twAXJP0TPC .btn {
  padding: 1rem 3rem;
}
.cid-twAXJP0TPC .mbr-section-text {
  color: #ffffff;
}
.cid-twAXJP0TPC .mbr-section-title {
  color: #ffffff;
}
.cid-tElrFWgiAx {
  z-index: 1000;
  width: 100%;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .dropdown-menu {
  padding: 0;
}
.cid-tElrFWgiAx .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .dropdown-item {
    text-align: left !important;
  }
}
.cid-tElrFWgiAx .dropdown-item:hover {
  background-position: right !important;
}
.cid-tElrFWgiAx .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tElrFWgiAx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tElrFWgiAx .nav-link {
  position: relative;
}
.cid-tElrFWgiAx .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tElrFWgiAx .dropdown-menu,
.cid-tElrFWgiAx .navbar.opened {
  background: #000000 !important;
}
.cid-tElrFWgiAx .nav-item:focus,
.cid-tElrFWgiAx .nav-link:focus {
  outline: none;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tElrFWgiAx .navbar.opened {
  transition: all 0.3s;
}
.cid-tElrFWgiAx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tElrFWgiAx .navbar .navbar-logo img {
  width: auto;
}
.cid-tElrFWgiAx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tElrFWgiAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tElrFWgiAx .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-tElrFWgiAx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tElrFWgiAx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tElrFWgiAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tElrFWgiAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tElrFWgiAx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar {
    min-height: 80px;
  }
}
.cid-tElrFWgiAx .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tElrFWgiAx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tElrFWgiAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tElrFWgiAx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-brand {
    min-height: 69px;
  }
}
.cid-tElrFWgiAx .dropdown-item.active,
.cid-tElrFWgiAx .dropdown-item:active {
  background-color: transparent;
}
.cid-tElrFWgiAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tElrFWgiAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tElrFWgiAx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tElrFWgiAx button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tElrFWgiAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .navbar {
    height: 70px;
  }
  .cid-tElrFWgiAx .navbar.opened {
    height: auto;
  }
  .cid-tElrFWgiAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tElrFWgiAx .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-short {
    min-height: 70px;
  }
}
.cid-tElrFWgiAx .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 3px;
  }
}
.cid-tElrFWgiAx .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tElrFWgiAx .navbar-nav {
  display: flex !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:focus,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tElrFWgiAx .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tElrFWgiAx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tElrFWgiAx button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tElrFWgiAx .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tElrFWgiAx .offcanvas.show {
  transform: translateX(0);
}
.cid-tElrFWgiAx .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tElrFWgiAx .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tElrFWgiAx .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tElrFWgiAx .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tElrFWgiAx .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tElrFWgiAx .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tElrFWgiAx .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .social-container {
    padding-top: 40px;
  }
}
.cid-tElrFWgiAx .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tElrFWgiAx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tElrFWgiAx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tElrFWgiAx .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tElrFWgiAx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tElrFWgiAx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tElrFWgiAx .soc-item:hover:before {
  opacity: 1;
}
.cid-tElrFWgiAx .offcanvas_btn {
  margin-top: auto;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
.cid-twdyNPof53 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-595x397.jpg");
}
.cid-twdyNPof53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twdyNPof53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twdyNPof53 .mbr-title {
  margin-bottom: 30px;
  color: #6ec7f2;
}
@media (max-width: 575px) {
  .cid-twdyNPof53 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-twdyNPof53 .mbr-subtitle {
  padding-top: 20px;
  color: #fafafa;
}
.cid-twdyNPof53 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-twdyNPof53 .mbr-section-btn {
  padding-top: 40px;
}
.cid-tEJJV2Qoal {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEJJV2Qoal .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEJJV2Qoal .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEJJV2Qoal .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEJJV2Qoal .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEJJV2Qoal .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEJJV2Qoal .mbr-text {
  color: #000000;
}
.cid-twdyRclQs0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/conduire-ca-1000x665.jpg");
}
.cid-twdyRclQs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twdyRclQs0 img {
  border-radius: 1rem;
}
.cid-twdyRclQs0 .row {
  padding: 0 1rem;
}
.cid-twdyRclQs0 .btn {
  transition: all 0.3s;
}
.cid-twdyRclQs0 .btn:hover,
.cid-twdyRclQs0 .btn:focus {
  background: white !important;
  color: #101112 !important;
  border: 2px dashed #101112 !important;
}
.cid-twdyRclQs0 .card {
  background: #101112;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-twdyRclQs0 .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-twdyRclQs0 .card {
    padding: 3rem 2rem;
  }
}
.cid-twdyRclQs0 .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-twdyRclQs0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twdyRclQs0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twdyRclQs0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-twdyRclQs0 .mbr-section-subtitle,
.cid-twdyRclQs0 .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-twdyRclQs0 .mbr-text,
.cid-twdyRclQs0 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tEJNrqlMOQ {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEJNrqlMOQ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEJNrqlMOQ .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEJNrqlMOQ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEJNrqlMOQ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEJNrqlMOQ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEJNrqlMOQ .mbr-text {
  color: #000000;
}
.cid-twdqFuZPBF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #272727;
}
.cid-twdqFuZPBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-twdqFuZPBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twdqFuZPBF .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-twdqFuZPBF .text-container {
    margin: 0 5%;
  }
}
.cid-twdqFuZPBF .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-twdqFuZPBF .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-twdqFuZPBF .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-twdqFuZPBF .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-twdqFuZPBF .mbr-text {
  color: #e8e8e8;
}
.cid-twdqFuZPBF .mbr-desc,
.cid-twdqFuZPBF .mbr-iconfont {
  color: #e8e8e8;
}
.cid-twdqFuZPBF .mbr-text,
.cid-twdqFuZPBF .text-container {
  text-align: center;
}
.cid-twdqFuZPBF .mbr-desc,
.cid-twdqFuZPBF .mbr-iconfont,
.cid-twdqFuZPBF .text-container {
  color: #4479d9;
}
.cid-twASsctyWV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-twASsctyWV .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-twASsctyWV .mbr-text {
  color: #353535;
}
.cid-twASsctyWV .mbr-section-title {
  color: #000000;
}
.cid-tEJO1oK0Mc {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEJO1oK0Mc .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEJO1oK0Mc .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEJO1oK0Mc .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEJO1oK0Mc .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEJO1oK0Mc .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEJO1oK0Mc .mbr-text {
  color: #000000;
}
.cid-twLAMjSTvo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #170f2b;
}
@media (max-width: 991px) {
  .cid-twLAMjSTvo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twLAMjSTvo .text-wrapper {
  padding: 2rem 1rem;
}
.cid-twLAMjSTvo img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-twLAMjSTvo .text-wrapper {
    padding: 2rem;
  }
}
.cid-twLAMjSTvo .mbr-text {
  color: #ffffff;
}
.cid-twLAMjSTvo .mbr-section-title {
  color: #f7df67;
}
.cid-twLAMjSTvo .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tElrFWgiAx {
  z-index: 1000;
  width: 100%;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .dropdown-menu {
  padding: 0;
}
.cid-tElrFWgiAx .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .dropdown-item {
    text-align: left !important;
  }
}
.cid-tElrFWgiAx .dropdown-item:hover {
  background-position: right !important;
}
.cid-tElrFWgiAx .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tElrFWgiAx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tElrFWgiAx .nav-link {
  position: relative;
}
.cid-tElrFWgiAx .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tElrFWgiAx .dropdown-menu,
.cid-tElrFWgiAx .navbar.opened {
  background: #000000 !important;
}
.cid-tElrFWgiAx .nav-item:focus,
.cid-tElrFWgiAx .nav-link:focus {
  outline: none;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tElrFWgiAx .navbar.opened {
  transition: all 0.3s;
}
.cid-tElrFWgiAx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tElrFWgiAx .navbar .navbar-logo img {
  width: auto;
}
.cid-tElrFWgiAx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tElrFWgiAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tElrFWgiAx .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-tElrFWgiAx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tElrFWgiAx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tElrFWgiAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tElrFWgiAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tElrFWgiAx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar {
    min-height: 80px;
  }
}
.cid-tElrFWgiAx .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tElrFWgiAx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tElrFWgiAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tElrFWgiAx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-brand {
    min-height: 69px;
  }
}
.cid-tElrFWgiAx .dropdown-item.active,
.cid-tElrFWgiAx .dropdown-item:active {
  background-color: transparent;
}
.cid-tElrFWgiAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tElrFWgiAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tElrFWgiAx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tElrFWgiAx button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tElrFWgiAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .navbar {
    height: 70px;
  }
  .cid-tElrFWgiAx .navbar.opened {
    height: auto;
  }
  .cid-tElrFWgiAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tElrFWgiAx .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-short {
    min-height: 70px;
  }
}
.cid-tElrFWgiAx .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 3px;
  }
}
.cid-tElrFWgiAx .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tElrFWgiAx .navbar-nav {
  display: flex !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:focus,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tElrFWgiAx .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tElrFWgiAx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tElrFWgiAx button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tElrFWgiAx .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tElrFWgiAx .offcanvas.show {
  transform: translateX(0);
}
.cid-tElrFWgiAx .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tElrFWgiAx .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tElrFWgiAx .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tElrFWgiAx .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tElrFWgiAx .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tElrFWgiAx .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tElrFWgiAx .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .social-container {
    padding-top: 40px;
  }
}
.cid-tElrFWgiAx .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tElrFWgiAx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tElrFWgiAx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tElrFWgiAx .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tElrFWgiAx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tElrFWgiAx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tElrFWgiAx .soc-item:hover:before {
  opacity: 1;
}
.cid-tElrFWgiAx .offcanvas_btn {
  margin-top: auto;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
.cid-twM9Nsf1IE {
  background-image: url("../../../assets/images/driver-with-opened-car-door-2000x1331.jpg");
}
.cid-twM9Nsf1IE .mbr-section-title {
  color: #f7df67;
}
.cid-twM9Nsf1IE .mbr-text,
.cid-twM9Nsf1IE .mbr-section-btn {
  color: #fafafa;
}
.cid-twM7jm2Bde {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #170f2b;
}
@media (min-width: 1400px) {
  .cid-twM7jm2Bde .container {
    max-width: 1200px;
  }
}
.cid-twM7jm2Bde .row {
  justify-content: space-between;
}
.cid-twM7jm2Bde .text-wrapper {
  border-left: 4px solid #0453dd;
  padding-left: 2rem;
}
.cid-twM7jm2Bde .mbr-main-subtitle {
  background: #0453dd;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #ffffff;
}
.cid-twM7jm2Bde .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #0453dd;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-twM7jm2Bde .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-twM7jm2Bde .image-wrap {
  overflow: hidden;
}
.cid-twM7jm2Bde .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-twM7jm2Bde .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-twM7jm2Bde .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-twM7jm2Bde .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-twM7jm2Bde .card-text,
.cid-twM7jm2Bde .mbr-section-btn,
.cid-twM7jm2Bde .social-row {
  color: #ffffff;
}
.cid-twM7jm2Bde .card1-text {
  color: #353535;
}
.cid-twM7jm2Bde .card-title,
.cid-twM7jm2Bde .social-row {
  color: #000000;
}
.cid-twM7jm2Bde .mbr-section-title {
  color: #ffffff;
}
.cid-twM7jm2Bde .card1-text,
.cid-twM7jm2Bde .mbr-section-btn {
  color: #ffffff;
}
.cid-tElrFWgiAx {
  z-index: 1000;
  width: 100%;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .dropdown-menu {
  padding: 0;
}
.cid-tElrFWgiAx .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .dropdown-item {
    text-align: left !important;
  }
}
.cid-tElrFWgiAx .dropdown-item:hover {
  background-position: right !important;
}
.cid-tElrFWgiAx .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tElrFWgiAx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tElrFWgiAx .nav-link {
  position: relative;
}
.cid-tElrFWgiAx .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tElrFWgiAx .dropdown-menu,
.cid-tElrFWgiAx .navbar.opened {
  background: #000000 !important;
}
.cid-tElrFWgiAx .nav-item:focus,
.cid-tElrFWgiAx .nav-link:focus {
  outline: none;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tElrFWgiAx .navbar.opened {
  transition: all 0.3s;
}
.cid-tElrFWgiAx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tElrFWgiAx .navbar .navbar-logo img {
  width: auto;
}
.cid-tElrFWgiAx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tElrFWgiAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tElrFWgiAx .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-tElrFWgiAx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tElrFWgiAx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tElrFWgiAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tElrFWgiAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tElrFWgiAx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar {
    min-height: 80px;
  }
}
.cid-tElrFWgiAx .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tElrFWgiAx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tElrFWgiAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tElrFWgiAx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-brand {
    min-height: 69px;
  }
}
.cid-tElrFWgiAx .dropdown-item.active,
.cid-tElrFWgiAx .dropdown-item:active {
  background-color: transparent;
}
.cid-tElrFWgiAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tElrFWgiAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tElrFWgiAx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tElrFWgiAx button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tElrFWgiAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .navbar {
    height: 70px;
  }
  .cid-tElrFWgiAx .navbar.opened {
    height: auto;
  }
  .cid-tElrFWgiAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tElrFWgiAx .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-short {
    min-height: 70px;
  }
}
.cid-tElrFWgiAx .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 3px;
  }
}
.cid-tElrFWgiAx .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tElrFWgiAx .navbar-nav {
  display: flex !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:focus,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tElrFWgiAx .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tElrFWgiAx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tElrFWgiAx button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tElrFWgiAx .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tElrFWgiAx .offcanvas.show {
  transform: translateX(0);
}
.cid-tElrFWgiAx .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tElrFWgiAx .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tElrFWgiAx .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tElrFWgiAx .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tElrFWgiAx .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tElrFWgiAx .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tElrFWgiAx .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .social-container {
    padding-top: 40px;
  }
}
.cid-tElrFWgiAx .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tElrFWgiAx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tElrFWgiAx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tElrFWgiAx .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tElrFWgiAx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tElrFWgiAx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tElrFWgiAx .soc-item:hover:before {
  opacity: 1;
}
.cid-tElrFWgiAx .offcanvas_btn {
  margin-top: auto;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-twMciOPLul {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #170f2b;
}
@media (max-width: 991px) {
  .cid-twMciOPLul .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twMciOPLul .text-wrapper {
  padding: 2rem 1rem;
}
.cid-twMciOPLul img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-twMciOPLul .text-wrapper {
    padding: 2rem;
  }
}
.cid-twMciOPLul .mbr-text {
  color: #ffffff;
}
.cid-twMciOPLul .mbr-section-title {
  color: #49c843;
}
.cid-twMciOPLul .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
.cid-twLyXczh38 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1536x1920.jpg");
}
.cid-twLyXczh38 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-twLyXczh38 input,
.cid-twLyXczh38 textarea {
  border-radius: 0;
}
.cid-twLyXczh38 input:hover,
.cid-twLyXczh38 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-twLyXczh38 textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-twLyXczh38 .col-auto {
    margin: auto;
  }
}
.cid-twLyXczh38 .mbr-main-subtitle {
  background: #0453dd;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-twLyXczh38 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #0453dd;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-twLyXczh38 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-twLyXczh38 .btn {
  padding: 1rem 3rem;
}
.cid-twLyXczh38 .form-control,
.cid-twLyXczh38 .field-input {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-twLyXczh38 .form-control::-webkit-input-placeholder,
.cid-twLyXczh38 .field-input::-webkit-input-placeholder,
.cid-twLyXczh38 .form-control::-webkit-input-placeholder,
.cid-twLyXczh38 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-twLyXczh38 .form-control:-moz-placeholder,
.cid-twLyXczh38 .field-input:-moz-placeholder,
.cid-twLyXczh38 .form-control:-moz-placeholder,
.cid-twLyXczh38 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-twLyXczh38 .form-control:hover,
.cid-twLyXczh38 .field-input:hover,
.cid-twLyXczh38 .form-control:focus,
.cid-twLyXczh38 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #101112;
  box-shadow: none;
  outline: none;
}
.cid-twLyXczh38 .form-control:hover::-webkit-input-placeholder,
.cid-twLyXczh38 .field-input:hover::-webkit-input-placeholder,
.cid-twLyXczh38 .form-control:focus::-webkit-input-placeholder,
.cid-twLyXczh38 .field-input:focus::-webkit-input-placeholder,
.cid-twLyXczh38 .form-control:hover::-webkit-input-placeholder,
.cid-twLyXczh38 .field-input:hover::-webkit-input-placeholder,
.cid-twLyXczh38 .form-control:focus::-webkit-input-placeholder,
.cid-twLyXczh38 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-twLyXczh38 .form-control:hover:-moz-placeholder,
.cid-twLyXczh38 .field-input:hover:-moz-placeholder,
.cid-twLyXczh38 .form-control:focus:-moz-placeholder,
.cid-twLyXczh38 .field-input:focus:-moz-placeholder,
.cid-twLyXczh38 .form-control:hover:-moz-placeholder,
.cid-twLyXczh38 .field-input:hover:-moz-placeholder,
.cid-twLyXczh38 .form-control:focus:-moz-placeholder,
.cid-twLyXczh38 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-twLyXczh38 .jq-number__spin:hover,
.cid-twLyXczh38 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-twLyXczh38 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-twLyXczh38 .jq-selectbox li,
.cid-twLyXczh38 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-twLyXczh38 .jq-selectbox li:hover,
.cid-twLyXczh38 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-twLyXczh38 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-twLyXczh38 .jq-number__spin.minus:hover:after,
.cid-twLyXczh38 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-twLyXczh38 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-twLyXczh38 .jq-number__spin.minus:after,
.cid-twLyXczh38 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-twLyXczh38 .mbr-section-text {
  color: #ffffff;
}
.cid-twLyXczh38 .mbr-section-title {
  color: #f7df67;
}
.cid-tElrFWgiAx {
  z-index: 1000;
  width: 100%;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .dropdown-menu {
  padding: 0;
}
.cid-tElrFWgiAx .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .dropdown-item {
    text-align: left !important;
  }
}
.cid-tElrFWgiAx .dropdown-item:hover {
  background-position: right !important;
}
.cid-tElrFWgiAx .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tElrFWgiAx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tElrFWgiAx .nav-link {
  position: relative;
}
.cid-tElrFWgiAx .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tElrFWgiAx .dropdown-menu,
.cid-tElrFWgiAx .navbar.opened {
  background: #000000 !important;
}
.cid-tElrFWgiAx .nav-item:focus,
.cid-tElrFWgiAx .nav-link:focus {
  outline: none;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tElrFWgiAx .navbar.opened {
  transition: all 0.3s;
}
.cid-tElrFWgiAx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tElrFWgiAx .navbar .navbar-logo img {
  width: auto;
}
.cid-tElrFWgiAx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tElrFWgiAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tElrFWgiAx .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-tElrFWgiAx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tElrFWgiAx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tElrFWgiAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tElrFWgiAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tElrFWgiAx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar {
    min-height: 80px;
  }
}
.cid-tElrFWgiAx .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tElrFWgiAx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tElrFWgiAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tElrFWgiAx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-brand {
    min-height: 69px;
  }
}
.cid-tElrFWgiAx .dropdown-item.active,
.cid-tElrFWgiAx .dropdown-item:active {
  background-color: transparent;
}
.cid-tElrFWgiAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tElrFWgiAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tElrFWgiAx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tElrFWgiAx button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tElrFWgiAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .navbar {
    height: 70px;
  }
  .cid-tElrFWgiAx .navbar.opened {
    height: auto;
  }
  .cid-tElrFWgiAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tElrFWgiAx .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-short {
    min-height: 70px;
  }
}
.cid-tElrFWgiAx .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 3px;
  }
}
.cid-tElrFWgiAx .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tElrFWgiAx .navbar-nav {
  display: flex !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:focus,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tElrFWgiAx .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tElrFWgiAx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tElrFWgiAx button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tElrFWgiAx .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tElrFWgiAx .offcanvas.show {
  transform: translateX(0);
}
.cid-tElrFWgiAx .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tElrFWgiAx .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tElrFWgiAx .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tElrFWgiAx .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tElrFWgiAx .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tElrFWgiAx .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tElrFWgiAx .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .social-container {
    padding-top: 40px;
  }
}
.cid-tElrFWgiAx .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tElrFWgiAx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tElrFWgiAx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tElrFWgiAx .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tElrFWgiAx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tElrFWgiAx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tElrFWgiAx .soc-item:hover:before {
  opacity: 1;
}
.cid-tElrFWgiAx .offcanvas_btn {
  margin-top: auto;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-twLATNMebS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #170f2b;
}
@media (max-width: 991px) {
  .cid-twLATNMebS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twLATNMebS .text-wrapper {
  padding: 2rem 1rem;
}
.cid-twLATNMebS img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-twLATNMebS .text-wrapper {
    padding: 2rem;
  }
}
.cid-twLATNMebS .mbr-text {
  color: #ffffff;
}
.cid-twLATNMebS .mbr-section-title {
  color: #71ff6b;
}
.cid-twLATNMebS .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
.cid-tElrFWgiAx {
  z-index: 1000;
  width: 100%;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .dropdown-menu {
  padding: 0;
}
.cid-tElrFWgiAx .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .dropdown-item {
    text-align: left !important;
  }
}
.cid-tElrFWgiAx .dropdown-item:hover {
  background-position: right !important;
}
.cid-tElrFWgiAx .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tElrFWgiAx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tElrFWgiAx .nav-link {
  position: relative;
}
.cid-tElrFWgiAx .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tElrFWgiAx .dropdown-menu,
.cid-tElrFWgiAx .navbar.opened {
  background: #000000 !important;
}
.cid-tElrFWgiAx .nav-item:focus,
.cid-tElrFWgiAx .nav-link:focus {
  outline: none;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tElrFWgiAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tElrFWgiAx .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tElrFWgiAx .navbar.opened {
  transition: all 0.3s;
}
.cid-tElrFWgiAx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tElrFWgiAx .navbar .navbar-logo img {
  width: auto;
}
.cid-tElrFWgiAx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tElrFWgiAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tElrFWgiAx .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-tElrFWgiAx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tElrFWgiAx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tElrFWgiAx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tElrFWgiAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tElrFWgiAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tElrFWgiAx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar {
    min-height: 80px;
  }
}
.cid-tElrFWgiAx .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tElrFWgiAx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tElrFWgiAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tElrFWgiAx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-brand {
    min-height: 69px;
  }
}
.cid-tElrFWgiAx .dropdown-item.active,
.cid-tElrFWgiAx .dropdown-item:active {
  background-color: transparent;
}
.cid-tElrFWgiAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tElrFWgiAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tElrFWgiAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tElrFWgiAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tElrFWgiAx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tElrFWgiAx button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tElrFWgiAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tElrFWgiAx .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-tElrFWgiAx .navbar {
    height: 70px;
  }
  .cid-tElrFWgiAx .navbar.opened {
    height: auto;
  }
  .cid-tElrFWgiAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tElrFWgiAx .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .navbar-short {
    min-height: 70px;
  }
}
.cid-tElrFWgiAx .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .container-fluid {
    padding: 0 3px;
  }
}
.cid-tElrFWgiAx .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tElrFWgiAx .navbar-nav {
  display: flex !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:hover,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:focus,
.cid-tElrFWgiAx .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tElrFWgiAx .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tElrFWgiAx .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tElrFWgiAx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tElrFWgiAx button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tElrFWgiAx button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElrFWgiAx .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tElrFWgiAx .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElrFWgiAx .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tElrFWgiAx .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tElrFWgiAx .offcanvas.show {
  transform: translateX(0);
}
.cid-tElrFWgiAx .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tElrFWgiAx .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tElrFWgiAx .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tElrFWgiAx .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tElrFWgiAx .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tElrFWgiAx .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tElrFWgiAx .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tElrFWgiAx .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tElrFWgiAx .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tElrFWgiAx .social-container {
    padding-top: 40px;
  }
}
.cid-tElrFWgiAx .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tElrFWgiAx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tElrFWgiAx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tElrFWgiAx .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tElrFWgiAx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tElrFWgiAx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tElrFWgiAx .soc-item:hover:before {
  opacity: 1;
}
.cid-tElrFWgiAx .offcanvas_btn {
  margin-top: auto;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tElrFWgiAx .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tEBrBVSdEz {
  background-image: url("../../../assets/images/homme-affaires-heureux-tenue-soiree-mettant-valise-dans-coffre-voiture-parking-pres-aeroport-exterieur-2000x1333.jpg");
}
.cid-tEBrBVSdEz .mbr-section-title {
  color: #f7df67;
}
.cid-tEBrBVSdEz .mbr-text,
.cid-tEBrBVSdEz .mbr-section-btn {
  color: #fafafa;
}
.cid-tEBule1eWh {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEBule1eWh .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBule1eWh .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBule1eWh .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBule1eWh .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBule1eWh .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBule1eWh .mbr-text {
  color: #000000;
}
.cid-tEByp6Zv2i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEByp6Zv2i .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tEByp6Zv2i .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tEByp6Zv2i .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tEByp6Zv2i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tEByp6Zv2i .item {
    padding: 0 3rem;
  }
}
.cid-tEByp6Zv2i img,
.cid-tEByp6Zv2i .item-img {
  width: 100%;
  padding-bottom: 1rem;
  height: 100%;
  height: 150px;
  object-fit: cover;
}
.cid-tEByp6Zv2i .item:focus,
.cid-tEByp6Zv2i span:focus {
  outline: none;
}
.cid-tEByp6Zv2i .mbr-section-title {
  color: #101112;
  text-align: right;
}
.cid-tEByp6Zv2i .mbr-text,
.cid-tEByp6Zv2i .mbr-section-btn {
  color: #353535;
}
.cid-tEByp6Zv2i .mbr-section-subtitle {
  color: #353535;
}
.cid-tEByp6Zv2i .mbr-section-subtitle,
.cid-tEByp6Zv2i .main-btn {
  text-align: right;
}
.cid-tEBviwDWGH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/4083201-546-2000x1330.jpg");
}
.cid-tEBviwDWGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBviwDWGH img {
  border-radius: 1rem;
}
.cid-tEBviwDWGH .row {
  padding: 0 1rem;
}
.cid-tEBviwDWGH .btn {
  transition: all 0.3s;
}
.cid-tEBviwDWGH .btn:hover,
.cid-tEBviwDWGH .btn:focus {
  background: white !important;
  color: #101112 !important;
  border: 2px dashed #101112 !important;
}
.cid-tEBviwDWGH .card {
  background: #101112;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-tEBviwDWGH .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-tEBviwDWGH .card {
    padding: 3rem 2rem;
  }
}
.cid-tEBviwDWGH .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-tEBviwDWGH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tEBviwDWGH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tEBviwDWGH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tEBviwDWGH .mbr-section-subtitle,
.cid-tEBviwDWGH .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-tEBviwDWGH .mbr-text,
.cid-tEBviwDWGH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tEBuUNgq4n {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-tEBuUNgq4n .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBuUNgq4n .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBuUNgq4n .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBuUNgq4n .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBuUNgq4n .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBuUNgq4n .mbr-text {
  color: #000000;
}
.cid-tEByLqoOds {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEByLqoOds .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEByLqoOds .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEByLqoOds .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEByLqoOds .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEByLqoOds .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEByLqoOds .mbr-text {
  color: #000000;
}
.cid-tEBA8Viv7M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tEBA8Viv7M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEBA8Viv7M .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tEBA8Viv7M img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEBA8Viv7M .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEBA8Viv7M .mbr-text {
  color: #ffffff;
}
.cid-tEBA8Viv7M .mbr-section-title {
  color: #f7df67;
}
.cid-tEBA8Viv7M .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
.cid-tEBHVE7iQB {
  z-index: 1000;
  width: 100%;
}
.cid-tEBHVE7iQB .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-tEBHVE7iQB .dropdown-menu {
  padding: 0;
}
.cid-tEBHVE7iQB .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tEBHVE7iQB .dropdown-item {
    text-align: left !important;
  }
}
.cid-tEBHVE7iQB .dropdown-item:hover {
  background-position: right !important;
}
.cid-tEBHVE7iQB .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tEBHVE7iQB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEBHVE7iQB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEBHVE7iQB .nav-link {
  position: relative;
}
.cid-tEBHVE7iQB .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tEBHVE7iQB .dropdown-menu,
.cid-tEBHVE7iQB .navbar.opened {
  background: #000000 !important;
}
.cid-tEBHVE7iQB .nav-item:focus,
.cid-tEBHVE7iQB .nav-link:focus {
  outline: none;
}
.cid-tEBHVE7iQB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEBHVE7iQB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEBHVE7iQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEBHVE7iQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEBHVE7iQB .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tEBHVE7iQB .navbar.opened {
  transition: all 0.3s;
}
.cid-tEBHVE7iQB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEBHVE7iQB .navbar .navbar-logo img {
  width: auto;
}
.cid-tEBHVE7iQB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tEBHVE7iQB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEBHVE7iQB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEBHVE7iQB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEBHVE7iQB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEBHVE7iQB .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-tEBHVE7iQB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEBHVE7iQB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEBHVE7iQB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEBHVE7iQB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEBHVE7iQB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEBHVE7iQB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tEBHVE7iQB .navbar {
    min-height: 80px;
  }
}
.cid-tEBHVE7iQB .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tEBHVE7iQB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tEBHVE7iQB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEBHVE7iQB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tEBHVE7iQB .navbar-brand {
    min-height: 69px;
  }
}
.cid-tEBHVE7iQB .dropdown-item.active,
.cid-tEBHVE7iQB .dropdown-item:active {
  background-color: transparent;
}
.cid-tEBHVE7iQB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEBHVE7iQB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEBHVE7iQB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEBHVE7iQB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tEBHVE7iQB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEBHVE7iQB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEBHVE7iQB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEBHVE7iQB button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEBHVE7iQB button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tEBHVE7iQB button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEBHVE7iQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tEBHVE7iQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tEBHVE7iQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBHVE7iQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBHVE7iQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEBHVE7iQB nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEBHVE7iQB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEBHVE7iQB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEBHVE7iQB nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEBHVE7iQB .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tEBHVE7iQB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEBHVE7iQB .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-tEBHVE7iQB .navbar {
    height: 70px;
  }
  .cid-tEBHVE7iQB .navbar.opened {
    height: auto;
  }
  .cid-tEBHVE7iQB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEBHVE7iQB .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tEBHVE7iQB .navbar-short {
    min-height: 70px;
  }
}
.cid-tEBHVE7iQB .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tEBHVE7iQB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tEBHVE7iQB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tEBHVE7iQB .container-fluid {
    padding: 0 3px;
  }
}
.cid-tEBHVE7iQB .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tEBHVE7iQB .navbar-nav {
  display: flex !important;
}
.cid-tEBHVE7iQB .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tEBHVE7iQB .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tEBHVE7iQB .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tEBHVE7iQB .navbar-nav .nav-item .nav-link:hover,
.cid-tEBHVE7iQB .navbar-nav .nav-item .nav-link:focus,
.cid-tEBHVE7iQB .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tEBHVE7iQB .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tEBHVE7iQB .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tEBHVE7iQB .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tEBHVE7iQB button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEBHVE7iQB button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tEBHVE7iQB button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEBHVE7iQB button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tEBHVE7iQB button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tEBHVE7iQB button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBHVE7iQB button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBHVE7iQB button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEBHVE7iQB .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEBHVE7iQB .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tEBHVE7iQB .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEBHVE7iQB .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tEBHVE7iQB .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tEBHVE7iQB .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEBHVE7iQB .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEBHVE7iQB .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tEBHVE7iQB .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tEBHVE7iQB .offcanvas.show {
  transform: translateX(0);
}
.cid-tEBHVE7iQB .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tEBHVE7iQB .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEBHVE7iQB .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tEBHVE7iQB .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tEBHVE7iQB .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tEBHVE7iQB .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tEBHVE7iQB .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tEBHVE7iQB .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tEBHVE7iQB .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tEBHVE7iQB .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tEBHVE7iQB .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tEBHVE7iQB .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tEBHVE7iQB .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tEBHVE7iQB .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tEBHVE7iQB .social-container {
    padding-top: 40px;
  }
}
.cid-tEBHVE7iQB .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tEBHVE7iQB .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tEBHVE7iQB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tEBHVE7iQB .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tEBHVE7iQB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tEBHVE7iQB .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tEBHVE7iQB .soc-item:hover:before {
  opacity: 1;
}
.cid-tEBHVE7iQB .offcanvas_btn {
  margin-top: auto;
}
.cid-tEBHVE7iQB .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tEBHVE7iQB .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tEBHVF4VkQ {
  background-image: url("../../../assets/images/21078474-2105.q702.012.s.m005.c10.taxi-vacation-airport-2000x750.jpg");
}
.cid-tEBHVF4VkQ .mbr-section-title {
  color: #f7df67;
}
.cid-tEBHVF4VkQ .mbr-text,
.cid-tEBHVF4VkQ .mbr-section-btn {
  color: #fafafa;
}
.cid-tEBHVFHe3T {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEBHVFHe3T .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBHVFHe3T .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBHVFHe3T .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBHVFHe3T .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBHVFHe3T .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBHVFHe3T .mbr-text {
  color: #000000;
}
.cid-tEBHVG6oBI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEBHVG6oBI .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tEBHVG6oBI .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tEBHVG6oBI .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tEBHVG6oBI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tEBHVG6oBI .item {
    padding: 0 3rem;
  }
}
.cid-tEBHVG6oBI img,
.cid-tEBHVG6oBI .item-img {
  width: 100%;
  padding-bottom: 1rem;
  height: 100%;
  height: 150px;
  object-fit: cover;
}
.cid-tEBHVG6oBI .item:focus,
.cid-tEBHVG6oBI span:focus {
  outline: none;
}
.cid-tEBHVG6oBI .mbr-section-title {
  color: #101112;
  text-align: right;
}
.cid-tEBHVG6oBI .mbr-text,
.cid-tEBHVG6oBI .mbr-section-btn {
  color: #353535;
}
.cid-tEBHVG6oBI .mbr-section-subtitle {
  color: #353535;
}
.cid-tEBHVG6oBI .mbr-section-subtitle,
.cid-tEBHVG6oBI .main-btn {
  text-align: right;
}
.cid-tEBHVGMWld {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/3861897-11208-2000x1111.jpg");
}
.cid-tEBHVGMWld .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBHVGMWld img {
  border-radius: 1rem;
}
.cid-tEBHVGMWld .row {
  padding: 0 1rem;
}
.cid-tEBHVGMWld .btn {
  transition: all 0.3s;
}
.cid-tEBHVGMWld .btn:hover,
.cid-tEBHVGMWld .btn:focus {
  background: white !important;
  color: #101112 !important;
  border: 2px dashed #101112 !important;
}
.cid-tEBHVGMWld .card {
  background: #101112;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-tEBHVGMWld .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-tEBHVGMWld .card {
    padding: 3rem 2rem;
  }
}
.cid-tEBHVGMWld .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-tEBHVGMWld .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tEBHVGMWld .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tEBHVGMWld .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tEBHVGMWld .mbr-section-subtitle,
.cid-tEBHVGMWld .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-tEBHVGMWld .mbr-text,
.cid-tEBHVGMWld .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tEBHVHjsg2 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-tEBHVHjsg2 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBHVHjsg2 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBHVHjsg2 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBHVHjsg2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBHVHjsg2 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBHVHjsg2 .mbr-text {
  color: #000000;
}
.cid-tEBHVHYhgF {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEBHVHYhgF .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBHVHYhgF .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBHVHYhgF .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBHVHYhgF .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBHVHYhgF .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBHVHYhgF .mbr-text {
  color: #000000;
}
.cid-tEBHVIjvK1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tEBHVIjvK1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEBHVIjvK1 .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tEBHVIjvK1 img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEBHVIjvK1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEBHVIjvK1 .mbr-text {
  color: #ffffff;
}
.cid-tEBHVIjvK1 .mbr-section-title {
  color: #f7df67;
}
.cid-tEBHVIjvK1 .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
.cid-tEBN3HRLFB {
  z-index: 1000;
  width: 100%;
}
.cid-tEBN3HRLFB .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-tEBN3HRLFB .dropdown-menu {
  padding: 0;
}
.cid-tEBN3HRLFB .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tEBN3HRLFB .dropdown-item {
    text-align: left !important;
  }
}
.cid-tEBN3HRLFB .dropdown-item:hover {
  background-position: right !important;
}
.cid-tEBN3HRLFB .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tEBN3HRLFB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEBN3HRLFB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEBN3HRLFB .nav-link {
  position: relative;
}
.cid-tEBN3HRLFB .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tEBN3HRLFB .dropdown-menu,
.cid-tEBN3HRLFB .navbar.opened {
  background: #000000 !important;
}
.cid-tEBN3HRLFB .nav-item:focus,
.cid-tEBN3HRLFB .nav-link:focus {
  outline: none;
}
.cid-tEBN3HRLFB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEBN3HRLFB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEBN3HRLFB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEBN3HRLFB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEBN3HRLFB .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tEBN3HRLFB .navbar.opened {
  transition: all 0.3s;
}
.cid-tEBN3HRLFB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEBN3HRLFB .navbar .navbar-logo img {
  width: auto;
}
.cid-tEBN3HRLFB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tEBN3HRLFB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEBN3HRLFB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEBN3HRLFB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEBN3HRLFB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEBN3HRLFB .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-tEBN3HRLFB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEBN3HRLFB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEBN3HRLFB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEBN3HRLFB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEBN3HRLFB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEBN3HRLFB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tEBN3HRLFB .navbar {
    min-height: 80px;
  }
}
.cid-tEBN3HRLFB .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tEBN3HRLFB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tEBN3HRLFB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEBN3HRLFB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tEBN3HRLFB .navbar-brand {
    min-height: 69px;
  }
}
.cid-tEBN3HRLFB .dropdown-item.active,
.cid-tEBN3HRLFB .dropdown-item:active {
  background-color: transparent;
}
.cid-tEBN3HRLFB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEBN3HRLFB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEBN3HRLFB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEBN3HRLFB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tEBN3HRLFB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEBN3HRLFB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEBN3HRLFB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEBN3HRLFB button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEBN3HRLFB button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tEBN3HRLFB button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEBN3HRLFB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tEBN3HRLFB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tEBN3HRLFB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBN3HRLFB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBN3HRLFB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEBN3HRLFB nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEBN3HRLFB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEBN3HRLFB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEBN3HRLFB nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEBN3HRLFB .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tEBN3HRLFB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEBN3HRLFB .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-tEBN3HRLFB .navbar {
    height: 70px;
  }
  .cid-tEBN3HRLFB .navbar.opened {
    height: auto;
  }
  .cid-tEBN3HRLFB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEBN3HRLFB .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tEBN3HRLFB .navbar-short {
    min-height: 70px;
  }
}
.cid-tEBN3HRLFB .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tEBN3HRLFB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tEBN3HRLFB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tEBN3HRLFB .container-fluid {
    padding: 0 3px;
  }
}
.cid-tEBN3HRLFB .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tEBN3HRLFB .navbar-nav {
  display: flex !important;
}
.cid-tEBN3HRLFB .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tEBN3HRLFB .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tEBN3HRLFB .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tEBN3HRLFB .navbar-nav .nav-item .nav-link:hover,
.cid-tEBN3HRLFB .navbar-nav .nav-item .nav-link:focus,
.cid-tEBN3HRLFB .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tEBN3HRLFB .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tEBN3HRLFB .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tEBN3HRLFB .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tEBN3HRLFB button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEBN3HRLFB button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tEBN3HRLFB button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEBN3HRLFB button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tEBN3HRLFB button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tEBN3HRLFB button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBN3HRLFB button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBN3HRLFB button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEBN3HRLFB .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEBN3HRLFB .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tEBN3HRLFB .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEBN3HRLFB .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tEBN3HRLFB .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tEBN3HRLFB .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEBN3HRLFB .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEBN3HRLFB .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tEBN3HRLFB .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tEBN3HRLFB .offcanvas.show {
  transform: translateX(0);
}
.cid-tEBN3HRLFB .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tEBN3HRLFB .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEBN3HRLFB .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tEBN3HRLFB .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tEBN3HRLFB .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tEBN3HRLFB .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tEBN3HRLFB .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tEBN3HRLFB .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tEBN3HRLFB .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tEBN3HRLFB .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tEBN3HRLFB .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tEBN3HRLFB .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tEBN3HRLFB .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tEBN3HRLFB .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tEBN3HRLFB .social-container {
    padding-top: 40px;
  }
}
.cid-tEBN3HRLFB .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tEBN3HRLFB .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tEBN3HRLFB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tEBN3HRLFB .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tEBN3HRLFB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tEBN3HRLFB .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tEBN3HRLFB .soc-item:hover:before {
  opacity: 1;
}
.cid-tEBN3HRLFB .offcanvas_btn {
  margin-top: auto;
}
.cid-tEBN3HRLFB .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tEBN3HRLFB .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tEBN3IARBg {
  background-image: url("../../../assets/images/avion-porte-du-terminal-pret-pour-decollage-1000x674.jpg");
}
.cid-tEBN3IARBg .mbr-section-title {
  color: #f7df67;
}
.cid-tEBN3IARBg .mbr-text,
.cid-tEBN3IARBg .mbr-section-btn {
  color: #fafafa;
}
.cid-tEBN3J2KqM {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEBN3J2KqM .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBN3J2KqM .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBN3J2KqM .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBN3J2KqM .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBN3J2KqM .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBN3J2KqM .mbr-text {
  color: #000000;
}
.cid-tEBN3JotRz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEBN3JotRz .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tEBN3JotRz .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tEBN3JotRz .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tEBN3JotRz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tEBN3JotRz .item {
    padding: 0 3rem;
  }
}
.cid-tEBN3JotRz img,
.cid-tEBN3JotRz .item-img {
  width: 100%;
  padding-bottom: 1rem;
  height: 100%;
  height: 150px;
  object-fit: cover;
}
.cid-tEBN3JotRz .item:focus,
.cid-tEBN3JotRz span:focus {
  outline: none;
}
.cid-tEBN3JotRz .mbr-section-title {
  color: #101112;
  text-align: right;
}
.cid-tEBN3JotRz .mbr-text,
.cid-tEBN3JotRz .mbr-section-btn {
  color: #353535;
}
.cid-tEBN3JotRz .mbr-section-subtitle {
  color: #353535;
}
.cid-tEBN3JotRz .mbr-section-subtitle,
.cid-tEBN3JotRz .main-btn {
  text-align: right;
}
.cid-tEBN3K36U6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/homme-affaires-souriant-tenue-soiree-mettant-valise-dans-coffre-voiture-parking-pres-aeroport-exterieur-2000x1333.jpg");
}
.cid-tEBN3K36U6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBN3K36U6 img {
  border-radius: 1rem;
}
.cid-tEBN3K36U6 .row {
  padding: 0 1rem;
}
.cid-tEBN3K36U6 .btn {
  transition: all 0.3s;
}
.cid-tEBN3K36U6 .btn:hover,
.cid-tEBN3K36U6 .btn:focus {
  background: white !important;
  color: #101112 !important;
  border: 2px dashed #101112 !important;
}
.cid-tEBN3K36U6 .card {
  background: #101112;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-tEBN3K36U6 .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-tEBN3K36U6 .card {
    padding: 3rem 2rem;
  }
}
.cid-tEBN3K36U6 .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-tEBN3K36U6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tEBN3K36U6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tEBN3K36U6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tEBN3K36U6 .mbr-section-subtitle,
.cid-tEBN3K36U6 .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-tEBN3K36U6 .mbr-text,
.cid-tEBN3K36U6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tEBN3KyHPU {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-tEBN3KyHPU .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBN3KyHPU .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBN3KyHPU .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBN3KyHPU .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBN3KyHPU .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBN3KyHPU .mbr-text {
  color: #000000;
}
.cid-tEBN3KXJud {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEBN3KXJud .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBN3KXJud .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBN3KXJud .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBN3KXJud .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBN3KXJud .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBN3KXJud .mbr-text {
  color: #000000;
}
.cid-tEBN3LnEDz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29366d;
}
@media (max-width: 991px) {
  .cid-tEBN3LnEDz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEBN3LnEDz .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tEBN3LnEDz img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEBN3LnEDz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEBN3LnEDz .mbr-text {
  color: #ffffff;
}
.cid-tEBN3LnEDz .mbr-section-title {
  color: #f7df67;
}
.cid-tEBN3LnEDz .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
.cid-tEBX6J1LBN {
  z-index: 1000;
  width: 100%;
}
.cid-tEBX6J1LBN .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-tEBX6J1LBN .dropdown-menu {
  padding: 0;
}
.cid-tEBX6J1LBN .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tEBX6J1LBN .dropdown-item {
    text-align: left !important;
  }
}
.cid-tEBX6J1LBN .dropdown-item:hover {
  background-position: right !important;
}
.cid-tEBX6J1LBN .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tEBX6J1LBN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEBX6J1LBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEBX6J1LBN .nav-link {
  position: relative;
}
.cid-tEBX6J1LBN .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tEBX6J1LBN .dropdown-menu,
.cid-tEBX6J1LBN .navbar.opened {
  background: #000000 !important;
}
.cid-tEBX6J1LBN .nav-item:focus,
.cid-tEBX6J1LBN .nav-link:focus {
  outline: none;
}
.cid-tEBX6J1LBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEBX6J1LBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEBX6J1LBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEBX6J1LBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEBX6J1LBN .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tEBX6J1LBN .navbar.opened {
  transition: all 0.3s;
}
.cid-tEBX6J1LBN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEBX6J1LBN .navbar .navbar-logo img {
  width: auto;
}
.cid-tEBX6J1LBN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tEBX6J1LBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEBX6J1LBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEBX6J1LBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEBX6J1LBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEBX6J1LBN .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-tEBX6J1LBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEBX6J1LBN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEBX6J1LBN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEBX6J1LBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEBX6J1LBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEBX6J1LBN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tEBX6J1LBN .navbar {
    min-height: 80px;
  }
}
.cid-tEBX6J1LBN .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tEBX6J1LBN .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tEBX6J1LBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEBX6J1LBN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tEBX6J1LBN .navbar-brand {
    min-height: 69px;
  }
}
.cid-tEBX6J1LBN .dropdown-item.active,
.cid-tEBX6J1LBN .dropdown-item:active {
  background-color: transparent;
}
.cid-tEBX6J1LBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEBX6J1LBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEBX6J1LBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEBX6J1LBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tEBX6J1LBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEBX6J1LBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEBX6J1LBN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEBX6J1LBN button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEBX6J1LBN button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tEBX6J1LBN button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEBX6J1LBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tEBX6J1LBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tEBX6J1LBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBX6J1LBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBX6J1LBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEBX6J1LBN nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEBX6J1LBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEBX6J1LBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEBX6J1LBN nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEBX6J1LBN .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tEBX6J1LBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEBX6J1LBN .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-tEBX6J1LBN .navbar {
    height: 70px;
  }
  .cid-tEBX6J1LBN .navbar.opened {
    height: auto;
  }
  .cid-tEBX6J1LBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEBX6J1LBN .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tEBX6J1LBN .navbar-short {
    min-height: 70px;
  }
}
.cid-tEBX6J1LBN .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tEBX6J1LBN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tEBX6J1LBN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tEBX6J1LBN .container-fluid {
    padding: 0 3px;
  }
}
.cid-tEBX6J1LBN .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tEBX6J1LBN .navbar-nav {
  display: flex !important;
}
.cid-tEBX6J1LBN .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tEBX6J1LBN .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tEBX6J1LBN .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tEBX6J1LBN .navbar-nav .nav-item .nav-link:hover,
.cid-tEBX6J1LBN .navbar-nav .nav-item .nav-link:focus,
.cid-tEBX6J1LBN .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tEBX6J1LBN .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tEBX6J1LBN .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tEBX6J1LBN .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tEBX6J1LBN button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEBX6J1LBN button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tEBX6J1LBN button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEBX6J1LBN button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tEBX6J1LBN button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tEBX6J1LBN button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBX6J1LBN button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEBX6J1LBN button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEBX6J1LBN .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEBX6J1LBN .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tEBX6J1LBN .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEBX6J1LBN .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tEBX6J1LBN .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tEBX6J1LBN .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEBX6J1LBN .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEBX6J1LBN .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tEBX6J1LBN .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tEBX6J1LBN .offcanvas.show {
  transform: translateX(0);
}
.cid-tEBX6J1LBN .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tEBX6J1LBN .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEBX6J1LBN .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tEBX6J1LBN .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tEBX6J1LBN .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tEBX6J1LBN .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tEBX6J1LBN .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tEBX6J1LBN .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tEBX6J1LBN .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tEBX6J1LBN .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tEBX6J1LBN .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tEBX6J1LBN .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tEBX6J1LBN .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tEBX6J1LBN .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tEBX6J1LBN .social-container {
    padding-top: 40px;
  }
}
.cid-tEBX6J1LBN .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tEBX6J1LBN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tEBX6J1LBN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tEBX6J1LBN .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tEBX6J1LBN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tEBX6J1LBN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tEBX6J1LBN .soc-item:hover:before {
  opacity: 1;
}
.cid-tEBX6J1LBN .offcanvas_btn {
  margin-top: auto;
}
.cid-tEBX6J1LBN .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tEBX6J1LBN .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tEBX6K3rrV {
  background-image: url("../../../assets/images/wallpaper-1920x1080.jpg");
}
.cid-tEBX6K3rrV .mbr-section-title {
  color: #f7df67;
}
.cid-tEBX6K3rrV .mbr-text,
.cid-tEBX6K3rrV .mbr-section-btn {
  color: #fafafa;
}
.cid-tEBX6KGMyl {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEBX6KGMyl .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBX6KGMyl .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBX6KGMyl .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBX6KGMyl .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBX6KGMyl .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBX6KGMyl .mbr-text {
  color: #000000;
}
.cid-tEBX6L72IH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEBX6L72IH .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tEBX6L72IH .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tEBX6L72IH .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tEBX6L72IH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tEBX6L72IH .item {
    padding: 0 3rem;
  }
}
.cid-tEBX6L72IH img,
.cid-tEBX6L72IH .item-img {
  width: 100%;
  padding-bottom: 1rem;
  height: 100%;
  height: 150px;
  object-fit: cover;
}
.cid-tEBX6L72IH .item:focus,
.cid-tEBX6L72IH span:focus {
  outline: none;
}
.cid-tEBX6L72IH .mbr-section-title {
  color: #101112;
  text-align: right;
}
.cid-tEBX6L72IH .mbr-text,
.cid-tEBX6L72IH .mbr-section-btn {
  color: #353535;
}
.cid-tEBX6L72IH .mbr-section-subtitle {
  color: #353535;
}
.cid-tEBX6L72IH .mbr-section-subtitle,
.cid-tEBX6L72IH .main-btn {
  text-align: right;
}
.cid-tEBX6LPmd2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/26760905-2103.i511.029.f.m009.c7.taxi-composition-flat-flat-2000x667.jpg");
}
.cid-tEBX6LPmd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEBX6LPmd2 img {
  border-radius: 1rem;
}
.cid-tEBX6LPmd2 .row {
  padding: 0 1rem;
}
.cid-tEBX6LPmd2 .btn {
  transition: all 0.3s;
}
.cid-tEBX6LPmd2 .btn:hover,
.cid-tEBX6LPmd2 .btn:focus {
  background: white !important;
  color: #101112 !important;
  border: 2px dashed #101112 !important;
}
.cid-tEBX6LPmd2 .card {
  background: #101112;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-tEBX6LPmd2 .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-tEBX6LPmd2 .card {
    padding: 3rem 2rem;
  }
}
.cid-tEBX6LPmd2 .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-tEBX6LPmd2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tEBX6LPmd2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tEBX6LPmd2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tEBX6LPmd2 .mbr-section-subtitle,
.cid-tEBX6LPmd2 .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-tEBX6LPmd2 .mbr-text,
.cid-tEBX6LPmd2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tEBX6MmBiA {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-tEBX6MmBiA .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBX6MmBiA .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBX6MmBiA .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBX6MmBiA .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBX6MmBiA .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBX6MmBiA .mbr-text {
  color: #000000;
}
.cid-tEBX6MOg6F {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEBX6MOg6F .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tEBX6MOg6F .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBX6MOg6F .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBX6MOg6F .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tEBX6MOg6F .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tEBX6MOg6F .mbr-text {
  color: #000000;
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
.cid-tECh0Ic8sY {
  z-index: 1000;
  width: 100%;
}
.cid-tECh0Ic8sY .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-tECh0Ic8sY .dropdown-menu {
  padding: 0;
}
.cid-tECh0Ic8sY .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tECh0Ic8sY .dropdown-item {
    text-align: left !important;
  }
}
.cid-tECh0Ic8sY .dropdown-item:hover {
  background-position: right !important;
}
.cid-tECh0Ic8sY .dropdown-item:hover:after {
  color: #0453dd;
}
.cid-tECh0Ic8sY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tECh0Ic8sY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tECh0Ic8sY .nav-link {
  position: relative;
}
.cid-tECh0Ic8sY .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tECh0Ic8sY .dropdown-menu,
.cid-tECh0Ic8sY .navbar.opened {
  background: #000000 !important;
}
.cid-tECh0Ic8sY .nav-item:focus,
.cid-tECh0Ic8sY .nav-link:focus {
  outline: none;
}
.cid-tECh0Ic8sY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tECh0Ic8sY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tECh0Ic8sY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tECh0Ic8sY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tECh0Ic8sY .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tECh0Ic8sY .navbar.opened {
  transition: all 0.3s;
}
.cid-tECh0Ic8sY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tECh0Ic8sY .navbar .navbar-logo img {
  width: auto;
}
.cid-tECh0Ic8sY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tECh0Ic8sY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tECh0Ic8sY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tECh0Ic8sY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tECh0Ic8sY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tECh0Ic8sY .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-tECh0Ic8sY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tECh0Ic8sY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tECh0Ic8sY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tECh0Ic8sY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tECh0Ic8sY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tECh0Ic8sY .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tECh0Ic8sY .navbar {
    min-height: 80px;
  }
}
.cid-tECh0Ic8sY .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tECh0Ic8sY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tECh0Ic8sY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tECh0Ic8sY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tECh0Ic8sY .navbar-brand {
    min-height: 69px;
  }
}
.cid-tECh0Ic8sY .dropdown-item.active,
.cid-tECh0Ic8sY .dropdown-item:active {
  background-color: transparent;
}
.cid-tECh0Ic8sY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tECh0Ic8sY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tECh0Ic8sY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tECh0Ic8sY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tECh0Ic8sY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tECh0Ic8sY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tECh0Ic8sY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tECh0Ic8sY button.navbar-toggler {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tECh0Ic8sY button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tECh0Ic8sY button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tECh0Ic8sY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tECh0Ic8sY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tECh0Ic8sY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tECh0Ic8sY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tECh0Ic8sY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tECh0Ic8sY nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECh0Ic8sY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tECh0Ic8sY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tECh0Ic8sY nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tECh0Ic8sY .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tECh0Ic8sY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tECh0Ic8sY .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-tECh0Ic8sY .navbar {
    height: 70px;
  }
  .cid-tECh0Ic8sY .navbar.opened {
    height: auto;
  }
  .cid-tECh0Ic8sY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tECh0Ic8sY .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tECh0Ic8sY .navbar-short {
    min-height: 70px;
  }
}
.cid-tECh0Ic8sY .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tECh0Ic8sY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tECh0Ic8sY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tECh0Ic8sY .container-fluid {
    padding: 0 3px;
  }
}
.cid-tECh0Ic8sY .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tECh0Ic8sY .navbar-nav {
  display: flex !important;
}
.cid-tECh0Ic8sY .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tECh0Ic8sY .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tECh0Ic8sY .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tECh0Ic8sY .navbar-nav .nav-item .nav-link:hover,
.cid-tECh0Ic8sY .navbar-nav .nav-item .nav-link:focus,
.cid-tECh0Ic8sY .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tECh0Ic8sY .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-tECh0Ic8sY .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tECh0Ic8sY .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tECh0Ic8sY button.btn_offcanvas {
  display: flex;
  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, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #9fdbf8;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tECh0Ic8sY button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tECh0Ic8sY button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tECh0Ic8sY button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tECh0Ic8sY button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tECh0Ic8sY button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tECh0Ic8sY button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tECh0Ic8sY button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tECh0Ic8sY .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #001467);
  box-shadow: 10px 10px 19px #9fdbf8, -10px -10px 19px #bed3f9;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tECh0Ic8sY .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tECh0Ic8sY .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tECh0Ic8sY .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tECh0Ic8sY .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tECh0Ic8sY .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tECh0Ic8sY .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tECh0Ic8sY .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tECh0Ic8sY .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tECh0Ic8sY .offcanvas.show {
  transform: translateX(0);
}
.cid-tECh0Ic8sY .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tECh0Ic8sY .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tECh0Ic8sY .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tECh0Ic8sY .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tECh0Ic8sY .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tECh0Ic8sY .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tECh0Ic8sY .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tECh0Ic8sY .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tECh0Ic8sY .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tECh0Ic8sY .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tECh0Ic8sY .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tECh0Ic8sY .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tECh0Ic8sY .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tECh0Ic8sY .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tECh0Ic8sY .social-container {
    padding-top: 40px;
  }
}
.cid-tECh0Ic8sY .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tECh0Ic8sY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tECh0Ic8sY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tECh0Ic8sY .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tECh0Ic8sY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tECh0Ic8sY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tECh0Ic8sY .soc-item:hover:before {
  opacity: 1;
}
.cid-tECh0Ic8sY .offcanvas_btn {
  margin-top: auto;
}
.cid-tECh0Ic8sY .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tECh0Ic8sY .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tECh0ISZOm {
  background-image: url("../../../assets/images/voyageur-masculin-bien-habille-montant-dans-taxi-tandis-qu-porteur-tenant-son-sac-sport-debout-pres-voiture-1000x667.jpg");
}
.cid-tECh0ISZOm .mbr-section-title {
  color: #f7df67;
}
.cid-tECh0ISZOm .mbr-text,
.cid-tECh0ISZOm .mbr-section-btn {
  color: #fafafa;
}
.cid-tECh0Joua1 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tECh0Joua1 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tECh0Joua1 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tECh0Joua1 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tECh0Joua1 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tECh0Joua1 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tECh0Joua1 .mbr-text {
  color: #000000;
}
.cid-tECh0JH75Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tECh0JH75Y .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tECh0JH75Y .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tECh0JH75Y .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tECh0JH75Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tECh0JH75Y .item {
    padding: 0 3rem;
  }
}
.cid-tECh0JH75Y img,
.cid-tECh0JH75Y .item-img {
  width: 100%;
  padding-bottom: 1rem;
  height: 100%;
  height: 150px;
  object-fit: cover;
}
.cid-tECh0JH75Y .item:focus,
.cid-tECh0JH75Y span:focus {
  outline: none;
}
.cid-tECh0JH75Y .mbr-section-title {
  color: #101112;
  text-align: right;
}
.cid-tECh0JH75Y .mbr-text,
.cid-tECh0JH75Y .mbr-section-btn {
  color: #353535;
}
.cid-tECh0JH75Y .mbr-section-subtitle {
  color: #353535;
}
.cid-tECh0JH75Y .mbr-section-subtitle,
.cid-tECh0JH75Y .main-btn {
  text-align: right;
}
.cid-tECh0KaDyi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/airport-charleroi-brussels-sud-1248x701.jpeg");
}
.cid-tECh0KaDyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECh0KaDyi img {
  border-radius: 1rem;
}
.cid-tECh0KaDyi .row {
  padding: 0 1rem;
}
.cid-tECh0KaDyi .btn {
  transition: all 0.3s;
}
.cid-tECh0KaDyi .btn:hover,
.cid-tECh0KaDyi .btn:focus {
  background: white !important;
  color: #101112 !important;
  border: 2px dashed #101112 !important;
}
.cid-tECh0KaDyi .card {
  background: #101112;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-tECh0KaDyi .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-tECh0KaDyi .card {
    padding: 3rem 2rem;
  }
}
.cid-tECh0KaDyi .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-tECh0KaDyi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tECh0KaDyi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tECh0KaDyi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tECh0KaDyi .mbr-section-subtitle,
.cid-tECh0KaDyi .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-tECh0KaDyi .mbr-text,
.cid-tECh0KaDyi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tECh0KxoKf {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-tECh0KxoKf .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tECh0KxoKf .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tECh0KxoKf .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tECh0KxoKf .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tECh0KxoKf .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tECh0KxoKf .mbr-text {
  color: #000000;
}
.cid-tECh0KVKUk {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tECh0KVKUk .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tECh0KVKUk .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tECh0KVKUk .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tECh0KVKUk .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tECh0KVKUk .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tECh0KVKUk .mbr-text {
  color: #000000;
}
.cid-tECh0LgkQ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tECh0LgkQ4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tECh0LgkQ4 .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tECh0LgkQ4 img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tECh0LgkQ4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tECh0LgkQ4 .mbr-text {
  color: #ffffff;
}
.cid-tECh0LgkQ4 .mbr-section-title {
  color: #f7df67;
}
.cid-tECh0LgkQ4 .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tENYoAK2IS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .content {
    text-align: center;
  }
  .cid-tENYoAK2IS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tENYoAK2IS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tENYoAK2IS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tENYoAK2IS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tENYoAK2IS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENYoAK2IS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENYoAK2IS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENYoAK2IS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tENYoAK2IS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tENYoAK2IS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tENYoAK2IS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tENYoAK2IS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tENYoAK2IS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tENYoAK2IS .list {
  list-style-type: none;
  padding: 0;
}
