body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 5rem;
  line-height: 80px;
  letter-spacing: 0.99px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 3.125rem;
  line-height: 60px;
  letter-spacing: 0.99px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 60px;
  letter-spacing: 2.4px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 1.875rem;
  line-height: 30px;
  letter-spacing: 0.99px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: normal;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((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.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5a61f0 !important;
}
.bg-success {
  background-color: #e6c16d !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e0ae8a !important;
}
.bg-danger {
  background-color: #985b30 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5a61f0 !important;
  border-color: #5a61f0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #141edf !important;
  border-color: #141edf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #141edf !important;
  border-color: #141edf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #263a5c !important;
  border-color: #263a5c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d131f !important;
  border-color: #0d131f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d131f !important;
  border-color: #0d131f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6c16d !important;
  border-color: #e6c16d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d7a125 !important;
  border-color: #d7a125 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d7a125 !important;
  border-color: #d7a125 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e0ae8a !important;
  border-color: #e0ae8a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ce7f45 !important;
  border-color: #ce7f45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ce7f45 !important;
  border-color: #ce7f45 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #985b30 !important;
  border-color: #985b30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #56341b !important;
  border-color: #56341b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #56341b !important;
  border-color: #56341b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5a61f0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #141edf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5a61f0 !important;
  border-color: #5a61f0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #263a5c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d131f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #263a5c !important;
  border-color: #263a5c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c16d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d7a125 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c16d !important;
  border-color: #e6c16d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0ae8a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ce7f45 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e0ae8a !important;
  border-color: #e0ae8a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #985b30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #56341b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #985b30 !important;
  border-color: #985b30 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #5a61f0 !important;
}
.text-secondary {
  color: #263a5c !important;
}
.text-success {
  color: #e6c16d !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e0ae8a !important;
}
.text-danger {
  color: #985b30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #131cd1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #080c14 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ca9723 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cb7639 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4a2d18 !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: #5a61f0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e0ae8a;
}
.alert-danger {
  background-color: #985b30;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5a61f0;
  border-color: #5a61f0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5a61f0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #d39c74;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #5a61f0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #5a61f0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5a61f0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5a61f0;
}
.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: #5a61f0;
  border-bottom-color: #5a61f0;
}
.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: #5a61f0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #263a5c !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='%235a61f0' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 0 60px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 30px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 14px;
}
.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;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #5a61f0;
  border-radius: 0;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-bottom: 2px solid #5a61f0 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #263a5c;
  border-radius: 0;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-bottom: 2px solid #263a5c !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #e6c16d;
  border-radius: 0;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-bottom: 2px solid #e6c16d !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-bottom: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #985b30;
  border-radius: 0;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-bottom: 2px solid #985b30 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #e0ae8a;
  border-radius: 0;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-bottom: 2px solid #e0ae8a !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-bottom: 2px solid #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-bottom: 2px solid #ffffff !important;
}
.cid-tBHaTVueR6 .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
}
.cid-tBHaTVueR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-tBHaTVueR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tBHaTVueR6 .menu_box .navbar.opened,
  .cid-tBHaTVueR6 .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-tBHaTVueR6 .navbar-dropdown {
  position: relative !important;
}
.cid-tBHaTVueR6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tBHaTVueR6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBHaTVueR6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tBHaTVueR6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tBHaTVueR6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tBHaTVueR6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-tBHaTVueR6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tBHaTVueR6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tBHaTVueR6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tBHaTVueR6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tBHaTVueR6 .offcanvas-body .mbr-text,
  .cid-tBHaTVueR6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tBHaTVueR6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tBHaTVueR6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tBHaTVueR6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-tBHaTVueR6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tBHaTVueR6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tBHaTVueR6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tBHaTVueR6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tBHaTVueR6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tBHaTVueR6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBHaTVueR6 .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-tBHaTVueR6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tBHaTVueR6 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-tBHaTVueR6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tBHaTVueR6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tBHaTVueR6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tBHaTVueR6 .nav-item {
    margin: 0 !important;
  }
}
.cid-tBHaTVueR6 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tBHaTVueR6 .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tBHaTVueR6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tBHaTVueR6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tBHaTVueR6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tBHaTVueR6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBHaTVueR6 .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-tBHaTVueR6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tBHaTVueR6 .offcanvas_box {
    display: none;
  }
}
.cid-tBHaTVueR6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tBHaTVueR6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tBHaTVueR6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tBHaTVueR6 .container {
  display: flex;
  margin: auto;
}
.cid-tBHaTVueR6 .iconfont-wrapper {
  color: #263a5c;
  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-tBHaTVueR6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tBHaTVueR6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tBHaTVueR6 .navbar-caption {
  color: #263652;
}
.cid-tBHaTVueR6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tBHaTVueR6 .navbar-nav {
    margin: 0;
  }
}
.cid-tBHaTVueR6 .dropdown-menu,
.cid-tBHaTVueR6 .navbar.opened {
  background-color: false !important;
}
.cid-tBHaTVueR6 .nav-item:focus,
.cid-tBHaTVueR6 .nav-link:focus {
  outline: none;
}
.cid-tBHaTVueR6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHaTVueR6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBHaTVueR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBHaTVueR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHaTVueR6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHaTVueR6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHaTVueR6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tBHaTVueR6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tBHaTVueR6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tBHaTVueR6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tBHaTVueR6 .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-tBHaTVueR6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBHaTVueR6 .navbar.collapsed {
  justify-content: center;
}
.cid-tBHaTVueR6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHaTVueR6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBHaTVueR6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHaTVueR6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBHaTVueR6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHaTVueR6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tBHaTVueR6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBHaTVueR6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tBHaTVueR6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tBHaTVueR6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHaTVueR6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHaTVueR6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tBHaTVueR6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHaTVueR6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tBHaTVueR6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBHaTVueR6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tBHaTVueR6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tBHaTVueR6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tBHaTVueR6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBHaTVueR6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHaTVueR6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tBHaTVueR6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBHaTVueR6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBHaTVueR6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBHaTVueR6 .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-tBHaTVueR6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tBHaTVueR6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHaTVueR6 .dropdown-item.active,
.cid-tBHaTVueR6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHaTVueR6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBHaTVueR6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHaTVueR6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHaTVueR6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHaTVueR6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tBHaTVueR6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBHaTVueR6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-tBHaTVueR6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-tBHaTVueR6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHaTVueR6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHaTVueR6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHaTVueR6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHaTVueR6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHaTVueR6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHaTVueR6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHaTVueR6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHaTVueR6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tBHaTVueR6 .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-tBHaTVueR6 .navbar {
    height: 70px;
  }
  .cid-tBHaTVueR6 .navbar.opened {
    height: auto;
  }
  .cid-tBHaTVueR6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBHaTVueR6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tBHaTVueR6 .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-tBHaTVueR6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tBHaTVueR6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tBHaTVueR6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tBHaTVueR6 .navbar-caption:hover {
  color: #5a61f0;
}
@media (min-width: 992px) {
  .cid-tBHaTVueR6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tBHaTVueR6 .text_widget {
  margin-bottom: 32px;
}
.cid-tBHaTVueR6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tBHaTVueR6 .text_widget a:hover {
  color: #263a5c !important;
}
.cid-tBHaTVueR6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tBHaTVueR6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tBHaTVueR6 .mbr-section-subtitle,
.cid-tBHaTVueR6 .text_widget,
.cid-tBHaTVueR6 .mbr-section-btn {
  text-align: left;
}
.cid-tBHaTVueR6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tBHaUdXRgc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/junkremovalservicesutah.jpg-1080x608.jpg");
}
.cid-tBHaUdXRgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHaUdXRgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHaUdXRgc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHaUdXRgc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHaUdXRgc .container {
    padding: 0;
  }
}
.cid-tBHaUdXRgc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tBHaUdXRgc .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tBHaUdXRgc .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tBHaUdXRgc .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tBHaUdXRgc .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tBHaUdXRgc .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tBHaUdXRgc .mbr-section-title {
  color: #ffffff;
}
.cid-tBHaUdXRgc .mbr-box {
  color: #ffffff;
}
.cid-tBHaUdXRgc .mbr-section-btn {
  text-align: center;
}
.cid-v2lmNnmak2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2lmNnmak2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lmNnmak2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lmNnmak2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2lmNnmak2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2lmNnmak2 .container {
    padding: 0;
  }
}
.cid-v2lmNnmak2 .row {
  justify-content: center;
}
.cid-v2lmNnmak2 .title-wrapper {
  padding: 0 16px;
}
.cid-v2lmNnmak2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lmNnmak2 .mbr-section-title {
  color: #263652;
}
.cid-tBHdPasVc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-tBHdPasVc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHdPasVc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHdPasVc0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHdPasVc0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHdPasVc0 .container {
    padding: 0;
  }
}
.cid-tBHdPasVc0 .row {
  justify-content: center;
}
.cid-tBHdPasVc0 a:hover .row .icon-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-tBHdPasVc0 .title-wrapper {
  padding: 0 16px;
}
.cid-tBHdPasVc0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBHdPasVc0 .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0 16px;
}
.cid-tBHdPasVc0 .icon-wrapper .mbr-iconfont {
  font-size: 34px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tBHdPasVc0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v2fJc3Rimb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fJc3Rimb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fJc3Rimb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fJc3Rimb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fJc3Rimb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fJc3Rimb .container {
    padding: 0;
  }
}
.cid-v2fJc3Rimb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fJc3Rimb .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fJc3Rimb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fJc3Rimb .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fJc3Rimb .mbr-section-title {
  color: #263652;
}
.cid-v2fJc3Rimb .mbr-text {
  color: #263652;
}
.cid-v2fJitkTXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fJitkTXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fJitkTXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fJitkTXw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fJitkTXw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fJitkTXw .container {
    padding: 0;
  }
}
.cid-v2fJitkTXw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fJitkTXw .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fJitkTXw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fJitkTXw .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fJitkTXw .mbr-section-title {
  color: #000000;
}
.cid-v2fJitkTXw .mbr-text {
  color: #000000;
}
.cid-tBHc6Jr3L6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tBHc6Jr3L6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHc6Jr3L6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHc6Jr3L6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHc6Jr3L6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHc6Jr3L6 .container {
    padding: 0;
  }
}
.cid-tBHc6Jr3L6 .row {
  justify-content: center;
  margin: 0;
}
.cid-tBHc6Jr3L6 .card {
  border-radius: 0;
  padding: 0;
}
.cid-tBHc6Jr3L6 .card .card-wrapper {
  background-color: #af5331;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tBHc6Jr3L6 .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tBHc6Jr3L6 .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-tBHc6Jr3L6 .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tBHc6Jr3L6 .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tBHc6Jr3L6 .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tBHc6Jr3L6 .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tBHc6Jr3L6 .card:nth-child(2n) .card-wrapper {
  background-color: #000000;
}
.cid-tBHc6Jr3L6 .mbr-card-title {
  color: #ffffff;
}
.cid-tBHc6Jr3L6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tBHc6Jr3L6 .mbr-card-title,
.cid-tBHc6Jr3L6 .mbr-section-btn,
.cid-tBHc6Jr3L6 .icon-wrap {
  text-align: center;
}
.cid-v2fJsJpxJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fJsJpxJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fJsJpxJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fJsJpxJW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fJsJpxJW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fJsJpxJW .container {
    padding: 0;
  }
}
.cid-v2fJsJpxJW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fJsJpxJW .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fJsJpxJW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fJsJpxJW .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fJsJpxJW .mbr-section-title {
  color: #000000;
}
.cid-v2fJsJpxJW .mbr-text {
  color: #000000;
}
.cid-tBHcO5D33n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tBHcO5D33n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHcO5D33n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHcO5D33n .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHcO5D33n .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHcO5D33n .container {
    padding: 0;
  }
}
.cid-tBHcO5D33n .row {
  margin: 0;
  border-top: 1px solid #e6c16d;
  border-bottom: 1px solid #e6c16d;
}
.cid-tBHcO5D33n .card {
  border-radius: 0;
  padding: 0;
}
.cid-tBHcO5D33n .card:first-child {
  border-right: 1px solid #e6c16d;
}
@media (max-width: 992px) {
  .cid-tBHcO5D33n .card:first-child {
    border-right: none;
    border-bottom: 1px solid #e6c16d;
  }
}
.cid-tBHcO5D33n .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-tBHcO5D33n .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-tBHcO5D33n .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tBHcO5D33n .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tBHcO5D33n .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBHcO5D33n .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tBHcSbVAyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBHcSbVAyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHcSbVAyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHcSbVAyp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHcSbVAyp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHcSbVAyp .container {
    padding: 0;
  }
}
.cid-tBHcSbVAyp .row {
  margin: 0;
}
.cid-tBHcSbVAyp .card {
  padding: 0;
}
.cid-tBHcSbVAyp .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tBHcSbVAyp .card .image-wrapper img {
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBHcSbVAyp .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tBHcSbVAyp .card .images-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tBHcSbVAyp .card .images-wrapper .images-wrap img {
  height: 280px;
  object-fit: cover;
}
.cid-tBHcSbVAyp .card .title-wrapper {
  padding: 0 150px;
}
.cid-tBHcSbVAyp .card .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tBHcSbVAyp .card .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tBHcSbVAyp .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-tBHcSbVAyp .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-tBHcSbVAyp .mbr-section-title {
  color: #263a5c;
}
.cid-tBHcSbVAyp .mbr-text {
  color: #000000;
}
.cid-tBHcSbVAyp .mbr-section-title,
.cid-tBHcSbVAyp .mbr-section-btn {
  color: #000000;
}
.cid-v2fJHHV7d2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fJHHV7d2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fJHHV7d2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fJHHV7d2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fJHHV7d2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fJHHV7d2 .container {
    padding: 0;
  }
}
.cid-v2fJHHV7d2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fJHHV7d2 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fJHHV7d2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fJHHV7d2 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fJHHV7d2 .mbr-section-title {
  color: #000000;
}
.cid-v2fJHHV7d2 .mbr-text {
  color: #263652;
}
.cid-v2fHq5wkzA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fHq5wkzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fHq5wkzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fHq5wkzA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fHq5wkzA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fHq5wkzA .container {
    padding: 0;
  }
}
.cid-v2fHq5wkzA .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-v2fHq5wkzA .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fHq5wkzA .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-v2fHq5wkzA .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-v2fHq5wkzA .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-v2fHq5wkzA .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fHq5wkzA .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fHq5wkzA .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v2fHq5wkzA .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fHq5wkzA .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2i7P9U90b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2i7P9U90b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2i7P9U90b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2i7P9U90b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2i7P9U90b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2i7P9U90b .container {
    padding: 0;
  }
}
.cid-v2i7P9U90b .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2i7P9U90b .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2i7P9U90b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2i7P9U90b .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2i7P9U90b .mbr-section-title {
  color: #000000;
}
.cid-v2i7P9U90b .mbr-text {
  color: #263652;
}
.cid-v2fHZcAJDK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2fHZcAJDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fHZcAJDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fHZcAJDK .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2fHZcAJDK .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fHZcAJDK .content-wrapper::before,
.cid-v2fHZcAJDK .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2fHZcAJDK .content-wrapper::before {
  left: 0;
}
.cid-v2fHZcAJDK .content-wrapper::after {
  right: 0;
}
.cid-v2fHZcAJDK .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2fHZcAJDK .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2fHZcAJDK .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2fHZcAJDK .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2fHZcAJDK .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fHZcAJDK .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2fHZcAJDK .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v2fHZcAJDK .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v2fHZcAJDK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2fHZcAJDK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2fHZcAJDK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2fHZcAJDK .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fHZcAJDK .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #af5331;
}
.cid-v2fHZcAJDK .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v2fHZcAJDK .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v2fHZcAJDK .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2fHZcAJDK .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2fHZcAJDK .mbr-text {
  color: #0a0a0a;
}
.cid-v2fHZcAJDK .panel-title-edit {
  color: #0a0a0a;
}
.cid-v2fHZcAJDK .panel-text {
  color: #0a0a0a;
}
.cid-tBHcWNwwVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBHcWNwwVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHcWNwwVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHcWNwwVz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHcWNwwVz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHcWNwwVz .container {
    padding: 0;
  }
}
.cid-tBHcWNwwVz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBHcWNwwVz .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tBHcWNwwVz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBHcWNwwVz .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tBHcWNwwVz .mbr-section-title {
  color: #000000;
}
.cid-tBHcWNwwVz .mbr-text {
  color: #263652;
}
.cid-v2fKscIT8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fKscIT8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKscIT8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKscIT8F .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2fKscIT8F .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2fKscIT8F .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v2fKscIT8F .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v2fKscIT8F .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v2fKscIT8F .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v2fKscIT8F .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v2fKscIT8F .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2fKscIT8F .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v2fKscIT8F .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v2fKscIT8F .items-wrapper .card .card-wrapper .mbr-figure {
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v2fKscIT8F .items-wrapper .card .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2fKscIT8F .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2fKscIT8F .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v2fKscIT8F .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2fKscIT8F .mbr-label,
.cid-v2fKscIT8F .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2fKscIT8F .mbr-section-title,
.cid-v2fKscIT8F .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKscIT8F .mbr-text {
  color: #515151;
}
.cid-v2fHKnR2fD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fHKnR2fD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fHKnR2fD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fHKnR2fD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fHKnR2fD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fHKnR2fD .container {
    padding: 0;
  }
}
.cid-v2fHKnR2fD .row {
  justify-content: center;
}
.cid-v2fHKnR2fD .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2fHKnR2fD .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fHKnR2fD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fHKnR2fD .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2fHKnR2fD .google-map iframe {
    height: 300px;
  }
}
.cid-v2fHKnR2fD .mbr-section-title {
  color: #263652;
}
.cid-v2fEQvPTkV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fEQvPTkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fEQvPTkV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v2fEQvPTkV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2fEQvPTkV .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-v2fEQvPTkV a {
  font-weight: 600;
}
.cid-v2fEQvPTkV a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-v2fEQvPTkV .col-lg-3,
  .cid-v2fEQvPTkV .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-v2fEQvPTkV .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-v2fEQvPTkV .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v2fEQvPTkV h5 {
  margin: 0;
}
.cid-v2fEQvPTkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fEQvPTkV .iconfont-wrapper {
  position: relative;
}
.cid-v2fEQvPTkV .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-v2fEQvPTkV .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-v2fEQvPTkV .sociconfont-wrapper {
  display: flex;
}
.cid-v2fEQvPTkV .card-title,
.cid-v2fEQvPTkV .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2fEQvPTkV .card-text {
  color: #ffffff;
}
.cid-v2fEQvPTkV .mbr-section-title {
  color: #000000;
}
.cid-v2fEQvPTkV .main-title,
.cid-v2fEQvPTkV .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-tBHcOXmBZc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #af5331;
}
.cid-tBHcOXmBZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHcOXmBZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHcOXmBZc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHcOXmBZc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHcOXmBZc .container {
    padding: 0;
  }
}
.cid-tBHcOXmBZc .row {
  justify-content: center;
}
.cid-tBHcOXmBZc .title-wrapper {
  padding: 0 16px;
}
.cid-tBHcOXmBZc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBHcOXmBZc .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tBHcOXmBZc .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tBHcOXmBZc .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tBHcOXmBZc .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5a61f0;
}
.cid-tBHcOXmBZc .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tBHcOXmBZc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tBHcOXmBZc .mbr-section-title,
.cid-tBHcOXmBZc .mbr-iconfont {
  color: #ffffff;
}
.cid-tBHcOXmBZc .mbr-section-title,
.cid-tBHcOXmBZc .soc-wrapper {
  text-align: center;
}
.cid-v2fEpc2ybg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v2fEpc2ybg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fEpc2ybg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fEpc2ybg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fEpc2ybg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fEpc2ybg .container {
    padding: 0;
  }
}
.cid-v2fEpc2ybg .row {
  justify-content: center;
}
.cid-v2fEpc2ybg .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-v2fEpc2ybg .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-v2fEpc2ybg .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-v2fEpc2ybg .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fEpc2ybg .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v2fEpc2ybg .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fEpc2ybg .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-v2fEpc2ybg .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-v2fEpc2ybg .row.copy {
  border-top: 1px solid #fdfcfa;
}
.cid-v2fEpc2ybg .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fEpc2ybg .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fEpc2ybg .list {
  color: #ffffff;
  text-align: center;
}
.cid-v2fEpc2ybg .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-v2fNLoRN9G .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
}
.cid-v2fNLoRN9G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-v2fNLoRN9G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v2fNLoRN9G .menu_box .navbar.opened,
  .cid-v2fNLoRN9G .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2fNLoRN9G .navbar-dropdown {
  position: relative !important;
}
.cid-v2fNLoRN9G .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v2fNLoRN9G .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2fNLoRN9G .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2fNLoRN9G .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2fNLoRN9G .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2fNLoRN9G .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-v2fNLoRN9G .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2fNLoRN9G .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2fNLoRN9G .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2fNLoRN9G .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2fNLoRN9G .offcanvas-body .mbr-text,
  .cid-v2fNLoRN9G .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2fNLoRN9G .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2fNLoRN9G .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2fNLoRN9G .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-v2fNLoRN9G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2fNLoRN9G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2fNLoRN9G .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2fNLoRN9G .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2fNLoRN9G ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2fNLoRN9G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fNLoRN9G .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-v2fNLoRN9G .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2fNLoRN9G 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-v2fNLoRN9G .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v2fNLoRN9G .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2fNLoRN9G .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v2fNLoRN9G .nav-item {
    margin: 0 !important;
  }
}
.cid-v2fNLoRN9G .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v2fNLoRN9G .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-v2fNLoRN9G .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fNLoRN9G .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2fNLoRN9G .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fNLoRN9G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fNLoRN9G .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-v2fNLoRN9G .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2fNLoRN9G .offcanvas_box {
    display: none;
  }
}
.cid-v2fNLoRN9G .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2fNLoRN9G .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2fNLoRN9G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2fNLoRN9G .container {
  display: flex;
  margin: auto;
}
.cid-v2fNLoRN9G .iconfont-wrapper {
  color: #263a5c;
  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-v2fNLoRN9G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2fNLoRN9G .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2fNLoRN9G .navbar-caption {
  color: #263652;
}
.cid-v2fNLoRN9G .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2fNLoRN9G .navbar-nav {
    margin: 0;
  }
}
.cid-v2fNLoRN9G .dropdown-menu,
.cid-v2fNLoRN9G .navbar.opened {
  background-color: false !important;
}
.cid-v2fNLoRN9G .nav-item:focus,
.cid-v2fNLoRN9G .nav-link:focus {
  outline: none;
}
.cid-v2fNLoRN9G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fNLoRN9G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fNLoRN9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fNLoRN9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fNLoRN9G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fNLoRN9G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fNLoRN9G .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2fNLoRN9G .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2fNLoRN9G .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fNLoRN9G .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2fNLoRN9G .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-v2fNLoRN9G .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v2fNLoRN9G .navbar.collapsed {
  justify-content: center;
}
.cid-v2fNLoRN9G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fNLoRN9G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2fNLoRN9G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fNLoRN9G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fNLoRN9G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fNLoRN9G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2fNLoRN9G .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fNLoRN9G .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2fNLoRN9G .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v2fNLoRN9G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fNLoRN9G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fNLoRN9G .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2fNLoRN9G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fNLoRN9G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2fNLoRN9G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fNLoRN9G .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2fNLoRN9G .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2fNLoRN9G .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2fNLoRN9G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fNLoRN9G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fNLoRN9G .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2fNLoRN9G .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fNLoRN9G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fNLoRN9G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2fNLoRN9G .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-v2fNLoRN9G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2fNLoRN9G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fNLoRN9G .dropdown-item.active,
.cid-v2fNLoRN9G .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fNLoRN9G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fNLoRN9G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fNLoRN9G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fNLoRN9G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fNLoRN9G ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2fNLoRN9G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fNLoRN9G button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-v2fNLoRN9G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-v2fNLoRN9G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fNLoRN9G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fNLoRN9G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fNLoRN9G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fNLoRN9G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fNLoRN9G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fNLoRN9G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fNLoRN9G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fNLoRN9G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2fNLoRN9G .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-v2fNLoRN9G .navbar {
    height: 70px;
  }
  .cid-v2fNLoRN9G .navbar.opened {
    height: auto;
  }
  .cid-v2fNLoRN9G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2fNLoRN9G .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v2fNLoRN9G .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-v2fNLoRN9G .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v2fNLoRN9G .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-v2fNLoRN9G .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v2fNLoRN9G .navbar-caption:hover {
  color: #5a61f0;
}
@media (min-width: 992px) {
  .cid-v2fNLoRN9G .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2fNLoRN9G .text_widget {
  margin-bottom: 32px;
}
.cid-v2fNLoRN9G .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2fNLoRN9G .text_widget a:hover {
  color: #263a5c !important;
}
.cid-v2fNLoRN9G .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v2fNLoRN9G .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v2fNLoRN9G .mbr-section-subtitle,
.cid-v2fNLoRN9G .text_widget,
.cid-v2fNLoRN9G .mbr-section-btn {
  text-align: left;
}
.cid-v2fNLoRN9G a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2fNLpUBr2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/daniel-brzdek-pi3keyqwxym-unsplash.jpg-2000x1333.jpg");
}
.cid-v2fNLpUBr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNLpUBr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNLpUBr2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNLpUBr2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNLpUBr2 .container {
    padding: 0;
  }
}
.cid-v2fNLpUBr2 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2fNLpUBr2 .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v2fNLpUBr2 .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-v2fNLpUBr2 .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-v2fNLpUBr2 .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v2fNLpUBr2 .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v2fNLpUBr2 .mbr-section-title {
  color: #ffffff;
}
.cid-v2fNLpUBr2 .mbr-box {
  color: #ffffff;
}
.cid-v2fNLpUBr2 .mbr-section-btn {
  text-align: center;
}
.cid-v2fNLqsdVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fNLqsdVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNLqsdVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNLqsdVz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNLqsdVz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNLqsdVz .container {
    padding: 0;
  }
}
.cid-v2fNLqsdVz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fNLqsdVz .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fNLqsdVz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fNLqsdVz .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fNLqsdVz .mbr-section-title {
  color: #263652;
}
.cid-v2fNLqsdVz .mbr-text {
  color: #000000;
}
.cid-v2fNLr1qeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fNLr1qeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNLr1qeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNLr1qeY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNLr1qeY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNLr1qeY .container {
    padding: 0;
  }
}
.cid-v2fNLr1qeY .row {
  justify-content: center;
}
.cid-v2fNLr1qeY .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2fNLr1qeY .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fNLr1qeY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fNLr1qeY .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2fNLr1qeY .google-map iframe {
    height: 300px;
  }
}
.cid-v2fNLr1qeY .mbr-section-title {
  color: #000000;
}
.cid-v2fNLrJ2Kv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fNLrJ2Kv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNLrJ2Kv .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v2fNLrJ2Kv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2fNLrJ2Kv .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-v2fNLrJ2Kv a {
  font-weight: 600;
}
.cid-v2fNLrJ2Kv a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-v2fNLrJ2Kv .col-lg-3,
  .cid-v2fNLrJ2Kv .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-v2fNLrJ2Kv .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-v2fNLrJ2Kv .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v2fNLrJ2Kv h5 {
  margin: 0;
}
.cid-v2fNLrJ2Kv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNLrJ2Kv .iconfont-wrapper {
  position: relative;
}
.cid-v2fNLrJ2Kv .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-v2fNLrJ2Kv .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-v2fNLrJ2Kv .sociconfont-wrapper {
  display: flex;
}
.cid-v2fNLrJ2Kv .card-title,
.cid-v2fNLrJ2Kv .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2fNLrJ2Kv .card-text {
  color: #ffffff;
}
.cid-v2fNLrJ2Kv .mbr-section-title {
  color: #000000;
}
.cid-v2fNLrJ2Kv .main-title,
.cid-v2fNLrJ2Kv .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-v2fNLstMOr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #af5331;
}
.cid-v2fNLstMOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNLstMOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNLstMOr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNLstMOr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNLstMOr .container {
    padding: 0;
  }
}
.cid-v2fNLstMOr .row {
  justify-content: center;
}
.cid-v2fNLstMOr .title-wrapper {
  padding: 0 16px;
}
.cid-v2fNLstMOr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fNLstMOr .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-v2fNLstMOr .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-v2fNLstMOr .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-v2fNLstMOr .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5a61f0;
}
.cid-v2fNLstMOr .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fNLstMOr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2fNLstMOr .mbr-section-title,
.cid-v2fNLstMOr .mbr-iconfont {
  color: #ffffff;
}
.cid-v2fNLstMOr .mbr-section-title,
.cid-v2fNLstMOr .soc-wrapper {
  text-align: center;
}
.cid-v2fNLt5YLm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v2fNLt5YLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNLt5YLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNLt5YLm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNLt5YLm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNLt5YLm .container {
    padding: 0;
  }
}
.cid-v2fNLt5YLm .row {
  justify-content: center;
}
.cid-v2fNLt5YLm .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-v2fNLt5YLm .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-v2fNLt5YLm .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-v2fNLt5YLm .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fNLt5YLm .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v2fNLt5YLm .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fNLt5YLm .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-v2fNLt5YLm .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-v2fNLt5YLm .row.copy {
  border-top: 1px solid #fdfcfa;
}
.cid-v2fNLt5YLm .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fNLt5YLm .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fNLt5YLm .list {
  color: #ffffff;
  text-align: center;
}
.cid-v2fNLt5YLm .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-v2fNpRANmP .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
}
.cid-v2fNpRANmP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-v2fNpRANmP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v2fNpRANmP .menu_box .navbar.opened,
  .cid-v2fNpRANmP .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2fNpRANmP .navbar-dropdown {
  position: relative !important;
}
.cid-v2fNpRANmP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v2fNpRANmP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2fNpRANmP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2fNpRANmP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2fNpRANmP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2fNpRANmP .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-v2fNpRANmP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2fNpRANmP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2fNpRANmP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2fNpRANmP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2fNpRANmP .offcanvas-body .mbr-text,
  .cid-v2fNpRANmP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2fNpRANmP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2fNpRANmP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2fNpRANmP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-v2fNpRANmP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2fNpRANmP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2fNpRANmP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2fNpRANmP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2fNpRANmP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2fNpRANmP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fNpRANmP .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-v2fNpRANmP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2fNpRANmP 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-v2fNpRANmP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v2fNpRANmP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2fNpRANmP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v2fNpRANmP .nav-item {
    margin: 0 !important;
  }
}
.cid-v2fNpRANmP .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v2fNpRANmP .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-v2fNpRANmP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fNpRANmP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2fNpRANmP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fNpRANmP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fNpRANmP .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-v2fNpRANmP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2fNpRANmP .offcanvas_box {
    display: none;
  }
}
.cid-v2fNpRANmP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2fNpRANmP .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2fNpRANmP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2fNpRANmP .container {
  display: flex;
  margin: auto;
}
.cid-v2fNpRANmP .iconfont-wrapper {
  color: #263a5c;
  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-v2fNpRANmP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2fNpRANmP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2fNpRANmP .navbar-caption {
  color: #263652;
}
.cid-v2fNpRANmP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2fNpRANmP .navbar-nav {
    margin: 0;
  }
}
.cid-v2fNpRANmP .dropdown-menu,
.cid-v2fNpRANmP .navbar.opened {
  background-color: false !important;
}
.cid-v2fNpRANmP .nav-item:focus,
.cid-v2fNpRANmP .nav-link:focus {
  outline: none;
}
.cid-v2fNpRANmP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fNpRANmP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fNpRANmP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fNpRANmP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fNpRANmP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fNpRANmP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fNpRANmP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2fNpRANmP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2fNpRANmP .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fNpRANmP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2fNpRANmP .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-v2fNpRANmP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v2fNpRANmP .navbar.collapsed {
  justify-content: center;
}
.cid-v2fNpRANmP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fNpRANmP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2fNpRANmP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fNpRANmP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fNpRANmP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fNpRANmP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2fNpRANmP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fNpRANmP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2fNpRANmP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v2fNpRANmP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fNpRANmP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fNpRANmP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2fNpRANmP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fNpRANmP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2fNpRANmP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fNpRANmP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2fNpRANmP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2fNpRANmP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2fNpRANmP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fNpRANmP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fNpRANmP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2fNpRANmP .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fNpRANmP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fNpRANmP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2fNpRANmP .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-v2fNpRANmP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2fNpRANmP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fNpRANmP .dropdown-item.active,
.cid-v2fNpRANmP .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fNpRANmP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fNpRANmP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fNpRANmP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fNpRANmP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fNpRANmP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2fNpRANmP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fNpRANmP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-v2fNpRANmP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-v2fNpRANmP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fNpRANmP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fNpRANmP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fNpRANmP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fNpRANmP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fNpRANmP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fNpRANmP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fNpRANmP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fNpRANmP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2fNpRANmP .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-v2fNpRANmP .navbar {
    height: 70px;
  }
  .cid-v2fNpRANmP .navbar.opened {
    height: auto;
  }
  .cid-v2fNpRANmP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2fNpRANmP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v2fNpRANmP .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-v2fNpRANmP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v2fNpRANmP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-v2fNpRANmP .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v2fNpRANmP .navbar-caption:hover {
  color: #5a61f0;
}
@media (min-width: 992px) {
  .cid-v2fNpRANmP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2fNpRANmP .text_widget {
  margin-bottom: 32px;
}
.cid-v2fNpRANmP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2fNpRANmP .text_widget a:hover {
  color: #263a5c !important;
}
.cid-v2fNpRANmP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v2fNpRANmP .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v2fNpRANmP .mbr-section-subtitle,
.cid-v2fNpRANmP .text_widget,
.cid-v2fNpRANmP .mbr-section-btn {
  text-align: left;
}
.cid-v2fNpRANmP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2fNpTBPXc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/vitaly-gariev-0tpd48ud9fk-unsplash.jpg-2000x1125.jpg");
}
.cid-v2fNpTBPXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNpTBPXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNpTBPXc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNpTBPXc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNpTBPXc .container {
    padding: 0;
  }
}
.cid-v2fNpTBPXc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2fNpTBPXc .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v2fNpTBPXc .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-v2fNpTBPXc .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-v2fNpTBPXc .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v2fNpTBPXc .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v2fNpTBPXc .mbr-section-title {
  color: #ffffff;
}
.cid-v2fNpTBPXc .mbr-box {
  color: #ffffff;
}
.cid-v2fNpTBPXc .mbr-section-btn {
  text-align: center;
}
.cid-v2fNpVpjMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fNpVpjMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNpVpjMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNpVpjMz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNpVpjMz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNpVpjMz .container {
    padding: 0;
  }
}
.cid-v2fNpVpjMz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fNpVpjMz .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fNpVpjMz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fNpVpjMz .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fNpVpjMz .mbr-section-title {
  color: #263652;
}
.cid-v2fNpVpjMz .mbr-text {
  color: #000000;
}
.cid-v2fNq5Ddjn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fNq5Ddjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNq5Ddjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNq5Ddjn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNq5Ddjn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNq5Ddjn .container {
    padding: 0;
  }
}
.cid-v2fNq5Ddjn .row {
  justify-content: center;
}
.cid-v2fNq5Ddjn .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2fNq5Ddjn .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fNq5Ddjn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fNq5Ddjn .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2fNq5Ddjn .google-map iframe {
    height: 300px;
  }
}
.cid-v2fNq5Ddjn .mbr-section-title {
  color: #000000;
}
.cid-v2fNq6tVxs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fNq6tVxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNq6tVxs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v2fNq6tVxs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2fNq6tVxs .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-v2fNq6tVxs a {
  font-weight: 600;
}
.cid-v2fNq6tVxs a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-v2fNq6tVxs .col-lg-3,
  .cid-v2fNq6tVxs .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-v2fNq6tVxs .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-v2fNq6tVxs .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v2fNq6tVxs h5 {
  margin: 0;
}
.cid-v2fNq6tVxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNq6tVxs .iconfont-wrapper {
  position: relative;
}
.cid-v2fNq6tVxs .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-v2fNq6tVxs .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-v2fNq6tVxs .sociconfont-wrapper {
  display: flex;
}
.cid-v2fNq6tVxs .card-title,
.cid-v2fNq6tVxs .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2fNq6tVxs .card-text {
  color: #ffffff;
}
.cid-v2fNq6tVxs .mbr-section-title {
  color: #000000;
}
.cid-v2fNq6tVxs .main-title,
.cid-v2fNq6tVxs .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-v2fNq7BPA4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #af5331;
}
.cid-v2fNq7BPA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNq7BPA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNq7BPA4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNq7BPA4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNq7BPA4 .container {
    padding: 0;
  }
}
.cid-v2fNq7BPA4 .row {
  justify-content: center;
}
.cid-v2fNq7BPA4 .title-wrapper {
  padding: 0 16px;
}
.cid-v2fNq7BPA4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fNq7BPA4 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-v2fNq7BPA4 .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-v2fNq7BPA4 .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-v2fNq7BPA4 .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5a61f0;
}
.cid-v2fNq7BPA4 .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fNq7BPA4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2fNq7BPA4 .mbr-section-title,
.cid-v2fNq7BPA4 .mbr-iconfont {
  color: #ffffff;
}
.cid-v2fNq7BPA4 .mbr-section-title,
.cid-v2fNq7BPA4 .soc-wrapper {
  text-align: center;
}
.cid-v2fNq8OqWA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v2fNq8OqWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fNq8OqWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fNq8OqWA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fNq8OqWA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fNq8OqWA .container {
    padding: 0;
  }
}
.cid-v2fNq8OqWA .row {
  justify-content: center;
}
.cid-v2fNq8OqWA .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-v2fNq8OqWA .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-v2fNq8OqWA .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-v2fNq8OqWA .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fNq8OqWA .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v2fNq8OqWA .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fNq8OqWA .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-v2fNq8OqWA .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-v2fNq8OqWA .row.copy {
  border-top: 1px solid #fdfcfa;
}
.cid-v2fNq8OqWA .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fNq8OqWA .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fNq8OqWA .list {
  color: #ffffff;
  text-align: center;
}
.cid-v2fNq8OqWA .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKzXDsX .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
}
.cid-v2fKKzXDsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-v2fKKzXDsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v2fKKzXDsX .menu_box .navbar.opened,
  .cid-v2fKKzXDsX .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2fKKzXDsX .navbar-dropdown {
  position: relative !important;
}
.cid-v2fKKzXDsX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v2fKKzXDsX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2fKKzXDsX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2fKKzXDsX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2fKKzXDsX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2fKKzXDsX .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-v2fKKzXDsX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2fKKzXDsX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2fKKzXDsX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2fKKzXDsX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2fKKzXDsX .offcanvas-body .mbr-text,
  .cid-v2fKKzXDsX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2fKKzXDsX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2fKKzXDsX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2fKKzXDsX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-v2fKKzXDsX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2fKKzXDsX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2fKKzXDsX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2fKKzXDsX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2fKKzXDsX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2fKKzXDsX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fKKzXDsX .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-v2fKKzXDsX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2fKKzXDsX 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-v2fKKzXDsX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v2fKKzXDsX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2fKKzXDsX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v2fKKzXDsX .nav-item {
    margin: 0 !important;
  }
}
.cid-v2fKKzXDsX .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v2fKKzXDsX .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-v2fKKzXDsX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fKKzXDsX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2fKKzXDsX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fKKzXDsX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fKKzXDsX .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-v2fKKzXDsX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2fKKzXDsX .offcanvas_box {
    display: none;
  }
}
.cid-v2fKKzXDsX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2fKKzXDsX .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2fKKzXDsX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2fKKzXDsX .container {
  display: flex;
  margin: auto;
}
.cid-v2fKKzXDsX .iconfont-wrapper {
  color: #263a5c;
  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-v2fKKzXDsX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2fKKzXDsX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2fKKzXDsX .navbar-caption {
  color: #263652;
}
.cid-v2fKKzXDsX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2fKKzXDsX .navbar-nav {
    margin: 0;
  }
}
.cid-v2fKKzXDsX .dropdown-menu,
.cid-v2fKKzXDsX .navbar.opened {
  background-color: false !important;
}
.cid-v2fKKzXDsX .nav-item:focus,
.cid-v2fKKzXDsX .nav-link:focus {
  outline: none;
}
.cid-v2fKKzXDsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fKKzXDsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fKKzXDsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fKKzXDsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fKKzXDsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fKKzXDsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fKKzXDsX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKzXDsX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2fKKzXDsX .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fKKzXDsX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2fKKzXDsX .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-v2fKKzXDsX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v2fKKzXDsX .navbar.collapsed {
  justify-content: center;
}
.cid-v2fKKzXDsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fKKzXDsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2fKKzXDsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fKKzXDsX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fKKzXDsX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fKKzXDsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2fKKzXDsX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fKKzXDsX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2fKKzXDsX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v2fKKzXDsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fKKzXDsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fKKzXDsX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2fKKzXDsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fKKzXDsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2fKKzXDsX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fKKzXDsX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2fKKzXDsX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2fKKzXDsX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2fKKzXDsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fKKzXDsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fKKzXDsX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2fKKzXDsX .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fKKzXDsX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fKKzXDsX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2fKKzXDsX .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-v2fKKzXDsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2fKKzXDsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fKKzXDsX .dropdown-item.active,
.cid-v2fKKzXDsX .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fKKzXDsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fKKzXDsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fKKzXDsX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fKKzXDsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fKKzXDsX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2fKKzXDsX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fKKzXDsX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-v2fKKzXDsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-v2fKKzXDsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fKKzXDsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fKKzXDsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fKKzXDsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fKKzXDsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fKKzXDsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fKKzXDsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fKKzXDsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fKKzXDsX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2fKKzXDsX .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-v2fKKzXDsX .navbar {
    height: 70px;
  }
  .cid-v2fKKzXDsX .navbar.opened {
    height: auto;
  }
  .cid-v2fKKzXDsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2fKKzXDsX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v2fKKzXDsX .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-v2fKKzXDsX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v2fKKzXDsX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-v2fKKzXDsX .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v2fKKzXDsX .navbar-caption:hover {
  color: #5a61f0;
}
@media (min-width: 992px) {
  .cid-v2fKKzXDsX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2fKKzXDsX .text_widget {
  margin-bottom: 32px;
}
.cid-v2fKKzXDsX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2fKKzXDsX .text_widget a:hover {
  color: #263a5c !important;
}
.cid-v2fKKzXDsX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v2fKKzXDsX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v2fKKzXDsX .mbr-section-subtitle,
.cid-v2fKKzXDsX .text_widget,
.cid-v2fKKzXDsX .mbr-section-btn {
  text-align: left;
}
.cid-v2fKKzXDsX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2fKKBg6zp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/2.png-664x441.png");
}
.cid-v2fKKBg6zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKBg6zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKBg6zp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKBg6zp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKBg6zp .container {
    padding: 0;
  }
}
.cid-v2fKKBg6zp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2fKKBg6zp .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v2fKKBg6zp .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-v2fKKBg6zp .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-v2fKKBg6zp .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v2fKKBg6zp .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v2fKKBg6zp .mbr-section-title {
  color: #ffffff;
}
.cid-v2fKKBg6zp .mbr-box {
  color: #ffffff;
}
.cid-v2fKKBg6zp .mbr-section-btn {
  text-align: center;
}
.cid-v2ln9bxlYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2ln9bxlYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ln9bxlYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ln9bxlYW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2ln9bxlYW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2ln9bxlYW .container {
    padding: 0;
  }
}
.cid-v2ln9bxlYW .row {
  justify-content: center;
}
.cid-v2ln9bxlYW .title-wrapper {
  padding: 0 16px;
}
.cid-v2ln9bxlYW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2ln9bxlYW .mbr-section-title {
  color: #263652;
}
.cid-v2fKKBSmow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fKKBSmow .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKBSmow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKBSmow .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKBSmow .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKBSmow .container {
    padding: 0;
  }
}
.cid-v2fKKBSmow .row {
  justify-content: center;
}
.cid-v2fKKBSmow a:hover .row .icon-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-v2fKKBSmow .title-wrapper {
  padding: 0 16px;
}
.cid-v2fKKBSmow .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fKKBSmow .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0 16px;
}
.cid-v2fKKBSmow .icon-wrapper .mbr-iconfont {
  font-size: 34px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v2fKKBSmow .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v2fKKCCDlF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fKKCCDlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKCCDlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKCCDlF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKCCDlF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKCCDlF .container {
    padding: 0;
  }
}
.cid-v2fKKCCDlF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fKKCCDlF .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fKKCCDlF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fKKCCDlF .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fKKCCDlF .mbr-section-title {
  color: #263652;
}
.cid-v2fKKCCDlF .mbr-text {
  color: #263652;
}
.cid-v2fKKDlUWB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fKKDlUWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKDlUWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKDlUWB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKDlUWB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKDlUWB .container {
    padding: 0;
  }
}
.cid-v2fKKDlUWB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fKKDlUWB .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fKKDlUWB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fKKDlUWB .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fKKDlUWB .mbr-section-title {
  color: #000000;
}
.cid-v2fKKDlUWB .mbr-text {
  color: #000000;
}
.cid-v2fKKE0ppQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-v2fKKE0ppQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKE0ppQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKE0ppQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKE0ppQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKE0ppQ .container {
    padding: 0;
  }
}
.cid-v2fKKE0ppQ .row {
  justify-content: center;
  margin: 0;
}
.cid-v2fKKE0ppQ .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fKKE0ppQ .card .card-wrapper {
  background-color: #af5331;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2fKKE0ppQ .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-v2fKKE0ppQ .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-v2fKKE0ppQ .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-v2fKKE0ppQ .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fKKE0ppQ .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v2fKKE0ppQ .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-v2fKKE0ppQ .card:nth-child(2n) .card-wrapper {
  background-color: #000000;
}
.cid-v2fKKE0ppQ .mbr-card-title {
  color: #ffffff;
}
.cid-v2fKKE0ppQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKE0ppQ .mbr-card-title,
.cid-v2fKKE0ppQ .mbr-section-btn,
.cid-v2fKKE0ppQ .icon-wrap {
  text-align: center;
}
.cid-v2fKKF7RfA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fKKF7RfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKF7RfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKF7RfA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKF7RfA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKF7RfA .container {
    padding: 0;
  }
}
.cid-v2fKKF7RfA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fKKF7RfA .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fKKF7RfA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fKKF7RfA .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fKKF7RfA .mbr-section-title {
  color: #000000;
}
.cid-v2fKKF7RfA .mbr-text {
  color: #000000;
}
.cid-v2fKKFKtjg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2fKKFKtjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKFKtjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKFKtjg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKFKtjg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKFKtjg .container {
    padding: 0;
  }
}
.cid-v2fKKFKtjg .row {
  margin: 0;
  border-top: 1px solid #e6c16d;
  border-bottom: 1px solid #e6c16d;
}
.cid-v2fKKFKtjg .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fKKFKtjg .card:first-child {
  border-right: 1px solid #e6c16d;
}
@media (max-width: 992px) {
  .cid-v2fKKFKtjg .card:first-child {
    border-right: none;
    border-bottom: 1px solid #e6c16d;
  }
}
.cid-v2fKKFKtjg .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-v2fKKFKtjg .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fKKFKtjg .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fKKFKtjg .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v2fKKFKtjg .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKFKtjg .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKGGMvO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fKKGGMvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKGGMvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKGGMvO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKGGMvO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKGGMvO .container {
    padding: 0;
  }
}
.cid-v2fKKGGMvO .row {
  margin: 0;
}
.cid-v2fKKGGMvO .card {
  padding: 0;
}
.cid-v2fKKGGMvO .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-v2fKKGGMvO .card .image-wrapper img {
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2fKKGGMvO .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v2fKKGGMvO .card .images-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-v2fKKGGMvO .card .images-wrapper .images-wrap img {
  height: 280px;
  object-fit: cover;
}
.cid-v2fKKGGMvO .card .title-wrapper {
  padding: 0 150px;
}
.cid-v2fKKGGMvO .card .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v2fKKGGMvO .card .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v2fKKGGMvO .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKGGMvO .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fKKGGMvO .mbr-section-title {
  color: #263a5c;
}
.cid-v2fKKGGMvO .mbr-text {
  color: #000000;
}
.cid-v2fKKGGMvO .mbr-section-title,
.cid-v2fKKGGMvO .mbr-section-btn {
  color: #000000;
}
.cid-v2fKKHwijG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fKKHwijG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKHwijG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKHwijG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKHwijG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKHwijG .container {
    padding: 0;
  }
}
.cid-v2fKKHwijG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fKKHwijG .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fKKHwijG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fKKHwijG .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fKKHwijG .mbr-section-title {
  color: #000000;
}
.cid-v2fKKHwijG .mbr-text {
  color: #263652;
}
.cid-v2fKKIsNaX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fKKIsNaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKIsNaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKIsNaX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKIsNaX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKIsNaX .container {
    padding: 0;
  }
}
.cid-v2fKKIsNaX .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-v2fKKIsNaX .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fKKIsNaX .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-v2fKKIsNaX .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-v2fKKIsNaX .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-v2fKKIsNaX .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fKKIsNaX .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fKKIsNaX .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v2fKKIsNaX .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKIsNaX .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKJm4C5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fKKJm4C5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKJm4C5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKJm4C5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKJm4C5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKJm4C5 .container {
    padding: 0;
  }
}
.cid-v2fKKJm4C5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fKKJm4C5 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fKKJm4C5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fKKJm4C5 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fKKJm4C5 .mbr-section-title {
  color: #000000;
}
.cid-v2fKKJm4C5 .mbr-text {
  color: #000000;
}
.cid-v2fKKK7GNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2fKKK7GNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKK7GNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKK7GNP .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2fKKK7GNP .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fKKK7GNP .content-wrapper::before,
.cid-v2fKKK7GNP .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2fKKK7GNP .content-wrapper::before {
  left: 0;
}
.cid-v2fKKK7GNP .content-wrapper::after {
  right: 0;
}
.cid-v2fKKK7GNP .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2fKKK7GNP .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2fKKK7GNP .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2fKKK7GNP .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2fKKK7GNP .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKK7GNP .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2fKKK7GNP .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v2fKKK7GNP .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v2fKKK7GNP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2fKKK7GNP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2fKKK7GNP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2fKKK7GNP .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fKKK7GNP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #af5331;
}
.cid-v2fKKK7GNP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v2fKKK7GNP .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v2fKKK7GNP .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2fKKK7GNP .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2fKKK7GNP .mbr-text {
  color: #0a0a0a;
}
.cid-v2fKKK7GNP .panel-title-edit {
  color: #0a0a0a;
}
.cid-v2fKKK7GNP .panel-text {
  color: #0a0a0a;
}
.cid-v2fKKLbm0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fKKLbm0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKLbm0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKLbm0k .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKLbm0k .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKLbm0k .container {
    padding: 0;
  }
}
.cid-v2fKKLbm0k .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fKKLbm0k .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fKKLbm0k .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fKKLbm0k .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fKKLbm0k .mbr-section-title {
  color: #000000;
}
.cid-v2fKKLbm0k .mbr-text {
  color: #263652;
}
.cid-v2fKKLSmlh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fKKLSmlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKLSmlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKLSmlh .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2fKKLSmlh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2fKKLSmlh .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v2fKKLSmlh .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v2fKKLSmlh .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v2fKKLSmlh .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v2fKKLSmlh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v2fKKLSmlh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2fKKLSmlh .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v2fKKLSmlh .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v2fKKLSmlh .items-wrapper .card .card-wrapper .mbr-figure {
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v2fKKLSmlh .items-wrapper .card .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2fKKLSmlh .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2fKKLSmlh .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v2fKKLSmlh .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2fKKLSmlh .mbr-label,
.cid-v2fKKLSmlh .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2fKKLSmlh .mbr-section-title,
.cid-v2fKKLSmlh .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKLSmlh .mbr-text {
  color: #515151;
}
.cid-v2fOnpn1XK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fOnpn1XK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fOnpn1XK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fOnpn1XK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fOnpn1XK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fOnpn1XK .container {
    padding: 0;
  }
}
.cid-v2fOnpn1XK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fOnpn1XK .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fOnpn1XK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fOnpn1XK .panel-group {
    padding: 0 16px;
  }
}
.cid-v2fOnpn1XK .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2fOnpn1XK .panel-group .card {
    padding: 30px 0;
  }
}
.cid-v2fOnpn1XK .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-v2fOnpn1XK .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v2fOnpn1XK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2fOnpn1XK .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fOnpn1XK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #d17756;
}
.cid-v2fOnpn1XK .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-v2fOnpn1XK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2fOnpn1XK .mbr-section-title {
  color: #000000;
}
.cid-v2fOnpn1XK .panel-title-edit,
.cid-v2fOnpn1XK .mbr-iconfont {
  color: #000000;
}
.cid-v2fOnpn1XK .panel-text {
  color: #263652;
}
.cid-v2fKKN4FC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fKKN4FC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKN4FC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKN4FC3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKN4FC3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKN4FC3 .container {
    padding: 0;
  }
}
.cid-v2fKKN4FC3 .row {
  justify-content: center;
}
.cid-v2fKKN4FC3 .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2fKKN4FC3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fKKN4FC3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fKKN4FC3 .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2fKKN4FC3 .google-map iframe {
    height: 300px;
  }
}
.cid-v2fKKN4FC3 .mbr-section-title {
  color: #263652;
}
.cid-v2fKKO0bWV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fKKO0bWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKO0bWV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v2fKKO0bWV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2fKKO0bWV .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-v2fKKO0bWV a {
  font-weight: 600;
}
.cid-v2fKKO0bWV a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-v2fKKO0bWV .col-lg-3,
  .cid-v2fKKO0bWV .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-v2fKKO0bWV .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-v2fKKO0bWV .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v2fKKO0bWV h5 {
  margin: 0;
}
.cid-v2fKKO0bWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKO0bWV .iconfont-wrapper {
  position: relative;
}
.cid-v2fKKO0bWV .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-v2fKKO0bWV .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-v2fKKO0bWV .sociconfont-wrapper {
  display: flex;
}
.cid-v2fKKO0bWV .card-title,
.cid-v2fKKO0bWV .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2fKKO0bWV .card-text {
  color: #ffffff;
}
.cid-v2fKKO0bWV .mbr-section-title {
  color: #000000;
}
.cid-v2fKKO0bWV .main-title,
.cid-v2fKKO0bWV .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-v2fKKPaG3T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #af5331;
}
.cid-v2fKKPaG3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKPaG3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKPaG3T .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKPaG3T .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKPaG3T .container {
    padding: 0;
  }
}
.cid-v2fKKPaG3T .row {
  justify-content: center;
}
.cid-v2fKKPaG3T .title-wrapper {
  padding: 0 16px;
}
.cid-v2fKKPaG3T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fKKPaG3T .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-v2fKKPaG3T .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-v2fKKPaG3T .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-v2fKKPaG3T .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5a61f0;
}
.cid-v2fKKPaG3T .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fKKPaG3T .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKPaG3T .mbr-section-title,
.cid-v2fKKPaG3T .mbr-iconfont {
  color: #ffffff;
}
.cid-v2fKKPaG3T .mbr-section-title,
.cid-v2fKKPaG3T .soc-wrapper {
  text-align: center;
}
.cid-v2fKKQcCu7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v2fKKQcCu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fKKQcCu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fKKQcCu7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fKKQcCu7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fKKQcCu7 .container {
    padding: 0;
  }
}
.cid-v2fKKQcCu7 .row {
  justify-content: center;
}
.cid-v2fKKQcCu7 .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-v2fKKQcCu7 .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-v2fKKQcCu7 .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-v2fKKQcCu7 .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fKKQcCu7 .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v2fKKQcCu7 .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fKKQcCu7 .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-v2fKKQcCu7 .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-v2fKKQcCu7 .row.copy {
  border-top: 1px solid #fdfcfa;
}
.cid-v2fKKQcCu7 .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fKKQcCu7 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKQcCu7 .list {
  color: #ffffff;
  text-align: center;
}
.cid-v2fKKQcCu7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmwAP5M .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
}
.cid-v2fLmwAP5M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-v2fLmwAP5M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v2fLmwAP5M .menu_box .navbar.opened,
  .cid-v2fLmwAP5M .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2fLmwAP5M .navbar-dropdown {
  position: relative !important;
}
.cid-v2fLmwAP5M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v2fLmwAP5M .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2fLmwAP5M .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2fLmwAP5M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2fLmwAP5M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2fLmwAP5M .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-v2fLmwAP5M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2fLmwAP5M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2fLmwAP5M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2fLmwAP5M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2fLmwAP5M .offcanvas-body .mbr-text,
  .cid-v2fLmwAP5M .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2fLmwAP5M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2fLmwAP5M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2fLmwAP5M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-v2fLmwAP5M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2fLmwAP5M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2fLmwAP5M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2fLmwAP5M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2fLmwAP5M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2fLmwAP5M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fLmwAP5M .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-v2fLmwAP5M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2fLmwAP5M 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-v2fLmwAP5M .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v2fLmwAP5M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2fLmwAP5M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v2fLmwAP5M .nav-item {
    margin: 0 !important;
  }
}
.cid-v2fLmwAP5M .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLmwAP5M .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-v2fLmwAP5M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fLmwAP5M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2fLmwAP5M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fLmwAP5M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fLmwAP5M .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-v2fLmwAP5M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2fLmwAP5M .offcanvas_box {
    display: none;
  }
}
.cid-v2fLmwAP5M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2fLmwAP5M .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2fLmwAP5M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2fLmwAP5M .container {
  display: flex;
  margin: auto;
}
.cid-v2fLmwAP5M .iconfont-wrapper {
  color: #263a5c;
  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-v2fLmwAP5M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2fLmwAP5M .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2fLmwAP5M .navbar-caption {
  color: #263652;
}
.cid-v2fLmwAP5M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2fLmwAP5M .navbar-nav {
    margin: 0;
  }
}
.cid-v2fLmwAP5M .dropdown-menu,
.cid-v2fLmwAP5M .navbar.opened {
  background-color: false !important;
}
.cid-v2fLmwAP5M .nav-item:focus,
.cid-v2fLmwAP5M .nav-link:focus {
  outline: none;
}
.cid-v2fLmwAP5M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fLmwAP5M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fLmwAP5M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fLmwAP5M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fLmwAP5M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fLmwAP5M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fLmwAP5M .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmwAP5M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2fLmwAP5M .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fLmwAP5M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2fLmwAP5M .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-v2fLmwAP5M .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v2fLmwAP5M .navbar.collapsed {
  justify-content: center;
}
.cid-v2fLmwAP5M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fLmwAP5M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2fLmwAP5M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fLmwAP5M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fLmwAP5M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fLmwAP5M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2fLmwAP5M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fLmwAP5M .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2fLmwAP5M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v2fLmwAP5M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fLmwAP5M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fLmwAP5M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2fLmwAP5M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fLmwAP5M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2fLmwAP5M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fLmwAP5M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2fLmwAP5M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2fLmwAP5M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2fLmwAP5M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fLmwAP5M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fLmwAP5M .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2fLmwAP5M .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fLmwAP5M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fLmwAP5M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2fLmwAP5M .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-v2fLmwAP5M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2fLmwAP5M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fLmwAP5M .dropdown-item.active,
.cid-v2fLmwAP5M .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fLmwAP5M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fLmwAP5M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fLmwAP5M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fLmwAP5M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fLmwAP5M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2fLmwAP5M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fLmwAP5M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-v2fLmwAP5M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-v2fLmwAP5M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fLmwAP5M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fLmwAP5M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fLmwAP5M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fLmwAP5M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fLmwAP5M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fLmwAP5M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fLmwAP5M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fLmwAP5M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2fLmwAP5M .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-v2fLmwAP5M .navbar {
    height: 70px;
  }
  .cid-v2fLmwAP5M .navbar.opened {
    height: auto;
  }
  .cid-v2fLmwAP5M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2fLmwAP5M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v2fLmwAP5M .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-v2fLmwAP5M .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v2fLmwAP5M .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-v2fLmwAP5M .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v2fLmwAP5M .navbar-caption:hover {
  color: #5a61f0;
}
@media (min-width: 992px) {
  .cid-v2fLmwAP5M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2fLmwAP5M .text_widget {
  margin-bottom: 32px;
}
.cid-v2fLmwAP5M .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2fLmwAP5M .text_widget a:hover {
  color: #263a5c !important;
}
.cid-v2fLmwAP5M .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v2fLmwAP5M .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v2fLmwAP5M .mbr-section-subtitle,
.cid-v2fLmwAP5M .text_widget,
.cid-v2fLmwAP5M .mbr-section-btn {
  text-align: left;
}
.cid-v2fLmwAP5M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2fLmy0353 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/615e20-ed453c316c174a6f8afe1366c1264631mv2.webp");
}
.cid-v2fLmy0353 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmy0353 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmy0353 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmy0353 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmy0353 .container {
    padding: 0;
  }
}
.cid-v2fLmy0353 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2fLmy0353 .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v2fLmy0353 .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-v2fLmy0353 .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-v2fLmy0353 .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v2fLmy0353 .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v2fLmy0353 .mbr-section-title {
  color: #ffffff;
}
.cid-v2fLmy0353 .mbr-box {
  color: #ffffff;
}
.cid-v2fLmy0353 .mbr-section-btn {
  text-align: center;
}
.cid-v2lnjNU0VM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2lnjNU0VM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lnjNU0VM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lnjNU0VM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2lnjNU0VM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2lnjNU0VM .container {
    padding: 0;
  }
}
.cid-v2lnjNU0VM .row {
  justify-content: center;
}
.cid-v2lnjNU0VM .title-wrapper {
  padding: 0 16px;
}
.cid-v2lnjNU0VM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lnjNU0VM .mbr-section-title {
  color: #263652;
}
.cid-v2fLmyJhuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fLmyJhuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmyJhuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmyJhuu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmyJhuu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmyJhuu .container {
    padding: 0;
  }
}
.cid-v2fLmyJhuu .row {
  justify-content: center;
}
.cid-v2fLmyJhuu a:hover .row .icon-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-v2fLmyJhuu .title-wrapper {
  padding: 0 16px;
}
.cid-v2fLmyJhuu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLmyJhuu .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0 16px;
}
.cid-v2fLmyJhuu .icon-wrapper .mbr-iconfont {
  font-size: 34px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLmyJhuu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v2fLmzhJpT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLmzhJpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmzhJpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmzhJpT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmzhJpT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmzhJpT .container {
    padding: 0;
  }
}
.cid-v2fLmzhJpT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLmzhJpT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLmzhJpT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLmzhJpT .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLmzhJpT .mbr-section-title {
  color: #263652;
}
.cid-v2fLmzhJpT .mbr-text {
  color: #000000;
}
.cid-v2fN1BqvV9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fN1BqvV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fN1BqvV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fN1BqvV9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fN1BqvV9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fN1BqvV9 .container {
    padding: 0;
  }
}
.cid-v2fN1BqvV9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fN1BqvV9 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fN1BqvV9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fN1BqvV9 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fN1BqvV9 .mbr-section-title {
  color: #000000;
}
.cid-v2fN1BqvV9 .mbr-text {
  color: #263652;
}
.cid-v2fLmArOav {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-v2fLmArOav .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmArOav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmArOav .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmArOav .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmArOav .container {
    padding: 0;
  }
}
.cid-v2fLmArOav .row {
  justify-content: center;
  margin: 0;
}
.cid-v2fLmArOav .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fLmArOav .card .card-wrapper {
  background-color: #af5331;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2fLmArOav .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-v2fLmArOav .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-v2fLmArOav .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-v2fLmArOav .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fLmArOav .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v2fLmArOav .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-v2fLmArOav .card:nth-child(2n) .card-wrapper {
  background-color: #000000;
}
.cid-v2fLmArOav .mbr-card-title {
  color: #ffffff;
}
.cid-v2fLmArOav .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmArOav .mbr-card-title,
.cid-v2fLmArOav .mbr-section-btn,
.cid-v2fLmArOav .icon-wrap {
  text-align: center;
}
.cid-v2fLmBYpQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLmBYpQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmBYpQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmBYpQT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmBYpQT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmBYpQT .container {
    padding: 0;
  }
}
.cid-v2fLmBYpQT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLmBYpQT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLmBYpQT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLmBYpQT .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLmBYpQT .mbr-section-title {
  color: #000000;
}
.cid-v2fLmBYpQT .mbr-text {
  color: #000000;
}
.cid-v2fLmD4Qa9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2fLmD4Qa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmD4Qa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmD4Qa9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmD4Qa9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmD4Qa9 .container {
    padding: 0;
  }
}
.cid-v2fLmD4Qa9 .row {
  margin: 0;
  border-top: 1px solid #e6c16d;
  border-bottom: 1px solid #e6c16d;
}
.cid-v2fLmD4Qa9 .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fLmD4Qa9 .card:first-child {
  border-right: 1px solid #e6c16d;
}
@media (max-width: 992px) {
  .cid-v2fLmD4Qa9 .card:first-child {
    border-right: none;
    border-bottom: 1px solid #e6c16d;
  }
}
.cid-v2fLmD4Qa9 .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-v2fLmD4Qa9 .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fLmD4Qa9 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fLmD4Qa9 .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v2fLmD4Qa9 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmD4Qa9 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmEoEVZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLmEoEVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmEoEVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmEoEVZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmEoEVZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmEoEVZ .container {
    padding: 0;
  }
}
.cid-v2fLmEoEVZ .row {
  margin: 0;
}
.cid-v2fLmEoEVZ .card {
  padding: 0;
}
.cid-v2fLmEoEVZ .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-v2fLmEoEVZ .card .image-wrapper img {
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2fLmEoEVZ .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v2fLmEoEVZ .card .images-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-v2fLmEoEVZ .card .images-wrapper .images-wrap img {
  height: 280px;
  object-fit: cover;
}
.cid-v2fLmEoEVZ .card .title-wrapper {
  padding: 0 150px;
}
.cid-v2fLmEoEVZ .card .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v2fLmEoEVZ .card .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v2fLmEoEVZ .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmEoEVZ .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fLmEoEVZ .mbr-section-title {
  color: #263a5c;
}
.cid-v2fLmEoEVZ .mbr-text {
  color: #000000;
}
.cid-v2fLmEoEVZ .mbr-section-title,
.cid-v2fLmEoEVZ .mbr-section-btn {
  color: #000000;
}
.cid-v2fLmFtAf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLmFtAf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmFtAf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmFtAf7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmFtAf7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmFtAf7 .container {
    padding: 0;
  }
}
.cid-v2fLmFtAf7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLmFtAf7 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLmFtAf7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLmFtAf7 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLmFtAf7 .mbr-section-title {
  color: #000000;
}
.cid-v2fLmFtAf7 .mbr-text {
  color: #000000;
}
.cid-v2fLmGnnIV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fLmGnnIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmGnnIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmGnnIV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmGnnIV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmGnnIV .container {
    padding: 0;
  }
}
.cid-v2fLmGnnIV .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-v2fLmGnnIV .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fLmGnnIV .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-v2fLmGnnIV .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-v2fLmGnnIV .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-v2fLmGnnIV .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fLmGnnIV .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fLmGnnIV .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v2fLmGnnIV .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmGnnIV .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmHCdEw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLmHCdEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmHCdEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmHCdEw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmHCdEw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmHCdEw .container {
    padding: 0;
  }
}
.cid-v2fLmHCdEw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLmHCdEw .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLmHCdEw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLmHCdEw .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLmHCdEw .mbr-section-title {
  color: #000000;
}
.cid-v2fLmHCdEw .mbr-text {
  color: #000000;
}
.cid-v2fLmIDJOB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2fLmIDJOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmIDJOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmIDJOB .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2fLmIDJOB .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLmIDJOB .content-wrapper::before,
.cid-v2fLmIDJOB .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2fLmIDJOB .content-wrapper::before {
  left: 0;
}
.cid-v2fLmIDJOB .content-wrapper::after {
  right: 0;
}
.cid-v2fLmIDJOB .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2fLmIDJOB .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2fLmIDJOB .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2fLmIDJOB .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2fLmIDJOB .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmIDJOB .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2fLmIDJOB .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v2fLmIDJOB .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v2fLmIDJOB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2fLmIDJOB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2fLmIDJOB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLmIDJOB .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLmIDJOB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #af5331;
}
.cid-v2fLmIDJOB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v2fLmIDJOB .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v2fLmIDJOB .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2fLmIDJOB .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2fLmIDJOB .mbr-text {
  color: #0a0a0a;
}
.cid-v2fLmIDJOB .panel-title-edit {
  color: #0a0a0a;
}
.cid-v2fLmIDJOB .panel-text {
  color: #0a0a0a;
}
.cid-v2fLmJUMKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLmJUMKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmJUMKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmJUMKd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmJUMKd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmJUMKd .container {
    padding: 0;
  }
}
.cid-v2fLmJUMKd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLmJUMKd .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLmJUMKd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLmJUMKd .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLmJUMKd .mbr-section-title {
  color: #000000;
}
.cid-v2fLmJUMKd .mbr-text {
  color: #000000;
}
.cid-v2fLmKVOVR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fLmKVOVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmKVOVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmKVOVR .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2fLmKVOVR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2fLmKVOVR .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v2fLmKVOVR .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v2fLmKVOVR .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v2fLmKVOVR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v2fLmKVOVR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v2fLmKVOVR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2fLmKVOVR .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v2fLmKVOVR .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v2fLmKVOVR .items-wrapper .card .card-wrapper .mbr-figure {
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v2fLmKVOVR .items-wrapper .card .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2fLmKVOVR .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2fLmKVOVR .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v2fLmKVOVR .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2fLmKVOVR .mbr-label,
.cid-v2fLmKVOVR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2fLmKVOVR .mbr-section-title,
.cid-v2fLmKVOVR .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmKVOVR .mbr-text {
  color: #515151;
}
.cid-v2fOKUX4B3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fOKUX4B3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fOKUX4B3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fOKUX4B3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fOKUX4B3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fOKUX4B3 .container {
    padding: 0;
  }
}
.cid-v2fOKUX4B3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fOKUX4B3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fOKUX4B3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fOKUX4B3 .panel-group {
    padding: 0 16px;
  }
}
.cid-v2fOKUX4B3 .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2fOKUX4B3 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-v2fOKUX4B3 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-v2fOKUX4B3 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v2fOKUX4B3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2fOKUX4B3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fOKUX4B3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #d17756;
}
.cid-v2fOKUX4B3 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-v2fOKUX4B3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2fOKUX4B3 .mbr-section-title {
  color: #000000;
}
.cid-v2fOKUX4B3 .panel-title-edit,
.cid-v2fOKUX4B3 .mbr-iconfont {
  color: #263652;
}
.cid-v2fOKUX4B3 .panel-text {
  color: #263652;
}
.cid-v2fLmN2sqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLmN2sqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmN2sqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmN2sqT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmN2sqT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmN2sqT .container {
    padding: 0;
  }
}
.cid-v2fLmN2sqT .row {
  justify-content: center;
}
.cid-v2fLmN2sqT .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2fLmN2sqT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLmN2sqT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLmN2sqT .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2fLmN2sqT .google-map iframe {
    height: 300px;
  }
}
.cid-v2fLmN2sqT .mbr-section-title {
  color: #263652;
}
.cid-v2fLmP5W6W {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fLmP5W6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmP5W6W .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v2fLmP5W6W .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2fLmP5W6W .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-v2fLmP5W6W a {
  font-weight: 600;
}
.cid-v2fLmP5W6W a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-v2fLmP5W6W .col-lg-3,
  .cid-v2fLmP5W6W .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-v2fLmP5W6W .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-v2fLmP5W6W .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v2fLmP5W6W h5 {
  margin: 0;
}
.cid-v2fLmP5W6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmP5W6W .iconfont-wrapper {
  position: relative;
}
.cid-v2fLmP5W6W .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-v2fLmP5W6W .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-v2fLmP5W6W .sociconfont-wrapper {
  display: flex;
}
.cid-v2fLmP5W6W .card-title,
.cid-v2fLmP5W6W .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2fLmP5W6W .card-text {
  color: #ffffff;
}
.cid-v2fLmP5W6W .mbr-section-title {
  color: #000000;
}
.cid-v2fLmP5W6W .main-title,
.cid-v2fLmP5W6W .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-v2fLmR3ysv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #af5331;
}
.cid-v2fLmR3ysv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmR3ysv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmR3ysv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmR3ysv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmR3ysv .container {
    padding: 0;
  }
}
.cid-v2fLmR3ysv .row {
  justify-content: center;
}
.cid-v2fLmR3ysv .title-wrapper {
  padding: 0 16px;
}
.cid-v2fLmR3ysv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLmR3ysv .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-v2fLmR3ysv .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-v2fLmR3ysv .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-v2fLmR3ysv .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5a61f0;
}
.cid-v2fLmR3ysv .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLmR3ysv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmR3ysv .mbr-section-title,
.cid-v2fLmR3ysv .mbr-iconfont {
  color: #ffffff;
}
.cid-v2fLmR3ysv .mbr-section-title,
.cid-v2fLmR3ysv .soc-wrapper {
  text-align: center;
}
.cid-v2fLmSRARS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v2fLmSRARS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLmSRARS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLmSRARS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLmSRARS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLmSRARS .container {
    padding: 0;
  }
}
.cid-v2fLmSRARS .row {
  justify-content: center;
}
.cid-v2fLmSRARS .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-v2fLmSRARS .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-v2fLmSRARS .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-v2fLmSRARS .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLmSRARS .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v2fLmSRARS .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fLmSRARS .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-v2fLmSRARS .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-v2fLmSRARS .row.copy {
  border-top: 1px solid #fdfcfa;
}
.cid-v2fLmSRARS .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fLmSRARS .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmSRARS .list {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLmSRARS .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLY4R6xt .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
}
.cid-v2fLY4R6xt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-v2fLY4R6xt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v2fLY4R6xt .menu_box .navbar.opened,
  .cid-v2fLY4R6xt .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2fLY4R6xt .navbar-dropdown {
  position: relative !important;
}
.cid-v2fLY4R6xt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v2fLY4R6xt .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2fLY4R6xt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2fLY4R6xt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2fLY4R6xt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2fLY4R6xt .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-v2fLY4R6xt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2fLY4R6xt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2fLY4R6xt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2fLY4R6xt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2fLY4R6xt .offcanvas-body .mbr-text,
  .cid-v2fLY4R6xt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2fLY4R6xt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2fLY4R6xt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2fLY4R6xt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-v2fLY4R6xt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2fLY4R6xt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2fLY4R6xt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2fLY4R6xt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2fLY4R6xt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2fLY4R6xt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fLY4R6xt .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-v2fLY4R6xt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2fLY4R6xt 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-v2fLY4R6xt .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v2fLY4R6xt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2fLY4R6xt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v2fLY4R6xt .nav-item {
    margin: 0 !important;
  }
}
.cid-v2fLY4R6xt .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLY4R6xt .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-v2fLY4R6xt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fLY4R6xt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2fLY4R6xt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fLY4R6xt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fLY4R6xt .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-v2fLY4R6xt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2fLY4R6xt .offcanvas_box {
    display: none;
  }
}
.cid-v2fLY4R6xt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2fLY4R6xt .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2fLY4R6xt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2fLY4R6xt .container {
  display: flex;
  margin: auto;
}
.cid-v2fLY4R6xt .iconfont-wrapper {
  color: #263a5c;
  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-v2fLY4R6xt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2fLY4R6xt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2fLY4R6xt .navbar-caption {
  color: #263652;
}
.cid-v2fLY4R6xt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2fLY4R6xt .navbar-nav {
    margin: 0;
  }
}
.cid-v2fLY4R6xt .dropdown-menu,
.cid-v2fLY4R6xt .navbar.opened {
  background-color: false !important;
}
.cid-v2fLY4R6xt .nav-item:focus,
.cid-v2fLY4R6xt .nav-link:focus {
  outline: none;
}
.cid-v2fLY4R6xt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fLY4R6xt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fLY4R6xt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fLY4R6xt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fLY4R6xt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fLY4R6xt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fLY4R6xt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2fLY4R6xt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2fLY4R6xt .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fLY4R6xt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2fLY4R6xt .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-v2fLY4R6xt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v2fLY4R6xt .navbar.collapsed {
  justify-content: center;
}
.cid-v2fLY4R6xt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fLY4R6xt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2fLY4R6xt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fLY4R6xt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fLY4R6xt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fLY4R6xt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2fLY4R6xt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fLY4R6xt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2fLY4R6xt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v2fLY4R6xt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fLY4R6xt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fLY4R6xt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2fLY4R6xt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fLY4R6xt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2fLY4R6xt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fLY4R6xt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2fLY4R6xt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2fLY4R6xt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2fLY4R6xt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2fLY4R6xt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fLY4R6xt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2fLY4R6xt .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fLY4R6xt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fLY4R6xt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2fLY4R6xt .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-v2fLY4R6xt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2fLY4R6xt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fLY4R6xt .dropdown-item.active,
.cid-v2fLY4R6xt .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fLY4R6xt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fLY4R6xt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fLY4R6xt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fLY4R6xt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fLY4R6xt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2fLY4R6xt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fLY4R6xt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-v2fLY4R6xt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-v2fLY4R6xt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fLY4R6xt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fLY4R6xt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fLY4R6xt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fLY4R6xt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fLY4R6xt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fLY4R6xt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fLY4R6xt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fLY4R6xt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2fLY4R6xt .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-v2fLY4R6xt .navbar {
    height: 70px;
  }
  .cid-v2fLY4R6xt .navbar.opened {
    height: auto;
  }
  .cid-v2fLY4R6xt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2fLY4R6xt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v2fLY4R6xt .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-v2fLY4R6xt .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v2fLY4R6xt .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-v2fLY4R6xt .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v2fLY4R6xt .navbar-caption:hover {
  color: #5a61f0;
}
@media (min-width: 992px) {
  .cid-v2fLY4R6xt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2fLY4R6xt .text_widget {
  margin-bottom: 32px;
}
.cid-v2fLY4R6xt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2fLY4R6xt .text_widget a:hover {
  color: #263a5c !important;
}
.cid-v2fLY4R6xt .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v2fLY4R6xt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v2fLY4R6xt .mbr-section-subtitle,
.cid-v2fLY4R6xt .text_widget,
.cid-v2fLY4R6xt .mbr-section-btn {
  text-align: left;
}
.cid-v2fLY4R6xt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2fLY6aRsK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/1000s-2.jpg-1000x1000.jpg");
}
.cid-v2fLY6aRsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLY6aRsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLY6aRsK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLY6aRsK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLY6aRsK .container {
    padding: 0;
  }
}
.cid-v2fLY6aRsK .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2fLY6aRsK .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v2fLY6aRsK .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-v2fLY6aRsK .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-v2fLY6aRsK .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v2fLY6aRsK .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v2fLY6aRsK .mbr-section-title {
  color: #ffffff;
}
.cid-v2fLY6aRsK .mbr-box {
  color: #ffffff;
}
.cid-v2fLY6aRsK .mbr-section-btn {
  text-align: center;
}
.cid-v2lntCjZK9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2lntCjZK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lntCjZK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lntCjZK9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2lntCjZK9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2lntCjZK9 .container {
    padding: 0;
  }
}
.cid-v2lntCjZK9 .row {
  justify-content: center;
}
.cid-v2lntCjZK9 .title-wrapper {
  padding: 0 16px;
}
.cid-v2lntCjZK9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lntCjZK9 .mbr-section-title {
  color: #263652;
}
.cid-v2fLY6Luyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fLY6Luyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLY6Luyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLY6Luyq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLY6Luyq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLY6Luyq .container {
    padding: 0;
  }
}
.cid-v2fLY6Luyq .row {
  justify-content: center;
}
.cid-v2fLY6Luyq a:hover .row .icon-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-v2fLY6Luyq .title-wrapper {
  padding: 0 16px;
}
.cid-v2fLY6Luyq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLY6Luyq .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0 16px;
}
.cid-v2fLY6Luyq .icon-wrapper .mbr-iconfont {
  font-size: 34px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLY6Luyq .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v2fLY7m9bc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLY7m9bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLY7m9bc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLY7m9bc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLY7m9bc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLY7m9bc .container {
    padding: 0;
  }
}
.cid-v2fLY7m9bc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLY7m9bc .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLY7m9bc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLY7m9bc .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLY7m9bc .mbr-section-title {
  color: #263652;
}
.cid-v2fLY7m9bc .mbr-text {
  color: #000000;
}
.cid-v2fMeBbgMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fMeBbgMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fMeBbgMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fMeBbgMq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fMeBbgMq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fMeBbgMq .container {
    padding: 0;
  }
}
.cid-v2fMeBbgMq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fMeBbgMq .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fMeBbgMq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fMeBbgMq .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fMeBbgMq .mbr-section-title {
  color: #000000;
}
.cid-v2fMeBbgMq .mbr-text {
  color: #000000;
}
.cid-v2fLY8qLco {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-v2fLY8qLco .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLY8qLco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLY8qLco .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLY8qLco .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLY8qLco .container {
    padding: 0;
  }
}
.cid-v2fLY8qLco .row {
  justify-content: center;
  margin: 0;
}
.cid-v2fLY8qLco .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fLY8qLco .card .card-wrapper {
  background-color: #af5331;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2fLY8qLco .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-v2fLY8qLco .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-v2fLY8qLco .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-v2fLY8qLco .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fLY8qLco .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v2fLY8qLco .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-v2fLY8qLco .card:nth-child(2n) .card-wrapper {
  background-color: #000000;
}
.cid-v2fLY8qLco .mbr-card-title {
  color: #ffffff;
}
.cid-v2fLY8qLco .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLY8qLco .mbr-card-title,
.cid-v2fLY8qLco .mbr-section-btn,
.cid-v2fLY8qLco .icon-wrap {
  text-align: center;
}
.cid-v2fLY9lhb1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLY9lhb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLY9lhb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLY9lhb1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLY9lhb1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLY9lhb1 .container {
    padding: 0;
  }
}
.cid-v2fLY9lhb1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLY9lhb1 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLY9lhb1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLY9lhb1 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLY9lhb1 .mbr-section-title {
  color: #000000;
}
.cid-v2fLY9lhb1 .mbr-text {
  color: #000000;
}
.cid-v2fLYa6OhM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2fLYa6OhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYa6OhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYa6OhM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYa6OhM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYa6OhM .container {
    padding: 0;
  }
}
.cid-v2fLYa6OhM .row {
  margin: 0;
  border-top: 1px solid #e6c16d;
  border-bottom: 1px solid #e6c16d;
}
.cid-v2fLYa6OhM .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fLYa6OhM .card:first-child {
  border-right: 1px solid #e6c16d;
}
@media (max-width: 992px) {
  .cid-v2fLYa6OhM .card:first-child {
    border-right: none;
    border-bottom: 1px solid #e6c16d;
  }
}
.cid-v2fLYa6OhM .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-v2fLYa6OhM .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fLYa6OhM .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fLYa6OhM .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v2fLYa6OhM .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLYa6OhM .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLYaNKca {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLYaNKca .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYaNKca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYaNKca .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYaNKca .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYaNKca .container {
    padding: 0;
  }
}
.cid-v2fLYaNKca .row {
  margin: 0;
}
.cid-v2fLYaNKca .card {
  padding: 0;
}
.cid-v2fLYaNKca .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-v2fLYaNKca .card .image-wrapper img {
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2fLYaNKca .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v2fLYaNKca .card .images-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-v2fLYaNKca .card .images-wrapper .images-wrap img {
  height: 280px;
  object-fit: cover;
}
.cid-v2fLYaNKca .card .title-wrapper {
  padding: 0 150px;
}
.cid-v2fLYaNKca .card .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v2fLYaNKca .card .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v2fLYaNKca .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYaNKca .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fLYaNKca .mbr-section-title {
  color: #263a5c;
}
.cid-v2fLYaNKca .mbr-text {
  color: #000000;
}
.cid-v2fLYaNKca .mbr-section-title,
.cid-v2fLYaNKca .mbr-section-btn {
  color: #000000;
}
.cid-v2fLYcpwQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLYcpwQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYcpwQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYcpwQg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYcpwQg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYcpwQg .container {
    padding: 0;
  }
}
.cid-v2fLYcpwQg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLYcpwQg .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLYcpwQg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLYcpwQg .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLYcpwQg .mbr-section-title {
  color: #000000;
}
.cid-v2fLYcpwQg .mbr-text {
  color: #000000;
}
.cid-v2fLYdFZNr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fLYdFZNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYdFZNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYdFZNr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYdFZNr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYdFZNr .container {
    padding: 0;
  }
}
.cid-v2fLYdFZNr .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-v2fLYdFZNr .card {
  border-radius: 0;
  padding: 0;
}
.cid-v2fLYdFZNr .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-v2fLYdFZNr .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-v2fLYdFZNr .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-v2fLYdFZNr .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-v2fLYdFZNr .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v2fLYdFZNr .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v2fLYdFZNr .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLYdFZNr .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLYeSZ5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLYeSZ5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYeSZ5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYeSZ5i .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYeSZ5i .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYeSZ5i .container {
    padding: 0;
  }
}
.cid-v2fLYeSZ5i .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLYeSZ5i .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLYeSZ5i .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLYeSZ5i .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLYeSZ5i .mbr-section-title {
  color: #000000;
}
.cid-v2fLYeSZ5i .mbr-text {
  color: #000000;
}
.cid-v2fLYfNS0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2fLYfNS0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYfNS0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYfNS0J .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2fLYfNS0J .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLYfNS0J .content-wrapper::before,
.cid-v2fLYfNS0J .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2fLYfNS0J .content-wrapper::before {
  left: 0;
}
.cid-v2fLYfNS0J .content-wrapper::after {
  right: 0;
}
.cid-v2fLYfNS0J .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2fLYfNS0J .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2fLYfNS0J .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2fLYfNS0J .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2fLYfNS0J .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYfNS0J .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2fLYfNS0J .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v2fLYfNS0J .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v2fLYfNS0J .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2fLYfNS0J .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2fLYfNS0J .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLYfNS0J .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLYfNS0J .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #af5331;
}
.cid-v2fLYfNS0J .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v2fLYfNS0J .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v2fLYfNS0J .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2fLYfNS0J .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2fLYfNS0J .mbr-text {
  color: #0a0a0a;
}
.cid-v2fLYfNS0J .panel-title-edit {
  color: #0a0a0a;
}
.cid-v2fLYfNS0J .panel-text {
  color: #0a0a0a;
}
.cid-v2fLYh9Dsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2fLYh9Dsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYh9Dsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYh9Dsh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYh9Dsh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYh9Dsh .container {
    padding: 0;
  }
}
.cid-v2fLYh9Dsh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fLYh9Dsh .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLYh9Dsh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLYh9Dsh .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-v2fLYh9Dsh .mbr-section-title {
  color: #000000;
}
.cid-v2fLYh9Dsh .mbr-text {
  color: #000000;
}
.cid-v2fLYi2yF2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af5331;
}
.cid-v2fLYi2yF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYi2yF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYi2yF2 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2fLYi2yF2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2fLYi2yF2 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v2fLYi2yF2 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v2fLYi2yF2 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v2fLYi2yF2 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v2fLYi2yF2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v2fLYi2yF2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2fLYi2yF2 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v2fLYi2yF2 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v2fLYi2yF2 .items-wrapper .card .card-wrapper .mbr-figure {
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v2fLYi2yF2 .items-wrapper .card .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2fLYi2yF2 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2fLYi2yF2 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v2fLYi2yF2 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2fLYi2yF2 .mbr-label,
.cid-v2fLYi2yF2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2fLYi2yF2 .mbr-section-title,
.cid-v2fLYi2yF2 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLYi2yF2 .mbr-text {
  color: #515151;
}
.cid-v2fPd0tk2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fPd0tk2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fPd0tk2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fPd0tk2u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fPd0tk2u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fPd0tk2u .container {
    padding: 0;
  }
}
.cid-v2fPd0tk2u .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2fPd0tk2u .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fPd0tk2u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fPd0tk2u .panel-group {
    padding: 0 16px;
  }
}
.cid-v2fPd0tk2u .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2fPd0tk2u .panel-group .card {
    padding: 30px 0;
  }
}
.cid-v2fPd0tk2u .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-v2fPd0tk2u .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v2fPd0tk2u .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2fPd0tk2u .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fPd0tk2u .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #d17756;
}
.cid-v2fPd0tk2u .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-v2fPd0tk2u .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2fPd0tk2u .mbr-section-title {
  color: #000000;
}
.cid-v2fPd0tk2u .panel-title-edit,
.cid-v2fPd0tk2u .mbr-iconfont {
  color: #000000;
}
.cid-v2fPd0tk2u .panel-text {
  color: #263652;
}
.cid-v2fLYjmFbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v2fLYjmFbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYjmFbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYjmFbT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYjmFbT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYjmFbT .container {
    padding: 0;
  }
}
.cid-v2fLYjmFbT .row {
  justify-content: center;
}
.cid-v2fLYjmFbT .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2fLYjmFbT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLYjmFbT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLYjmFbT .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2fLYjmFbT .google-map iframe {
    height: 300px;
  }
}
.cid-v2fLYjmFbT .mbr-section-title {
  color: #263652;
}
.cid-v2fLYkp3wb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2fLYkp3wb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYkp3wb .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v2fLYkp3wb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2fLYkp3wb .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-v2fLYkp3wb a {
  font-weight: 600;
}
.cid-v2fLYkp3wb a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-v2fLYkp3wb .col-lg-3,
  .cid-v2fLYkp3wb .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-v2fLYkp3wb .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-v2fLYkp3wb .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v2fLYkp3wb h5 {
  margin: 0;
}
.cid-v2fLYkp3wb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYkp3wb .iconfont-wrapper {
  position: relative;
}
.cid-v2fLYkp3wb .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-v2fLYkp3wb .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-v2fLYkp3wb .sociconfont-wrapper {
  display: flex;
}
.cid-v2fLYkp3wb .card-title,
.cid-v2fLYkp3wb .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2fLYkp3wb .card-text {
  color: #ffffff;
}
.cid-v2fLYkp3wb .mbr-section-title {
  color: #000000;
}
.cid-v2fLYkp3wb .main-title,
.cid-v2fLYkp3wb .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-v2fLYlxrqK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #af5331;
}
.cid-v2fLYlxrqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYlxrqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYlxrqK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYlxrqK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYlxrqK .container {
    padding: 0;
  }
}
.cid-v2fLYlxrqK .row {
  justify-content: center;
}
.cid-v2fLYlxrqK .title-wrapper {
  padding: 0 16px;
}
.cid-v2fLYlxrqK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2fLYlxrqK .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-v2fLYlxrqK .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-v2fLYlxrqK .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-v2fLYlxrqK .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #5a61f0;
}
.cid-v2fLYlxrqK .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v2fLYlxrqK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLYlxrqK .mbr-section-title,
.cid-v2fLYlxrqK .mbr-iconfont {
  color: #ffffff;
}
.cid-v2fLYlxrqK .mbr-section-title,
.cid-v2fLYlxrqK .soc-wrapper {
  text-align: center;
}
.cid-v2fLYo9laM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v2fLYo9laM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fLYo9laM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fLYo9laM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2fLYo9laM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2fLYo9laM .container {
    padding: 0;
  }
}
.cid-v2fLYo9laM .row {
  justify-content: center;
}
.cid-v2fLYo9laM .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-v2fLYo9laM .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-v2fLYo9laM .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-v2fLYo9laM .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-v2fLYo9laM .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v2fLYo9laM .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fLYo9laM .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-v2fLYo9laM .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-v2fLYo9laM .row.copy {
  border-top: 1px solid #fdfcfa;
}
.cid-v2fLYo9laM .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-v2fLYo9laM .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLYo9laM .list {
  color: #ffffff;
  text-align: center;
}
.cid-v2fLYo9laM .copyright {
  color: #ffffff;
  text-align: center;
}
