.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 6rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.8rem;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #0d0d0d !important;
}
.bg-success {
  background-color: #faa320 !important;
}
.bg-info {
  background-color: #c87800 !important;
}
.bg-warning {
  background-color: #f20505 !important;
}
.bg-danger {
  background-color: #0d0d0d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #272727 !important;
  border-color: #272727 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffad33 !important;
  border-color: #ffad33 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffad33 !important;
  border-color: #ffad33 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c87800 !important;
  border-color: #c87800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fb9700 !important;
  border-color: #fb9700 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fb9700 !important;
  border-color: #fb9700 !important;
}
.btn-success,
.btn-success:active {
  background-color: #faa320 !important;
  border-color: #faa320 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fbb852 !important;
  border-color: #fbb852 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fbb852 !important;
  border-color: #fbb852 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f20505 !important;
  border-color: #f20505 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fb2f2f !important;
  border-color: #fb2f2f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fb2f2f !important;
  border-color: #fb2f2f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #272727 !important;
  border-color: #272727 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #0d0d0d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff9900;
  color: #ff9900;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86500 !important;
  background-color: transparent !important;
  border-color: #a86500 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c87800;
  color: #c87800;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #714400 !important;
  background-color: transparent !important;
  border-color: #714400 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c87800 !important;
  border-color: #c87800 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #faa320;
  color: #faa320;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bf7404 !important;
  background-color: transparent !important;
  border-color: #bf7404 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #faa320 !important;
  border-color: #faa320 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f20505;
  color: #f20505;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d0303 !important;
  background-color: transparent !important;
  border-color: #9d0303 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f20505 !important;
  border-color: #f20505 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #0d0d0d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #232323 !important;
  border-color: #232323 !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: #0d0d0d !important;
}
.text-secondary {
  color: #ff9900 !important;
}
.text-success {
  color: #faa320 !important;
}
.text-info {
  color: #c87800 !important;
}
.text-warning {
  color: #f20505 !important;
}
.text-danger {
  color: #0d0d0d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #995c00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b06b04 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #623b00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8e0303 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0d0d0d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c87800;
}
.alert-warning {
  background-color: #f20505;
}
.alert-danger {
  background-color: #0d0d0d;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0d0d0d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef5e8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffb648;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fec5c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c0c0c0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.8rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: #0d0d0d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.8rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #0d0d0d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #0d0d0d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d0d0d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0d0d0d;
  border-bottom-color: #0d0d0d;
}
.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: #0d0d0d !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: #ff9900 !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='%230d0d0d' %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;
}
img {
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn,
  .mbr-section-btn-main {
    padding: 0 10px;
  }
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 40px 70px;
  border-radius: 20px !important;
  margin: 10px;
  box-shadow: none;
  border: none;
  min-width: 450px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px;
    min-width: auto;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 10px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  justify-content: flex-end;
  width: 120px;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn-main .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont,
  .mbr-section-btn-main .btn:focus .mbr-iconfont {
    width: 70px;
  }
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #ff9900 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #0d0d0d !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #ff9900 !important;
  background-color: #0d0d0d !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  background-color: #c87800 !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  background-color: #0d0d0d !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #f20505 !important;
  background-color: #c87800 !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #0d0d0d !important;
  background-color: #c87800 !important;
}
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.cid-uynwL5FwRo .navbar-dropdown {
  background-color: #192227 !important;
  padding: 0;
}
.cid-uynwL5FwRo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #192227 !important;
  background: #192227;
}
.cid-uynwL5FwRo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uynwL5FwRo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uynwL5FwRo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uynwL5FwRo .menu_box .navbar.opened,
  .cid-uynwL5FwRo .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uynwL5FwRo .navbar-dropdown {
  position: relative !important;
}
.cid-uynwL5FwRo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uynwL5FwRo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uynwL5FwRo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uynwL5FwRo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uynwL5FwRo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uynwL5FwRo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uynwL5FwRo .offcanvas-body .mbr-text,
  .cid-uynwL5FwRo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uynwL5FwRo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uynwL5FwRo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uynwL5FwRo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uynwL5FwRo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uynwL5FwRo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uynwL5FwRo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uynwL5FwRo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uynwL5FwRo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uynwL5FwRo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uynwL5FwRo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uynwL5FwRo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uynwL5FwRo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uynwL5FwRo .lg_brand {
    margin: 0 1rem;
  }
  .cid-uynwL5FwRo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uynwL5FwRo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uynwL5FwRo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uynwL5FwRo .nav-item {
    margin: 0 !important;
  }
}
.cid-uynwL5FwRo .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uynwL5FwRo .nav-item .nav-link:hover,
.cid-uynwL5FwRo .nav-item .nav-link:focus {
  color: #ff9900 !important;
  transition: all 0.3s ease-out;
}
.cid-uynwL5FwRo .nav-item .nav-link:hover .mbr-iconfont,
.cid-uynwL5FwRo .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #ff9900 !important;
  color: #0d0d0d !important;
  transform: rotate(-45deg);
}
.cid-uynwL5FwRo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uynwL5FwRo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uynwL5FwRo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uynwL5FwRo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uynwL5FwRo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uynwL5FwRo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uynwL5FwRo .offcanvas_box {
    display: none;
  }
}
.cid-uynwL5FwRo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uynwL5FwRo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uynwL5FwRo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uynwL5FwRo .container {
  display: flex;
  margin: auto;
}
.cid-uynwL5FwRo .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uynwL5FwRo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uynwL5FwRo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uynwL5FwRo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uynwL5FwRo .navbar-nav {
    margin: 0;
  }
}
.cid-uynwL5FwRo .dropdown-menu,
.cid-uynwL5FwRo .navbar.opened {
  background-color: false !important;
}
.cid-uynwL5FwRo .nav-item:focus,
.cid-uynwL5FwRo .nav-link:focus {
  outline: none;
}
.cid-uynwL5FwRo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uynwL5FwRo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uynwL5FwRo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uynwL5FwRo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uynwL5FwRo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uynwL5FwRo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uynwL5FwRo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uynwL5FwRo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uynwL5FwRo .navbar.opened {
  transition: all 0.3s;
}
.cid-uynwL5FwRo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uynwL5FwRo .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uynwL5FwRo .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uynwL5FwRo .navbar.collapsed {
  justify-content: center;
}
.cid-uynwL5FwRo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uynwL5FwRo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uynwL5FwRo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uynwL5FwRo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uynwL5FwRo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uynwL5FwRo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uynwL5FwRo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uynwL5FwRo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uynwL5FwRo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uynwL5FwRo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uynwL5FwRo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uynwL5FwRo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uynwL5FwRo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uynwL5FwRo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uynwL5FwRo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uynwL5FwRo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uynwL5FwRo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uynwL5FwRo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uynwL5FwRo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uynwL5FwRo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uynwL5FwRo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uynwL5FwRo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uynwL5FwRo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uynwL5FwRo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uynwL5FwRo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uynwL5FwRo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uynwL5FwRo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uynwL5FwRo .dropdown-item.active,
.cid-uynwL5FwRo .dropdown-item:active {
  background-color: transparent;
}
.cid-uynwL5FwRo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uynwL5FwRo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uynwL5FwRo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uynwL5FwRo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uynwL5FwRo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uynwL5FwRo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uynwL5FwRo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uynwL5FwRo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uynwL5FwRo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uynwL5FwRo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uynwL5FwRo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uynwL5FwRo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uynwL5FwRo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uynwL5FwRo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uynwL5FwRo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uynwL5FwRo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uynwL5FwRo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uynwL5FwRo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uynwL5FwRo .navbar {
    height: 70px;
  }
  .cid-uynwL5FwRo .navbar.opened {
    height: auto;
  }
  .cid-uynwL5FwRo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uynwL5FwRo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uynwL5FwRo .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uynwL5FwRo .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uynwL5FwRo .mbr-section-btn-main .btn:hover,
