.btn {
  border-width: 2px;
}
/* 修改全局图片圆角设置 */
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
    border-radius: 0 0 1rem 1rem ; /* 仅保留底部圆角 */
}

/* 新增右侧图片特殊处理 */
.cid-uFX3pJHwQP .content-wrapper img {
    border-radius: 0 0 1rem 1rem !important; /* 覆盖原有3rem圆角 */
    border-top: none !important;
}

.video-wrapper {
  overflow: hidden;
}
body {
    font-size: 14px;
    font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
    font-weight: 300;
}
.display-1 {
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-size: 1.1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter_24pt-Regular', "PingFang SC", "Microsoft Yahei";
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f27120 !important;
}
.bg-success {
  background-color: #ffd751 !important;
}
.bg-info {
   !important;
}
.bg-warning {
  background-color: #f27120 !important;
}
.bg-danger {
  background-color: #ff3631 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f27120 !important;
  border-color: #f27120 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,

.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f59050 !important;
  border-color: #f59050 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f59050 !important;
  border-color: #f59050 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #71818e !important;
  border-color: #71818e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
}
.btn-info,
.btn-info:active {
   !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
   !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
   !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
  color: #513e00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #513e00 !important;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f27120 !important;
  border-color: #f27120 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f59050 !important;
  border-color: #f59050 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f59050 !important;
  border-color: #f59050 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3631 !important;
  border-color: #ff3631 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6864 !important;
  border-color: #ff6864 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6864 !important;
  border-color: #ff6864 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
   !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
   !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f27120;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b14b0a !important;
  background-color: transparent !important;
  border-color: #b14b0a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27120 !important;
  border-color: #f27120 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #71818e;
  color: #71818e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b555e !important;
  background-color: transparent !important;
  border-color: #4b555e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #71818e !important;
  border-color: #71818e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
   !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffd751;
  color: #ffd751;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f9c000 !important;
  background-color: transparent !important;
  border-color: #f9c000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #513e00 !important;
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f27120;
  color: #f27120;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b14b0a !important;
  background-color: transparent !important;
  border-color: #b14b0a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f27120 !important;
  border-color: #f27120 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff3631;
  color: #ff3631;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d90500 !important;
  background-color: transparent !important;
  border-color: #d90500 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3631 !important;
  border-color: #ff3631 !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: #f27120 !important;
}
.text-secondary {
  color: #71818e !important;
}
.text-success {
  color: #ffd751 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f27120 !important;
}
.text-danger {
  color: #ff3631 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a34509 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #444d55 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #eab400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a34509 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ca0500 !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: #f27120;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  ;
}
.alert-warning {
  background-color: #f27120;
}
.alert-danger {
  background-color: #ff3631;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f27120;
  border-color: #f27120;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f27120;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdece1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdece1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 300;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.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: #f27120 !important;
}
.form-control:-webkit-input-placeholder {
 font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 300;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f27120;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f27120;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f27120;
}
.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: #f27120;
  border-bottom-color: #f27120;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f27120 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #71818e !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='%23f27120' %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;
}
.lang-mbr-section-btn .btn,
.lang-mbr-section-btn-main .btn {
  border-radius: .3rem !important;
  padding: 3px 16px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.lang-mbr-section-btn .btn .mbr-iconfont,
.lang-mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #f27120 !important;
  transition: all 0.3s ease-in-out;
}
.lang-mbr-section-btn .btn:hover .mbr-iconfont,
.lang-mbr-section-btn-main .btn:hover .mbr-iconfont,
.lang-mbr-section-btn .btn:focus .mbr-iconfont,
.lang-mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.lang-mbr-section-btn .btn-info,
.lang-mbr-section-btn-main .btn-info {
  color: #f27120 !important;
}
.lang-mbr-section-btn .btn-info-outline:hover,
.lang-mbr-section-btn-main .btn-info-outline:hover,
.lang-mbr-section-btn .btn-info-outline:focus,
.lang-mbr-section-btn-main .btn-info-outline:focus {
   !important;
  color: #f27120 !important;
}











.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #f27120 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #f27120 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
   !important;
  color: #f27120 !important;
}
img {
  border-radius: .3rem ;
}


