.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f67f26 !important;
}
.bg-success {
  background-color: #ededed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e59e4d !important;
}
.bg-danger {
  background-color: #af2311 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f67f26 !important;
  border-color: #f67f26 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f89c57 !important;
  border-color: #f89c57 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f89c57 !important;
  border-color: #f89c57 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #898989 !important;
  border-color: #898989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #898989 !important;
  border-color: #898989 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e6e6e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #af2311 !important;
  border-color: #af2311 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f67f26;
  color: #f67f26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bd5608 !important;
  background-color: transparent !important;
  border-color: #bd5608 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f67f26 !important;
  border-color: #f67f26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #444444 !important;
  background-color: transparent !important;
  border-color: #444444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #ededed;
  color: #ededed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c2c2 !important;
  background-color: transparent !important;
  border-color: #c2c2c2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e59e4d;
  color: #e59e4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf731c !important;
  background-color: transparent !important;
  border-color: #bf731c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #af2311;
  color: #af2311;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #601309 !important;
  background-color: transparent !important;
  border-color: #601309 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #af2311 !important;
  border-color: #af2311 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f67f26 !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #ededed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e59e4d !important;
}
.text-danger {
  color: #af2311 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #af4f07 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c3c3c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bababa !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: #b26b1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #521008 !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: #f67f26;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e59e4d;
}
.alert-danger {
  background-color: #af2311;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f67f26;
  border-color: #f67f26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f67f26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef3ea;
}
.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: #ee6351;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #f67f26 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #f67f26;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f67f26;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f67f26;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f67f26;
  border-bottom-color: #f67f26;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f67f26 !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: #6f6f6f !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='%23f67f26' %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: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #f67f26 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #ededed !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #e59e4d !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #af2311 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.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 {
  background-color: #f67f26 !important;
  color: #ffffff !important;
}
.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 {
  background-color: #6f6f6f !important;
  color: #ffffff !important;
}
.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 {
  background-color: #ededed !important;
  color: #6f6f6f !important;
}
.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 {
  background-color: #ffffff !important;
  color: #6f6f6f !important;
}
.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 {
  background-color: #e59e4d !important;
  color: #ffffff !important;
}
.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 {
  background-color: #af2311 !important;
  color: #ffffff !important;
}
.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 {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.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 {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-u2KQSuSEaL {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KQSuSEaL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KQSuSEaL .menu_box .navbar.opened,
  .cid-u2KQSuSEaL .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown {
  position: relative !important;
}
.cid-u2KQSuSEaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KQSuSEaL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KQSuSEaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KQSuSEaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KQSuSEaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KQSuSEaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-body .mbr-text,
  .cid-u2KQSuSEaL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KQSuSEaL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KQSuSEaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .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-u2KQSuSEaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KQSuSEaL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2KQSuSEaL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KQSuSEaL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KQSuSEaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KQSuSEaL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KQSuSEaL .nav-item .nav-link:hover,
.cid-u2KQSuSEaL .nav-item .nav-link:focus {
  color: #f67f26 !important;
}
.cid-u2KQSuSEaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .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-u2KQSuSEaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KQSuSEaL .offcanvas_box {
    display: none;
  }
}
.cid-u2KQSuSEaL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KQSuSEaL .container {
  display: flex;
  margin: auto;
}
.cid-u2KQSuSEaL .iconfont-wrapper {
  color: #000000;
  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-u2KQSuSEaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KQSuSEaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KQSuSEaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .navbar-nav {
    margin: 0;
  }
}
.cid-u2KQSuSEaL .dropdown-menu,
.cid-u2KQSuSEaL .navbar.opened {
  background-color: false !important;
}
.cid-u2KQSuSEaL .nav-item:focus,
.cid-u2KQSuSEaL .nav-link:focus {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KQSuSEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KQSuSEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KQSuSEaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KQSuSEaL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KQSuSEaL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar.collapsed {
  justify-content: center;
}
.cid-u2KQSuSEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KQSuSEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KQSuSEaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KQSuSEaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KQSuSEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KQSuSEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KQSuSEaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KQSuSEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KQSuSEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KQSuSEaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KQSuSEaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown-item.active,
.cid-u2KQSuSEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KQSuSEaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KQSuSEaL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KQSuSEaL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar {
    height: 70px;
  }
  .cid-u2KQSuSEaL .navbar.opened {
    height: auto;
  }
  .cid-u2KQSuSEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KQSuSEaL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KQSuSEaL .navbar-caption:hover {
  color: #f67f26;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KQSuSEaL .text_widget {
  margin-bottom: 32px;
}
.cid-u2KQSuSEaL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KQSuSEaL .text_widget a:hover,
.cid-u2KQSuSEaL .text_widget a:focus {
  opacity: .8;
}
.cid-u2KQSuSEaL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KQSuSEaL .navbar-caption {
  color: #000000;
}
.cid-u2KQSuSEaL .mbr-text {
  color: #6f6f6f;
}
.cid-u2KQSuSEaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2KQSEGIaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u2KQSEGIaI::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#f67f26 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI::before {
    opacity: .4;
  }
}
.cid-u2KQSEGIaI::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ededed -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI::after {
    opacity: .4;
  }
}
.cid-u2KQSEGIaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KQSEGIaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KQSEGIaI .container {
    padding: 0 16px;
  }
}
.cid-u2KQSEGIaI .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u2KQSEGIaI .row .card {
  justify-content: flex-end;
}
.cid-u2KQSEGIaI .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-u2KQSEGIaI .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-u2KQSEGIaI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2KQSEGIaI .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KQSEGIaI .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KQSEGIaI .mbr-section-title {
  color: #000000;
}
.cid-u2KQSEGIaI .mbr-text {
  color: #000000;
}
.cid-uSrFiZ8mFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrFiZ8mFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrFiZ8mFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrFiZ8mFx .mbr-text {
  color: #000000;
}
.cid-uSrFiZ8mFx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSrFiZ8mFx .item-wrapper {
  background: #ededed;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSrFiZ8mFx .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSrFiZ8mFx .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uSrFiZ8mFx .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSrFiZ8mFx .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSrFiZ8mFx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uSrFiZ8mFx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uSrFiZ8mFx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f67f26;
  background-color: #f67f26;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uSrFiZ8mFx .mbr-text UL {
  text-align: left;
}
.cid-uSrFiZ8mFx .mbr-section-subtitle,
.cid-uSrFiZ8mFx .main-button {
  color: #000000;
}
.cid-uSrFiZ8mFx .mbr-section-title {
  color: #f67f26;
  text-align: center;
}
.cid-uSrZMC3UCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/surrogacy-gestationalcarrier-sandiego-fisd.jpg-1920x950.jpg");
}
.cid-uSrZMC3UCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrZMC3UCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrZMC3UCV .container {
    padding: 0 16px;
  }
}
.cid-uSrZMC3UCV .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uSrZMC3UCV .row {
    height: 200px;
  }
}
.cid-uSrLvwL0M5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uSrLvwL0M5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrLvwL0M5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrLvwL0M5 .container {
    padding: 0 16px;
  }
}
.cid-uSrLvwL0M5 .row {
  justify-content: center;
}
.cid-uSrLvwL0M5 .content-wrapper {
  position: relative;
}
.cid-uSrLvwL0M5 .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSrLvwL0M5 .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSrLvwL0M5 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uSrLvwL0M5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrLvwL0M5 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uSrLvwL0M5 .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uSrLvwL0M5 .mbr-text {
  color: #000000;
}
.cid-uSrLvwL0M5 .mbr-text,
.cid-uSrLvwL0M5 .icon-wrapper {
  text-align: left;
}
.cid-uSrLJagCaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrLJagCaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrLJagCaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrLJagCaB .container {
    padding: 0 16px;
  }
}
.cid-uSrLJagCaB .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrLJagCaB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrLJagCaB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrLJagCaB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSrLJagCaB .mbr-text {
  color: #000000;
}
.cid-u2KRjXUOey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u2KRjXUOey .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRjXUOey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KRjXUOey .container {
    padding: 0 16px;
  }
}
.cid-u2KRjXUOey .row {
  position: relative;
}
.cid-u2KRjXUOey .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-u2KRjXUOey .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRjXUOey .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-u2KRjXUOey .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-u2KRjXUOey .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .items-wrapper {
    margin-left: 0;
  }
}
.cid-u2KRjXUOey .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u2KRjXUOey .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u2KRjXUOey .mbr-section-title {
  color: #000000;
}
.cid-u2KRjXUOey .mbr-text {
  color: #6f6f6f;
}
.cid-u2KRjXUOey .item-title {
  color: #000000;
}
.cid-u2KRjXUOey .item-text {
  color: #000000;
}
.cid-u2KRDoH9Fa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u2KRDoH9Fa::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f67f26 -10%, transparent 70%);
}
.cid-u2KRDoH9Fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRDoH9Fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KRDoH9Fa .container {
    padding: 0 16px;
  }
}
.cid-u2KRDoH9Fa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u2KRDoH9Fa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u2KRDoH9Fa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KRDoH9Fa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2KRDoH9Fa .mbr-text {
  color: #000000;
}
.cid-uSrJ6AB32u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededed;
}
.cid-uSrJ6AB32u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrJ6AB32u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrJ6AB32u .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSrJ6AB32u .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSrJ6AB32u .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f67f26;
}
.cid-uSrJ6AB32u .panel-body,
.cid-uSrJ6AB32u .card-header {
  padding: 1rem 0;
}
.cid-uSrJ6AB32u .panel-title-edit {
  color: #000000;
}
.cid-u2KS1JFong {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-u2KS1JFong .container {
    padding: 0 16px;
  }
}
.cid-u2KS1JFong .row {
  position: relative;
  z-index: 1;
}
.cid-u2KS1JFong .title-wrapper {
  margin-bottom: 80px;
}
.cid-u2KS1JFong .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u2KS1JFong .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2KS1JFong .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KS1JFong .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-u2KS1JFong .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-u2KS1JFong .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u2KS1JFong .embla__slide .slide-content {
  width: 100%;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u2KS1JFong .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KS1JFong .embla__button--next,
.cid-u2KS1JFong .embla__button--prev {
  display: flex;
}
.cid-u2KS1JFong .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f67f26 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u2KS1JFong .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2KS1JFong .embla__button:hover {
  opacity: .7 !important;
}
.cid-u2KS1JFong .embla__button.embla__button--prev {
  left: 0;
}
.cid-u2KS1JFong .embla__button.embla__button--next {
  right: 0;
}
.cid-u2KS1JFong .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-u2KS1JFong .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2KS1JFong .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2KS1JFong .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2KS1JFong .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2KS1JFong .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u2KS1JFong .mbr-section-title {
  color: #000000;
}
.cid-u2KS1JFong .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u2KS1JFong .item-title {
  color: #000000;
}
.cid-u2KS1JFong .item-text {
  color: #6f6f6f;
}
.cid-uSrHSTGYgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrHSTGYgf::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrHSTGYgf::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrHSTGYgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrHSTGYgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrHSTGYgf .container {
    padding: 0 16px;
  }
}
.cid-uSrHSTGYgf .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uSrHSTGYgf .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uSrHSTGYgf .content-wrapper {
  margin-bottom: 80px;
}
.cid-uSrHSTGYgf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrHSTGYgf .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrHSTGYgf .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrHSTGYgf .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrHSTGYgf .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uSrHSTGYgf .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrHSTGYgf .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrHSTGYgf .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrHSTGYgf .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSrHSTGYgf .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrHSTGYgf .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrHSTGYgf .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrHSTGYgf .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrHSTGYgf .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrHSTGYgf .mbr-section-title {
  color: #000000;
}
.cid-uSrHSTGYgf .mbr-text,
.cid-uSrHSTGYgf .text-wrap {
  color: #000000;
  text-align: left;
}
.cid-uSrHSTGYgf .item-title {
  color: #000000;
  text-align: right;
}
.cid-uSrHSTGYgf .item-text {
  color: #6f6f6f;
}
.cid-uSrHSTGYgf .mbr-section-title,
.cid-uSrHSTGYgf .mbr-section-btn {
  text-align: center;
}
.cid-uSrIpGYXu6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrIpGYXu6::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrIpGYXu6::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrIpGYXu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrIpGYXu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrIpGYXu6 .container {
    padding: 0 16px;
  }
}
.cid-uSrIpGYXu6 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uSrIpGYXu6 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uSrIpGYXu6 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uSrIpGYXu6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrIpGYXu6 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrIpGYXu6 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrIpGYXu6 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrIpGYXu6 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uSrIpGYXu6 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrIpGYXu6 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrIpGYXu6 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrIpGYXu6 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSrIpGYXu6 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrIpGYXu6 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrIpGYXu6 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrIpGYXu6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrIpGYXu6 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrIpGYXu6 .mbr-section-title {
  color: #000000;
}
.cid-uSrIpGYXu6 .mbr-text,
.cid-uSrIpGYXu6 .text-wrap {
  color: #000000;
  text-align: left;
}
.cid-uSrIpGYXu6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uSrIpGYXu6 .item-text {
  color: #000000;
}
.cid-uSrIpGYXu6 .mbr-section-title,
.cid-uSrIpGYXu6 .mbr-section-btn {
  text-align: center;
}
.cid-uSrJJzrrAt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrJJzrrAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrJJzrrAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrJJzrrAt .container {
    padding: 0 16px;
  }
}
.cid-uSrJJzrrAt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrJJzrrAt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrJJzrrAt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrJJzrrAt .mbr-section-title {
  color: #000000;
}
.cid-uSrJJzrrAt .mbr-text {
  color: #000000;
}
.cid-uSrFh80qK7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f67f26;
}
.cid-uSrFh80qK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrFh80qK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrFh80qK7 .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSrFh80qK7 .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSrFh80qK7 .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSrFh80qK7 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSrFZpV1I5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uSrFZpV1I5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrFZpV1I5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrFZpV1I5 .col-title {
  margin-bottom: 32px;
}
.cid-uSrFZpV1I5 .mbr-section-title {
  color: #24262b;
}
.cid-uSrFZpV1I5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSrFZpV1I5 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uSrFZpV1I5 .cards-row {
  row-gap: 32px;
}
.cid-uSrFZpV1I5 .card {
  border-radius: 0;
}
.cid-uSrFZpV1I5 .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uSrFZpV1I5 .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uSrFZpV1I5 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSrFZpV1I5 .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uSrFZpV1I5 .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uSrFw7hHvu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uSrFw7hHvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrFw7hHvu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSrFw7hHvu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSrFw7hHvu .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSrFw7hHvu a {
  font-weight: 600;
}
.cid-uSrFw7hHvu a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSrFw7hHvu .col-lg-3,
  .cid-uSrFw7hHvu .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSrFw7hHvu .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSrFw7hHvu .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSrFw7hHvu h5 {
  margin: 0;
}
.cid-uSrFw7hHvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrFw7hHvu .iconfont-wrapper {
  position: relative;
}
.cid-uSrFw7hHvu .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-uSrFw7hHvu .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSrFw7hHvu .sociconfont-wrapper {
  display: flex;
}
.cid-uSrFw7hHvu .card-title,
.cid-uSrFw7hHvu .iconfont-wrapper {
  color: #000000;
}
.cid-uSrFw7hHvu .card-text {
  color: #000000;
}
.cid-uSrFw7hHvu .mbr-section-title {
  color: #000000;
}
.cid-uSrFw7hHvu .main-title,
.cid-uSrFw7hHvu .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uSrFw7hHvu .card-title,
.cid-uSrFw7hHvu .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uSrFyyQqfU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSrFyyQqfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrFyyQqfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrFyyQqfU .row {
  justify-content: center;
}
.cid-uSrFyyQqfU .card {
  justify-content: center;
}
.cid-uSrFyyQqfU .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSrFyyQqfU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSrFyyQqfU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSrFyyQqfU .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uSrFyyQqfU .nav-wrapper .list .item-wrap:hover,
.cid-uSrFyyQqfU .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uSrFyyQqfU .list,
.cid-uSrFyyQqfU .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSrSp4XPxG {
  background-color: transparent;
}
.cid-uSrSp4XPxG .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uSrSp4XPxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uSrSp4XPxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSrSp4XPxG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSrSp4XPxG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSrSp4XPxG .menu_box .navbar.opened,
  .cid-uSrSp4XPxG .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSrSp4XPxG .navbar-dropdown {
  position: relative !important;
}
.cid-uSrSp4XPxG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSrSp4XPxG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSrSp4XPxG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSrSp4XPxG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSrSp4XPxG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSrSp4XPxG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uSrSp4XPxG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSrSp4XPxG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSrSp4XPxG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSrSp4XPxG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSrSp4XPxG .offcanvas-body .mbr-text,
  .cid-uSrSp4XPxG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSrSp4XPxG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSrSp4XPxG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSrSp4XPxG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uSrSp4XPxG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSrSp4XPxG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSrSp4XPxG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSrSp4XPxG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSrSp4XPxG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSrSp4XPxG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrSp4XPxG .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-uSrSp4XPxG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSrSp4XPxG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSrSp4XPxG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSrSp4XPxG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uSrSp4XPxG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSrSp4XPxG .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSrSp4XPxG .nav-item {
    margin: 0 !important;
  }
}
.cid-uSrSp4XPxG .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSrSp4XPxG .nav-item .nav-link:hover,
.cid-uSrSp4XPxG .nav-item .nav-link:focus {
  color: #f67f26 !important;
}
.cid-uSrSp4XPxG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSrSp4XPxG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSrSp4XPxG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSrSp4XPxG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrSp4XPxG .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-uSrSp4XPxG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSrSp4XPxG .offcanvas_box {
    display: none;
  }
}
.cid-uSrSp4XPxG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSrSp4XPxG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSrSp4XPxG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSrSp4XPxG .container {
  display: flex;
  margin: auto;
}
.cid-uSrSp4XPxG .iconfont-wrapper {
  color: #000000;
  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-uSrSp4XPxG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSrSp4XPxG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSrSp4XPxG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSrSp4XPxG .navbar-nav {
    margin: 0;
  }
}
.cid-uSrSp4XPxG .dropdown-menu,
.cid-uSrSp4XPxG .navbar.opened {
  background-color: false !important;
}
.cid-uSrSp4XPxG .nav-item:focus,
.cid-uSrSp4XPxG .nav-link:focus {
  outline: none;
}
.cid-uSrSp4XPxG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSrSp4XPxG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSrSp4XPxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSrSp4XPxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSrSp4XPxG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSrSp4XPxG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSrSp4XPxG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSrSp4XPxG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSrSp4XPxG .navbar.opened {
  transition: all 0.3s;
}
.cid-uSrSp4XPxG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSrSp4XPxG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSrSp4XPxG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSrSp4XPxG .navbar.collapsed {
  justify-content: center;
}
.cid-uSrSp4XPxG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSrSp4XPxG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSrSp4XPxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSrSp4XPxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSrSp4XPxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSrSp4XPxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSrSp4XPxG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSrSp4XPxG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSrSp4XPxG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSrSp4XPxG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSrSp4XPxG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSrSp4XPxG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSrSp4XPxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSrSp4XPxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSrSp4XPxG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSrSp4XPxG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSrSp4XPxG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSrSp4XPxG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSrSp4XPxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSrSp4XPxG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSrSp4XPxG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSrSp4XPxG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSrSp4XPxG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSrSp4XPxG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSrSp4XPxG .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-uSrSp4XPxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSrSp4XPxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSrSp4XPxG .dropdown-item.active,
.cid-uSrSp4XPxG .dropdown-item:active {
  background-color: transparent;
}
.cid-uSrSp4XPxG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSrSp4XPxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSrSp4XPxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSrSp4XPxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSrSp4XPxG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSrSp4XPxG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSrSp4XPxG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uSrSp4XPxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSrSp4XPxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSrSp4XPxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrSp4XPxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrSp4XPxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSrSp4XPxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrSp4XPxG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSrSp4XPxG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSrSp4XPxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrSp4XPxG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSrSp4XPxG .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-uSrSp4XPxG .navbar {
    height: 70px;
  }
  .cid-uSrSp4XPxG .navbar.opened {
    height: auto;
  }
  .cid-uSrSp4XPxG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSrSp4XPxG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSrSp4XPxG .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uSrSp4XPxG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSrSp4XPxG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSrSp4XPxG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uSrSp4XPxG .navbar-caption:hover {
  color: #f67f26;
}
@media (min-width: 992px) {
  .cid-uSrSp4XPxG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSrSp4XPxG .text_widget {
  margin-bottom: 32px;
}
.cid-uSrSp4XPxG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSrSp4XPxG .text_widget a:hover,
.cid-uSrSp4XPxG .text_widget a:focus {
  opacity: .8;
}
.cid-uSrSp4XPxG .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uSrSp4XPxG .navbar-caption {
  color: #000000;
}
.cid-uSrSp4XPxG .mbr-text {
  color: #6f6f6f;
}
.cid-uSrSp4XPxG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSrSp6jzX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrSp6jzX1::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#f67f26 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSrSp6jzX1::before {
    opacity: .4;
  }
}
.cid-uSrSp6jzX1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ededed -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSrSp6jzX1::after {
    opacity: .4;
  }
}
.cid-uSrSp6jzX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrSp6jzX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrSp6jzX1 .container {
    padding: 0 16px;
  }
}
.cid-uSrSp6jzX1 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSrSp6jzX1 .row .card {
  justify-content: flex-end;
}
.cid-uSrSp6jzX1 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSrSp6jzX1 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSrSp6jzX1 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSrSp6jzX1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSrSp6jzX1 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrSp6jzX1 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrSp6jzX1 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrSp6jzX1 .mbr-section-title {
  color: #000000;
}
.cid-uSrSp6jzX1 .mbr-text {
  color: #000000;
}
.cid-uSrSp7eKrn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uSrSp7eKrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrSp7eKrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrSp7eKrn .container {
    padding: 0 16px;
  }
}
.cid-uSrSp7eKrn .row {
  justify-content: center;
}
.cid-uSrSp7eKrn .content-wrapper {
  position: relative;
}
.cid-uSrSp7eKrn .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSrSp7eKrn .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSrSp7eKrn .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uSrSp7eKrn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrSp7eKrn .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uSrSp7eKrn .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uSrSp7eKrn .mbr-text {
  color: #000000;
}
.cid-uSrSp7eKrn .mbr-text,
.cid-uSrSp7eKrn .icon-wrapper {
  text-align: left;
}
.cid-uSrSpdCa3w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f67f26;
}
.cid-uSrSpdCa3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrSpdCa3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrSpdCa3w .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSrSpdCa3w .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSrSpdCa3w .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSrSpdCa3w .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSrSpe8bLS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uSrSpe8bLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrSpe8bLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrSpe8bLS .col-title {
  margin-bottom: 32px;
}
.cid-uSrSpe8bLS .mbr-section-title {
  color: #24262b;
}
.cid-uSrSpe8bLS .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSrSpe8bLS .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uSrSpe8bLS .cards-row {
  row-gap: 32px;
}
.cid-uSrSpe8bLS .card {
  border-radius: 0;
}
.cid-uSrSpe8bLS .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uSrSpe8bLS .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uSrSpe8bLS .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSrSpe8bLS .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uSrSpe8bLS .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uSrSpeJCwa {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uSrSpeJCwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrSpeJCwa .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSrSpeJCwa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSrSpeJCwa .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSrSpeJCwa a {
  font-weight: 600;
}
.cid-uSrSpeJCwa a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSrSpeJCwa .col-lg-3,
  .cid-uSrSpeJCwa .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSrSpeJCwa .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSrSpeJCwa .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSrSpeJCwa h5 {
  margin: 0;
}
.cid-uSrSpeJCwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrSpeJCwa .iconfont-wrapper {
  position: relative;
}
.cid-uSrSpeJCwa .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-uSrSpeJCwa .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSrSpeJCwa .sociconfont-wrapper {
  display: flex;
}
.cid-uSrSpeJCwa .card-title,
.cid-uSrSpeJCwa .iconfont-wrapper {
  color: #000000;
}
.cid-uSrSpeJCwa .card-text {
  color: #000000;
}
.cid-uSrSpeJCwa .mbr-section-title {
  color: #000000;
}
.cid-uSrSpeJCwa .main-title,
.cid-uSrSpeJCwa .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uSrSpeJCwa .card-title,
.cid-uSrSpeJCwa .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uSrSpfr8mX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSrSpfr8mX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrSpfr8mX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrSpfr8mX .row {
  justify-content: center;
}
.cid-uSrSpfr8mX .card {
  justify-content: center;
}
.cid-uSrSpfr8mX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSrSpfr8mX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSrSpfr8mX .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSrSpfr8mX .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uSrSpfr8mX .nav-wrapper .list .item-wrap:hover,
.cid-uSrSpfr8mX .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uSrSpfr8mX .list,
.cid-uSrSpfr8mX .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSrTgv7qJt {
  background-color: transparent;
}
.cid-uSrTgv7qJt .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uSrTgv7qJt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uSrTgv7qJt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSrTgv7qJt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSrTgv7qJt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSrTgv7qJt .menu_box .navbar.opened,
  .cid-uSrTgv7qJt .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSrTgv7qJt .navbar-dropdown {
  position: relative !important;
}
.cid-uSrTgv7qJt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSrTgv7qJt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSrTgv7qJt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSrTgv7qJt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSrTgv7qJt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSrTgv7qJt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uSrTgv7qJt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSrTgv7qJt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSrTgv7qJt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSrTgv7qJt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSrTgv7qJt .offcanvas-body .mbr-text,
  .cid-uSrTgv7qJt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSrTgv7qJt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSrTgv7qJt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSrTgv7qJt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uSrTgv7qJt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSrTgv7qJt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSrTgv7qJt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSrTgv7qJt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSrTgv7qJt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSrTgv7qJt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrTgv7qJt .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-uSrTgv7qJt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSrTgv7qJt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSrTgv7qJt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSrTgv7qJt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uSrTgv7qJt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSrTgv7qJt .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSrTgv7qJt .nav-item {
    margin: 0 !important;
  }
}
.cid-uSrTgv7qJt .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSrTgv7qJt .nav-item .nav-link:hover,
.cid-uSrTgv7qJt .nav-item .nav-link:focus {
  color: #f67f26 !important;
}
.cid-uSrTgv7qJt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSrTgv7qJt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSrTgv7qJt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSrTgv7qJt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrTgv7qJt .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-uSrTgv7qJt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSrTgv7qJt .offcanvas_box {
    display: none;
  }
}
.cid-uSrTgv7qJt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSrTgv7qJt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSrTgv7qJt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSrTgv7qJt .container {
  display: flex;
  margin: auto;
}
.cid-uSrTgv7qJt .iconfont-wrapper {
  color: #000000;
  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-uSrTgv7qJt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSrTgv7qJt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSrTgv7qJt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSrTgv7qJt .navbar-nav {
    margin: 0;
  }
}
.cid-uSrTgv7qJt .dropdown-menu,
.cid-uSrTgv7qJt .navbar.opened {
  background-color: false !important;
}
.cid-uSrTgv7qJt .nav-item:focus,
.cid-uSrTgv7qJt .nav-link:focus {
  outline: none;
}
.cid-uSrTgv7qJt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSrTgv7qJt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSrTgv7qJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSrTgv7qJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSrTgv7qJt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSrTgv7qJt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSrTgv7qJt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSrTgv7qJt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSrTgv7qJt .navbar.opened {
  transition: all 0.3s;
}
.cid-uSrTgv7qJt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSrTgv7qJt .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSrTgv7qJt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSrTgv7qJt .navbar.collapsed {
  justify-content: center;
}
.cid-uSrTgv7qJt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSrTgv7qJt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSrTgv7qJt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSrTgv7qJt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSrTgv7qJt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSrTgv7qJt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSrTgv7qJt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSrTgv7qJt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSrTgv7qJt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSrTgv7qJt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSrTgv7qJt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSrTgv7qJt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSrTgv7qJt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSrTgv7qJt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSrTgv7qJt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSrTgv7qJt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSrTgv7qJt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSrTgv7qJt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSrTgv7qJt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSrTgv7qJt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSrTgv7qJt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSrTgv7qJt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSrTgv7qJt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSrTgv7qJt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSrTgv7qJt .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-uSrTgv7qJt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSrTgv7qJt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSrTgv7qJt .dropdown-item.active,
.cid-uSrTgv7qJt .dropdown-item:active {
  background-color: transparent;
}
.cid-uSrTgv7qJt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSrTgv7qJt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSrTgv7qJt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSrTgv7qJt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSrTgv7qJt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSrTgv7qJt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSrTgv7qJt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uSrTgv7qJt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSrTgv7qJt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSrTgv7qJt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrTgv7qJt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrTgv7qJt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSrTgv7qJt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrTgv7qJt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSrTgv7qJt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSrTgv7qJt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrTgv7qJt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSrTgv7qJt .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-uSrTgv7qJt .navbar {
    height: 70px;
  }
  .cid-uSrTgv7qJt .navbar.opened {
    height: auto;
  }
  .cid-uSrTgv7qJt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSrTgv7qJt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSrTgv7qJt .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uSrTgv7qJt .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSrTgv7qJt .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSrTgv7qJt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uSrTgv7qJt .navbar-caption:hover {
  color: #f67f26;
}
@media (min-width: 992px) {
  .cid-uSrTgv7qJt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSrTgv7qJt .text_widget {
  margin-bottom: 32px;
}
.cid-uSrTgv7qJt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSrTgv7qJt .text_widget a:hover,
.cid-uSrTgv7qJt .text_widget a:focus {
  opacity: .8;
}
.cid-uSrTgv7qJt .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uSrTgv7qJt .navbar-caption {
  color: #000000;
}
.cid-uSrTgv7qJt .mbr-text {
  color: #6f6f6f;
}
.cid-uSrTgv7qJt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSrTgvRJkD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrTgvRJkD::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#f67f26 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSrTgvRJkD::before {
    opacity: .4;
  }
}
.cid-uSrTgvRJkD::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ededed -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSrTgvRJkD::after {
    opacity: .4;
  }
}
.cid-uSrTgvRJkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrTgvRJkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrTgvRJkD .container {
    padding: 0 16px;
  }
}
.cid-uSrTgvRJkD .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSrTgvRJkD .row .card {
  justify-content: flex-end;
}
.cid-uSrTgvRJkD .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSrTgvRJkD .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSrTgvRJkD .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSrTgvRJkD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSrTgvRJkD .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrTgvRJkD .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrTgvRJkD .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrTgvRJkD .mbr-section-title {
  color: #000000;
}
.cid-uSrTgvRJkD .mbr-text {
  color: #000000;
}
.cid-uSrTgwdCXI {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uSrTgwdCXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrTgwdCXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrTgwdCXI .container {
    padding: 0 16px;
  }
}
.cid-uSrTgwdCXI .row {
  justify-content: center;
}
.cid-uSrTgwdCXI .content-wrapper {
  position: relative;
}
.cid-uSrTgwdCXI .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSrTgwdCXI .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSrTgwdCXI .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uSrTgwdCXI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrTgwdCXI .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uSrTgwdCXI .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uSrTgwdCXI .mbr-text {
  color: #000000;
}
.cid-uSrTgwdCXI .mbr-text,
.cid-uSrTgwdCXI .icon-wrapper {
  text-align: left;
}
.cid-uSrTgwxuNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f67f26;
}
.cid-uSrTgwxuNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrTgwxuNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrTgwxuNH .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSrTgwxuNH .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSrTgwxuNH .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSrTgwxuNH .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSrTgx0uUG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uSrTgx0uUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrTgx0uUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrTgx0uUG .col-title {
  margin-bottom: 32px;
}
.cid-uSrTgx0uUG .mbr-section-title {
  color: #24262b;
}
.cid-uSrTgx0uUG .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSrTgx0uUG .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uSrTgx0uUG .cards-row {
  row-gap: 32px;
}
.cid-uSrTgx0uUG .card {
  border-radius: 0;
}
.cid-uSrTgx0uUG .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uSrTgx0uUG .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uSrTgx0uUG .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSrTgx0uUG .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uSrTgx0uUG .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uSrTgy4kfW {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-uSrTgy4kfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrTgy4kfW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSrTgy4kfW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSrTgy4kfW .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSrTgy4kfW a {
  font-weight: 600;
}
.cid-uSrTgy4kfW a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSrTgy4kfW .col-lg-3,
  .cid-uSrTgy4kfW .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSrTgy4kfW .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSrTgy4kfW .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSrTgy4kfW h5 {
  margin: 0;
}
.cid-uSrTgy4kfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrTgy4kfW .iconfont-wrapper {
  position: relative;
}
.cid-uSrTgy4kfW .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-uSrTgy4kfW .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSrTgy4kfW .sociconfont-wrapper {
  display: flex;
}
.cid-uSrTgy4kfW .card-title,
.cid-uSrTgy4kfW .iconfont-wrapper {
  color: #000000;
}
.cid-uSrTgy4kfW .card-text {
  color: #000000;
}
.cid-uSrTgy4kfW .mbr-section-title {
  color: #000000;
}
.cid-uSrTgy4kfW .main-title,
.cid-uSrTgy4kfW .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uSrTgy4kfW .card-title,
.cid-uSrTgy4kfW .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uSrTgyDIUo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSrTgyDIUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrTgyDIUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrTgyDIUo .row {
  justify-content: center;
}
.cid-uSrTgyDIUo .card {
  justify-content: center;
}
.cid-uSrTgyDIUo .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSrTgyDIUo .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSrTgyDIUo .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSrTgyDIUo .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uSrTgyDIUo .nav-wrapper .list .item-wrap:hover,
.cid-uSrTgyDIUo .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uSrTgyDIUo .list,
.cid-uSrTgyDIUo .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSrMxf8n0g {
  background-color: transparent;
}
.cid-uSrMxf8n0g .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uSrMxf8n0g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uSrMxf8n0g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSrMxf8n0g .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSrMxf8n0g .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSrMxf8n0g .menu_box .navbar.opened,
  .cid-uSrMxf8n0g .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSrMxf8n0g .navbar-dropdown {
  position: relative !important;
}
.cid-uSrMxf8n0g .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSrMxf8n0g .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSrMxf8n0g .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSrMxf8n0g .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSrMxf8n0g .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSrMxf8n0g .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uSrMxf8n0g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSrMxf8n0g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSrMxf8n0g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSrMxf8n0g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSrMxf8n0g .offcanvas-body .mbr-text,
  .cid-uSrMxf8n0g .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSrMxf8n0g .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSrMxf8n0g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSrMxf8n0g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uSrMxf8n0g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSrMxf8n0g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSrMxf8n0g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSrMxf8n0g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSrMxf8n0g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSrMxf8n0g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrMxf8n0g .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-uSrMxf8n0g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSrMxf8n0g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSrMxf8n0g .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSrMxf8n0g .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uSrMxf8n0g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSrMxf8n0g .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSrMxf8n0g .nav-item {
    margin: 0 !important;
  }
}
.cid-uSrMxf8n0g .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSrMxf8n0g .nav-item .nav-link:hover,
.cid-uSrMxf8n0g .nav-item .nav-link:focus {
  color: #f67f26 !important;
}
.cid-uSrMxf8n0g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSrMxf8n0g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSrMxf8n0g .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSrMxf8n0g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrMxf8n0g .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-uSrMxf8n0g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSrMxf8n0g .offcanvas_box {
    display: none;
  }
}
.cid-uSrMxf8n0g .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSrMxf8n0g .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSrMxf8n0g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSrMxf8n0g .container {
  display: flex;
  margin: auto;
}
.cid-uSrMxf8n0g .iconfont-wrapper {
  color: #000000;
  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-uSrMxf8n0g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSrMxf8n0g .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSrMxf8n0g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSrMxf8n0g .navbar-nav {
    margin: 0;
  }
}
.cid-uSrMxf8n0g .dropdown-menu,
.cid-uSrMxf8n0g .navbar.opened {
  background-color: false !important;
}
.cid-uSrMxf8n0g .nav-item:focus,
.cid-uSrMxf8n0g .nav-link:focus {
  outline: none;
}
.cid-uSrMxf8n0g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSrMxf8n0g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSrMxf8n0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSrMxf8n0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSrMxf8n0g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSrMxf8n0g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSrMxf8n0g .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSrMxf8n0g .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSrMxf8n0g .navbar.opened {
  transition: all 0.3s;
}
.cid-uSrMxf8n0g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSrMxf8n0g .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSrMxf8n0g .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSrMxf8n0g .navbar.collapsed {
  justify-content: center;
}
.cid-uSrMxf8n0g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSrMxf8n0g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSrMxf8n0g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSrMxf8n0g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSrMxf8n0g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSrMxf8n0g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSrMxf8n0g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSrMxf8n0g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSrMxf8n0g .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSrMxf8n0g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSrMxf8n0g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSrMxf8n0g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSrMxf8n0g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSrMxf8n0g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSrMxf8n0g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSrMxf8n0g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSrMxf8n0g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSrMxf8n0g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSrMxf8n0g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSrMxf8n0g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSrMxf8n0g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSrMxf8n0g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSrMxf8n0g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSrMxf8n0g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSrMxf8n0g .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-uSrMxf8n0g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSrMxf8n0g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSrMxf8n0g .dropdown-item.active,
.cid-uSrMxf8n0g .dropdown-item:active {
  background-color: transparent;
}
.cid-uSrMxf8n0g .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSrMxf8n0g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSrMxf8n0g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSrMxf8n0g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSrMxf8n0g ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSrMxf8n0g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSrMxf8n0g button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uSrMxf8n0g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSrMxf8n0g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSrMxf8n0g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrMxf8n0g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrMxf8n0g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSrMxf8n0g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrMxf8n0g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSrMxf8n0g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSrMxf8n0g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrMxf8n0g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSrMxf8n0g .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-uSrMxf8n0g .navbar {
    height: 70px;
  }
  .cid-uSrMxf8n0g .navbar.opened {
    height: auto;
  }
  .cid-uSrMxf8n0g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSrMxf8n0g .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSrMxf8n0g .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uSrMxf8n0g .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSrMxf8n0g .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSrMxf8n0g .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uSrMxf8n0g .navbar-caption:hover {
  color: #f67f26;
}
@media (min-width: 992px) {
  .cid-uSrMxf8n0g .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSrMxf8n0g .text_widget {
  margin-bottom: 32px;
}
.cid-uSrMxf8n0g .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSrMxf8n0g .text_widget a:hover,
.cid-uSrMxf8n0g .text_widget a:focus {
  opacity: .8;
}
.cid-uSrMxf8n0g .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uSrMxf8n0g .navbar-caption {
  color: #000000;
}
.cid-uSrMxf8n0g .mbr-text {
  color: #6f6f6f;
}
.cid-uSrMxf8n0g a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSrMxh75uc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrMxh75uc::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#f67f26 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSrMxh75uc::before {
    opacity: .4;
  }
}
.cid-uSrMxh75uc::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ededed -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSrMxh75uc::after {
    opacity: .4;
  }
}
.cid-uSrMxh75uc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxh75uc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrMxh75uc .container {
    padding: 0 16px;
  }
}
.cid-uSrMxh75uc .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSrMxh75uc .row .card {
  justify-content: flex-end;
}
.cid-uSrMxh75uc .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSrMxh75uc .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSrMxh75uc .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSrMxh75uc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSrMxh75uc .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrMxh75uc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrMxh75uc .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrMxh75uc .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrMxh75uc .mbr-section-title {
  color: #000000;
}
.cid-uSrMxh75uc .mbr-text {
  color: #000000;
}
.cid-uSrMxhJWlg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrMxhJWlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxhJWlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrMxhJWlg .mbr-text {
  color: #000000;
}
.cid-uSrMxhJWlg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSrMxhJWlg .item-wrapper {
  background: #ededed;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSrMxhJWlg .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSrMxhJWlg .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uSrMxhJWlg .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSrMxhJWlg .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSrMxhJWlg .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uSrMxhJWlg .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uSrMxhJWlg .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f67f26;
  background-color: #f67f26;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uSrMxhJWlg .mbr-text UL {
  text-align: left;
}
.cid-uSrMxhJWlg .mbr-section-subtitle,
.cid-uSrMxhJWlg .main-button {
  color: #000000;
}
.cid-uSrMxhJWlg .mbr-section-title {
  color: #f67f26;
  text-align: center;
}
.cid-uSrZUHoSs8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uSrZUHoSs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrZUHoSs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrZUHoSs8 .container {
    padding: 0 16px;
  }
}
.cid-uSrZUHoSs8 .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uSrZUHoSs8 .row {
    height: 200px;
  }
}
.cid-uSrMxi5ADf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uSrMxi5ADf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxi5ADf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrMxi5ADf .container {
    padding: 0 16px;
  }
}
.cid-uSrMxi5ADf .row {
  justify-content: center;
}
.cid-uSrMxi5ADf .content-wrapper {
  position: relative;
}
.cid-uSrMxi5ADf .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSrMxi5ADf .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSrMxi5ADf .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uSrMxi5ADf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrMxi5ADf .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uSrMxi5ADf .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uSrMxi5ADf .mbr-text {
  color: #000000;
}
.cid-uSrMxi5ADf .mbr-text,
.cid-uSrMxi5ADf .icon-wrapper {
  text-align: left;
}
.cid-uSrMxirb9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrMxirb9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxirb9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrMxirb9w .container {
    padding: 0 16px;
  }
}
.cid-uSrMxirb9w .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrMxirb9w .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrMxirb9w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrMxirb9w .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSrMxirb9w .mbr-text {
  color: #000000;
}
.cid-uSrMxiOBAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrMxiOBAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxiOBAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrMxiOBAO .container {
    padding: 0 16px;
  }
}
.cid-uSrMxiOBAO .row {
  position: relative;
}
.cid-uSrMxiOBAO .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSrMxiOBAO .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uSrMxiOBAO .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrMxiOBAO .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrMxiOBAO .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrMxiOBAO .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uSrMxiOBAO .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrMxiOBAO .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uSrMxiOBAO .items-wrapper {
    margin-left: 0;
  }
}
.cid-uSrMxiOBAO .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrMxiOBAO .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrMxiOBAO .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrMxiOBAO .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uSrMxiOBAO .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrMxiOBAO .mbr-section-title {
  color: #000000;
}
.cid-uSrMxiOBAO .mbr-text {
  color: #6f6f6f;
}
.cid-uSrMxiOBAO .item-title {
  color: #000000;
}
.cid-uSrMxiOBAO .item-text {
  color: #000000;
}
.cid-uSrMxjWCNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrMxjWCNR::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f67f26 -10%, transparent 70%);
}
.cid-uSrMxjWCNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxjWCNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrMxjWCNR .container {
    padding: 0 16px;
  }
}
.cid-uSrMxjWCNR .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrMxjWCNR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrMxjWCNR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrMxjWCNR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSrMxjWCNR .mbr-text {
  color: #000000;
}
.cid-uSrMxkrBiI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededed;
}
.cid-uSrMxkrBiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxkrBiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrMxkrBiI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSrMxkrBiI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSrMxkrBiI .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f67f26;
}
.cid-uSrMxkrBiI .panel-body,
.cid-uSrMxkrBiI .card-header {
  padding: 1rem 0;
}
.cid-uSrMxkrBiI .panel-title-edit {
  color: #000000;
}
.cid-uSrMxllGU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-uSrMxllGU6 .container {
    padding: 0 16px;
  }
}
.cid-uSrMxllGU6 .row {
  position: relative;
  z-index: 1;
}
.cid-uSrMxllGU6 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uSrMxllGU6 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSrMxllGU6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSrMxllGU6 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrMxllGU6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uSrMxllGU6 .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uSrMxllGU6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uSrMxllGU6 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uSrMxllGU6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrMxllGU6 .embla__button--next,
.cid-uSrMxllGU6 .embla__button--prev {
  display: flex;
}
.cid-uSrMxllGU6 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f67f26 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSrMxllGU6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSrMxllGU6 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSrMxllGU6 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSrMxllGU6 .embla__button.embla__button--next {
  right: 0;
}
.cid-uSrMxllGU6 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uSrMxllGU6 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSrMxllGU6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSrMxllGU6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSrMxllGU6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSrMxllGU6 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrMxllGU6 .mbr-section-title {
  color: #000000;
}
.cid-uSrMxllGU6 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uSrMxllGU6 .item-title {
  color: #000000;
}
.cid-uSrMxllGU6 .item-text {
  color: #6f6f6f;
}
.cid-uSrMxn2c0G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrMxn2c0G::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrMxn2c0G::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrMxn2c0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxn2c0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrMxn2c0G .container {
    padding: 0 16px;
  }
}
.cid-uSrMxn2c0G .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uSrMxn2c0G .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uSrMxn2c0G .content-wrapper {
  margin-bottom: 80px;
}
.cid-uSrMxn2c0G .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrMxn2c0G .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrMxn2c0G .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrMxn2c0G .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrMxn2c0G .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uSrMxn2c0G .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrMxn2c0G .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrMxn2c0G .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrMxn2c0G .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSrMxn2c0G .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrMxn2c0G .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrMxn2c0G .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrMxn2c0G .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrMxn2c0G .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrMxn2c0G .mbr-section-title {
  color: #000000;
}
.cid-uSrMxn2c0G .mbr-text,
.cid-uSrMxn2c0G .text-wrap {
  color: #000000;
  text-align: left;
}
.cid-uSrMxn2c0G .item-title {
  color: #000000;
  text-align: right;
}
.cid-uSrMxn2c0G .item-text {
  color: #6f6f6f;
}
.cid-uSrMxn2c0G .mbr-section-title,
.cid-uSrMxn2c0G .mbr-section-btn {
  text-align: center;
}
.cid-uSrMxnPfum {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrMxnPfum::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrMxnPfum::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrMxnPfum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxnPfum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrMxnPfum .container {
    padding: 0 16px;
  }
}
.cid-uSrMxnPfum .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uSrMxnPfum .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uSrMxnPfum .content-wrapper {
  margin-bottom: 80px;
}
.cid-uSrMxnPfum .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrMxnPfum .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrMxnPfum .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrMxnPfum .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrMxnPfum .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uSrMxnPfum .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrMxnPfum .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrMxnPfum .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrMxnPfum .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSrMxnPfum .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrMxnPfum .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrMxnPfum .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrMxnPfum .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrMxnPfum .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrMxnPfum .mbr-section-title {
  color: #000000;
}
.cid-uSrMxnPfum .mbr-text,
.cid-uSrMxnPfum .text-wrap {
  color: #000000;
  text-align: left;
}
.cid-uSrMxnPfum .item-title {
  color: #000000;
  text-align: center;
}
.cid-uSrMxnPfum .item-text {
  color: #000000;
}
.cid-uSrMxnPfum .mbr-section-title,
.cid-uSrMxnPfum .mbr-section-btn {
  text-align: center;
}
.cid-uSrMxoAX7W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrMxoAX7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxoAX7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrMxoAX7W .container {
    padding: 0 16px;
  }
}
.cid-uSrMxoAX7W .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrMxoAX7W .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrMxoAX7W .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrMxoAX7W .mbr-section-title {
  color: #000000;
}
.cid-uSrMxoAX7W .mbr-text {
  color: #000000;
}
.cid-uSrQ9MxWuF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrQ9MxWuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrQ9MxWuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrQ9MxWuF .container {
    padding: 0 16px;
  }
}
.cid-uSrQ9MxWuF .row {
  position: relative;
  justify-content: space-between;
}
.cid-uSrQ9MxWuF .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uSrQ9MxWuF .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uSrQ9MxWuF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrQ9MxWuF .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrQ9MxWuF .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uSrQ9MxWuF .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uSrQ9MxWuF .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrQ9MxWuF .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uSrQ9MxWuF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSrQ9MxWuF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSrQ9MxWuF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSrQ9MxWuF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uSrQ9MxWuF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSrQ9MxWuF .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSrQ9MxWuF .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uSrQ9MxWuF .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uSrQ9MxWuF .mbr-section-title {
  color: #000000;
}
.cid-uSrQ9MxWuF .mbr-text {
  color: #6f6f6f;
}
.cid-uSrQ9MxWuF .panel-title-edit {
  color: #000000;
}
.cid-uSrQ9MxWuF .panel-text {
  color: #000000;
}
.cid-uSrMxplmcm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f67f26;
}
.cid-uSrMxplmcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxplmcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrMxplmcm .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSrMxplmcm .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSrMxplmcm .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSrMxplmcm .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSrMxpYLmF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uSrMxpYLmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxpYLmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrMxpYLmF .col-title {
  margin-bottom: 32px;
}
.cid-uSrMxpYLmF .mbr-section-title {
  color: #24262b;
}
.cid-uSrMxpYLmF .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSrMxpYLmF .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uSrMxpYLmF .cards-row {
  row-gap: 32px;
}
.cid-uSrMxpYLmF .card {
  border-radius: 0;
}
.cid-uSrMxpYLmF .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uSrMxpYLmF .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uSrMxpYLmF .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSrMxpYLmF .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uSrMxpYLmF .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uSrMxqQsk9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uSrMxqQsk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxqQsk9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSrMxqQsk9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSrMxqQsk9 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSrMxqQsk9 a {
  font-weight: 600;
}
.cid-uSrMxqQsk9 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSrMxqQsk9 .col-lg-3,
  .cid-uSrMxqQsk9 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSrMxqQsk9 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSrMxqQsk9 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSrMxqQsk9 h5 {
  margin: 0;
}
.cid-uSrMxqQsk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrMxqQsk9 .iconfont-wrapper {
  position: relative;
}
.cid-uSrMxqQsk9 .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-uSrMxqQsk9 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSrMxqQsk9 .sociconfont-wrapper {
  display: flex;
}
.cid-uSrMxqQsk9 .card-title,
.cid-uSrMxqQsk9 .iconfont-wrapper {
  color: #000000;
}
.cid-uSrMxqQsk9 .card-text {
  color: #000000;
}
.cid-uSrMxqQsk9 .mbr-section-title {
  color: #000000;
}
.cid-uSrMxqQsk9 .main-title,
.cid-uSrMxqQsk9 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uSrMxqQsk9 .card-title,
.cid-uSrMxqQsk9 .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uSrMxrC4gT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSrMxrC4gT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrMxrC4gT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrMxrC4gT .row {
  justify-content: center;
}
.cid-uSrMxrC4gT .card {
  justify-content: center;
}
.cid-uSrMxrC4gT .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSrMxrC4gT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSrMxrC4gT .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSrMxrC4gT .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uSrMxrC4gT .nav-wrapper .list .item-wrap:hover,
.cid-uSrMxrC4gT .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uSrMxrC4gT .list,
.cid-uSrMxrC4gT .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSrNizlFli {
  background-color: transparent;
}
.cid-uSrNizlFli .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uSrNizlFli .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uSrNizlFli .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSrNizlFli .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSrNizlFli .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSrNizlFli .menu_box .navbar.opened,
  .cid-uSrNizlFli .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSrNizlFli .navbar-dropdown {
  position: relative !important;
}
.cid-uSrNizlFli .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSrNizlFli .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSrNizlFli .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSrNizlFli .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSrNizlFli .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSrNizlFli .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uSrNizlFli .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSrNizlFli .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSrNizlFli .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSrNizlFli .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSrNizlFli .offcanvas-body .mbr-text,
  .cid-uSrNizlFli .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSrNizlFli .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSrNizlFli .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSrNizlFli .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uSrNizlFli .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSrNizlFli .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSrNizlFli .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSrNizlFli .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSrNizlFli ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSrNizlFli .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrNizlFli .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-uSrNizlFli .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSrNizlFli li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSrNizlFli .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSrNizlFli .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uSrNizlFli .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSrNizlFli .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSrNizlFli .nav-item {
    margin: 0 !important;
  }
}
.cid-uSrNizlFli .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSrNizlFli .nav-item .nav-link:hover,
.cid-uSrNizlFli .nav-item .nav-link:focus {
  color: #f67f26 !important;
}
.cid-uSrNizlFli .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSrNizlFli .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSrNizlFli .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSrNizlFli .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrNizlFli .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-uSrNizlFli .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSrNizlFli .offcanvas_box {
    display: none;
  }
}
.cid-uSrNizlFli .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSrNizlFli .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSrNizlFli .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSrNizlFli .container {
  display: flex;
  margin: auto;
}
.cid-uSrNizlFli .iconfont-wrapper {
  color: #000000;
  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-uSrNizlFli .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSrNizlFli .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSrNizlFli .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSrNizlFli .navbar-nav {
    margin: 0;
  }
}
.cid-uSrNizlFli .dropdown-menu,
.cid-uSrNizlFli .navbar.opened {
  background-color: false !important;
}
.cid-uSrNizlFli .nav-item:focus,
.cid-uSrNizlFli .nav-link:focus {
  outline: none;
}
.cid-uSrNizlFli .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSrNizlFli .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSrNizlFli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSrNizlFli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSrNizlFli .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSrNizlFli .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSrNizlFli .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSrNizlFli .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSrNizlFli .navbar.opened {
  transition: all 0.3s;
}
.cid-uSrNizlFli .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSrNizlFli .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSrNizlFli .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSrNizlFli .navbar.collapsed {
  justify-content: center;
}
.cid-uSrNizlFli .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSrNizlFli .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSrNizlFli .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSrNizlFli .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSrNizlFli .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSrNizlFli .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSrNizlFli .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSrNizlFli .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSrNizlFli .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSrNizlFli .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSrNizlFli .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSrNizlFli .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSrNizlFli .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSrNizlFli .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSrNizlFli .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSrNizlFli .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSrNizlFli .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSrNizlFli .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSrNizlFli .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSrNizlFli .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSrNizlFli .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSrNizlFli .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSrNizlFli .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSrNizlFli .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSrNizlFli .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-uSrNizlFli .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSrNizlFli .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSrNizlFli .dropdown-item.active,
.cid-uSrNizlFli .dropdown-item:active {
  background-color: transparent;
}
.cid-uSrNizlFli .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSrNizlFli .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSrNizlFli .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSrNizlFli .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSrNizlFli ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSrNizlFli .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSrNizlFli button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uSrNizlFli button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSrNizlFli button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSrNizlFli button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrNizlFli button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrNizlFli button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSrNizlFli nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrNizlFli nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSrNizlFli nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSrNizlFli nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrNizlFli a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSrNizlFli .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-uSrNizlFli .navbar {
    height: 70px;
  }
  .cid-uSrNizlFli .navbar.opened {
    height: auto;
  }
  .cid-uSrNizlFli .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSrNizlFli .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSrNizlFli .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uSrNizlFli .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSrNizlFli .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSrNizlFli .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uSrNizlFli .navbar-caption:hover {
  color: #f67f26;
}
@media (min-width: 992px) {
  .cid-uSrNizlFli .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSrNizlFli .text_widget {
  margin-bottom: 32px;
}
.cid-uSrNizlFli .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSrNizlFli .text_widget a:hover,
.cid-uSrNizlFli .text_widget a:focus {
  opacity: .8;
}
.cid-uSrNizlFli .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uSrNizlFli .navbar-caption {
  color: #000000;
}
.cid-uSrNizlFli .mbr-text {
  color: #6f6f6f;
}
.cid-uSrNizlFli a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSrNiA9H9C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrNiA9H9C::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#f67f26 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSrNiA9H9C::before {
    opacity: .4;
  }
}
.cid-uSrNiA9H9C::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ededed -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSrNiA9H9C::after {
    opacity: .4;
  }
}
.cid-uSrNiA9H9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiA9H9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNiA9H9C .container {
    padding: 0 16px;
  }
}
.cid-uSrNiA9H9C .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSrNiA9H9C .row .card {
  justify-content: flex-end;
}
.cid-uSrNiA9H9C .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSrNiA9H9C .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSrNiA9H9C .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSrNiA9H9C .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSrNiA9H9C .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNiA9H9C .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNiA9H9C .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNiA9H9C .mbr-section-title {
  color: #000000;
}
.cid-uSrNiA9H9C .mbr-text {
  color: #000000;
}
.cid-uSrYmzJ82N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/paul-lin-s6g6xqpeym8-unsplash.jpg-2000x1124.jpg");
}
.cid-uSrYmzJ82N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrYmzJ82N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrYmzJ82N .container {
    padding: 0 16px;
  }
}
.cid-uSrYmzJ82N .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uSrYmzJ82N .row {
    height: 200px;
  }
}
.cid-uSrNiAyI9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrNiAyI9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiAyI9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNiAyI9H .mbr-text {
  color: #000000;
}
.cid-uSrNiAyI9H .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSrNiAyI9H .item-wrapper {
  background: #ededed;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSrNiAyI9H .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSrNiAyI9H .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uSrNiAyI9H .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSrNiAyI9H .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSrNiAyI9H .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uSrNiAyI9H .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uSrNiAyI9H .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f67f26;
  background-color: #f67f26;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uSrNiAyI9H .mbr-text UL {
  text-align: left;
}
.cid-uSrNiAyI9H .mbr-section-subtitle,
.cid-uSrNiAyI9H .main-button {
  color: #000000;
}
.cid-uSrNiAyI9H .mbr-section-title {
  color: #f67f26;
  text-align: center;
}
.cid-uSrNiAQEls {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uSrNiAQEls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiAQEls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNiAQEls .container {
    padding: 0 16px;
  }
}
.cid-uSrNiAQEls .row {
  justify-content: center;
}
.cid-uSrNiAQEls .content-wrapper {
  position: relative;
}
.cid-uSrNiAQEls .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSrNiAQEls .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSrNiAQEls .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uSrNiAQEls .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNiAQEls .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uSrNiAQEls .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uSrNiAQEls .mbr-text {
  color: #000000;
}
.cid-uSrNiAQEls .mbr-text,
.cid-uSrNiAQEls .icon-wrapper {
  text-align: left;
}
.cid-uSrNiB9byM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrNiB9byM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiB9byM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNiB9byM .container {
    padding: 0 16px;
  }
}
.cid-uSrNiB9byM .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrNiB9byM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrNiB9byM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNiB9byM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSrNiB9byM .mbr-text {
  color: #000000;
}
.cid-uSrNiBrKme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrNiBrKme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiBrKme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNiBrKme .container {
    padding: 0 16px;
  }
}
.cid-uSrNiBrKme .row {
  position: relative;
}
.cid-uSrNiBrKme .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSrNiBrKme .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uSrNiBrKme .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrNiBrKme .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNiBrKme .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNiBrKme .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uSrNiBrKme .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNiBrKme .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uSrNiBrKme .items-wrapper {
    margin-left: 0;
  }
}
.cid-uSrNiBrKme .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrNiBrKme .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrNiBrKme .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrNiBrKme .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uSrNiBrKme .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrNiBrKme .mbr-section-title {
  color: #000000;
}
.cid-uSrNiBrKme .mbr-text {
  color: #6f6f6f;
}
.cid-uSrNiBrKme .item-title {
  color: #000000;
}
.cid-uSrNiBrKme .item-text {
  color: #000000;
}
.cid-uSrNiBUZGB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrNiBUZGB::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f67f26 -10%, transparent 70%);
}
.cid-uSrNiBUZGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiBUZGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNiBUZGB .container {
    padding: 0 16px;
  }
}
.cid-uSrNiBUZGB .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrNiBUZGB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrNiBUZGB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNiBUZGB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSrNiBUZGB .mbr-text {
  color: #000000;
}
.cid-uSrNiCd5q6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededed;
}
.cid-uSrNiCd5q6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiCd5q6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNiCd5q6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSrNiCd5q6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSrNiCd5q6 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f67f26;
}
.cid-uSrNiCd5q6 .panel-body,
.cid-uSrNiCd5q6 .card-header {
  padding: 1rem 0;
}
.cid-uSrNiCd5q6 .panel-title-edit {
  color: #000000;
}
.cid-uSrNiCP1Rr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-uSrNiCP1Rr .container {
    padding: 0 16px;
  }
}
.cid-uSrNiCP1Rr .row {
  position: relative;
  z-index: 1;
}
.cid-uSrNiCP1Rr .title-wrapper {
  margin-bottom: 80px;
}
.cid-uSrNiCP1Rr .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSrNiCP1Rr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSrNiCP1Rr .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrNiCP1Rr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uSrNiCP1Rr .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uSrNiCP1Rr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uSrNiCP1Rr .embla__slide .slide-content {
  width: 100%;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNiCP1Rr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNiCP1Rr .embla__button--next,
.cid-uSrNiCP1Rr .embla__button--prev {
  display: flex;
}
.cid-uSrNiCP1Rr .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f67f26 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSrNiCP1Rr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSrNiCP1Rr .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSrNiCP1Rr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSrNiCP1Rr .embla__button.embla__button--next {
  right: 0;
}
.cid-uSrNiCP1Rr .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uSrNiCP1Rr .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSrNiCP1Rr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSrNiCP1Rr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSrNiCP1Rr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSrNiCP1Rr .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrNiCP1Rr .mbr-section-title {
  color: #000000;
}
.cid-uSrNiCP1Rr .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uSrNiCP1Rr .item-title {
  color: #000000;
}
.cid-uSrNiCP1Rr .item-text {
  color: #6f6f6f;
}
.cid-uSrNiDxetm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrNiDxetm::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNiDxetm::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNiDxetm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiDxetm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNiDxetm .container {
    padding: 0 16px;
  }
}
.cid-uSrNiDxetm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uSrNiDxetm .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uSrNiDxetm .content-wrapper {
  margin-bottom: 80px;
}
.cid-uSrNiDxetm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrNiDxetm .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrNiDxetm .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrNiDxetm .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrNiDxetm .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uSrNiDxetm .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrNiDxetm .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrNiDxetm .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrNiDxetm .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSrNiDxetm .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrNiDxetm .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrNiDxetm .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrNiDxetm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrNiDxetm .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrNiDxetm .mbr-section-title {
  color: #000000;
}
.cid-uSrNiDxetm .mbr-text,
.cid-uSrNiDxetm .text-wrap {
  color: #000000;
  text-align: left;
}
.cid-uSrNiDxetm .item-title {
  color: #000000;
  text-align: right;
}
.cid-uSrNiDxetm .item-text {
  color: #6f6f6f;
}
.cid-uSrNiDxetm .mbr-section-title,
.cid-uSrNiDxetm .mbr-section-btn {
  text-align: center;
}
.cid-uSrNiE1F8L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrNiE1F8L::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNiE1F8L::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNiE1F8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiE1F8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNiE1F8L .container {
    padding: 0 16px;
  }
}
.cid-uSrNiE1F8L .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uSrNiE1F8L .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uSrNiE1F8L .content-wrapper {
  margin-bottom: 80px;
}
.cid-uSrNiE1F8L .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrNiE1F8L .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrNiE1F8L .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrNiE1F8L .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrNiE1F8L .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uSrNiE1F8L .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrNiE1F8L .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrNiE1F8L .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrNiE1F8L .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSrNiE1F8L .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrNiE1F8L .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrNiE1F8L .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrNiE1F8L .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrNiE1F8L .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrNiE1F8L .mbr-section-title {
  color: #000000;
}
.cid-uSrNiE1F8L .mbr-text,
.cid-uSrNiE1F8L .text-wrap {
  color: #000000;
  text-align: left;
}
.cid-uSrNiE1F8L .item-title {
  color: #000000;
  text-align: center;
}
.cid-uSrNiE1F8L .item-text {
  color: #000000;
}
.cid-uSrNiE1F8L .mbr-section-title,
.cid-uSrNiE1F8L .mbr-section-btn {
  text-align: center;
}
.cid-uSrNiErTps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrNiErTps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiErTps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNiErTps .container {
    padding: 0 16px;
  }
}
.cid-uSrNiErTps .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrNiErTps .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrNiErTps .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNiErTps .mbr-section-title {
  color: #000000;
}
.cid-uSrNiErTps .mbr-text {
  color: #000000;
}
.cid-uSrY82Ds1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f67f26;
}
.cid-uSrY82Ds1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrY82Ds1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrY82Ds1R .row {
  justify-content: center;
}
.cid-uSrY82Ds1R .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSrY82Ds1R .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSrY82Ds1R .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uSrY82Ds1R .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uSrRcS5krJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrRcS5krJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrRcS5krJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrRcS5krJ .container {
    padding: 0 16px;
  }
}
.cid-uSrRcS5krJ .row {
  position: relative;
  justify-content: space-between;
}
.cid-uSrRcS5krJ .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uSrRcS5krJ .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uSrRcS5krJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrRcS5krJ .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrRcS5krJ .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uSrRcS5krJ .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uSrRcS5krJ .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrRcS5krJ .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uSrRcS5krJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSrRcS5krJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSrRcS5krJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSrRcS5krJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uSrRcS5krJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSrRcS5krJ .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSrRcS5krJ .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uSrRcS5krJ .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uSrRcS5krJ .mbr-section-title {
  color: #000000;
}
.cid-uSrRcS5krJ .mbr-text {
  color: #6f6f6f;
}
.cid-uSrRcS5krJ .panel-title-edit {
  color: #000000;
}
.cid-uSrRcS5krJ .panel-text {
  color: #000000;
}
.cid-uSrNiETpFc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f67f26;
}
.cid-uSrNiETpFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiETpFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNiETpFc .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSrNiETpFc .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSrNiETpFc .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSrNiETpFc .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSrNiFjXDH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uSrNiFjXDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiFjXDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNiFjXDH .col-title {
  margin-bottom: 32px;
}
.cid-uSrNiFjXDH .mbr-section-title {
  color: #24262b;
}
.cid-uSrNiFjXDH .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSrNiFjXDH .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uSrNiFjXDH .cards-row {
  row-gap: 32px;
}
.cid-uSrNiFjXDH .card {
  border-radius: 0;
}
.cid-uSrNiFjXDH .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uSrNiFjXDH .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uSrNiFjXDH .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSrNiFjXDH .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uSrNiFjXDH .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uSrNiFOBUf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uSrNiFOBUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiFOBUf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSrNiFOBUf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSrNiFOBUf .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSrNiFOBUf a {
  font-weight: 600;
}
.cid-uSrNiFOBUf a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSrNiFOBUf .col-lg-3,
  .cid-uSrNiFOBUf .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSrNiFOBUf .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSrNiFOBUf .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSrNiFOBUf h5 {
  margin: 0;
}
.cid-uSrNiFOBUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNiFOBUf .iconfont-wrapper {
  position: relative;
}
.cid-uSrNiFOBUf .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-uSrNiFOBUf .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSrNiFOBUf .sociconfont-wrapper {
  display: flex;
}
.cid-uSrNiFOBUf .card-title,
.cid-uSrNiFOBUf .iconfont-wrapper {
  color: #000000;
}
.cid-uSrNiFOBUf .card-text {
  color: #000000;
}
.cid-uSrNiFOBUf .mbr-section-title {
  color: #000000;
}
.cid-uSrNiFOBUf .main-title,
.cid-uSrNiFOBUf .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uSrNiFOBUf .card-title,
.cid-uSrNiFOBUf .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uSrNiGpAir {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSrNiGpAir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNiGpAir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNiGpAir .row {
  justify-content: center;
}
.cid-uSrNiGpAir .card {
  justify-content: center;
}
.cid-uSrNiGpAir .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSrNiGpAir .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSrNiGpAir .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSrNiGpAir .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uSrNiGpAir .nav-wrapper .list .item-wrap:hover,
.cid-uSrNiGpAir .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uSrNiGpAir .list,
.cid-uSrNiGpAir .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSrNSdF4ly {
  background-color: transparent;
}
.cid-uSrNSdF4ly .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uSrNSdF4ly .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uSrNSdF4ly .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSrNSdF4ly .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSrNSdF4ly .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSrNSdF4ly .menu_box .navbar.opened,
  .cid-uSrNSdF4ly .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSrNSdF4ly .navbar-dropdown {
  position: relative !important;
}
.cid-uSrNSdF4ly .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSrNSdF4ly .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSrNSdF4ly .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSrNSdF4ly .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSrNSdF4ly .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSrNSdF4ly .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uSrNSdF4ly .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSrNSdF4ly .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSrNSdF4ly .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSrNSdF4ly .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSrNSdF4ly .offcanvas-body .mbr-text,
  .cid-uSrNSdF4ly .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSrNSdF4ly .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSrNSdF4ly .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSrNSdF4ly .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uSrNSdF4ly .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSrNSdF4ly .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSrNSdF4ly .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSrNSdF4ly .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSrNSdF4ly ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSrNSdF4ly .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrNSdF4ly .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-uSrNSdF4ly .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSrNSdF4ly li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSrNSdF4ly .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSrNSdF4ly .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uSrNSdF4ly .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSrNSdF4ly .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSrNSdF4ly .nav-item {
    margin: 0 !important;
  }
}
.cid-uSrNSdF4ly .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSrNSdF4ly .nav-item .nav-link:hover,
.cid-uSrNSdF4ly .nav-item .nav-link:focus {
  color: #f67f26 !important;
}
.cid-uSrNSdF4ly .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSrNSdF4ly .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSrNSdF4ly .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSrNSdF4ly .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSrNSdF4ly .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-uSrNSdF4ly .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSrNSdF4ly .offcanvas_box {
    display: none;
  }
}
.cid-uSrNSdF4ly .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSrNSdF4ly .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSrNSdF4ly .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSrNSdF4ly .container {
  display: flex;
  margin: auto;
}
.cid-uSrNSdF4ly .iconfont-wrapper {
  color: #000000;
  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-uSrNSdF4ly .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSrNSdF4ly .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSrNSdF4ly .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSrNSdF4ly .navbar-nav {
    margin: 0;
  }
}
.cid-uSrNSdF4ly .dropdown-menu,
.cid-uSrNSdF4ly .navbar.opened {
  background-color: false !important;
}
.cid-uSrNSdF4ly .nav-item:focus,
.cid-uSrNSdF4ly .nav-link:focus {
  outline: none;
}
.cid-uSrNSdF4ly .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSrNSdF4ly .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSrNSdF4ly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSrNSdF4ly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSrNSdF4ly .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSrNSdF4ly .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSrNSdF4ly .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSrNSdF4ly .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSrNSdF4ly .navbar.opened {
  transition: all 0.3s;
}
.cid-uSrNSdF4ly .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSrNSdF4ly .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSrNSdF4ly .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSrNSdF4ly .navbar.collapsed {
  justify-content: center;
}
.cid-uSrNSdF4ly .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSrNSdF4ly .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSrNSdF4ly .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSrNSdF4ly .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSrNSdF4ly .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSrNSdF4ly .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSrNSdF4ly .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSrNSdF4ly .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSrNSdF4ly .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSrNSdF4ly .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSrNSdF4ly .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSrNSdF4ly .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSrNSdF4ly .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSrNSdF4ly .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSrNSdF4ly .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSrNSdF4ly .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSrNSdF4ly .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSrNSdF4ly .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSrNSdF4ly .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSrNSdF4ly .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSrNSdF4ly .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSrNSdF4ly .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSrNSdF4ly .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSrNSdF4ly .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSrNSdF4ly .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-uSrNSdF4ly .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSrNSdF4ly .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSrNSdF4ly .dropdown-item.active,
.cid-uSrNSdF4ly .dropdown-item:active {
  background-color: transparent;
}
.cid-uSrNSdF4ly .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSrNSdF4ly .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSrNSdF4ly .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSrNSdF4ly .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSrNSdF4ly ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSrNSdF4ly .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSrNSdF4ly button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uSrNSdF4ly button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSrNSdF4ly button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSrNSdF4ly button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrNSdF4ly button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSrNSdF4ly button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSrNSdF4ly nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrNSdF4ly nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSrNSdF4ly nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSrNSdF4ly nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSrNSdF4ly a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSrNSdF4ly .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-uSrNSdF4ly .navbar {
    height: 70px;
  }
  .cid-uSrNSdF4ly .navbar.opened {
    height: auto;
  }
  .cid-uSrNSdF4ly .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSrNSdF4ly .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSrNSdF4ly .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uSrNSdF4ly .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSrNSdF4ly .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSrNSdF4ly .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uSrNSdF4ly .navbar-caption:hover {
  color: #f67f26;
}
@media (min-width: 992px) {
  .cid-uSrNSdF4ly .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSrNSdF4ly .text_widget {
  margin-bottom: 32px;
}
.cid-uSrNSdF4ly .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSrNSdF4ly .text_widget a:hover,
.cid-uSrNSdF4ly .text_widget a:focus {
  opacity: .8;
}
.cid-uSrNSdF4ly .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uSrNSdF4ly .navbar-caption {
  color: #000000;
}
.cid-uSrNSdF4ly .mbr-text {
  color: #6f6f6f;
}
.cid-uSrNSdF4ly a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSrNSeChfv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrNSeChfv::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#f67f26 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSrNSeChfv::before {
    opacity: .4;
  }
}
.cid-uSrNSeChfv::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ededed -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSrNSeChfv::after {
    opacity: .4;
  }
}
.cid-uSrNSeChfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSeChfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNSeChfv .container {
    padding: 0 16px;
  }
}
.cid-uSrNSeChfv .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSrNSeChfv .row .card {
  justify-content: flex-end;
}
.cid-uSrNSeChfv .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSrNSeChfv .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSrNSeChfv .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSrNSeChfv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSrNSeChfv .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrNSeChfv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNSeChfv .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNSeChfv .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNSeChfv .mbr-section-title {
  color: #000000;
}
.cid-uSrNSeChfv .mbr-text {
  color: #000000;
}
.cid-uSrNSf93tz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrNSf93tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSf93tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNSf93tz .mbr-text {
  color: #000000;
}
.cid-uSrNSf93tz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSrNSf93tz .item-wrapper {
  background: #ededed;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSrNSf93tz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSrNSf93tz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uSrNSf93tz .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSrNSf93tz .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSrNSf93tz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uSrNSf93tz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uSrNSf93tz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f67f26;
  background-color: #f67f26;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uSrNSf93tz .mbr-text UL {
  text-align: left;
}
.cid-uSrNSf93tz .mbr-section-subtitle,
.cid-uSrNSf93tz .main-button {
  color: #000000;
}
.cid-uSrNSf93tz .mbr-section-title {
  color: #f67f26;
  text-align: center;
}
.cid-uSs0baSAfN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tubal-ligation-reversal-3918cd4a63.webp");
}
.cid-uSs0baSAfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSs0baSAfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSs0baSAfN .container {
    padding: 0 16px;
  }
}
.cid-uSs0baSAfN .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uSs0baSAfN .row {
    height: 200px;
  }
}
.cid-uSrNSfxkT0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uSrNSfxkT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSfxkT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNSfxkT0 .container {
    padding: 0 16px;
  }
}
.cid-uSrNSfxkT0 .row {
  justify-content: center;
}
.cid-uSrNSfxkT0 .content-wrapper {
  position: relative;
}
.cid-uSrNSfxkT0 .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSrNSfxkT0 .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSrNSfxkT0 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uSrNSfxkT0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNSfxkT0 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uSrNSfxkT0 .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uSrNSfxkT0 .mbr-text {
  color: #000000;
}
.cid-uSrNSfxkT0 .mbr-text,
.cid-uSrNSfxkT0 .icon-wrapper {
  text-align: left;
}
.cid-uSrNSfTkwB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrNSfTkwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSfTkwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNSfTkwB .container {
    padding: 0 16px;
  }
}
.cid-uSrNSfTkwB .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrNSfTkwB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrNSfTkwB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNSfTkwB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSrNSfTkwB .mbr-text {
  color: #000000;
}
.cid-uSrNSgebI3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrNSgebI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSgebI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNSgebI3 .container {
    padding: 0 16px;
  }
}
.cid-uSrNSgebI3 .row {
  position: relative;
}
.cid-uSrNSgebI3 .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSrNSgebI3 .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uSrNSgebI3 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrNSgebI3 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNSgebI3 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNSgebI3 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uSrNSgebI3 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNSgebI3 .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uSrNSgebI3 .items-wrapper {
    margin-left: 0;
  }
}
.cid-uSrNSgebI3 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrNSgebI3 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrNSgebI3 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrNSgebI3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uSrNSgebI3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrNSgebI3 .mbr-section-title {
  color: #000000;
}
.cid-uSrNSgebI3 .mbr-text {
  color: #6f6f6f;
}
.cid-uSrNSgebI3 .item-title {
  color: #000000;
}
.cid-uSrNSgebI3 .item-text {
  color: #000000;
}
.cid-uSrNSgTEyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrNSgTEyf::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f67f26 -10%, transparent 70%);
}
.cid-uSrNSgTEyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSgTEyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNSgTEyf .container {
    padding: 0 16px;
  }
}
.cid-uSrNSgTEyf .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrNSgTEyf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrNSgTEyf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNSgTEyf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSrNSgTEyf .mbr-text {
  color: #000000;
}
.cid-uSrNShiB5s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededed;
}
.cid-uSrNShiB5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNShiB5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNShiB5s .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSrNShiB5s .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSrNShiB5s .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f67f26;
}
.cid-uSrNShiB5s .panel-body,
.cid-uSrNShiB5s .card-header {
  padding: 1rem 0;
}
.cid-uSrNShiB5s .panel-title-edit {
  color: #000000;
}
.cid-uSrNSinBqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-uSrNSinBqQ .container {
    padding: 0 16px;
  }
}
.cid-uSrNSinBqQ .row {
  position: relative;
  z-index: 1;
}
.cid-uSrNSinBqQ .title-wrapper {
  margin-bottom: 80px;
}
.cid-uSrNSinBqQ .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSrNSinBqQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSrNSinBqQ .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrNSinBqQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uSrNSinBqQ .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uSrNSinBqQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uSrNSinBqQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f67f26 !important;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uSrNSinBqQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSrNSinBqQ .embla__button--next,
.cid-uSrNSinBqQ .embla__button--prev {
  display: flex;
}
.cid-uSrNSinBqQ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f67f26 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSrNSinBqQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSrNSinBqQ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSrNSinBqQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSrNSinBqQ .embla__button.embla__button--next {
  right: 0;
}
.cid-uSrNSinBqQ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uSrNSinBqQ .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSrNSinBqQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSrNSinBqQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSrNSinBqQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSrNSinBqQ .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrNSinBqQ .mbr-section-title {
  color: #000000;
}
.cid-uSrNSinBqQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uSrNSinBqQ .item-title {
  color: #000000;
}
.cid-uSrNSinBqQ .item-text {
  color: #6f6f6f;
}
.cid-uSrNSjHQog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrNSjHQog::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNSjHQog::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNSjHQog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSjHQog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNSjHQog .container {
    padding: 0 16px;
  }
}
.cid-uSrNSjHQog .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uSrNSjHQog .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uSrNSjHQog .content-wrapper {
  margin-bottom: 80px;
}
.cid-uSrNSjHQog .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrNSjHQog .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrNSjHQog .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrNSjHQog .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrNSjHQog .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uSrNSjHQog .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrNSjHQog .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrNSjHQog .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrNSjHQog .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSrNSjHQog .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrNSjHQog .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrNSjHQog .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrNSjHQog .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrNSjHQog .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrNSjHQog .mbr-section-title {
  color: #000000;
}
.cid-uSrNSjHQog .mbr-text,
.cid-uSrNSjHQog .text-wrap {
  color: #000000;
  text-align: left;
}
.cid-uSrNSjHQog .item-title {
  color: #000000;
  text-align: right;
}
.cid-uSrNSjHQog .item-text {
  color: #6f6f6f;
}
.cid-uSrNSjHQog .mbr-section-title,
.cid-uSrNSjHQog .mbr-section-btn {
  text-align: center;
}
.cid-uSrNSkbZm6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uSrNSkbZm6::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNSkbZm6::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrNSkbZm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSkbZm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNSkbZm6 .container {
    padding: 0 16px;
  }
}
.cid-uSrNSkbZm6 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uSrNSkbZm6 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uSrNSkbZm6 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uSrNSkbZm6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrNSkbZm6 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrNSkbZm6 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uSrNSkbZm6 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uSrNSkbZm6 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uSrNSkbZm6 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uSrNSkbZm6 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uSrNSkbZm6 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uSrNSkbZm6 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSrNSkbZm6 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uSrNSkbZm6 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSrNSkbZm6 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uSrNSkbZm6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSrNSkbZm6 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uSrNSkbZm6 .mbr-section-title {
  color: #000000;
}
.cid-uSrNSkbZm6 .mbr-text,
.cid-uSrNSkbZm6 .text-wrap {
  color: #000000;
  text-align: left;
}
.cid-uSrNSkbZm6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uSrNSkbZm6 .item-text {
  color: #000000;
}
.cid-uSrNSkbZm6 .mbr-section-title,
.cid-uSrNSkbZm6 .mbr-section-btn {
  text-align: center;
}
.cid-uSrNSkEUJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrNSkEUJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSkEUJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrNSkEUJj .container {
    padding: 0 16px;
  }
}
.cid-uSrNSkEUJj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uSrNSkEUJj .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uSrNSkEUJj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSrNSkEUJj .mbr-section-title {
  color: #000000;
}
.cid-uSrNSkEUJj .mbr-text {
  color: #000000;
}
.cid-uSrRTMTLdX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uSrRTMTLdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrRTMTLdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uSrRTMTLdX .container {
    padding: 0 16px;
  }
}
.cid-uSrRTMTLdX .row {
  position: relative;
  justify-content: space-between;
}
.cid-uSrRTMTLdX .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uSrRTMTLdX .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uSrRTMTLdX .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSrRTMTLdX .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uSrRTMTLdX .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uSrRTMTLdX .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uSrRTMTLdX .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f67f26 -10%, transparent 80%);
}
.cid-uSrRTMTLdX .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uSrRTMTLdX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSrRTMTLdX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSrRTMTLdX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSrRTMTLdX .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uSrRTMTLdX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSrRTMTLdX .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSrRTMTLdX .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uSrRTMTLdX .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uSrRTMTLdX .mbr-section-title {
  color: #000000;
}
.cid-uSrRTMTLdX .mbr-text {
  color: #6f6f6f;
}
.cid-uSrRTMTLdX .panel-title-edit {
  color: #000000;
}
.cid-uSrRTMTLdX .panel-text {
  color: #000000;
}
.cid-uSrNSl2gVT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f67f26;
}
.cid-uSrNSl2gVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSl2gVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNSl2gVT .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSrNSl2gVT .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uSrNSl2gVT .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uSrNSl2gVT .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSrNSltUD2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uSrNSltUD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSltUD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNSltUD2 .col-title {
  margin-bottom: 32px;
}
.cid-uSrNSltUD2 .mbr-section-title {
  color: #24262b;
}
.cid-uSrNSltUD2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSrNSltUD2 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uSrNSltUD2 .cards-row {
  row-gap: 32px;
}
.cid-uSrNSltUD2 .card {
  border-radius: 0;
}
.cid-uSrNSltUD2 .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uSrNSltUD2 .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uSrNSltUD2 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSrNSltUD2 .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uSrNSltUD2 .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uSrNSm2FyX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uSrNSm2FyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSm2FyX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSrNSm2FyX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSrNSm2FyX .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSrNSm2FyX a {
  font-weight: 600;
}
.cid-uSrNSm2FyX a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSrNSm2FyX .col-lg-3,
  .cid-uSrNSm2FyX .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSrNSm2FyX .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSrNSm2FyX .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSrNSm2FyX h5 {
  margin: 0;
}
.cid-uSrNSm2FyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNSm2FyX .iconfont-wrapper {
  position: relative;
}
.cid-uSrNSm2FyX .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-uSrNSm2FyX .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSrNSm2FyX .sociconfont-wrapper {
  display: flex;
}
.cid-uSrNSm2FyX .card-title,
.cid-uSrNSm2FyX .iconfont-wrapper {
  color: #000000;
}
.cid-uSrNSm2FyX .card-text {
  color: #000000;
}
.cid-uSrNSm2FyX .mbr-section-title {
  color: #000000;
}
.cid-uSrNSm2FyX .main-title,
.cid-uSrNSm2FyX .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uSrNSm2FyX .card-title,
.cid-uSrNSm2FyX .iconfont-wrapper DIV {
  text-align: center;
}
.cid-uSrNSmCupa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSrNSmCupa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrNSmCupa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrNSmCupa .row {
  justify-content: center;
}
.cid-uSrNSmCupa .card {
  justify-content: center;
}
.cid-uSrNSmCupa .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSrNSmCupa .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSrNSmCupa .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSrNSmCupa .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uSrNSmCupa .nav-wrapper .list .item-wrap:hover,
.cid-uSrNSmCupa .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uSrNSmCupa .list,
.cid-uSrNSmCupa .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
