.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #af4300;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 5.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #121212 !important;
}
.bg-success {
  background-color: #3ddb92 !important;
}
.bg-info {
  background-color: #18d5d9 !important;
}
.bg-warning {
  background-color: #ffc519 !important;
}
.bg-danger {
  background-color: #dd3b4a !important;
}
.btn-primary {
  background: linear-gradient(90deg, #121212, #121212 65%, #454545) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #f2d492, #f2d492 65%, #fdf8ed) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f2d492 !important;
  border-color: #f2d492 !important;
  color: #77560e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f7e6c0 !important;
  border-color: #f7e6c0 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #77560e !important;
  background-color: #f7e6c0 !important;
  border-color: #f7e6c0 !important;
}
.btn-info {
  background: linear-gradient(90deg, #18d5d9, #18d5d9 65%, #69ecee) !important;
}
.btn-info,
.btn-info:active {
  background-color: #18d5d9 !important;
  border-color: #18d5d9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3be6e9 !important;
  border-color: #3be6e9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3be6e9 !important;
  border-color: #3be6e9 !important;
}
.btn-success {
  background: linear-gradient(90deg, #3ddb92, #3ddb92 65%, #93ebc2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #3ddb92 !important;
  border-color: #3ddb92 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #68e3aa !important;
  border-color: #68e3aa !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #68e3aa !important;
  border-color: #68e3aa !important;
}
.btn-warning {
  background: linear-gradient(90deg, #ffc519, #ffc519 65%, #ffdf7f) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc519 !important;
  border-color: #ffc519 !important;
  color: #191300 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd24c !important;
  border-color: #ffd24c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #191300 !important;
  background-color: #ffd24c !important;
  border-color: #ffd24c !important;
}
.btn-danger {
  background: linear-gradient(90deg, #dd3b4a, #dd3b4a 65%, #ec929a) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dd3b4a !important;
  border-color: #dd3b4a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e56672 !important;
  border-color: #e56672 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e56672 !important;
  border-color: #e56672 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !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: #121212;
  color: #121212;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f2d492;
  color: #f2d492;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e9b545 !important;
  background-color: transparent !important;
  border-color: #e9b545 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #77560e !important;
  background-color: #f2d492 !important;
  border-color: #f2d492 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #18d5d9;
  color: #18d5d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0f888b !important;
  background-color: transparent !important;
  border-color: #0f888b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #18d5d9 !important;
  border-color: #18d5d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3ddb92;
  color: #3ddb92;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea366 !important;
  background-color: transparent !important;
  border-color: #1ea366 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3ddb92 !important;
  border-color: #3ddb92 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc519;
  color: #ffc519;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c19100 !important;
  background-color: transparent !important;
  border-color: #c19100 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #191300 !important;
  background-color: #ffc519 !important;
  border-color: #ffc519 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dd3b4a;
  color: #dd3b4a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a51d29 !important;
  background-color: transparent !important;
  border-color: #a51d29 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dd3b4a !important;
  border-color: #dd3b4a !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: #121212 !important;
}
.text-secondary {
  color: #f2d492 !important;
}
.text-success {
  color: #3ddb92 !important;
}
.text-info {
  color: #18d5d9 !important;
}
.text-warning {
  color: #ffc519 !important;
}
.text-danger {
  color: #dd3b4a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e7b037 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c965e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0e7b7d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b28500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #981a26 !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: #121212;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #18d5d9;
}
.alert-warning {
  background-color: #ffc519;
}
.alert-danger {
  background-color: #dd3b4a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #121212;
  border-color: #121212;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #121212;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4c4c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e9fbf3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c4f7f9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbe9eb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #121212 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #121212;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #121212;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #121212;
}
.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: #121212;
  border-bottom-color: #121212;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #121212 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f2d492 !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='%23121212' %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: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 0 !important;
}
.icon-wrap {
  border-radius: 16px;
  border-radius: 0 !important;
}
.item-number img {
  border-radius: 16px !important;
  border-radius: 0 !important;
}
.item-number {
  border-radius: 16px;
  border-radius: 0 !important;
}
.form-control {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.cid-uZisWQalpP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/g0efa172e70ada3fe6120cbed0a3c-h_mtuqw30g.jpg");
}
.cid-uZisWQalpP .mbr-overlay {
  background: #060606;
  opacity: 0.5;
}
.cid-uZisWQalpP .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-uZisWQalpP .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZisWQalpP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZisWQalpP .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-uZisWQalpP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZisWQalpP .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-uZisWQalpP .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uZisWQalpP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uZisWQalpP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZisWQalpP .embla__slide:hover .slide-content,
.cid-uZisWQalpP .embla__slide:focus .slide-content {
  border: 2px solid #f29559;
  background-color: #f29559;
}
.cid-uZisWQalpP .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #dc5400;
  border: 1px solid #060606;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 180px;
  }
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-content {
  width: 66%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uZisWQalpP .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uZisWQalpP .embla__button--next,
.cid-uZisWQalpP .embla__button--prev {
  display: flex;
}
.cid-uZisWQalpP .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uZisWQalpP .embla__button:hover {
  transform: scale(1.05);
}
.cid-uZisWQalpP .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZisWQalpP .embla__button.embla__button--next {
  right: 0;
}
.cid-uZisWQalpP .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZisWQalpP .embla {
    width: 100%;
  }
}
.cid-uZisWQalpP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZisWQalpP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZisWQalpP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZisWQalpP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZisWQalpP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZisWQalpP .mbr-section-title {
  color: #ffffff;
}
.cid-uZisWQalpP .mbr-text,
.cid-uZisWQalpP .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQalpP .item-title {
  color: #FFFFFF;
}
.cid-uZisWQalpP .item-text {
  color: #FFFFFF;
}
.cid-uZisWQalpP .mbr-section-title,
.cid-uZisWQalpP .mbr-section-btn,
.cid-uZisWQalpP .logo-wrapper {
  text-align: center;
}
.cid-uZisWQalpP .mbr-section-title,
.cid-uZisWQalpP .logo-wrapper,
.cid-uZisWQalpP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vkQkz8TPlQ {
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/gf1e706329379b4aa2e74ddb86ee1-h_mtuqzlfy.jpg");
}
.cid-vkQkz8TPlQ .mbr-overlay {
  background: #060606;
  opacity: 0.1;
}
.cid-vkQkz8TPlQ .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-vkQkz8TPlQ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vkQkz8TPlQ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-vkQkz8TPlQ .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-vkQkz8TPlQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkQkz8TPlQ .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-vkQkz8TPlQ .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vkQkz8TPlQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vkQkz8TPlQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vkQkz8TPlQ .embla__slide:hover .slide-content,
.cid-vkQkz8TPlQ .embla__slide:focus .slide-content {
  border: 2px solid #f29559;
  background-color: #f29559;
}
.cid-vkQkz8TPlQ .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #af4300;
  border: 1px solid #060606;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 180px;
  }
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-content {
  width: 66%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-vkQkz8TPlQ .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-vkQkz8TPlQ .embla__button--next,
.cid-vkQkz8TPlQ .embla__button--prev {
  display: flex;
}
.cid-vkQkz8TPlQ .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vkQkz8TPlQ .embla__button:hover {
  transform: scale(1.05);
}
.cid-vkQkz8TPlQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-vkQkz8TPlQ .embla__button.embla__button--next {
  right: 0;
}
.cid-vkQkz8TPlQ .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vkQkz8TPlQ .embla {
    width: 100%;
  }
}
.cid-vkQkz8TPlQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vkQkz8TPlQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkQkz8TPlQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkQkz8TPlQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vkQkz8TPlQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vkQkz8TPlQ .mbr-section-title {
  color: #ffffff;
}
.cid-vkQkz8TPlQ .mbr-text,
.cid-vkQkz8TPlQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vkQkz8TPlQ .item-title {
  color: #FFFFFF;
}
.cid-vkQkz8TPlQ .item-text {
  color: #FFFFFF;
}
.cid-vkQkz8TPlQ .mbr-section-title,
.cid-vkQkz8TPlQ .mbr-section-btn,
.cid-vkQkz8TPlQ .logo-wrapper {
  text-align: center;
}
.cid-vkQkz8TPlQ .mbr-section-title,
.cid-vkQkz8TPlQ .logo-wrapper,
.cid-vkQkz8TPlQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZisWQcYYN {
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/photo-1600489601447-81ce0b723d44.jpeg");
}
.cid-uZisWQcYYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQcYYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQcYYN .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uZisWQcYYN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uZisWQcYYN .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uZisWQcYYN .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uZisWQcYYN .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZisWQcYYN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uZisWQcYYN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZisWQcYYN .mbr-section-title {
  color: #ffffff;
}
.cid-uZisWQcYYN .mbr-desc,
.cid-uZisWQcYYN .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQcYYN .mbr-text,
.cid-uZisWQcYYN .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQcYYN .mbr-section-title,
.cid-uZisWQcYYN .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZisWQcYYN .mbr-desc,
.cid-uZisWQcYYN .desc-wrapper {
  color: #FFFFFF;
}
.cid-uZisWQcsXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
}
.cid-uZisWQcsXK .item:focus,
.cid-uZisWQcsXK span:focus {
  outline: none;
}
.cid-uZisWQcsXK .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZisWQcsXK .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZisWQcsXK .item {
  cursor: pointer;
}
.cid-uZisWQcsXK .grid-container {
  grid-row-gap: 0;
}
.cid-uZisWQcsXK .grid-container-1,
.cid-uZisWQcsXK .grid-container-2,
.cid-uZisWQcsXK .grid-container-3 {
  gap: 0;
}
.cid-uZisWQcsXK .mbr-text,
.cid-uZisWQcsXK .mbr-section-btn {
  color: #000000;
}
.cid-uZisWQcsXK .content-head {
  max-width: 800px;
}
.cid-uZisWQcsXK .container,
.cid-uZisWQcsXK .container-fluid {
  overflow: hidden;
}
.cid-uZisWQcsXK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZisWQcsXK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZisWQcsXK .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZisWQcsXK .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZisWQcsXK .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uZisWQcsXK .grid-container-1,
.cid-uZisWQcsXK .grid-container-2,
.cid-uZisWQcsXK .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZisWQcsXK .grid-container-1 {
  align-items: flex-end;
}
.cid-uZisWQcsXK .grid-container-2 {
  align-items: flex-start;
}
.cid-uZisWQcohR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/background1.jpg?rnd=1788998108316");
}
.cid-uZisWQcohR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQcohR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQcohR .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZisWQcohR .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZisWQcohR .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZisWQcohR .google-map {
    margin-bottom: 48px;
  }
}
.cid-uZisWQcohR .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZisWQcohR .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uZisWQcohR .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uZisWQcohR .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZisWQcohR .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-uZisWQcohR .list-wrapper .list .item-wrap:hover,
.cid-uZisWQcohR .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uZisWQcohR .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZisWQcohR .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZisWQcohR .social-wrapper {
    text-align: left;
  }
}
.cid-uZisWQcohR .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZisWQcohR .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZisWQcohR .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZisWQcohR .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #ff930a;
  color: #000000;
}
.cid-uZisWQcohR .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uZisWQcohR .list {
  color: #9aa0a6;
}
.cid-uZisWQcohR .list,
.cid-uZisWQcohR .item-wrap,
.cid-uZisWQcohR .social-wrapper {
  color: #FFFFFF;
}
.cid-uZisWQcohR .mbr-section-title,
.cid-uZisWQcohR .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZisWQdCZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/gade151af05a92e900984eb9a9c63-h_mtuqgupq.jpg");
}
.cid-uZisWQdCZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQdCZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQdCZG .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uZisWQdCZG .content-wrapper {
    padding: 0;
  }
}
.cid-uZisWQdCZG .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZisWQdCZG .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZisWQdCZG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZisWQdCZG .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQdCZG .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZisWQdCZG .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZisWQdCZG .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uZisWQdCZG .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZisWQdCZG .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uZisWQdCZG .mbr-section-title {
  color: #ffffff;
}
.cid-uZisWQdCZG .mbr-text,
.cid-uZisWQdCZG .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQdCZG .mbr-section-title,
.cid-uZisWQdCZG .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZisWQd1Kw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/photo-1498336179775-9836baef8fdf.jpeg");
}
.cid-uZisWQd1Kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQd1Kw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQd1Kw .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uZisWQd1Kw .image-wrap {
    height: 350px;
  }
}
.cid-uZisWQdmBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/g0ee095655da4685b737aade100ac-h_mtuqgb1q.jpg");
}
.cid-uZisWQdmBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQdmBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQdmBY .items-wrapper {
  justify-content: center;
}
.cid-uZisWQdmBY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZisWQdmBY .mbr-text,
.cid-uZisWQdmBY .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQdL6v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/gbe114c6d870114989aaa36330bda-h_mtuqasyv.jpg");
}
.cid-uZisWQdL6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQdL6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQdL6v .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZisWQdL6v .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZisWQdL6v .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uZisWQdL6v .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZisWQdL6v .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZisWQdL6v .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQdL6v .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZisWQdL6v .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZisWQdL6v .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZisWQdL6v .item {
    margin-bottom: 28px;
  }
}
.cid-uZisWQdL6v .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uZisWQdL6v .item .item-wrapper:hover,
.cid-uZisWQdL6v .item .item-wrapper:focus {
  border: 2px solid #f29559;
  background-color: #f29559;
}
.cid-uZisWQdL6v .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #7e3000;
  background-color: #dc5400;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uZisWQdL6v .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZisWQdL6v .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uZisWQdL6v .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7e3000;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uZisWQdL6v .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZisWQdL6v .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-uZisWQdL6v .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uZisWQdL6v .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uZisWQdL6v .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uZisWQdL6v .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uZisWQdL6v .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uZisWQdL6v .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZisWQdL6v .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZisWQdL6v .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uZisWQdL6v .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uZisWQdL6v .mbr-section-title {
  color: #ffffff;
}
.cid-uZisWQdL6v .mbr-text,
.cid-uZisWQdL6v .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQdL6v .mbr-desc,
.cid-uZisWQdL6v .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQdL6v .item-title {
  color: #ffffff;
}
.cid-uZisWQdL6v .item-text {
  color: #000000;
}
.cid-uZisWQdL6v .mbr-section-title,
.cid-uZisWQdL6v .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZisWQdL6v .item-title,
.cid-uZisWQdL6v .icon-wrapper {
  color: #FFFFFF;
}
.cid-uZisWQevOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
}
.cid-uZisWQevOS .item:focus,
.cid-uZisWQevOS span:focus {
  outline: none;
}
.cid-uZisWQevOS .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZisWQevOS .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZisWQevOS .item {
  cursor: pointer;
}
.cid-uZisWQevOS .grid-container {
  grid-row-gap: 0;
}
.cid-uZisWQevOS .grid-container-1,
.cid-uZisWQevOS .grid-container-2,
.cid-uZisWQevOS .grid-container-3 {
  gap: 0;
}
.cid-uZisWQevOS .mbr-text,
.cid-uZisWQevOS .mbr-section-btn {
  color: #000000;
}
.cid-uZisWQevOS .content-head {
  max-width: 800px;
}
.cid-uZisWQevOS .container,
.cid-uZisWQevOS .container-fluid {
  overflow: hidden;
}
.cid-uZisWQevOS .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZisWQevOS .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZisWQevOS .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZisWQevOS .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZisWQevOS .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uZisWQevOS .grid-container-1,
.cid-uZisWQevOS .grid-container-2,
.cid-uZisWQevOS .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZisWQevOS .grid-container-1 {
  align-items: flex-end;
}
.cid-uZisWQevOS .grid-container-2 {
  align-items: flex-start;
}
.cid-uZisWQfIxQ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/gbb3a0a9a90063b49a9248b0bd89f-h_mtuq9s2b.jpg");
}
.cid-uZisWQfIxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQfIxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQfIxQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZisWQfIxQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZisWQfIxQ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uZisWQfIxQ .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZisWQfIxQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZisWQfIxQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQfIxQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZisWQfIxQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZisWQfIxQ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZisWQfIxQ .item {
    margin-bottom: 28px;
  }
}
.cid-uZisWQfIxQ .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uZisWQfIxQ .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uZisWQfIxQ .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uZisWQfIxQ .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uZisWQfIxQ .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #f29559;
  background-color: #f29559;
}
.cid-uZisWQfIxQ .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uZisWQfIxQ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uZisWQfIxQ .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZisWQfIxQ .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uZisWQfIxQ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZisWQfIxQ .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uZisWQfIxQ .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uZisWQfIxQ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZisWQfIxQ .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZisWQfIxQ .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQfIxQ .mbr-text,
.cid-uZisWQfIxQ .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQfIxQ .mbr-desc,
.cid-uZisWQfIxQ .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQfIxQ .item-title {
  color: #FFFFFF;
}
.cid-uZisWQfIxQ .item-text {
  color: #FFFFFF;
}
.cid-uZisWQh2RZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/g7d180beb22314f4a959434c6670b-h_mtuq7cji.jpg");
}
.cid-uZisWQh2RZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQh2RZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQh2RZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZisWQh2RZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZisWQh2RZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZisWQh2RZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQh2RZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZisWQh2RZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZisWQh2RZ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZisWQh2RZ .item {
    margin-bottom: 28px;
  }
}
.cid-uZisWQh2RZ .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uZisWQh2RZ .item .item-wrapper:hover,
.cid-uZisWQh2RZ .item .item-wrapper:focus {
  border: 2px solid #f29559;
  background-color: #f29559;
  transform: rotateY(-6deg);
}
.cid-uZisWQh2RZ .item .item-wrapper:hover .item-wrap,
.cid-uZisWQh2RZ .item .item-wrapper:focus .item-wrap {
  border: 1px solid #f29559;
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap {
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: #af4300;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uZisWQh2RZ .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #001319;
  margin-bottom: 0;
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uZisWQh2RZ .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uZisWQh2RZ .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uZisWQh2RZ .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uZisWQh2RZ .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQh2RZ .mbr-text,
.cid-uZisWQh2RZ .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQh2RZ .item-title {
  color: #ffffff;
}
.cid-uZisWQh2RZ .item-text {
  color: #121212;
}
.cid-uZisWQh2RZ .item-number,
.cid-uZisWQh2RZ .number-wrap {
  color: #FFFFFF;
  text-align: right;
}
.cid-uZisWQh2RZ .icon-wrapper {
  text-align: right;
}
.cid-uZisWQh2RZ .item-title,
.cid-uZisWQh2RZ .icon-wrapper {
  color: #000000;
}
.cid-uZisWQhql3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/g61bb52f169c60f72a27081400664-h_mtuq5pn6.jpg");
}
.cid-uZisWQhql3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQhql3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQhql3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZisWQhql3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZisWQhql3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZisWQhql3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQhql3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZisWQhql3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZisWQhql3 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZisWQhql3 .item {
    margin-bottom: 28px;
  }
}
.cid-uZisWQhql3 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #ffffff;
  background-color: #af8e00;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZisWQhql3 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uZisWQhql3 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZisWQhql3 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uZisWQhql3 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #060606;
}
.cid-uZisWQhql3 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZisWQhql3 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZisWQhql3 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQhql3 .mbr-text,
.cid-uZisWQhql3 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQhql3 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZisWQhql3 .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQhql3 .item-title,
.cid-uZisWQhql3 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uZisWQhzcm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/g66c1c86a3bcda2bd9c543ace0dde-h_mtuq4zxx.jpg");
}
.cid-uZisWQhzcm .mbr-overlay {
  background: #060606;
  opacity: 0.1;
}
.cid-uZisWQhzcm .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZisWQhzcm .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZisWQhzcm .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZisWQhzcm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uZisWQhzcm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZisWQhzcm .embla__slide .slide-content {
  width: 100%;
}
.cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #191100 40%, transparent 98%);
}
.cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #f29559;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uZisWQhzcm .embla__button--next,
.cid-uZisWQhzcm .embla__button--prev {
  display: flex;
}
.cid-uZisWQhzcm .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #291d00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .embla__button {
    bottom: 0;
  }
}
.cid-uZisWQhzcm .embla__button:hover {
  transform: scale(1.05);
}
.cid-uZisWQhzcm .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZisWQhzcm .embla__button.embla__button--next {
  right: 0;
}
.cid-uZisWQhzcm .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uZisWQhzcm .embla {
    padding: 0;
  }
}
.cid-uZisWQhzcm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZisWQhzcm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZisWQhzcm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZisWQhzcm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZisWQhzcm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZisWQhzcm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZisWQhzcm .mbr-text,
.cid-uZisWQhzcm .text-wrapper {
  color: #7e3000;
  text-align: center;
}
.cid-uZisWQhzcm .item-title {
  color: #000000;
}
.cid-vkQanyJVMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/gdbffa539c712db839ab709d27e2e-h_mtuq2swt.jpg");
}
.cid-vkQanyJVMw .mbr-overlay {
  background: #060606;
  opacity: 0.1;
}
.cid-vkQanyJVMw .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkQanyJVMw .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vkQanyJVMw .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-vkQanyJVMw .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vkQanyJVMw .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkQanyJVMw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkQanyJVMw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkQanyJVMw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-vkQanyJVMw .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-vkQanyJVMw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vkQanyJVMw .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-vkQanyJVMw .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #f29559;
}
.cid-vkQanyJVMw .embla__slide .slide-content {
  width: 100%;
}
.cid-vkQanyJVMw .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-vkQanyJVMw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-vkQanyJVMw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vkQanyJVMw .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-vkQanyJVMw .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vkQanyJVMw .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-vkQanyJVMw .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkQanyJVMw .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkQanyJVMw .embla__button--next,
.cid-vkQanyJVMw .embla__button--prev {
  display: flex;
}
.cid-vkQanyJVMw .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #291d00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vkQanyJVMw .embla__button:hover {
  transform: scale(1.05);
}
.cid-vkQanyJVMw .embla__button.embla__button--prev {
  left: 0;
}
.cid-vkQanyJVMw .embla__button.embla__button--next {
  right: 0;
}
.cid-vkQanyJVMw .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-vkQanyJVMw .embla {
    margin-bottom: 38px;
  }
}
.cid-vkQanyJVMw .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vkQanyJVMw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkQanyJVMw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkQanyJVMw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vkQanyJVMw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vkQanyJVMw .mbr-section-title {
  color: #ffffff;
}
.cid-vkQanyJVMw .mbr-text,
.cid-vkQanyJVMw .text-wrapper {
  color: #af4300;
  text-align: center;
}
.cid-vkQanyJVMw .mbr-desc,
.cid-vkQanyJVMw .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vkQanyJVMw .item-title,
.cid-vkQanyJVMw .title-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-vkQanyJVMw .item-text,
.cid-vkQanyJVMw .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-vkQanyJVMw .mbr-section-title,
.cid-vkQanyJVMw .mbr-section-btn {
  text-align: center;
  color: #c1d31d;
}
.cid-uZisWQlSq6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/g68ddcb55eaa274095d4c862d2911-h_mtupvpjc.jpg");
}
.cid-uZisWQlSq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQlSq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQlSq6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZisWQlSq6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZisWQlSq6 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #ff6200;
  border: 1px solid #000000;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZisWQlSq6 .panel-group .card {
    padding: 16px;
  }
}
.cid-uZisWQlSq6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZisWQlSq6 .panel-group .card:hover,
.cid-uZisWQlSq6 .panel-group .card:focus {
  border: 1px solid #f29559;
}
.cid-uZisWQlSq6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZisWQlSq6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZisWQlSq6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZisWQlSq6 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ff6200;
}
.cid-uZisWQlSq6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uZisWQlSq6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZisWQlSq6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #f29559;
}
.cid-uZisWQlSq6 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uZisWQlSq6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZisWQlSq6 .mbr-section-title {
  color: #ffffff;
}
.cid-uZisWQlSq6 .panel-title-edit {
  color: #FFFFFF;
}
.cid-uZisWQlSq6 .panel-text {
  color: #FFFFFF;
}
.cid-uZisWQlSq6 .mbr-section-title,
.cid-uZisWQlSq6 .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-vuLCgXzIS7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/background11.jpg?rnd=1788998108316");
}
.cid-vuLCgXzIS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuLCgXzIS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuLCgXzIS7 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-vuLCgXzIS7 .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-vuLCgXzIS7 .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vuLCgXzIS7 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-vuLCgXzIS7 .mbr-section-title {
  color: #e3ebf3;
}
.cid-vuLCgXzIS7 .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vuLCgXzIS7 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vuLCgXzIS7 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-vuLCgXzIS7 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-vuLCgXzIS7 .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-vuLCgXzIS7 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vuLCgXzIS7 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vuLCgXzIS7 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vuLCgXzIS7 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-vuLCgXzIS7 .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-vuLCgXzIS7 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vuLCgXzIS7 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-vuLCgXzIS7 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vuLCgXzIS7 .col-text {
    order: 2;
  }
}
.cid-vuLCgXzIS7 .card-title {
  color: #e3ebf3;
}
.cid-vuLCgXzIS7 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vuLCgXzIS7 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vuLCgXzIS7 .mbr-text {
    margin-top: 12px;
  }
}
.cid-vuLCgXzIS7 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vuLCgXzIS7 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vuLCgXzIS7 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-vuLxMYqU27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/g56b7addd915004a350a2102d691a-h_mtuot9ij.jpg");
  overflow: hidden;
}
.cid-vuLxMYqU27 .mbr-overlay {
  background: #18d5d9;
  opacity: 0.1;
}
.cid-vuLxMYqU27 .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-vuLxMYqU27 .row {
    padding: 0;
  }
}
.cid-vuLxMYqU27 .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-vuLxMYqU27 .item-text {
    max-width: 100%;
  }
}
.cid-vuLxMYqU27 .item-title {
  position: relative;
  color: #e3ebf3;
  text-align: center;
}
.cid-vuLxMYqU27 .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-vuLxMYqU27 .mbr-text {
  color: #ffffff;
}
.cid-vuLxMYqU27 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-vuLxMYqU27 .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-vuLxMYqU27 .item-img {
    display: none;
  }
}
.cid-vuLxMYqU27 .item-img-1 {
  transform: rotate(-15deg);
}
.cid-vuLxMYqU27 .item-img-2 {
  transform: rotate(15deg);
}
.cid-vuLxMYqU27 .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
#custom-html-15 {
  /* Type valid CSS here */
}
#custom-html-15 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-15 p {
  font-size: 60px;
  color: #777;
}
.cid-uZisWQnZZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/g716e0a33a7b6e0c6d6587b1ec1b3-h_mtur3kno.jpg");
}
.cid-uZisWQnZZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQnZZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQnZZX .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #735600;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZisWQnZZX .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-uZisWQnZZX .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uZisWQnZZX .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-uZisWQnZZX .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a05524;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZisWQnZZX .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #f29559 !important;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uZisWQnZZX .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uZisWQnZZX .mbr-section-title {
  color: #ffffff;
}
.cid-uZisWQnZZX .mbr-text,
.cid-uZisWQnZZX .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQnZZX .mbr-section-title,
.cid-uZisWQnZZX .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZisWQoMI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/g734d7876a6b27a39b5714f7712c6-h_mtur4cpw.jpg");
}
.cid-uZisWQoMI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQoMI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQoMI7 .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZisWQoMI7 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZisWQoMI7 .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZisWQoMI7 .google-map {
    margin-bottom: 48px;
  }
}
.cid-uZisWQoMI7 .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZisWQoMI7 .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uZisWQoMI7 .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uZisWQoMI7 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZisWQoMI7 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-uZisWQoMI7 .list-wrapper .list .item-wrap:hover,
.cid-uZisWQoMI7 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uZisWQoMI7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZisWQoMI7 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZisWQoMI7 .social-wrapper {
    text-align: left;
  }
}
.cid-uZisWQoMI7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZisWQoMI7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZisWQoMI7 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZisWQoMI7 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f29559;
  color: #000000;
}
.cid-uZisWQoMI7 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uZisWQoMI7 .list {
  color: #9aa0a6;
}
.cid-uZisWQoMI7 .list,
.cid-uZisWQoMI7 .item-wrap,
.cid-uZisWQoMI7 .social-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uZisWQoMI7 .mbr-section-title,
.cid-uZisWQoMI7 .mbr-section-btn {
  color: #000000;
}
.cid-uZisWQoDDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uZisWQoDDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZisWQoDDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZisWQoDDe .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZisWQoDDe .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uZisWQoDDe .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZisWQoDDe .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uZisWQoDDe .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZisWQoDDe .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZisWQoDDe .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZisWQoDDe .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uZisWQoDDe .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uZisWQoDDe .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZisWQoDDe .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uZisWQoDDe .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZisWQoDDe .items-wrapper .card {
  padding: 0 32px;
}
.cid-uZisWQoDDe .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZisWQoDDe .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZisWQoDDe .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZisWQoDDe .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZisWQoDDe .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZisWQoDDe .list-wrapper .list .item-wrap:hover,
.cid-uZisWQoDDe .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZisWQoDDe .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZisWQoDDe .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZisWQoDDe .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZisWQoDDe .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZisWQoDDe .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uZisWQoDDe .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uZisWQoDDe .mbr-desc {
  color: #ffffff;
}
.cid-uZisWQoDDe .mbr-text,
.cid-uZisWQoDDe .text-wrapper {
  color: #9aa0a6;
}
.cid-uZisWQoDDe .list {
  color: #9aa0a6;
}
.cid-uZnCLOm2W9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18d5d9;
}
.cid-uZnCLOm2W9 .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-uZnCLOm2W9 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZnCLOm2W9 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZnCLOm2W9 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-uZnCLOm2W9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLOm2W9 .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-uZnCLOm2W9 .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uZnCLOm2W9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uZnCLOm2W9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZnCLOm2W9 .embla__slide:hover .slide-content,
.cid-uZnCLOm2W9 .embla__slide:focus .slide-content {
  border: 2px solid #f29559;
  background-color: #f29559;
}
.cid-uZnCLOm2W9 .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #ab04ed;
  border: 1px solid #060606;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 180px;
  }
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-content {
  width: 66%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uZnCLOm2W9 .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uZnCLOm2W9 .embla__button--next,
.cid-uZnCLOm2W9 .embla__button--prev {
  display: flex;
}
.cid-uZnCLOm2W9 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uZnCLOm2W9 .embla__button:hover {
  transform: scale(1.05);
}
.cid-uZnCLOm2W9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZnCLOm2W9 .embla__button.embla__button--next {
  right: 0;
}
.cid-uZnCLOm2W9 .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZnCLOm2W9 .embla {
    width: 100%;
  }
}
.cid-uZnCLOm2W9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZnCLOm2W9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZnCLOm2W9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZnCLOm2W9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZnCLOm2W9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZnCLOm2W9 .mbr-section-title {
  color: #ffffff;
}
.cid-uZnCLOm2W9 .mbr-text,
.cid-uZnCLOm2W9 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLOm2W9 .item-title {
  color: #FFFFFF;
}
.cid-uZnCLOm2W9 .item-text {
  color: #FFFFFF;
}
.cid-uZnCLOm2W9 .mbr-section-title,
.cid-uZnCLOm2W9 .mbr-section-btn,
.cid-uZnCLOm2W9 .logo-wrapper {
  text-align: center;
}
.cid-uZnCLOm2W9 .mbr-section-title,
.cid-uZnCLOm2W9 .logo-wrapper,
.cid-uZnCLOm2W9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZnCLOUWyA {
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/photo-1600489601447-81ce0b723d44.jpeg");
}
.cid-uZnCLOUWyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLOUWyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLOUWyA .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uZnCLOUWyA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uZnCLOUWyA .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uZnCLOUWyA .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uZnCLOUWyA .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLOUWyA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uZnCLOUWyA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLOUWyA .mbr-section-title {
  color: #ffffff;
}
.cid-uZnCLOUWyA .mbr-desc,
.cid-uZnCLOUWyA .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLOUWyA .mbr-text,
.cid-uZnCLOUWyA .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLOUWyA .mbr-section-title,
.cid-uZnCLOUWyA .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZnCLOUWyA .mbr-desc,
.cid-uZnCLOUWyA .desc-wrapper {
  color: #FFFFFF;
}
.cid-uZnCLPjON0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
}
.cid-uZnCLPjON0 .item:focus,
.cid-uZnCLPjON0 span:focus {
  outline: none;
}
.cid-uZnCLPjON0 .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZnCLPjON0 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZnCLPjON0 .item {
  cursor: pointer;
}
.cid-uZnCLPjON0 .grid-container {
  grid-row-gap: 0;
}
.cid-uZnCLPjON0 .grid-container-1,
.cid-uZnCLPjON0 .grid-container-2,
.cid-uZnCLPjON0 .grid-container-3 {
  gap: 0;
}
.cid-uZnCLPjON0 .mbr-text,
.cid-uZnCLPjON0 .mbr-section-btn {
  color: #000000;
}
.cid-uZnCLPjON0 .content-head {
  max-width: 800px;
}
.cid-uZnCLPjON0 .container,
.cid-uZnCLPjON0 .container-fluid {
  overflow: hidden;
}
.cid-uZnCLPjON0 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZnCLPjON0 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZnCLPjON0 .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZnCLPjON0 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZnCLPjON0 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uZnCLPjON0 .grid-container-1,
.cid-uZnCLPjON0 .grid-container-2,
.cid-uZnCLPjON0 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZnCLPjON0 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZnCLPjON0 .grid-container-2 {
  align-items: flex-start;
}
.cid-uZnCLPrlhG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/background1.jpg?rnd=1788998108316");
}
.cid-uZnCLPrlhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLPrlhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLPrlhG .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZnCLPrlhG .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZnCLPrlhG .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLPrlhG .google-map {
    margin-bottom: 48px;
  }
}
.cid-uZnCLPrlhG .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZnCLPrlhG .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uZnCLPrlhG .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uZnCLPrlhG .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZnCLPrlhG .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-uZnCLPrlhG .list-wrapper .list .item-wrap:hover,
.cid-uZnCLPrlhG .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uZnCLPrlhG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZnCLPrlhG .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZnCLPrlhG .social-wrapper {
    text-align: left;
  }
}
.cid-uZnCLPrlhG .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZnCLPrlhG .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZnCLPrlhG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZnCLPrlhG .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #ff930a;
  color: #000000;
}
.cid-uZnCLPrlhG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uZnCLPrlhG .list {
  color: #9aa0a6;
}
.cid-uZnCLPrlhG .list,
.cid-uZnCLPrlhG .item-wrap,
.cid-uZnCLPrlhG .social-wrapper {
  color: #FFFFFF;
}
.cid-uZnCLPrlhG .mbr-section-title,
.cid-uZnCLPrlhG .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZnCLPHfOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18d5d9;
}
.cid-uZnCLPHfOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLPHfOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLPHfOl .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uZnCLPHfOl .content-wrapper {
    padding: 0;
  }
}
.cid-uZnCLPHfOl .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLPHfOl .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLPHfOl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLPHfOl .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLPHfOl .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLPHfOl .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZnCLPHfOl .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uZnCLPHfOl .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZnCLPHfOl .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uZnCLPHfOl .mbr-section-title {
  color: #ffffff;
}
.cid-uZnCLPHfOl .mbr-text,
.cid-uZnCLPHfOl .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLPHfOl .mbr-section-title,
.cid-uZnCLPHfOl .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZnCLPTjJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/photo-1498336179775-9836baef8fdf.jpeg");
}
.cid-uZnCLPTjJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLPTjJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLPTjJs .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uZnCLPTjJs .image-wrap {
    height: 350px;
  }
}
.cid-uZnCLQ2w1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #acb7ff;
}
.cid-uZnCLQ2w1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLQ2w1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLQ2w1i .items-wrapper {
  justify-content: center;
}
.cid-uZnCLQ2w1i .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZnCLQ2w1i .mbr-text,
.cid-uZnCLQ2w1i .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLQcsFU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a446d1;
}
.cid-uZnCLQcsFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLQcsFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLQcsFU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLQcsFU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLQcsFU .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uZnCLQcsFU .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZnCLQcsFU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLQcsFU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLQcsFU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLQcsFU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLQcsFU .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZnCLQcsFU .item {
    margin-bottom: 28px;
  }
}
.cid-uZnCLQcsFU .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLQcsFU .item .item-wrapper:hover,
.cid-uZnCLQcsFU .item .item-wrapper:focus {
  border: 2px solid #f29559;
  background-color: #f29559;
}
.cid-uZnCLQcsFU .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #8401b8;
  background-color: #18d5d9;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uZnCLQcsFU .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZnCLQcsFU .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uZnCLQcsFU .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8401b8;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uZnCLQcsFU .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZnCLQcsFU .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-uZnCLQcsFU .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uZnCLQcsFU .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uZnCLQcsFU .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uZnCLQcsFU .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uZnCLQcsFU .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uZnCLQcsFU .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZnCLQcsFU .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZnCLQcsFU .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uZnCLQcsFU .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uZnCLQcsFU .mbr-section-title {
  color: #ffffff;
}
.cid-uZnCLQcsFU .mbr-text,
.cid-uZnCLQcsFU .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLQcsFU .mbr-desc,
.cid-uZnCLQcsFU .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLQcsFU .item-title {
  color: #ffffff;
}
.cid-uZnCLQcsFU .item-text {
  color: #FFFFFF;
}
.cid-uZnCLQcsFU .mbr-section-title,
.cid-uZnCLQcsFU .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZnCLQcsFU .item-title,
.cid-uZnCLQcsFU .icon-wrapper {
  color: #FFFFFF;
}
.cid-uZnCLQqzLY {
  background-image: url("https://r.mobirisesite.com/1916065/assets/images/ge6617113d7dc18701d162ea94784-h_mgmxjj6b.jpg");
}
.cid-uZnCLQqzLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLQqzLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLQqzLY .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uZnCLQqzLY .image-wrap {
    height: 350px;
  }
}
.cid-uZnCLQyKQ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
}
.cid-uZnCLQyKQ1 .item:focus,
.cid-uZnCLQyKQ1 span:focus {
  outline: none;
}
.cid-uZnCLQyKQ1 .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZnCLQyKQ1 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZnCLQyKQ1 .item {
  cursor: pointer;
}
.cid-uZnCLQyKQ1 .grid-container {
  grid-row-gap: 0;
}
.cid-uZnCLQyKQ1 .grid-container-1,
.cid-uZnCLQyKQ1 .grid-container-2,
.cid-uZnCLQyKQ1 .grid-container-3 {
  gap: 0;
}
.cid-uZnCLQyKQ1 .mbr-text,
.cid-uZnCLQyKQ1 .mbr-section-btn {
  color: #000000;
}
.cid-uZnCLQyKQ1 .content-head {
  max-width: 800px;
}
.cid-uZnCLQyKQ1 .container,
.cid-uZnCLQyKQ1 .container-fluid {
  overflow: hidden;
}
.cid-uZnCLQyKQ1 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZnCLQyKQ1 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZnCLQyKQ1 .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZnCLQyKQ1 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZnCLQyKQ1 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uZnCLQyKQ1 .grid-container-1,
.cid-uZnCLQyKQ1 .grid-container-2,
.cid-uZnCLQyKQ1 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZnCLQyKQ1 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZnCLQyKQ1 .grid-container-2 {
  align-items: flex-start;
}
.cid-uZnCLQHLuq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #279ede;
}
.cid-uZnCLQHLuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLQHLuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLQHLuq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLQHLuq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLQHLuq .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uZnCLQHLuq .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZnCLQHLuq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLQHLuq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLQHLuq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLQHLuq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLQHLuq .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZnCLQHLuq .item {
    margin-bottom: 28px;
  }
}
.cid-uZnCLQHLuq .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uZnCLQHLuq .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uZnCLQHLuq .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLQHLuq .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uZnCLQHLuq .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #f29559;
  background-color: #f29559;
}
.cid-uZnCLQHLuq .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uZnCLQHLuq .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uZnCLQHLuq .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZnCLQHLuq .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uZnCLQHLuq .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZnCLQHLuq .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uZnCLQHLuq .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uZnCLQHLuq .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZnCLQHLuq .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZnCLQHLuq .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLQHLuq .mbr-text,
.cid-uZnCLQHLuq .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLQHLuq .mbr-desc,
.cid-uZnCLQHLuq .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLQHLuq .item-title {
  color: #FFFFFF;
}
.cid-uZnCLQHLuq .item-text {
  color: #FFFFFF;
}
.cid-uZnCLQRjEK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f28059;
}
.cid-uZnCLQRjEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLQRjEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLQRjEK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLQRjEK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLQRjEK .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uZnCLQRjEK .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZnCLQRjEK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLQRjEK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLQRjEK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLQRjEK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLQRjEK .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLQRjEK .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-uZnCLQRjEK .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uZnCLQRjEK .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uZnCLQRjEK .item:nth-child(3n) {
  margin-top: 0;
}
.cid-uZnCLQRjEK .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLQRjEK .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uZnCLQRjEK .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #f29559;
  background-color: #f29559;
}
.cid-uZnCLQRjEK .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uZnCLQRjEK .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uZnCLQRjEK .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZnCLQRjEK .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uZnCLQRjEK .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZnCLQRjEK .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uZnCLQRjEK .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uZnCLQRjEK .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZnCLQRjEK .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZnCLQRjEK .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLQRjEK .mbr-text,
.cid-uZnCLQRjEK .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLQRjEK .mbr-desc,
.cid-uZnCLQRjEK .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLQRjEK .item-title {
  color: #FFFFFF;
}
.cid-uZnCLQRjEK .item-text {
  color: #FFFFFF;
}
.cid-uZnCLR5YCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bb8fcd;
}
.cid-uZnCLR5YCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLR5YCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLR5YCb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLR5YCb .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZnCLR5YCb .item {
    margin-bottom: 28px;
  }
}
.cid-uZnCLR5YCb .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ab04ed;
  overflow: hidden;
  border: 1px solid #e229d6;
}
.cid-uZnCLR5YCb .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZnCLR5YCb .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-uZnCLR5YCb .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZnCLR5YCb .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZnCLR5YCb .item .item-wrapper .item-img {
  position: relative;
}
.cid-uZnCLR5YCb .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uZnCLR5YCb .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uZnCLR5YCb .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-uZnCLR5YCb .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZnCLR5YCb .item-title {
  color: #ffffff;
}
.cid-uZnCLR5YCb .item-text {
  color: #FFFFFF;
}
.cid-uZnCLR5YCb .item-title,
.cid-uZnCLR5YCb .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZnCLRgv2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa3a59;
}
.cid-uZnCLRgv2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLRgv2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLRgv2b .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLRgv2b .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLRgv2b .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLRgv2b .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLRgv2b .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLRgv2b .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLRgv2b .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZnCLRgv2b .item {
    margin-bottom: 28px;
  }
}
.cid-uZnCLRgv2b .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLRgv2b .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uZnCLRgv2b .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uZnCLRgv2b .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZnCLRgv2b .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uZnCLRgv2b .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLRgv2b .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uZnCLRgv2b .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLRgv2b .mbr-text,
.cid-uZnCLRgv2b .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLRgv2b .item-title {
  color: #ffffff;
}
.cid-uZnCLRgv2b .item-title,
.cid-uZnCLRgv2b .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLRtTm9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3f9e35;
}
.cid-uZnCLRtTm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLRtTm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLRtTm9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLRtTm9 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLRtTm9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLRtTm9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLRtTm9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLRtTm9 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLRtTm9 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZnCLRtTm9 .item {
    margin-bottom: 28px;
  }
}
.cid-uZnCLRtTm9 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLRtTm9 .item .item-wrapper:hover,
.cid-uZnCLRtTm9 .item .item-wrapper:focus {
  border: 2px solid #f29559;
  background-color: #f29559;
  transform: rotateY(-6deg);
}
.cid-uZnCLRtTm9 .item .item-wrapper:hover .item-wrap,
.cid-uZnCLRtTm9 .item .item-wrapper:focus .item-wrap {
  border: 1px solid #f29559;
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap {
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: #279ede;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #001319;
  margin-bottom: 0;
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uZnCLRtTm9 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uZnCLRtTm9 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLRtTm9 .mbr-text,
.cid-uZnCLRtTm9 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLRtTm9 .item-title {
  color: #ffffff;
}
.cid-uZnCLRtTm9 .item-text {
  color: #FFFFFF;
}
.cid-uZnCLRtTm9 .item-number,
.cid-uZnCLRtTm9 .number-wrap {
  color: #FFFFFF;
  text-align: right;
}
.cid-uZnCLRtTm9 .icon-wrapper {
  text-align: right;
}
.cid-uZnCLRtTm9 .item-title,
.cid-uZnCLRtTm9 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uZnCLREHPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27d5de;
}
.cid-uZnCLREHPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLREHPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLREHPh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLREHPh .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLREHPh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLREHPh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLREHPh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLREHPh .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLREHPh .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZnCLREHPh .item {
    margin-bottom: 28px;
  }
}
.cid-uZnCLREHPh .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #ffffff;
  background-color: #5c72fd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZnCLREHPh .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uZnCLREHPh .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZnCLREHPh .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uZnCLREHPh .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-uZnCLREHPh .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZnCLREHPh .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZnCLREHPh .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLREHPh .mbr-text,