#Home .ws-title {
  max-width: 1267px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 46px !important;
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
}
@media (max-width: 1267px) {
  #Home .ws-title {
    font-size: 48px !important;
  }
}
.cid-u14CBbMONB {
  background-color: #51545f;
  position: relative;
}
.cid-u14CBbMONB::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,#aabbc9 30%,#e8e8e8 )!important;
}
.cid-u14CBbMONB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CBbMONB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14CBbMONB .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14CBbMONB .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14CBbMONB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CBbMONB .container {
    padding: 0 16px;
  }
}
.cid-u14CBbMONB .card {
  justify-content: center;
  align-items: center;
}
.cid-u14CBbMONB .card:first-child {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u14CBbMONB .content-wrapper {
    margin-bottom: 0;
    text-align: center;
  }
}
.cid-u14CBbMONB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u14CBbMONB .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14CBbMONB .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u14CBbMONB .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u14CBbMONB .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-u14CBbMONB .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-u14CBbMONB .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-u14CBbMONB .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-u14CBbMONB .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-u14CBbMONB .mbr-section-title {
  color: #ffffff;
}
.cid-u14CBbMONB .mbr-text {
  color: #f4f4f4;
  text-align: left;
}
.cid-u14CBbMONB .mbr-section-title,
.cid-u14CBbMONB .mbr-section-btn {
  color: #f27120;
  text-align: left;
}
.cid-uw8L9ccuA8 {
  padding-top: 45px;
  padding-bottom: 120px;
  ;
}
.cid-uw8L9ccuA8 .mbr-text {
  color: #767676;
}
.cid-uw8L9ccuA8 .font2 {
  font: 30px;
}
.cid-uw8L9ccuA8 .card-subtitle {
  margin: 0;
}
.cid-uw8L9ccuA8 .link {
  margin: 0;
}
.cid-uw8L9ccuA8 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uw8L9ccuA8 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uw8L9ccuA8 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uw8L9ccuA8 .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uw8L9ccuA8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uw8L9ccuA8 .date {
  margin: 0;
}
.cid-uw8L9ccuA8 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uw8L9ccuA8 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uw8L9ccuA8 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uw8L9ccuA8 .card-img:hover:before {
  opacity: 0.4;
}
.cid-uw8L9ccuA8 .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uw8L9ccuA8 .icon-box {
    flex-direction: column;
  }
  .cid-uw8L9ccuA8 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uw8L9ccuA8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uw8L9ccuA8 .card {
    margin-bottom: 3rem;
  }
}
.cid-uw8L9ccuA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw8L9ccuA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw8L9ccuA8 .mbr-text,
.cid-uw8L9ccuA8 .link {
  text-align: left;
}
.cid-uw8L9ccuA8 .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uw8L9ccuA8 .card {
    min-height: 400px;
  }
}
.cid-uw8L9ccuA8 .card-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cid-uw8L9ccuA8 .mbr-section-btn {
  margin-top: auto;
  padding-top: 20px;
}
.cid-uw3LICvSoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw3LICvSoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw3LICvSoX .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uw3LICvSoX .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uw3LICvSoX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uw3LICvSoX .container {
    padding: 0 16px;
  }
}
.cid-uw3LICvSoX .card {
  justify-content: center;
}
.cid-uw3LICvSoX .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uw3LICvSoX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uw3LICvSoX .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uw3LICvSoX .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uw3LICvSoX .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uw3LICvSoX .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uw3LICvSoX .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uw3LICvSoX .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uw3LICvSoX .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uw3LICvSoX .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uw3LICvSoX .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uw3LICvSoX .mbr-section-title {
  color: #ffffff;
}
.cid-uw3LICvSoX .mbr-text {
  color: #f4f4f4;
  text-align: left;
}
.cid-uw3LICvSoX .mbr-section-title,
.cid-uw3LICvSoX .mbr-section-btn {
  color: #f27120;
  text-align: center;
}
.cid-uwn6V6EN74 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  ;
}
.cid-uwn6V6EN74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwn6V6EN74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwn6V6EN74 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uwn6V6EN74 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uwn6V6EN74 .container {
    padding: 0 20px;
  }
}
.cid-uwn6V6EN74 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uwn6V6EN74 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uwn6V6EN74 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uwn6V6EN74 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uwn6V6EN74 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwn6V6EN74 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uwn6V6EN74 .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 60%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 340px;
}
@media (max-width: 992px) {
  .cid-uwn6V6EN74 .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uwn6V6EN74 .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uwn6V6EN74 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uwn6V6EN74 .mbr-section-title {
  color: #000000;
}
.cid-uwn6V6EN74 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uwn6V6EN74 .mbr-text,
.cid-uwn6V6EN74 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwn6V6EN74 .mbr-section-title,
.cid-uwn6V6EN74 .mbr-section-btn,
.cid-uwn6V6EN74 .image-wrapper {
  text-align: center;
}
.cid-uIiODPjMKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-uIiODPjMKM .mbr-text {
  color: #1B1F0A;
}
.cid-uEy4HVSEsA .dropdown-item:before {
  font-family: MobiriseIcons !important;
 
  display: inline-block;
  width: 0;
  position: absolute;
  
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEy4HVSEsA .nav-item:focus,
.cid-uEy4HVSEsA .nav-link:focus {
  outline: none;
}
.cid-uEy4HVSEsA .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uEy4HVSEsA .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  padding: 0  !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1.5rem !important;
  color: var(--text-color);
  pointer-events: none;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEy4HVSEsA .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uEy4HVSEsA .dropdown .dropdown-menu .dropdown-item:active,
.cid-uEy4HVSEsA .dropdown .dropdown-menu .dropdown-item:focus {
  color: #f27120 !important;
  
}
.cid-uEy4HVSEsA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEy4HVSEsA .dropdown .dropdown-menu .dropdown-item .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
  display: none !important;
}
.cid-uEy4HVSEsA .dropdown .dropdown-menu .dropdown-item .dropdown-toggle[aria-expanded="false"] + .dropdown-menu {
  display: block !important;
}
.cid-uEy4HVSEsA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEy4HVSEsA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEy4HVSEsA .navbar-caption:hover {
  color: inherit !important;
}
.cid-uEy4HVSEsA .container {
  max-width: 1380px;
}
.cid-uEy4HVSEsA .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uEy4HVSEsA .nav-link {
  
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uEy4HVSEsA .nav-link:hover,
.cid-uEy4HVSEsA .nav-link:active,
.cid-uEy4HVSEsA .nav-link:focus {
  border-bottom: 3px solid #f27120;
  color: #f27120 !important;
}
.cid-uEy4HVSEsA .navbar {
  --text-color: #fff;
  --bg-color: transparent;
  background: var(--bg-color);
  transition: all 0.3s ease;
}
.cid-uEy4HVSEsA .navbar .nav-link,
.cid-uEy4HVSEsA .navbar .icons-menu span {
  color: var(--text-color);
  transition: color 0.3s ease;
}
.cid-uEy4HVSEsA .navbar .nav-link:hover,
.cid-uEy4HVSEsA .navbar .icons-menu span:hover,
.cid-uEy4HVSEsA .navbar .nav-link:active,
.cid-uEy4HVSEsA .navbar .icons-menu span:active,
.cid-uEy4HVSEsA .navbar .nav-link:focus,
.cid-uEy4HVSEsA .navbar .icons-menu span:focus {
  color: #f27120 !important;
}
.cid-uEy4HVSEsA .navbar.navbar-short {
  --text-color: #000;
  --bg-color: #fff;
  box-shadow: 0 0 10px rgba(150, 150, 150, 0.3);
  
  min-height: 60px;
}
.cid-uEy4HVSEsA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uEy4HVSEsA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uEy4HVSEsA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uEy4HVSEsA .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEy4HVSEsA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEy4HVSEsA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEy4HVSEsA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uEy4HVSEsA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEy4HVSEsA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEy4HVSEsA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEy4HVSEsA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEy4HVSEsA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEy4HVSEsA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEy4HVSEsA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEy4HVSEsA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEy4HVSEsA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEy4HVSEsA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEy4HVSEsA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEy4HVSEsA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEy4HVSEsA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEy4HVSEsA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEy4HVSEsA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEy4HVSEsA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEy4HVSEsA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEy4HVSEsA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEy4HVSEsA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEy4HVSEsA .icons-menu span {
  color: #ed6436 !important;
}
.cid-uEy4HVSEsA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEy4HVSEsA .collapsed .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: none;
  transition: none;
}
.cid-uEy4HVSEsA .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEy4HVSEsA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEy4HVSEsA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEy4HVSEsA .dropdown-item.active,
.cid-uEy4HVSEsA .dropdown-item:active {
  background-color: transparent;
}
.cid-uEy4HVSEsA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEy4HVSEsA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEy4HVSEsA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEy4HVSEsA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  left: 10px;
  transition: background 0.3s ease;
}
.cid-uEy4HVSEsA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEy4HVSEsA .navbar.navbar-short.navbar-expand-lg .dropdown .dropdown-menu {
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uEy4HVSEsA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEy4HVSEsA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEy4HVSEsA .navbar-buttons {
  text-align: center;
}
.cid-uEy4HVSEsA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEy4HVSEsA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.cid-uEy4HVSEsA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uEy4HVSEsA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uEy4HVSEsA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uEy4HVSEsA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uEy4HVSEsA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uEy4HVSEsA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uEy4HVSEsA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uEy4HVSEsA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uEy4HVSEsA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uEy4HVSEsA a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uEy4HVSEsA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEy4HVSEsA .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEy4HVSEsA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEy4HVSEsA .navbar {
    height: 77px;
  }
  .cid-uEy4HVSEsA .navbar.opened {
    height: auto;
  }
  .cid-uEy4HVSEsA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEy4HVSEsA .dropdown-item {
  pointer-events: all !important;
}
.cid-uFX3pJHwQP {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/kl1-2000x1049.png-2000x1049.png");
  
}
.cid-uFX3pJHwQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFX3pJHwQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFX3pJHwQP .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uFX3pJHwQP .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJHwQP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJHwQP .container {
    padding: 0 16px;
  }
}
.cid-uFX3pJHwQP .content-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uFX3pJHwQP .content-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFX3pJHwQP .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  display: inline-flex;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uFX3pJHwQP .content-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJHwQP .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFX3pJHwQP .content-wrapper .text-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFX3pJHwQP .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 32px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uFX3pJHwQP .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJHwQP .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFX3pJHwQP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uFX3pJHwQP .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin: 200px 0 0 0;
}
.cid-uFX3pJHwQP .content-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uFX3pJHwQP .content-wrapper img {
    width: 100%;
    height: 400px;
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
.cid-uFX3pJHwQP .mbr-section-title {
  color: #ffffff;
}
.cid-uFX3pJHwQP .mbr-text {
  color: #f4f4f4;
}
.cid-uFX3pJHwQP .mbr-desc {
  color: #000000;
}
.cid-uFX3pJHwQP .mbr-section-title,
.cid-uFX3pJHwQP .mbr-section-btn,
.cid-uFX3pJHwQP .title-wrap {
  color: #f27120;
}
.cid-uFX3pJHwQP .mbr-text,
.cid-uFX3pJHwQP .text-wrap {
  color: #000000;
}
.cid-uFX3pJI1vz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uFX3pJI1vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFX3pJI1vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFX3pJI1vz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uFX3pJI1vz .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJI1vz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJI1vz .container {
    padding: 0 16px;
  }
}
.cid-uFX3pJI1vz .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFX3pJI1vz .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFX3pJI1vz .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uFX3pJI1vz .desc-wrapper {
    padding: 0;
  }
}
.cid-uFX3pJI1vz .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uFX3pJI1vz .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #53b3cb, #f9c22e);
}
.cid-uFX3pJI1vz .image-wrapper {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uFX3pJI1vz .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFX3pJI1vz .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFX3pJI1vz .image-wrapper img {
    height: 350px;
  }
}
.cid-uFX3pJI1vz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFX3pJI1vz .mbr-section-title {
  color: #000000;
}
.cid-uFX3pJI1vz .mbr-desc {
  color: #1c1c1c;
}
.cid-uFX3pJI1vz .mbr-text {
  color: #000000;
}
.cid-uFX3pJI1vz .mbr-desc,
.cid-uFX3pJI1vz .desc-wrapper {
  color: #000000;
}
.cid-uFX3pJJJGe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/gptempdownload-11.jpg-2000x1500.jpg");
}
.cid-uFX3pJJJGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFX3pJJJGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFX3pJJJGe .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uFX3pJJJGe .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJJJGe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJJJGe .container {
    padding: 0 16px;
  }
}
.cid-uFX3pJJJGe .content-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uFX3pJJJGe .content-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFX3pJJJGe .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uFX3pJJJGe .content-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFX3pJJJGe .content-wrapper .text-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFX3pJJJGe .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFX3pJJJGe .content-wrapper .text-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFX3pJJJGe .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uFX3pJJJGe .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin: 200px 0 0 0;
}
.cid-uFX3pJJJGe .content-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uFX3pJJJGe .content-wrapper img {
    width: 100%;
    height: 400px;
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
.cid-uFX3pJJJGe .mbr-section-title {
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-uFX3pJJJGe .mbr-text {
  color: #f4f4f4;
}
.cid-uFX3pJJJGe .mbr-desc {
  color: #ffffff;
}
.cid-uFX3pJJJGe .mbr-text,
.cid-uFX3pJJJGe .text-wrap {
  text-align: center;
  color: #000000;
}
.cid-uFX3pJJJGe .mbr-section-title,
.cid-uFX3pJJJGe .mbr-section-btn,
.cid-uFX3pJJJGe .title-wrap {
  text-align: center;
  color: #f27120;
}
.cid-uFX3pJJYuo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uFX3pJJYuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFX3pJJYuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFX3pJJYuo .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uFX3pJJYuo .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJJYuo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFX3pJJYuo .container {
    padding: 0 16px;
  }
}
.cid-uFX3pJJYuo .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uFX3pJJYuo .row .item {
  padding: 0 24px;
}
.cid-uFX3pJJYuo .row .item:first-child {
  margin-bottom: 0;
}
.cid-uFX3pJJYuo .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFX3pJJYuo .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFX3pJJYuo .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFX3pJJYuo .item {
    margin-bottom: 32px;
  }
}
.cid-uFX3pJJYuo .item:hover .item-wrapper .item-img img,
.cid-uFX3pJJYuo .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-uFX3pJJYuo .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 24px;
}
.cid-uFX3pJJYuo .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uFX3pJJYuo .item .item-wrapper .item-content .card-date {
  margin-bottom: 16px;
}
.cid-uFX3pJJYuo .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFX3pJJYuo .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-uFX3pJJYuo .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-uFX3pJJYuo .mbr-section-title {
  color: #000000;
}
.cid-uFX3pJJYuo .card-title {
  color: #1c1c1c;
}
.cid-uFX3pJJYuo .card-date {
  color: #F9C22E;
}
.cid-uFX3pJJYuo .card-title,
.cid-uFX3pJJYuo .mbr-section-btn {
  color: #000000;
}
.cid-uFXNn8ncdr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dji-0124.jpg-2000x1332(1) copy.jpg");
}
.cid-uFXNn8ncdr .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uFXNn8ncdr .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uFXNn8ncdr .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uFXNn8ncdr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFXNn8ncdr .container {
    padding: 0 16px;
  }
}
.cid-uFXNn8ncdr .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFXNn8ncdr .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFXNn8ncdr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uFXNn8ncdr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFXNn8ncdr .embla__slide .slide-content {
  width: 100%;
}
.cid-uFXNn8ncdr .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  min-height: 615px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 58px 28px;
  background-color: #cadfefa8;
  border-radius: 0.3rem !important;
}
@media (max-width: 992px) {
  .cid-uFXNn8ncdr .embla__slide .slide-content .item-wrapper {
    padding: 36px 18px;
    min-height: 415px;
  }
}
.cid-uFXNn8ncdr .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uFXNn8ncdr .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFXNn8ncdr .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uFXNn8ncdr .embla__slide .slide-content .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFXNn8ncdr .embla__slide .slide-content .item-wrapper .icon-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uFXNn8ncdr .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 134px;
  display: inline-flex;
  color: #000000;
}
.cid-uFXNn8ncdr .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-number {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uFXNn8ncdr .embla__button--next,
.cid-uFXNn8ncdr .embla__button--prev {
  display: flex;
}
.cid-uFXNn8ncdr .embla__button {
  top: 2rem;
  width: 85px;
  height: 52px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0.3rem;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uFXNn8ncdr .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-uFXNn8ncdr .embla__button:hover {
  opacity: 1 !important;
}
.cid-uFXNn8ncdr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uFXNn8ncdr .embla__button.embla__button--next {
  left: 6rem;
}
.cid-uFXNn8ncdr .embla {
  position: relative;
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 992px) {
  .cid-uFXNn8ncdr .embla {
    padding-top: 100px;
  }
}
.cid-uFXNn8ncdr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFXNn8ncdr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFXNn8ncdr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFXNn8ncdr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFXNn8ncdr .item-title {
  color: #000000;
}
.cid-uFXNn8ncdr .mbr-text {
  color: #000000;
}
.cid-uFXNn8ncdr .mbr-number {
  color: #000000;
}


#wowslider-29 .ws-title {
  max-width: 1267px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 52px !important;
}
@media (max-width: 1267px) {
  #wowslider-29 .ws-title {
    font-size: 48px !important;
  }
}
.cid-uFi8oyQLni {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uFi8oyQLni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFi8oyQLni .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-uFi8oyQLni .container {
    padding: 0 20px;
  }
}
.cid-uFi8oyQLni .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uFi8oyQLni .card {
  padding: 0;
}
.cid-uFi8oyQLni .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uFi8oyQLni .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-uFi8oyQLni .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.cid-uFi8oyQLni .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFi8oyQLni .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uFi8oyQLni .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFi8oyQLni .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFi8oyQLni .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uFi8oyQLni .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFi8oyQLni .mbr-text {
  color: #1d1d1d;
}
.cid-uFiGgjjHLO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  ;
}
.cid-uFiGgjjHLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFiGgjjHLO .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-uFiGgjjHLO .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFiGgjjHLO .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFiGgjjHLO .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFiGgjjHLO .image-wrapper img {
    height: 300px;
  }
}
.cid-uFiGgjjHLO .card-wrapper {
  margin-top: 15%;
  padding-top: 90px;
  background-color: #143c46;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uFiGgjjHLO .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFiGgjjHLO .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uFiGgjjHLO .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-uFiGgjjHLO .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uFiGgjjHLO .card-wrapper .mbr-text {
  padding: 0 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-uFiGgjjHLO .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uFiGgjjHLO .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uFiGgjjHLO .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  ;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uFiGgjjHLO .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uFiGgjjHLO .mbr-section-title {
  color: #ffffff;
}
.cid-uFiGgjjHLO .mbr-text {
  color: #ffffff;
}
.cid-uFiGgjjHLO .icon-wrapper {
  text-align: right;
}
.cid-uFWB3XHw78 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffe7d8;
}
.cid-uFWB3XHw78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFWB3XHw78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFWB3XHw78 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-uFWB3XHw78 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uFWB3XHw78 .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-uFWB3XHw78 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uFWB3XHw78 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-uFWB3XHw78 .social-row {
  text-align: center;
}
.cid-uFWB3XHw78 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uFWB3XHw78 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uFWB3XHw78 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uFWB3XHw78 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uFWB3XHw78 .mbr-role,
.cid-uFWB3XHw78 .social-row {
  color: #353535;
}
.cid-uFWB3XHw78 .dropdown-container {
  position: relative;
  display: inline-block;
}
.cid-uFWB3XHw78 .profile-dropdown {
  position: relative;
  top: 100%;
  left: 50%;
  z-index: 1000;
  width: 900px;
  max-width: 90vw;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
  margin-top: 10px;
}
.cid-uFWB3XHw78 .profile-dropdown.active {
  visibility: visible;
  opacity: 1;
  display: block;
  max-height: 1000px;
}
.cid-uFWB3XHw78 .profile-dropdown.active::before {
  opacity: 1;
  z-index: 999;
}
.cid-uFWB3XHw78 .btn-primary:focus + .profile-dropdown,
.cid-uFWB3XHw78 .profile-dropdown:hover {
  visibility: visible;
  opacity: 1;
}
.cid-uFWB3XHw78 .dropdown-content {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  min-width: auto;
  margin-top: 5px;
  overflow: auto;
  max-width: 100%;
  margin: 20px 0;
  width: 100%;
}
.cid-uFWB3XHw78 h4 {
  white-space: normal;
  word-wrap: break-word;
  max-width: 800px;
  line-height: 1.5;
}
.cid-uFWB3XHw78 .dropdown-content img {
  float: left;
  width: 30%;
  max-width: 180px;
  height: auto;
  margin: 0 25px 20px 0;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uFWB3XHw78 .dropdown-content h4 {
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
  white-space: normal;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}
.cid-uFWB3XHw78 .dropdown-content h3 {
font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  white-space: normal;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}
.cid-uFWB3XHw78 .dropdown-content p {
  line-height: 1.6;
  color: #666;
}
.cid-uFWB3XHw78 .people4 {
  position: relative;
}
.cid-uFWB3XHw78 .people4.active-section {
  transition: height 0.3s ease;
  overflow: visible;
}
.cid-uFWB3XHw78 .col-sm-6.col-lg-2.col-md-4 {
  position: static;
  overflow: visible;
}
.cid-uFWB3XHw78 .people-name h5 {
  white-space: nowrap;
  font-size: 1.55em;
}
.cid-uFS8Pqds94 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f4f4f4;
}
.cid-uFS8Pqds94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFS8Pqds94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFS8Pqds94 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-uFS8Pqds94 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uFS8Pqds94 .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-uFS8Pqds94 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uFS8Pqds94 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-uFS8Pqds94 .social-row {
  text-align: center;
}
.cid-uFS8Pqds94 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uFS8Pqds94 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uFS8Pqds94 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uFS8Pqds94 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uFS8Pqds94 .mbr-role,
.cid-uFS8Pqds94 .social-row {
  color: #353535;
}
.cid-uFS8Pqds94 .dropdown-container {
  position: relative;
  display: inline-block;
}
.cid-uFS8Pqds94 .profile-dropdown {
  position: relative;
  top: 100%;
  left: 50%;
  z-index: 1000;
  width: 900px;
  max-width: 90vw;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
  margin-top: 10px;
}
.cid-uFS8Pqds94 .profile-dropdown.active {
  visibility: visible;
  opacity: 1;
  display: block;
  max-height: 1000px;
}
.cid-uFS8Pqds94 .profile-dropdown.active::before {
  opacity: 1;
  z-index: 999;
}
.cid-uFS8Pqds94 .btn-primary:focus + .profile-dropdown,
.cid-uFS8Pqds94 .profile-dropdown:hover {
  visibility: visible;
  opacity: 1;
}
.cid-uFS8Pqds94 .dropdown-content {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  min-width: auto;
  margin-top: 5px;
  overflow: auto;
  max-width: 100%;
  margin: 20px 0;
  width: 100%;
}
.cid-uFS8Pqds94 h4 {
  white-space: normal;
  word-wrap: break-word;
  max-width: 800px;
  line-height: 1.5;
}
.cid-uFS8Pqds94 .dropdown-content img {
  float: left;
  width: 30%;
  max-width: 180px;
  height: auto;
  margin: 0 25px 20px 0;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uFS8Pqds94 .dropdown-content h4 {
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
  white-space: normal;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}
.cid-uFS8Pqds94 .dropdown-content h3 {
font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  white-space: normal;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}
.cid-uFS8Pqds94 .dropdown-content p {
  line-height: 1.6;
  color: #666;
}
.cid-uFS8Pqds94 .people4 {
  position: relative;
}
.cid-uFS8Pqds94 .people4.active-section {
  transition: height 0.3s ease;
  overflow: visible;
}
.cid-uFS8Pqds94 .col-sm-6.col-lg-2.col-md-4 {
  position: static;
  overflow: visible;
}
.cid-uFS8Pqds94 .people-name h5 {
  white-space: nowrap;
  font-size: 1.55em;
}
.cid-uFS8Pqds94 .people-title h6 {
  font-size: 1.0em;
}
.cid-uGZOHSHTU6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ced9f4;
}
.cid-uGZOHSHTU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGZOHSHTU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGZOHSHTU6 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-uGZOHSHTU6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uGZOHSHTU6 .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-uGZOHSHTU6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uGZOHSHTU6 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-uGZOHSHTU6 .social-row {
  text-align: center;
}
.cid-uGZOHSHTU6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uGZOHSHTU6 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uGZOHSHTU6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uGZOHSHTU6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uGZOHSHTU6 .mbr-role,
.cid-uGZOHSHTU6 .social-row {
  color: #353535;
}
.cid-uGZOHSHTU6 .dropdown-container {
  position: relative;
  display: inline-block;
}
.cid-uGZOHSHTU6 .profile-dropdown {
  position: relative;
  top: 100%;
  left: 50%;
  z-index: 1000;
  width: 900px;
  max-width: 90vw;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
  margin-top: 10px;
}
.cid-uGZOHSHTU6 .profile-dropdown.active {
  visibility: visible;
  opacity: 1;
  display: block;
  max-height: 1000px;
}
.cid-uGZOHSHTU6 .profile-dropdown.active::before {
  opacity: 1;
  z-index: 999;
}
.cid-uGZOHSHTU6 .btn-primary:focus + .profile-dropdown,
.cid-uGZOHSHTU6 .profile-dropdown:hover {
  visibility: visible;
  opacity: 1;
}
.cid-uGZOHSHTU6 .dropdown-content {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  min-width: auto;
  margin-top: 5px;
  overflow: auto;
  max-width: 100%;
  margin: 20px 0;
  width: 100%;
}
.cid-uGZOHSHTU6 h4 {
  white-space: normal;
  word-wrap: break-word;
  max-width: 800px;
  line-height: 1.5;
}
.cid-uGZOHSHTU6 .dropdown-content img {
  float: left;
  width: 30%;
  max-width: 180px;
  height: auto;
  margin: 0 25px 20px 0;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uGZOHSHTU6 .dropdown-content h4 {
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
  white-space: normal;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}
.cid-uGZOHSHTU6 .dropdown-content h3 {
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  white-space: normal;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}
.cid-uGZOHSHTU6 .dropdown-content p {
  line-height: 1.6;
  color: #666;
}
.cid-uGZOHSHTU6 .people4 {
  position: relative;
}
.cid-uGZOHSHTU6 .people4.active-section {
  transition: height 0.3s ease;
  overflow: visible;
}
.cid-uGZOHSHTU6 .col-sm-6.col-lg-2.col-md-4 {
  position: static;
  overflow: visible;
}
.cid-uGZOHSHTU6 .people-name h5 {
  white-space: nowrap;
  font-size: 1.55em;
}
.cid-uGZOHSHTU6 .people-title h6 {
  font-size: 1.0em;
}


#wowslider-3x .ws-title {
  max-width: 1267px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 56px !important;
  font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
}
@media (max-width: 1267px) {
  #wowslider-3x .ws-title {
    font-size: 48px !important;
  }
}