.cid-uynwL5FwRo .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uynwL5FwRo .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uynwL5FwRo .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uynwL5FwRo .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #0d0d0d !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uynwL5FwRo .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uynwL5FwRo .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uynwL5FwRo .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #c87800 !important;
}
.cid-uynwL5FwRo .navbar-caption:hover {
  color: #ff9900;
}
@media (min-width: 992px) {
  .cid-uynwL5FwRo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uynwL5FwRo .text_widget {
  margin-bottom: 32px;
}
.cid-uynwL5FwRo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uynwL5FwRo .text_widget a:hover,
.cid-uynwL5FwRo .text_widget a:focus {
  color: #ff9900 !important;
}
.cid-uynwL5FwRo .icons-menu-main {
  display: flex;
}
.cid-uynwL5FwRo .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uynwL5FwRo .navbar-caption {
  color: #fdfcfc;
}
.cid-uynwL5FwRo .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uynwL5FwRo .mbr-section-subtitle,
.cid-uynwL5FwRo .text_widget,
.cid-uynwL5FwRo .mbr-section-btn {
  text-align: center;
}
.cid-uynwL5FwRo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tN13iSW4Js .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13iSW4Js .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tN13iSW4Js .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .container {
    padding: 0 16px;
  }
}
.cid-tN13iSW4Js .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .row {
    margin: 0 10px;
  }
}
.cid-tN13iSW4Js .row .card {
  padding: 0;
}
.cid-tN13iSW4Js .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-tN13iSW4Js .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tN13iSW4Js .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tN13iSW4Js .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN13iSW4Js .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tN13iSW4Js .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-tN13iSW4Js .mbr-section-title {
  color: #192227;
}
.cid-tN13iSW4Js .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-tN13iSW4Js .mbr-section-title,
.cid-tN13iSW4Js .mbr-section-btn {
  text-align: center;
}
.cid-tN13rz1uAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
  overflow: hidden;
}
.cid-tN13rz1uAb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .container {
    padding: 0 16px;
  }
}
.cid-tN13rz1uAb .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .row {
    margin: 0 10px;
  }
}
.cid-tN13rz1uAb .row .card {
  position: relative;
  padding: 0;
}
.cid-tN13rz1uAb .item:focus,
.cid-tN13rz1uAb span:focus {
  outline: none;
}
.cid-tN13rz1uAb .item-wrapper {
  position: relative;
}
.cid-tN13rz1uAb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 820px;
  max-width: 820px;
}
@media (max-width: 767px) {
  .cid-tN13rz1uAb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tN13rz1uAb .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tN13rz1uAb .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-wrapper .item-img {
  padding: 20px;
  margin-right: 5px;
  background-color: #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tN13rz1uAb .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 300px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-content {
  padding: 20px;
  background-color: #f9a600;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-tN13rz1uAb .embla__button--next,
.cid-tN13rz1uAb .embla__button--prev {
  display: flex;
}
.cid-tN13rz1uAb .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ff9900 !important;
  border: 2px solid #ff9900 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tN13rz1uAb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tN13rz1uAb .embla__button:hover {
  color: #c87800 !important;
}
.cid-tN13rz1uAb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN13rz1uAb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN13rz1uAb .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-tN13rz1uAb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tN13rz1uAb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tN13rz1uAb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tN13rz1uAb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tN13rz1uAb .mbr-section-title {
  color: #ff9900;
  text-align: center;
}
.cid-tN13rz1uAb .item-title {
  color: #192227;
}
.cid-tN13rz1uAb .mbr-text {
  color: #192227;
}
.cid-tN13rz1uAb .mbr-section-subtitle {
  color: #d1cece;
  text-align: center;
}
.cid-uyxZvTp6gI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uyxZvTp6gI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyxZvTp6gI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyxZvTp6gI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .container {
    padding: 0 16px;
  }
}
.cid-uyxZvTp6gI .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .row {
    margin: 0 10px;
  }
}
.cid-uyxZvTp6gI .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .row .card {
    padding: 0;
  }
}
.cid-uyxZvTp6gI .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uyxZvTp6gI .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .title-wrapper {
    padding-right: 0;
  }
}
.cid-uyxZvTp6gI .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uyxZvTp6gI .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-uyxZvTp6gI .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uyxZvTp6gI .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uyxZvTp6gI .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uyxZvTp6gI .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .image-wrapper {
    padding-top: 40px;
  }
}
.cid-uyxZvTp6gI .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyxZvTp6gI .image-wrapper img {
    height: 350px;
  }
}
.cid-uyxZvTp6gI .mbr-section-title {
  color: #fdfcfc;
}
.cid-uyxZvTp6gI .mbr-text {
  color: #F9A600;
}
.cid-uyIhQObvBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uyIhQObvBk .container {
    padding: 0 22px;
  }
}
.cid-uyIhQObvBk .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uyIhQObvBk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uyIhQObvBk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-uyIhQObvBk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uyIhQObvBk .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #ffca61;
}
.cid-uyIhQObvBk .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #ffbc37;
}
.cid-uyIhQObvBk .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #f9a600;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
  height: 160px;
  width: 160px;
}
@media (max-width: 768px) {
  .cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .image-wrapper img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .image-wrapper a {
  width: 160px;
  height: 160px;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 15px;
  width: fit-content;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: inline;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #c38200;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-uyIhQObvBk .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uyIhQObvBk .embla__button--next,
.cid-uyIhQObvBk .embla__button--prev {
  display: flex;
}
.cid-uyIhQObvBk .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uyIhQObvBk .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uyIhQObvBk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyIhQObvBk .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uyIhQObvBk .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-uyIhQObvBk .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-uyIhQObvBk .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-uyIhQObvBk .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uyIhQObvBk .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uyIhQObvBk .embla {
    padding-bottom: 4rem;
  }
}
.cid-uyIhQObvBk .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uyIhQObvBk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyIhQObvBk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyIhQObvBk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyIhQObvBk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uyIhQObvBk .item-tag {
  color: #000000;
}
.cid-uyIhQObvBk .item-name {
  color: #000000;
}
.cid-uyIhQObvBk .item-role {
  color: #000000;
}
.cid-uyy1bHyABk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
.cid-uyy1bHyABk .carousel-control-next,
.cid-uyy1bHyABk .carousel-control-prev {
  position: relative;
  opacity: 1 !important;
}
.cid-uyy1bHyABk .carousel-controls {
  margin-top: 3.2rem;
}
.cid-uyy1bHyABk .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  background: transparent;
  border: 2px solid #ffca61;
}
.cid-uyy1bHyABk .carousel-controls a span {
  color: #354463;
  font-size: 1.2rem;
}
.cid-uyy1bHyABk .carousel-controls a:hover {
  background-color: #354463;
  border-color: #354463;
}
.cid-uyy1bHyABk .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-uyy1bHyABk .card-inner {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
  background-color: #d1cece;
  padding: 3.5rem 2rem;
}
.cid-uyy1bHyABk .item-text {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cid-uyy1bHyABk .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyy1bHyABk .carousel-item > div {
  width: 100%;
}
.cid-uyy1bHyABk .carousel-item.active,
.cid-uyy1bHyABk .carousel-item-next,
.cid-uyy1bHyABk .carousel-item-prev {
  display: flex;
}
.cid-uyy1bHyABk .text-block {
  padding-top: 0.5rem;
}
.cid-uyy1bHyABk .mbr-text {
  margin-bottom: 1.9rem;
}
.cid-uyy1bHyABk .signature,
.cid-uyy1bHyABk .desk {
  margin: 0;
}
.cid-uyy1bHyABk .signature::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #ff9900;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-uyy1bHyABk .testimonials-slider__icon {
  color: #ff9900;
  font-size: 150px;
  line-height: 30px;
  font-weight: 700;
  position: absolute;
  top: 50px;
  left: 50px;
}
.cid-uyy1bHyABk .mbri-left:before {
  content: "\f053";
}
.cid-uyy1bHyABk .mbri-right:before {
  content: "\f054";
}
.cid-uyy1bHyABk .signature {
  font-weight: 700 !important;
}
.cid-uyy1bHyABk .mbr-section-subtitle {
  font-weight: 700 !important;
  text-align: center;
  color: #c38200;
}
@media (max-width: 767px) {
  .cid-uyy1bHyABk .item-text {
    margin-top: 2rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-uyy1bHyABk .carousel-control-next {
    left: 1rem;
  }
  .cid-uyy1bHyABk .carousel-control-prev {
    left: 0rem;
  }
  .cid-uyy1bHyABk .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uyy1bHyABk .text-block {
    display: flex;
    justify-content: space-between;
  }
  .cid-uyy1bHyABk .carousel-control-next {
    left: 0rem;
  }
  .cid-uyy1bHyABk .carousel-control-prev {
    left: -1rem;
  }
  .cid-uyy1bHyABk .slide {
    margin-top: 1.1rem;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uyy1bHyABk .text-block {
    display: flex;
    justify-content: space-between;
  }
  .cid-uyy1bHyABk .carousel-control-next {
    left: 0rem;
  }
  .cid-uyy1bHyABk .carousel-control-prev {
    left: -1rem;
  }
  .cid-uyy1bHyABk .slide {
    margin-top: 1.1rem;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uyy1bHyABk .carousel-control-next {
    left: 1rem;
  }
  .cid-uyy1bHyABk .slider-wrapper {
    flex-wrap: nowrap;
  }
}
.cid-uyy1bHyABk .icon-left {
  margin-right: 0.1rem;
}
.cid-uyy1bHyABk .icon-right {
  margin-left: 0.1rem;
}
.cid-uyy1bHyABk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyy1bHyABk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyy6aroIae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uyy6aroIae .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uyy6aroIae .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uyy6aroIae .embla__slide .slide-content {
  width: 100%;
}
.cid-uyy6aroIae .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uyy6aroIae .embla__slide .slide-content .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyy6aroIae .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uyy6aroIae .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uyy6aroIae .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uyy6aroIae .embla__button--next,
.cid-uyy6aroIae .embla__button--prev {
  display: flex;
}
.cid-uyy6aroIae .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uyy6aroIae .embla__button:hover {
  opacity: .7 !important;
}
.cid-uyy6aroIae .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uyy6aroIae .embla__button.embla__button--next {
  right: 0;
}
.cid-uyy6aroIae .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uyy6aroIae .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uyy6aroIae .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyy6aroIae .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyy6aroIae .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyy6aroIae .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uyy6aroIae .item-desc {
  color: #ffffff;
}
.cid-uyy6aroIae .mbr-section-title {
  text-align: center;
  color: #f9a600;
}
.cid-uyy6aroIae .mbr-section-subtitle {
  text-align: center;
  color: #f7f7f7;
}
.cid-uyOSIMQecZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-uyOSIMQecZ .container {
    padding: 0 16px;
  }
}
.cid-uyOSIMQecZ .row {
  position: relative;
  z-index: 1;
}
.cid-uyOSIMQecZ .title-wrapper {
  margin-bottom: 80px;
}
.cid-uyOSIMQecZ .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uyOSIMQecZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uyOSIMQecZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uyOSIMQecZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uyOSIMQecZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uyOSIMQecZ .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyOSIMQecZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uyOSIMQecZ .embla__button--next,
.cid-uyOSIMQecZ .embla__button--prev {
  display: flex;
}
.cid-uyOSIMQecZ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #0d0d0d !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uyOSIMQecZ .embla__button {
    display: none;
  }
}
.cid-uyOSIMQecZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyOSIMQecZ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uyOSIMQecZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uyOSIMQecZ .embla__button.embla__button--next {
  right: 0;
}
.cid-uyOSIMQecZ .embla {
  position: relative;
  width: 100%;
}
.cid-uyOSIMQecZ .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uyOSIMQecZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyOSIMQecZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyOSIMQecZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyOSIMQecZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uyOSIMQecZ .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-tN15vKstow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-tN15vKstow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN15vKstow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN15vKstow .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN15vKstow .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN15vKstow .container {
    padding: 0 16px;
  }
}
.cid-tN15vKstow .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN15vKstow .row {
    margin: 0 10px;
  }
}
.cid-tN15vKstow .row .card {
  position: relative;
  padding: 0;
}
.cid-tN15vKstow .form-wrapper {
  padding: 30px !important;
  background-color: #fdfcfc;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-tN15vKstow .form-wrapper {
    padding: 20px !important;
  }
}
.cid-tN15vKstow .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tN15vKstow .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
  border-radius: 0 !important;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #d1cece;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1cece;
  border-color: #d1cece;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-tN15vKstow .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tN15vKstow .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-tN15vKstow label {
  color: #192227;
}
.cid-tN15vKstow .mbr-section-title,
.cid-tN15vKstow .mbr-section-btn {
  text-align: center;
}
.cid-uyIotbvIcE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-uyIotbvIcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyIotbvIcE .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-uyIotbvIcE .container {
    padding: 0 20px;
  }
}
.cid-uyIotbvIcE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uyIotbvIcE .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uyIotbvIcE .map-wrapper iframe {
  min-height: 640px;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uyIotbvIcE .map-wrapper iframe {
    min-height: 350px;
  }
}
.cid-uyIotbvIcE .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uyIotbvIcE .desc-wrapper {
    margin-top: 50px;
  }
}
.cid-uyIotbvIcE .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uyIotbvIcE .mbr-section-title {
  color: #1d1d1d;
}
.cid-uyIotbvIcE .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tN13mOqDsR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN13mOqDsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13mOqDsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13mOqDsR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .container {
    padding: 0 16px;
  }
}
.cid-tN13mOqDsR .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .row {
    margin: 0;
  }
}
.cid-tN13mOqDsR .row .card {
  position: relative;
  padding: 0;
}
.cid-tN13mOqDsR .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-tN13mOqDsR .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-tN13mOqDsR .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-tN13mOqDsR .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tN13mOqDsR .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-tN13phYkWl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN13phYkWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13phYkWl .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-tN13phYkWl .container {
    padding: 0 16px;
  }
}
.cid-tN13phYkWl .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .row {
    margin: 0 10px;
  }
}
.cid-tN13phYkWl .row .card {
  padding: 0;
}
.cid-tN13phYkWl .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .row .card:first-child {
    padding: 0;
  }
}
.cid-tN13phYkWl .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tN13phYkWl .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-tN13phYkWl .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-tN13phYkWl .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(45deg);
}
.cid-tN13phYkWl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN13phYkWl .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-tN13phYkWl .list-wrapper {
  margin-left: 10px;
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-tN13phYkWl .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-tN13phYkWl .list-wrapper .item:last-child {
  border: none;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-tN13phYkWl .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-tN13phYkWl .mbr-section-title {
  color: #192227;
}
.cid-tN13phYkWl .mbr-copy {
  color: #192227;
  text-align: center;
}
.cid-tN13phYkWl .card-title {
  color: #fdfcfc;
}