.cid-uZnCLREHPh .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLREHPh .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZnCLREHPh .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLREHPh .item-title,
.cid-uZnCLREHPh .icon-wrapper {
  color: #FFFFFF;
}
.cid-uZnCLRRUVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170019;
}
.cid-uZnCLRRUVq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLRRUVq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLRRUVq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLRRUVq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uZnCLRRUVq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZnCLRRUVq .embla__slide .slide-content {
  width: 100%;
}
.cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #191100 40%, transparent 98%);
}
.cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #f29559;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uZnCLRRUVq .embla__button--next,
.cid-uZnCLRRUVq .embla__button--prev {
  display: flex;
}
.cid-uZnCLRRUVq .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #291d00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .embla__button {
    bottom: 0;
  }
}
.cid-uZnCLRRUVq .embla__button:hover {
  transform: scale(1.05);
}
.cid-uZnCLRRUVq .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZnCLRRUVq .embla__button.embla__button--next {
  right: 0;
}
.cid-uZnCLRRUVq .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uZnCLRRUVq .embla {
    padding: 0;
  }
}
.cid-uZnCLRRUVq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZnCLRRUVq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZnCLRRUVq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZnCLRRUVq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZnCLRRUVq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZnCLRRUVq .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLRRUVq .mbr-text,
.cid-uZnCLRRUVq .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLRRUVq .item-title {
  color: #FFFFFF;
}
.cid-uZnCLS5has {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e96ff;
}
.cid-uZnCLS5has .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLS5has .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLS5has .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLS5has .items-wrapper .card {
  padding: 0 32px;
}
.cid-uZnCLS5has .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLS5has .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLS5has .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZnCLS5has .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLS5has .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLS5has .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 64px;
}
@media (max-width: 992px) {
  .cid-uZnCLS5has .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uZnCLS5has .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uZnCLS5has .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-uZnCLS5has .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px;
  border: 1px solid #27d5de;
  margin-bottom: 0;
  background-color: #f29559;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLS5has .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #f28059;
}
.cid-uZnCLS5has .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #f28059;
}
.cid-uZnCLS5has .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZnCLS5has .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uZnCLS5has .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZnCLS5has .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uZnCLS5has .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLS5has .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-uZnCLS5has .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uZnCLS5has .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uZnCLS5has .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZnCLS5has .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uZnCLS5has .mbr-section-title {
  color: #ffffff;
}
.cid-uZnCLS5has .item-text {
  color: #FFFFFF;
}
.cid-uZnCLS5has .mbr-section-title,
.cid-uZnCLS5has .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZnCLSkcyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #170019;
}
.cid-uZnCLSkcyT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLSkcyT .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLSkcyT .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uZnCLSkcyT .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZnCLSkcyT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLSkcyT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLSkcyT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLSkcyT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uZnCLSkcyT .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uZnCLSkcyT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZnCLSkcyT .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uZnCLSkcyT .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #f29559;
}
.cid-uZnCLSkcyT .embla__slide .slide-content {
  width: 100%;
}
.cid-uZnCLSkcyT .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uZnCLSkcyT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uZnCLSkcyT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZnCLSkcyT .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uZnCLSkcyT .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uZnCLSkcyT .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uZnCLSkcyT .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLSkcyT .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uZnCLSkcyT .embla__button--next,
.cid-uZnCLSkcyT .embla__button--prev {
  display: flex;
}
.cid-uZnCLSkcyT .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #291d00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZnCLSkcyT .embla__button:hover {
  transform: scale(1.05);
}
.cid-uZnCLSkcyT .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZnCLSkcyT .embla__button.embla__button--next {
  right: 0;
}
.cid-uZnCLSkcyT .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uZnCLSkcyT .embla {
    margin-bottom: 38px;
  }
}
.cid-uZnCLSkcyT .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uZnCLSkcyT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZnCLSkcyT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZnCLSkcyT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZnCLSkcyT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZnCLSkcyT .mbr-section-title {
  color: #ffffff;
}
.cid-uZnCLSkcyT .mbr-text,
.cid-uZnCLSkcyT .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLSkcyT .mbr-desc,
.cid-uZnCLSkcyT .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLSkcyT .item-title,
.cid-uZnCLSkcyT .title-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLSkcyT .item-text,
.cid-uZnCLSkcyT .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLSkcyT .mbr-section-title,
.cid-uZnCLSkcyT .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZnCLSCky3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2eaeff;
}
.cid-uZnCLSCky3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLSCky3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLSCky3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLSCky3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLSCky3 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #690092;
  border: 1px solid #000000;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZnCLSCky3 .panel-group .card {
    padding: 16px;
  }
}
.cid-uZnCLSCky3 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZnCLSCky3 .panel-group .card:hover,
.cid-uZnCLSCky3 .panel-group .card:focus {
  border: 1px solid #f29559;
}
.cid-uZnCLSCky3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZnCLSCky3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZnCLSCky3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZnCLSCky3 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #a446d1;
}
.cid-uZnCLSCky3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uZnCLSCky3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZnCLSCky3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #f29559;
}
.cid-uZnCLSCky3 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uZnCLSCky3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZnCLSCky3 .mbr-section-title {
  color: #ffffff;
}
.cid-uZnCLSCky3 .panel-title-edit {
  color: #FFFFFF;
}
.cid-uZnCLSCky3 .panel-text {
  color: #FFFFFF;
}
.cid-uZnCLSCky3 .mbr-section-title,
.cid-uZnCLSCky3 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZnCLSQ93L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1d31d;
}
.cid-uZnCLSQ93L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLSQ93L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLSQ93L .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLSQ93L .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLSQ93L .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLSQ93L .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLSQ93L .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLSQ93L .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLSQ93L .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZnCLSQ93L .item {
    margin-bottom: 28px;
  }
}
.cid-uZnCLSQ93L .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLSQ93L .item .item-wrapper:hover,
.cid-uZnCLSQ93L .item .item-wrapper:focus {
  border: 2px solid #f29559;
  background-color: #f29559;
  transform: rotateY(-6deg);
}
.cid-uZnCLSQ93L .item .item-wrapper:hover .item-wrap,
.cid-uZnCLSQ93L .item .item-wrapper:focus .item-wrap {
  border: 1px solid #f29559;
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap {
  border: 1px solid #735600;
  transition: all 0.3s ease-in-out;
  background-color: #ff6200;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uZnCLSQ93L .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #191100;
  margin-bottom: 0;
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uZnCLSQ93L .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 8px;
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uZnCLSQ93L .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uZnCLSQ93L .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uZnCLSQ93L .mbr-section-title {
  color: #060606;
  text-align: center;
}
.cid-uZnCLSQ93L .mbr-text,
.cid-uZnCLSQ93L .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uZnCLSQ93L .item-title {
  color: #ffffff;
}
.cid-uZnCLSQ93L .item-text {
  color: #FFFFFF;
}
.cid-uZnCLSQ93L .item-number,
.cid-uZnCLSQ93L .number-wrap {
  color: #FFFFFF;
}
.cid-uZnCLSQ93L .icon-wrapper {
  text-align: right;
}
.cid-uZnCLSQ93L .item-title,
.cid-uZnCLSQ93L .icon-wrapper {
  color: #FFFFFF;
}
.cid-uZnCLT3o6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #61aa59;
}
.cid-uZnCLT3o6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLT3o6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLT3o6Y .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLT3o6Y .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZnCLT3o6Y .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLT3o6Y .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLT3o6Y .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZnCLT3o6Y .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLT3o6Y .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZnCLT3o6Y .image-wrapper img {
    height: 350px;
  }
}
.cid-uZnCLT3o6Y .mbr-section-title {
  color: #ffffff;
}
.cid-uZnCLT3o6Y .mbr-text,
.cid-uZnCLT3o6Y .text-wrapper {
  color: #FFFFFF;
}
.cid-uZnCLT3o6Y .mbr-section-title,
.cid-uZnCLT3o6Y .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZnCLTeWhn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aa3a59;
}
.cid-uZnCLTeWhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLTeWhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLTeWhn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLTeWhn .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZnCLTeWhn .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uZnCLTeWhn .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZnCLTeWhn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLTeWhn .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLTeWhn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZnCLTeWhn .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLTeWhn .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZnCLTeWhn .item {
    margin-bottom: 28px;
  }
}
.cid-uZnCLTeWhn .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uZnCLTeWhn .item .item-wrapper:hover,
.cid-uZnCLTeWhn .item .item-wrapper:focus {
  border: 2px solid #f29559;
  background-color: #f29559;
}
.cid-uZnCLTeWhn .item .item-wrapper .item-wrap {
  border: 1px solid #a446d1;
  background-color: #690092;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uZnCLTeWhn .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a446d1;
}
@media (max-width: 992px) {
  .cid-uZnCLTeWhn .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uZnCLTeWhn .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZnCLTeWhn .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uZnCLTeWhn .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uZnCLTeWhn .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uZnCLTeWhn .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uZnCLTeWhn .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uZnCLTeWhn .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZnCLTeWhn .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uZnCLTeWhn .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uZnCLTeWhn .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uZnCLTeWhn .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLTeWhn .mbr-text,
.cid-uZnCLTeWhn .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLTeWhn .mbr-desc,
.cid-uZnCLTeWhn .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLTeWhn .item-desc {
  color: #FFFFFF;
}
.cid-uZnCLTeWhn .item-title {
  color: #ffffff;
}
.cid-uZnCLTeWhn .item-text {
  color: #FFFFFF;
}
.cid-uZnCLTeWhn .icon-wrapper {
  text-align: right;
}
.cid-uZnCLTeWhn .item-title,
.cid-uZnCLTeWhn .icon-wrapper {
  color: #FFFFFF;
}
.cid-uZnCLTtub8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5c72fd;
}
.cid-uZnCLTtub8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLTtub8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLTtub8 .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #735600;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZnCLTtub8 .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-uZnCLTtub8 .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uZnCLTtub8 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-uZnCLTtub8 .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a05524;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZnCLTtub8 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #f29559 !important;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uZnCLTtub8 .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uZnCLTtub8 .mbr-section-title {
  color: #ffffff;
}
.cid-uZnCLTtub8 .mbr-text,
.cid-uZnCLTtub8 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLTtub8 .mbr-section-title,
.cid-uZnCLTtub8 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZnCLTGZyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0844ff;
}
.cid-uZnCLTGZyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLTGZyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLTGZyu .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZnCLTGZyu .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZnCLTGZyu .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZnCLTGZyu .google-map {
    margin-bottom: 48px;
  }
}
.cid-uZnCLTGZyu .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZnCLTGZyu .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uZnCLTGZyu .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uZnCLTGZyu .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZnCLTGZyu .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-uZnCLTGZyu .list-wrapper .list .item-wrap:hover,
.cid-uZnCLTGZyu .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uZnCLTGZyu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZnCLTGZyu .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZnCLTGZyu .social-wrapper {
    text-align: left;
  }
}
.cid-uZnCLTGZyu .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZnCLTGZyu .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZnCLTGZyu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZnCLTGZyu .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f29559;
  color: #000000;
}
.cid-uZnCLTGZyu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uZnCLTGZyu .list {
  color: #9aa0a6;
}
.cid-uZnCLTGZyu .list,
.cid-uZnCLTGZyu .item-wrap,
.cid-uZnCLTGZyu .social-wrapper {
  color: #FFFFFF;
}
.cid-uZnCLTGZyu .mbr-section-title,
.cid-uZnCLTGZyu .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZnCLTXE7T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uZnCLTXE7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZnCLTXE7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZnCLTXE7T .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZnCLTXE7T .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uZnCLTXE7T .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZnCLTXE7T .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uZnCLTXE7T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZnCLTXE7T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZnCLTXE7T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZnCLTXE7T .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uZnCLTXE7T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uZnCLTXE7T .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZnCLTXE7T .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uZnCLTXE7T .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZnCLTXE7T .items-wrapper .card {
  padding: 0 32px;
}
.cid-uZnCLTXE7T .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZnCLTXE7T .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZnCLTXE7T .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZnCLTXE7T .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZnCLTXE7T .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZnCLTXE7T .list-wrapper .list .item-wrap:hover,
.cid-uZnCLTXE7T .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZnCLTXE7T .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZnCLTXE7T .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZnCLTXE7T .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZnCLTXE7T .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZnCLTXE7T .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uZnCLTXE7T .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uZnCLTXE7T .mbr-desc {
  color: #ffffff;
}
.cid-uZnCLTXE7T .mbr-text,
.cid-uZnCLTXE7T .text-wrapper {
  color: #9aa0a6;
}
.cid-uZnCLTXE7T .list {
  color: #9aa0a6;
}