.cid-uGwE5bwuA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGwE5bwuA1 .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-uGwE5bwuA1 .container {
    padding: 0 22px;
  }
}
.cid-uGwE5bwuA1 .row {
  justify-content: center;
}
.cid-uGwE5bwuA1 .row .card {
  justify-content: flex-end;
}
.cid-uGwE5bwuA1 .content-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uGwE5bwuA1 .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uGwE5bwuA1 .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uGwE5bwuA1 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uGwE5bwuA1 .item {
  padding: 0 8px;
  margin-bottom: 1px;
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 220px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uGwE5bwuA1 .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-uGwE5bwuA1 .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-img:hover::before,
.cid-uGwE5bwuA1 .item .item-wrapper .item-img:focus::before {
  opacity: .7;
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-img:hover img,
.cid-uGwE5bwuA1 .item .item-wrapper .item-img:focus img {
  filter: blur(1px);
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-img a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #ffffff;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #635d60;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uGwE5bwuA1 .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uGwE5bwuA1 .items-wrapper {
  margin: 0 -8px;
}
.cid-uGwE5bwuA1 .mbr-section-title {
  color: #000000;
}
.cid-uGwE5bwuA1 .mbr-text {
  color: #000000;
}
.cid-uGwE5bwuA1 .card-name {
  color: #000000;
}
.cid-uGwE5bwuA1 .card-role {
  color: #635d60;
}
.cid-uGwE5bwuA1 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGwE5bwuA1 .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uGCDoOOqtt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  
}
.cid-uGCDoOOqtt .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uGCDoOOqtt .wrapper {
    padding: 20px;
  }
}
.cid-uGCDoOOqtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCDoOOqtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCDoOOqtt .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uGCDoOOqtt .grid-header {
  grid-column: 1;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cid-uGCDoOOqtt .grid-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.cid-uGCDoOOqtt .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uGCDoOOqtt .label {
  font-weight: bold;
}
.cid-uGCDoOOqtt .value {
  background: white;
}
.cid-uGCDoOOqtt .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uGCDoOOqtt .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uGCDoOOqtt .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uGCDoOOqtt .empty {
  grid-column: 1;
}
.cid-uGCH4vC3QK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  
}
.cid-uGCH4vC3QK .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uGCH4vC3QK .wrapper {
    padding: 20px;
  }
}
.cid-uGCH4vC3QK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCH4vC3QK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCH4vC3QK .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uGCH4vC3QK .grid-header {
  grid-column: 1;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cid-uGCH4vC3QK .grid-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.cid-uGCH4vC3QK .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uGCH4vC3QK .label {
  font-weight: bold;
}
.cid-uGCH4vC3QK .value {

}
.cid-uGCH4vC3QK .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uGCH4vC3QK .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uGCH4vC3QK .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uGCH4vC3QK .empty {
  grid-column: 1;
}
.cid-uGCJk0nAhs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  ;
}
.cid-uGCJk0nAhs .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uGCJk0nAhs .wrapper {
    padding: 20px;
  }
}
.cid-uGCJk0nAhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCJk0nAhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCJk0nAhs .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uGCJk0nAhs .grid-header {
  grid-column: 1;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cid-uGCJk0nAhs .grid-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.cid-uGCJk0nAhs .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uGCJk0nAhs .label {
  font-weight: bold;
}
.cid-uGCJk0nAhs .value {
  background: white;
}
.cid-uGCJk0nAhs .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uGCJk0nAhs .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uGCJk0nAhs .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uGCJk0nAhs .empty {
  grid-column: 1;
}
.cid-uGCJk0nAhs .grid-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
}
.cid-uGCJk0nAhs .percentage-2 {
  grid-column: 3;
  background: white;
  text-align: center;
}
.cid-uGCNPXKS1e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  
}
.cid-uGCNPXKS1e .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uGCNPXKS1e .wrapper {
    padding: 20px;
  }
}
.cid-uGCNPXKS1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCNPXKS1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCNPXKS1e .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uGCNPXKS1e .grid-header {
  grid-column: 1;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cid-uGCNPXKS1e .grid-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.cid-uGCNPXKS1e .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uGCNPXKS1e .label {
  font-weight: bold;
}
.cid-uGCNPXKS1e .value {
  background: white;
}
.cid-uGCNPXKS1e .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uGCNPXKS1e .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uGCNPXKS1e .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uGCNPXKS1e .empty {
  grid-column: 1;
}
.cid-uGCNPXKS1e .grid-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
}
.cid-uGCNPXKS1e .percentage-2 {
  grid-column: 3;
  background: white;
  text-align: center;
}
.cid-uGD10jtQ4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
}
.cid-uGD10jtQ4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGD10jtQ4V .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-uGD10jtQ4V .container {
    padding: 0 16px;
  }
}
.cid-uGD10jtQ4V .row {
  justify-content: space-between;
}
.cid-uGD10jtQ4V .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uGD10jtQ4V .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGD10jtQ4V .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGD10jtQ4V .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uGD10jtQ4V .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uGD10jtQ4V .image-wrapper img {
    height: 350px;
  }
}
.cid-uGD10jtQ4V .mbr-desc {
  color: #706cff;
}
.cid-uGD10jtQ4V .mbr-section-title {
  color: #000000;
}
.cid-uGD10jtQ4V .mbr-text {
  color: #000000;
}
.cid-uGD1FwmbsL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  
}
.cid-uGD1FwmbsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGD1FwmbsL .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-uGD1FwmbsL .container {
    padding: 0 16px;
  }
}
.cid-uGD1FwmbsL .row {
  justify-content: space-between;
}
.cid-uGD1FwmbsL .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGD1FwmbsL .row .card {
    padding-bottom: 32px;
  }
  .cid-uGD1FwmbsL .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-uGD1FwmbsL .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uGD1FwmbsL .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uGD1FwmbsL .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGD1FwmbsL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGD1FwmbsL .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-uGD1FwmbsL .card-title {
  color: #1c1c1c;
}
.cid-uGD1FwmbsL .card-text {
  color: #1c1c1c;
}
.cid-uGD1FwmbsL .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uGD1FwmbsL .wrapper {
    padding: 20px;
  }
}
.cid-uGD1FwmbsL .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uGD1FwmbsL .grid-header {
  grid-column: 1;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cid-uGD1FwmbsL .grid-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.cid-uGD1FwmbsL .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uGD1FwmbsL .label {
  font-weight: bold;
}
.cid-uGD1FwmbsL .value {
  background: white;
}
.cid-uGD1FwmbsL .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uGD1FwmbsL .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uGD1FwmbsL .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uGD1FwmbsL .empty {
  grid-column: 1;
}
.cid-uGD72LsUNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
}
.cid-uGD72LsUNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGD72LsUNk .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-uGD72LsUNk .container {
    padding: 0 16px;
  }
}
.cid-uGD72LsUNk .row {
  justify-content: space-between;
}
.cid-uGD72LsUNk .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGD72LsUNk .row .card {
    padding-bottom: 32px;
  }
  .cid-uGD72LsUNk .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-uGD72LsUNk .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uGD72LsUNk .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uGD72LsUNk .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGD72LsUNk .image-wrapper {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
.cid-uGD72LsUNk .image-wrapper img {
  height: 700px;
  width: 450px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 292px) {
  .cid-uGD72LsUNk .image-wrapper img {
    height: 350px;
  }
}
.cid-uGD72LsUNk .card-title {
  color: #1c1c1c;
}
.cid-uGD72LsUNk .card-text {
  color: #1c1c1c;
}
.cid-uGD72LsUNk .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uGD72LsUNk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGD72LsUNk .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGD72LsUNk .mbr-desc {
  color: #706cff;
}
.cid-uGD72LsUNk .mbr-section-title {
  color: #000000;
}
.cid-uGD72LsUNk .mbr-text {
  color: #000000;
}
.cid-uHWC5nejVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  
}
.cid-uHWC5nejVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWC5nejVX .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-uHWC5nejVX .container {
    padding: 0 16px;
  }
}
.cid-uHWC5nejVX .row {
  justify-content: space-between;
}
.cid-uHWC5nejVX .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHWC5nejVX .row .card {
    padding-bottom: 32px;
  }
  .cid-uHWC5nejVX .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-uHWC5nejVX .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uHWC5nejVX .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uHWC5nejVX .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHWC5nejVX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHWC5nejVX .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-uHWC5nejVX .card-title {
  color: #1c1c1c;
}
.cid-uHWC5nejVX .card-text {
  color: #1c1c1c;
}
.cid-uHWC5nejVX .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uHWC5nejVX .wrapper {
    padding: 20px;
  }
}
.cid-uHWC5nejVX .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uHWC5nejVX .grid-header {
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 2fr 1fr;
  background: #f5f5f5;
}
.cid-uHWC5nejVX .grid-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 2fr 1fr;
}
.cid-uHWC5nejVX .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uHWC5nejVX .label {
  font-weight: bold;
}
.cid-uHWC5nejVX .value {
  background: white;
}
.cid-uHWC5nejVX .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uHWC5nejVX .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uHWC5nejVX .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uHWC5nejVX .empty {
  grid-column: 1;
}
@media (max-width: 992px) {
  .cid-uHWC5nejVX .image-oman {
    margin-bottom: 32px;
  }
}
.cid-uHWC5nejVX .image-oman img {
  object-fit: cover;
  width: 50%;
}
.cid-uHXppZn2up {
  padding-top: 5rem;
  padding-bottom: 5rem;
  
}
.cid-uHXppZn2up .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXppZn2up .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-uHXppZn2up .container {
    padding: 0 16px;
  }
}
.cid-uHXppZn2up .row {
  justify-content: space-between;
}
.cid-uHXppZn2up .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHXppZn2up .row .card {
    padding-bottom: 32px;
  }
  .cid-uHXppZn2up .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-uHXppZn2up .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uHXppZn2up .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uHXppZn2up .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHXppZn2up .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHXppZn2up .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-uHXppZn2up .card-title {
  color: #1c1c1c;
}
.cid-uHXppZn2up .card-text {
  color: #1c1c1c;
}
.cid-uHXppZn2up .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uHXppZn2up .wrapper {
    padding: 20px;
  }
}
.cid-uHXppZn2up .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uHXppZn2up .grid-header {
  grid-column: 1;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cid-uHXppZn2up .grid-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.cid-uHXppZn2up .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uHXppZn2up .label {
  font-weight: bold;
}
.cid-uHXppZn2up .value {
  background: white;
}
.cid-uHXppZn2up .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uHXppZn2up .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uHXppZn2up .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uHXppZn2up .empty {
  grid-column: 1;
}
.cid-uHXsVpBRup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  
}
.cid-uHXsVpBRup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXsVpBRup .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-uHXsVpBRup .container {
    padding: 0 16px;
  }
}
.cid-uHXsVpBRup .row {
  justify-content: space-between;
}
.cid-uHXsVpBRup .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHXsVpBRup .row .card {
    padding-bottom: 32px;
  }
  .cid-uHXsVpBRup .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-uHXsVpBRup .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uHXsVpBRup .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uHXsVpBRup .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHXsVpBRup .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHXsVpBRup .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-uHXsVpBRup .card-title {
  color: #1c1c1c;
}
.cid-uHXsVpBRup .card-text {
  color: #1c1c1c;
}
.cid-uHXsVpBRup .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uHXsVpBRup .wrapper {
    padding: 20px;
  }
}
.cid-uHXsVpBRup .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uHXsVpBRup .grid-header {
  grid-column: 1;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cid-uHXsVpBRup .grid-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.cid-uHXsVpBRup .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uHXsVpBRup .label {
  font-weight: bold;
}
.cid-uHXsVpBRup .value {
  background: white;
}
.cid-uHXsVpBRup .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uHXsVpBRup .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uHXsVpBRup .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uHXsVpBRup .empty {
  grid-column: 1;
}
.cid-uI1lll92nc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  
}
.cid-uI1lll92nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI1lll92nc .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-uI1lll92nc .container {
    padding: 0 16px;
  }
}
.cid-uI1lll92nc .row {
  justify-content: space-between;
}
.cid-uI1lll92nc .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uI1lll92nc .row .card {
    padding-bottom: 32px;
  }
  .cid-uI1lll92nc .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-uI1lll92nc .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uI1lll92nc .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI1lll92nc .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uI1lll92nc .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uI1lll92nc .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-uI1lll92nc .card-title {
  color: #1c1c1c;
}
.cid-uI1lll92nc .card-text {
  color: #1c1c1c;
}
.cid-uI1lll92nc .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uI1lll92nc .wrapper {
    padding: 20px;
  }
}
.cid-uI1lll92nc .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uI1lll92nc .grid-header {
  grid-column: 1;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cid-uI1lll92nc .grid-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.cid-uI1lll92nc .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uI1lll92nc .label {
  font-weight: bold;
}
.cid-uI1lll92nc .value {
  background: white;
}
.cid-uI1lll92nc .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uI1lll92nc .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uI1lll92nc .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uI1lll92nc .empty {
  grid-column: 1;
}
.cid-uI1nr23XsR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  
}
.cid-uI1nr23XsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI1nr23XsR .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-uI1nr23XsR .container {
    padding: 0 16px;
  }
}
.cid-uI1nr23XsR .row {
  justify-content: space-between;
}
.cid-uI1nr23XsR .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uI1nr23XsR .row .card {
    padding-bottom: 32px;
  }
  .cid-uI1nr23XsR .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-uI1nr23XsR .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uI1nr23XsR .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI1nr23XsR .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uI1nr23XsR .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uI1nr23XsR .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-uI1nr23XsR .card-title {
  color: #1c1c1c;
}
.cid-uI1nr23XsR .card-text {
  color: #1c1c1c;
}
.cid-uI1nr23XsR .wrapper {
  padding: 70px 90px;
  box-sizing: border-box;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uI1nr23XsR .wrapper {
    padding: 20px;
  }
}
.cid-uI1nr23XsR .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid #ddd;
  width: 100%;
}
.cid-uI1nr23XsR .grid-header {
  grid-column: 1;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cid-uI1nr23XsR .grid-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.cid-uI1nr23XsR .grid-cell {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.cid-uI1nr23XsR .label {
  font-weight: bold;
}
.cid-uI1nr23XsR .value {
  background: white;
}
.cid-uI1nr23XsR .section-title {
  grid-column: 2;
  font-weight: bold;
  text-align: center;
}
.cid-uI1nr23XsR .company {
  grid-column: 1;
  min-width: 300px;
  width: 70%;
}
.cid-uI1nr23XsR .percentage {
  grid-column: 2;
  background: white;
  text-align: center;
}
.cid-uI1nr23XsR .empty {
  grid-column: 1;
}


#wowslider-4t .ws-title {
  max-width: 1267px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 56px !important;
font-family: 'Inter_24pt-Regular',"PingFang SC", "Microsoft Yahei";
}
@media (max-width: 1267px) {
  #wowslider-4t .ws-title {
    font-size: 48px !important;
  }
}
.cid-uGDnVjC6FS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
}
.cid-uGDnVjC6FS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDnVjC6FS .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-uGDnVjC6FS .container {
    padding: 0 16px;
  }
}
.cid-uGDnVjC6FS .row {
  justify-content: space-between;
}
.cid-uGDnVjC6FS .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uGDnVjC6FS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGDnVjC6FS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGDnVjC6FS .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uGDnVjC6FS .image-wrapper img {
  height: 450px;
  width: 700px ;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uGDnVjC6FS .image-wrapper img {
    height: 350px;
  }
}
.cid-uGDnVjC6FS .mbr-desc {
  color: #706cff;
}
.cid-uGDnVjC6FS .mbr-section-title {
  color: #000000;
}
.cid-uGDnVjC6FS .mbr-text {
  color: #000000;
}
.cid-uGDrdwyLdU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  ;
}
.cid-uGDrdwyLdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDrdwyLdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uGDrdwyLdU .container {
    padding: 0 16px;
  }
}
.cid-uGDrdwyLdU .row {
  position: relative;
  justify-content: space-between;
}
.cid-uGDrdwyLdU .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uGDrdwyLdU .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGDrdwyLdU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGDrdwyLdU .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGDrdwyLdU .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uGDrdwyLdU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGDrdwyLdU .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uGDrdwyLdU .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGDrdwyLdU .image-wrapper img {
    height: 350px;
  }
}
.cid-uGDrdwyLdU .mbr-section-title {
  color: #000000;
}
.cid-uGDrdwyLdU .mbr-text {
  color: #000000;
}
.cid-uGDvXldPEW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lqdpjxmzspd4rnfna8dnbqcwvo-xq9-l-bwhw2bqrv3raa-1280-960.jpg-1280x960.jpg");
}
.cid-uGDvXldPEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDvXldPEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGDvXldPEW .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGDvXldPEW .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uGDvXldPEW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGDvXldPEW .container {
    padding: 0 16px;
  }
}
.cid-uGDvXldPEW .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uGDvXldPEW .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uGDvXldPEW .item {
  margin-bottom: 32px;
}
.cid-uGDvXldPEW .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uGDvXldPEW .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uGDvXldPEW .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-uGDvXldPEW .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uGDvXldPEW .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uGDvXldPEW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGDvXldPEW .card-title {
  color: #f4f4f4;
}
.cid-uGDvXldPEW .card-text {
  color: #c1c1c1;
}
.cid-uGDvXldPEW .card-text,
.cid-uGDvXldPEW .text-wrap {
  color: #ffffff;
}
.cid-uGHr0W2CTZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  ;
}
.cid-uGHr0W2CTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHr0W2CTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uGHr0W2CTZ .container {
    padding: 0 16px;
  }
}
.cid-uGHr0W2CTZ .row {
  position: relative;
  justify-content: space-between;
}
.cid-uGHr0W2CTZ .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uGHr0W2CTZ .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGHr0W2CTZ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGHr0W2CTZ .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGHr0W2CTZ .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uGHr0W2CTZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGHr0W2CTZ .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uGHr0W2CTZ .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGHr0W2CTZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uGHr0W2CTZ .mbr-section-title {
  color: #000000;
}
.cid-uGHr0W2CTZ .mbr-text {
  color: #000000;
}
.cid-uGHLlO4b6x {
  padding-top: 2rem;
  padding-bottom: 12rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/environment-page.jpg-1920x1278.jpg");
}
.cid-uGHLlO4b6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHLlO4b6x .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-uGHLlO4b6x .container {
    padding: 0 16px;
  }
}
.cid-uGHLlO4b6x .row {
  justify-content: center;
}
.cid-uGHLlO4b6x .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGHLlO4b6x .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #71818e !important;
  color: #ffffff !important;
  border-color: #71818e !important;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f27120 !important;
  color: #ffffff !important;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #71818e !important;
  color: #ffffff !important;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffd751 !important;
  color: #ffffff !important;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #71818e !important;
  border-color: #ffffff !important;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f27120 !important;
  color: #ffffff !important;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff3631 !important;
  color: #ffffff !important;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-uGHLlO4b6x .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-uGHLlO4b6x .mbr-desc {
  color: #706cff;
}
.cid-uGHLlO4b6x .mbr-section-title {
  color: #000000;
}
.cid-uGHLlO4b6x .mbr-text {
  color: #000000;
}
.cid-uGHLlO4b6x .mbr-section-btn {
  text-align: center;
}
.cid-uGHNTIaZz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  ;
}
.cid-uGHNTIaZz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHNTIaZz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHNTIaZz5 .card {
  justify-content: center;
}
.cid-uGHNTIaZz5 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGHNTIaZz5 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uGHNTIaZz5 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGHNTIaZz5 .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uGHNTIaZz5 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGHNTIaZz5 .item {
    margin-bottom: 35px;
  }
}
.cid-uGHNTIaZz5 .item:hover .item-wrapper .item-img img,
.cid-uGHNTIaZz5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uGHNTIaZz5 .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uGHNTIaZz5 .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGHNTIaZz5 .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGHNTIaZz5 .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uGHNTIaZz5 .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uGHNTIaZz5 .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uGHNTIaZz5 .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGHNTIaZz5 .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uGHNTIaZz5 .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uGHNTIaZz5 .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uGHNTIaZz5 .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGHNTIaZz5 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uGHNTIaZz5 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uGHNTIaZz5 .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uGHNTIaZz5 .mbr-section-title {
  color: #000000;
}
.cid-uGHNTIaZz5 .item-desc {
  color: #000000;
}
.cid-uGHNTIaZz5 .item-text {
  color: #000000;
}
.cid-uGHNTIaZz5 .item-date {
  color: #000000;
}


.cid-uwvTzQoWLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwvTzQoWLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwvTzQoWLJ .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uwvTzQoWLJ .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uwvTzQoWLJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uwvTzQoWLJ .container {
    padding: 0 16px;
  }
}
.cid-uwvTzQoWLJ .card {
  justify-content: center;
}
.cid-uwvTzQoWLJ .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwvTzQoWLJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uwvTzQoWLJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uwvTzQoWLJ .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uwvTzQoWLJ .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uwvTzQoWLJ .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uwvTzQoWLJ .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uwvTzQoWLJ .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uwvTzQoWLJ .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uwvTzQoWLJ .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uwvTzQoWLJ .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uwvTzQoWLJ .mbr-section-title {
  color: #ffffff;
}
.cid-uwvTzQoWLJ .mbr-text {
  color: #f4f4f4;
  text-align: left;
}
.cid-uwvTzQoWLJ .mbr-section-title,
.cid-uwvTzQoWLJ .mbr-section-btn {
  color: #f27120;
  text-align: center;
}
.cid-uG8RRPhusZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff3f3;
}
.cid-uG8RRPhusZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG8RRPhusZ .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-uG8RRPhusZ .container {
    padding: 0 25px;
  }
}
.cid-uG8RRPhusZ .row {
  justify-content: center;
}
.cid-uG8RRPhusZ .image-wrapper {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG8RRPhusZ .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG8RRPhusZ .image-wrapper img {
  height: 90%;
  object-fit: contain;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uG8RRPhusZ .image-wrapper img {
    max-height: 300px;
  }
}
.cid-uG8RRPhusZ .content-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uG8RRPhusZ .content-wrapper {
    margin: 0;
  }
}
.cid-uG8RRPhusZ .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-uG8RRPhusZ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uG8RRPhusZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG8RRPhusZ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uG8RRPhusZ .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-uG8RRPhusZ .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uG8RRPhusZ .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uG8RRPhusZ .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uG8RRPhusZ .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uG8RRPhusZ .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-uG8RRPhusZ .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-uG8RRPhusZ .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uG8RRPhusZ .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uG8RRPhusZ .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uG8RRPhusZ .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uG8RRPhusZ .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uG8RRPhusZ .mbr-section-title {
  color: #2f2e30;
}
.cid-uG8RRPhusZ .mbr-desc {
  color: #2f2e30;
}
.cid-uG8RRPhusZ .mbr-text {
  color: #2f2e30;
}
.cid-uG8RRPhusZ .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-uG8RRPhusZ .list {
  color: #2f2e30;
}
.cid-uG8RRPhusZ .table-container {
  overflow-x: auto;
}
.cid-uG8RRPhusZ .content_area table {
  width: 100%;
  min-width: 900px;
  table-layout: fixed;
}
.cid-uG3BzL3A1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff3f3;
}
.cid-uG3BzL3A1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3BzL3A1i .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-uG3BzL3A1i .container {
    padding: 0 25px;
  }
}
.cid-uG3BzL3A1i .row {
  justify-content: center;
}
.cid-uG3BzL3A1i .image-wrapper {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG3BzL3A1i .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG3BzL3A1i .image-wrapper img {
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
  max-height: 300px;
  width: 100%;
  transform: scale(0.9);
}
@media (max-width: 992px) {
  .cid-uG3BzL3A1i .image-wrapper img {
    height: 350px;
    max-height: 250px;
  }
}
.cid-uG3BzL3A1i .content-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uG3BzL3A1i .content-wrapper {
    margin: 0;
  }
}
.cid-uG3BzL3A1i .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-uG3BzL3A1i .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uG3BzL3A1i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG3BzL3A1i .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uG3BzL3A1i .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-uG3BzL3A1i .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uG3BzL3A1i .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uG3BzL3A1i .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uG3BzL3A1i .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uG3BzL3A1i .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-uG3BzL3A1i .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-uG3BzL3A1i .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uG3BzL3A1i .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uG3BzL3A1i .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uG3BzL3A1i .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uG3BzL3A1i .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uG3BzL3A1i .mbr-section-title {
  color: #2f2e30;
}
.cid-uG3BzL3A1i .mbr-desc {
  color: #2f2e30;
}
.cid-uG3BzL3A1i .mbr-text {
  color: #2f2e30;
}
.cid-uG3BzL3A1i .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-uG3BzL3A1i .list {
  color: #2f2e30;
}
.cid-uG3BzL3A1i .table-container {
  overflow-x: auto;
}
.cid-uG3BzL3A1i .content_area table {
  width: 100%;
  min-width: 900px;
  table-layout: fixed;
}
.cid-uG4uM973rr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-uG4uM973rr .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uG4uM973rr .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-uG4uM973rr .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-uG4uM973rr .mbr-list ul li {
  margin-bottom: 16px;
  position: relative;
  display: flex;
}
.cid-uG4uM973rr .mbr-list ul li:before {
  margin-top: -11px;
  margin-right: 12px;
  content: "\2022";
  color: #ff4712;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uG4uM973rr .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uG4uM973rr .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-uG4uM973rr .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-uG4uM973rr .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-uG4uM973rr .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 10;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-uG4uM973rr .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-uG4uM973rr .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-uG4uM973rr .mbr-section-title,
.cid-uG4uM973rr .list-wrapper {
  text-align: left;
}
.cid-uG4uM973rr .dbl_m {
  margin-top: 30px;
}
.cid-uG4uM973rr .table-container {
  overflow-x: auto;
}
.cid-uG4uM973rr .content_area table {
  width: 100%;
  min-width: 650px;
  table-layout: fixed;
}
.cid-uH4PHw7t7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff3f3;
}
.cid-uH4PHw7t7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4PHw7t7Q .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-uH4PHw7t7Q .container {
    padding: 0 22px;
  }
}
.cid-uH4PHw7t7Q .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uH4PHw7t7Q .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uH4PHw7t7Q .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH4PHw7t7Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH4PHw7t7Q .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uH4PHw7t7Q .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uH4PHw7t7Q .item:hover .item-wrapper .item-img img,
.cid-uH4PHw7t7Q .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uH4PHw7t7Q .item:hover .item-wrapper .item-img::before,
.cid-uH4PHw7t7Q .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uH4PHw7t7Q .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uH4PHw7t7Q .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uH4PHw7t7Q .item .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uH4PHw7t7Q .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH4PHw7t7Q .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uH4PHw7t7Q .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uH4PHw7t7Q .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #ff914d 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uH4PHw7t7Q .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uH4PHw7t7Q .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uH4PHw7t7Q .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uH4PHw7t7Q .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uH4PHw7t7Q .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uH4PHw7t7Q .item a {
  display: block;
}
.cid-uH4PHw7t7Q .mbr-section-title {
  color: #ffffff;
}
.cid-uH4PHw7t7Q .mbr-desc {
  color: #ffffff;
}
.cid-uH4PHw7t7Q .card-title {
  color: #ffffff;
}
.cid-uH4PHw7t7Q .mbr-section-title,
.cid-uH4PHw7t7Q .mbr-section-btn {
  color: #f27120;
}


.cid-uGIp1Alh8s {
  background-image: url("../../../assets/images/lqdpjwq1mx0qdhfndjjnfviwiukl6wct29chw2usthu1aa-5464-3640.jpg-2000x1332.jpg");
}
.cid-uGIp1Alh8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIp1Alh8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIp1Alh8s .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uGIp1Alh8s .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uGIp1Alh8s .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uGIp1Alh8s .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGIp1Alh8s .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uGIp1Alh8s .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #ff914d;
}
.cid-uGIp1Alh8s .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uGIp1Alh8s .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uGIp1Alh8s .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uGIp1Alh8s .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #ff914d;
}
@media (max-width: 992px) {
  .cid-uGIp1Alh8s .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uGIp1Alh8s .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGIp1Alh8s .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uGIp1Alh8s .image-wrapper::after {
    display: none;
  }
}
.cid-uGIp1Alh8s .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #ffd751;
}
.cid-uGIp1Alh8s .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uGIp1Alh8s .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uGIp1Alh8s .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uGIp1Alh8s .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uGIp1Alh8s .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uGIp1Alh8s .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uGIp1Alh8s .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uGIp1Alh8s .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uGIp1Alh8s .mbr-section-title {
  color: #101511;
}
.cid-uGIp1Alh8s .mbr-text {
  color: #6e716f;
}
.cid-uGIp1Alh8s .mbr-section-title,
.cid-uGIp1Alh8s .mbr-section-btn {
  text-align: left;
}
.cid-uGIr0Mm3BU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  ;
}
.cid-uGIr0Mm3BU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIr0Mm3BU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIr0Mm3BU .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGIr0Mm3BU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGIr0Mm3BU .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uGIr0Mm3BU .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uGIr0Mm3BU .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uGIr0Mm3BU .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uGIr0Mm3BU .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uGIr0Mm3BU .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uGIr0Mm3BU .item:hover .item-wrapper .item-content,
.cid-uGIr0Mm3BU .item:focus .item-wrapper .item-content {
  background-color: #ff914d;
  margin: 10px;
}
.cid-uGIr0Mm3BU .item:hover .item-wrapper .item-content .item-title,
.cid-uGIr0Mm3BU .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uGIr0Mm3BU .item:hover .item-wrapper .item-content .item-text,
.cid-uGIr0Mm3BU .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uGIr0Mm3BU .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uGIr0Mm3BU .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGIr0Mm3BU .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGIr0Mm3BU .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uGIr0Mm3BU .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGIr0Mm3BU .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ff914d;
    margin: 10px;
  }
}
.cid-uGIr0Mm3BU .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uGIr0Mm3BU .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #ff951b;
}
.cid-uGIr0Mm3BU .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #ed453f;
}
.cid-uGIr0Mm3BU .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #45cb20;
}
.cid-uGIr0Mm3BU .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGIr0Mm3BU .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uGIr0Mm3BU .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGIr0Mm3BU .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uGIr0Mm3BU .mbr-section-title {
  color: #404349;
}
.cid-uGIr0Mm3BU .mbr-desc {
  color: #b19a7c;
}
.cid-uGIr0Mm3BU .item-title {
  color: #ffffff;
}
.cid-uGIr0Mm3BU .item-desc {
  color: #ffffff;
}
.cid-uGIr0Mm3BU .item-text {
  color: #ffffff;
}
.cid-uGIr0Mm3BU .mbr-section-title,
.cid-uGIr0Mm3BU .title-wrap {
  color: #f27120;
}
.cid-uGITJPCLas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uGITJPCLas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGITJPCLas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGITJPCLas .card {
  justify-content: center;
}
.cid-uGITJPCLas .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGITJPCLas .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uGITJPCLas .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGITJPCLas .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uGITJPCLas .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGITJPCLas .item {
    margin-bottom: 35px;
  }
}
.cid-uGITJPCLas .item:hover .item-wrapper .item-img img,
.cid-uGITJPCLas .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uGITJPCLas .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uGITJPCLas .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGITJPCLas .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGITJPCLas .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uGITJPCLas .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uGITJPCLas .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uGITJPCLas .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGITJPCLas .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uGITJPCLas .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uGITJPCLas .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uGITJPCLas .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGITJPCLas .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uGITJPCLas .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uGITJPCLas .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uGITJPCLas .mbr-section-title {
  color: #000000;
}
.cid-uGITJPCLas .item-desc {
  color: #000000;
}
.cid-uGITJPCLas .item-text {
  color: #000000;
}
.cid-uGITJPCLas .item-date {
  color: #000000;
}
.cid-uGJ2qc9MXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  ;
}
.cid-uGJ2qc9MXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJ2qc9MXg .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-uGJ2qc9MXg .container {
    padding: 0 20px;
  }
}
.cid-uGJ2qc9MXg .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uGJ2qc9MXg .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
}
.cid-uGJ2qc9MXg .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
@media (max-width: 992px) {
  .cid-uGJ2qc9MXg .items-wrapper .item {
    border: 1px solid #dfe6ea;
    border-radius: 1.2rem !important;
    margin-bottom: 10px;
  }
}
.cid-uGJ2qc9MXg .items-wrapper .item a {
  display: block;
}
.cid-uGJ2qc9MXg .items-wrapper .item a:hover .item-wrapper::before,
.cid-uGJ2qc9MXg .items-wrapper .item a:focus .item-wrapper::before {
  height: 100%;
}
.cid-uGJ2qc9MXg .items-wrapper .item a:hover .item-wrapper .card-box .card-number,
.cid-uGJ2qc9MXg .items-wrapper .item a:focus .item-wrapper .card-box .card-number {
  padding-left: 16px;
}
.cid-uGJ2qc9MXg .items-wrapper .item a:hover .item-wrapper .card-box .icon-wrapper,
.cid-uGJ2qc9MXg .items-wrapper .item a:focus .item-wrapper .card-box .icon-wrapper {
  padding-right: 16px;
}
.cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper {
  position: relative;
  padding: 28px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper {
    padding: 24px;
  }
}
.cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ff914d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper .card-box .card-number {
  width: 30%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper .card-box .card-number {
    display: none;
  }
}
.cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper .card-box .card-title {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper .card-box .card-title {
    width: auto;
  }
}
.cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 10%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
    width: auto;
  }
}
.cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uGJ2qc9MXg .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 100%;
    background-color: #ff914d;
    font-size: 22px;
  }
}
.cid-uGJ2qc9MXg .mbr-desc {
  color: #000000;
}
.cid-uGJ2qc9MXg .card-title {
  color: #000000;
}
.cid-uGJ2qc9MXg .card-number {
  color: #000000;
}
.cid-uGJ9XiBeYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uGJ9XiBeYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJ9XiBeYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJ9XiBeYy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGJ9XiBeYy .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGJ9XiBeYy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGJ9XiBeYy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGJ9XiBeYy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGJ9XiBeYy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uGJ9XiBeYy .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGJ9XiBeYy .item {
    margin-bottom: 28px;
  }
}
.cid-uGJ9XiBeYy .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uGJ9XiBeYy .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uGJ9XiBeYy .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uGJ9XiBeYy .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGJ9XiBeYy .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uGJ9XiBeYy .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-uGJ9XiBeYy .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uGJ9XiBeYy .mbr-section-title {
  color: #f27120;
  text-align: center;
}
.cid-uGJ9XiBeYy .mbr-text,
.cid-uGJ9XiBeYy .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGJ9XiBeYy .item-title {
  color: #ffffff;
}
.cid-uGJ9XiBeYy .item-title,
.cid-uGJ9XiBeYy .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uGJxlgJOLp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uGJxlgJOLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJxlgJOLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJxlgJOLp .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uGJxlgJOLp .container {
    padding: 10px 8px;
  }
}
.cid-uGJxlgJOLp .row {
  margin: 0;
}
.cid-uGJxlgJOLp .row .card {
  padding: 0;
}
.cid-uGJxlgJOLp .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGJxlgJOLp .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-uGJxlgJOLp .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-uGJxlgJOLp .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGJxlgJOLp .video-wrapper iframe {
  height: 100% !important;
}
.cid-uGJxlgJOLp .content-wrapper {
  display: flex;
  align-items: center;
  padding: 40px 30px;
  background-color: #ff914d;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGJxlgJOLp .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uGJxlgJOLp .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uGJxlgJOLp .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uGJxlgJOLp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uGJxlgJOLp .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uGJxlgJOLp .mbr-section-title {
  color: #222222;
}
.cid-uGJxlgJOLp .mbr-section-title,
.cid-uGJxlgJOLp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGJIAsyKX4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uGJIAsyKX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJIAsyKX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJIAsyKX4 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uGJIAsyKX4 .container {
    padding: 10px 8px;
  }
}
.cid-uGJIAsyKX4 .row {
  margin: 0;
}
.cid-uGJIAsyKX4 .row .card {
  padding: 0;
}
.cid-uGJIAsyKX4 .video-wrapper {
  margin-left: 8px;
  height: 100%;
  margin-left: 0;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-uGJIAsyKX4 .video-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGJIAsyKX4 .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-uGJIAsyKX4 .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-uGJIAsyKX4 .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGJIAsyKX4 .video-wrapper iframe {
  height: 100% !important;
}
.cid-uGJIAsyKX4 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #8fa3b4;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
  margin-right: 0;
  margin-left: 8px;
}
@media (max-width: 992px) {
  .cid-uGJIAsyKX4 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-uGJIAsyKX4 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uGJIAsyKX4 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uGJIAsyKX4 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uGJIAsyKX4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uGJIAsyKX4 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uGJIAsyKX4 .mbr-section-title {
  color: #222222;
}
.cid-uGJIAsyKX4 .mbr-section-title,
.cid-uGJIAsyKX4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGJJkXR315 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uGJJkXR315 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJJkXR315 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJJkXR315 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uGJJkXR315 .container {
    padding: 10px 8px;
  }
}
.cid-uGJJkXR315 .row {
  margin: 0;
}
.cid-uGJJkXR315 .row .card {
  padding: 0;
}
.cid-uGJJkXR315 .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGJJkXR315 .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-uGJJkXR315 .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-uGJJkXR315 .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGJJkXR315 .video-wrapper iframe {
  height: 100% !important;
}
.cid-uGJJkXR315 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ff914d;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGJJkXR315 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uGJJkXR315 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uGJJkXR315 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uGJJkXR315 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uGJJkXR315 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uGJJkXR315 .mbr-section-title {
  color: #222222;
}
.cid-uGJJkXR315 .mbr-section-title,
.cid-uGJJkXR315 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}


.cid-uGYW1dE5wW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/contactus-banner-sized01.png-1174x356.png");
}
.cid-uGYW1dE5wW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGYW1dE5wW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGYW1dE5wW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGYW1dE5wW .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uGYW1dE5wW .container {
    padding: 0 25px;
  }
}
.cid-uGYW1dE5wW .title-wrapper {
  padding: 60px 110px;
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .cid-uGYW1dE5wW .title-wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 768px) {
  .cid-uGYW1dE5wW .title-wrapper {
    padding: 60px 10px;
  }
}
.cid-uGYW1dE5wW .title-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  pointer-events: none;
}
.cid-uGYW1dE5wW .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uGYW1dE5wW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGYW1dE5wW .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uGYW1dE5wW .border-wrap {
  height: 2px;
  ;
}
.cid-uGYW1dE5wW .mbr-section-title {
  color: #ffffff;
}
.cid-uGYW1dE5wW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGYW1dE5wW .mbr-section-title,
.cid-uGYW1dE5wW .mbr-section-btn {
  text-align: center;
}
.cid-uGZ6kLU7b7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  ;
}
.cid-uGZ6kLU7b7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGZ6kLU7b7 .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-uGZ6kLU7b7 .container {
    padding: 0 25px;
  }
}
.cid-uGZ6kLU7b7 .row {
  justify-content: center;
}
.cid-uGZ6kLU7b7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uGZ6kLU7b7 .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-uGZ6kLU7b7 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uGZ6kLU7b7 .item .item-wrapper:hover .item-img img,
.cid-uGZ6kLU7b7 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uGZ6kLU7b7 .item .item-wrapper {
    display: block;
  }
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uGZ6kLU7b7 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uGZ6kLU7b7 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGZ6kLU7b7 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGZ6kLU7b7 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #f27120;
  color: #ffffff;
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uGZ6kLU7b7 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #f27120 !important;
  color: #ffffff;
}
.cid-uGZ6kLU7b7 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uGZ6kLU7b7 .mbr-section-title {
  color: #f27120;
}
.cid-uGZ6kLU7b7 .item-title {
  color: #000000;
}
.cid-uGZ6kLU7b7 .item-desc {
  color: #000000;
}
.cid-uGZ6kLU7b7 .item-subtitle {
  color: #000000;
}
.cid-uGZ6kLU7b7 .item-price {
  color: #000000;
}

.cid-uSe6hNnEqu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  ;
}
.cid-uSe6hNnEqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSe6hNnEqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSe6hNnEqu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSe6hNnEqu .container-fluid {
    padding: 0 30px;
  }
}
.cid-uSe6hNnEqu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSe6hNnEqu .container {
    padding: 0 30px;
  }
}
.cid-uSe6hNnEqu .row {
  position: relative;
}

@media (max-width: 992px) {
  .cid-uSe6hNnEqu .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uSe6hNnEqu .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSe6hNnEqu .title-wrapper .mbr-section-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-uSe6hNnEqu .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uSe6hNnEqu .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 85px 0;
  border-top: 1px solid #000000;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSe6hNnEqu .card-wrapper {
    display: block;
  }
}
.cid-uSe6hNnEqu .card-wrapper .mbr-date {
  margin-bottom: 0;
  min-width: 106px;
}
@media (max-width: 992px) {
  .cid-uSe6hNnEqu .card-wrapper .mbr-date {
    margin-bottom: 32px;
  }
}
.cid-uSe6hNnEqu .card-wrapper .mbr-date span {
  display: block;
  font-size: 20%;
}
.cid-uSe6hNnEqu .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uSe6hNnEqu .card-wrapper .mbr-loc {
  margin-bottom: 0;
}
.cid-uSe6hNnEqu .card-wrapper .mbr-section-btn {
  min-width: 192px;
}
@media (max-width: 992px) {
  .cid-uSe6hNnEqu .card-wrapper .mbr-section-btn {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .cid-uSe6hNnEqu .card-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uSe6hNnEqu .mbr-section-title {
  color: #000000;
}
.cid-uSe6hNnEqu .mbr-date {
  color: #000000;
}
.cid-uSe6hNnEqu .mbr-card-title {
  color: #000000;
}
.cid-uSe6hNnEqu .mbr-loc {
  color: #a8a8a8;
}