.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #212121;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 6.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4.3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.44rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.44rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #c8df52 !important;
}
.bg-success {
  background-color: #28d685 !important;
}
.bg-info {
  background-color: #0dcbf1 !important;
}
.bg-warning {
  background-color: #febf00 !important;
}
.bg-danger {
  background-color: #d82637 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c8df52 !important;
  border-color: #c8df52 !important;
  color: #252a08 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d6e77d !important;
  border-color: #d6e77d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #252a08 !important;
  background-color: #d6e77d !important;
  border-color: #d6e77d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dcbf1 !important;
  border-color: #0dcbf1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3cd6f5 !important;
  border-color: #3cd6f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3cd6f5 !important;
  border-color: #3cd6f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #28d685 !important;
  border-color: #28d685 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #52df9d !important;
  border-color: #52df9d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #52df9d !important;
  border-color: #52df9d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #febf00 !important;
  border-color: #febf00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcc32 !important;
  border-color: #ffcc32 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcc32 !important;
  border-color: #ffcc32 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d82637 !important;
  border-color: #d82637 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e0515e !important;
  border-color: #e0515e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e0515e !important;
  border-color: #e0515e !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c8df52;
  color: #c8df52;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a0b822 !important;
  background-color: transparent !important;
  border-color: #a0b822 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #252a08 !important;
  background-color: #c8df52 !important;
  border-color: #c8df52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dcbf1;
  color: #0dcbf1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #09869f !important;
  background-color: transparent !important;
  border-color: #09869f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dcbf1 !important;
  border-color: #0dcbf1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #28d685;
  color: #28d685;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a8d58 !important;
  background-color: transparent !important;
  border-color: #1a8d58 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #28d685 !important;
  border-color: #28d685 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #febf00;
  color: #febf00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a77e00 !important;
  background-color: transparent !important;
  border-color: #a77e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #febf00 !important;
  border-color: #febf00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d82637;
  color: #d82637;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8e1924 !important;
  background-color: transparent !important;
  border-color: #8e1924 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d82637 !important;
  border-color: #d82637 !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: #c8df52 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #28d685 !important;
}
.text-info {
  color: #0dcbf1 !important;
}
.text-warning {
  color: #febf00 !important;
}
.text-danger {
  color: #d82637 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #95ab20 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #188050 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087990 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #987200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811721 !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: #c8df52;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dcbf1;
}
.alert-warning {
  background-color: #febf00;
}
.alert-danger {
  background-color: #d82637;
}
.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: #c8df52;
  border-color: #c8df52;
  color: #37400c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c8df52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffffe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d3f7e6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cef5fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2cb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d3d6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c8df52 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #c8df52;
}
/* 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: #c8df52;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c8df52;
}
.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: #c8df52;
  border-bottom-color: #c8df52;
}
.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: #c8df52 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23c8df52' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
  border-radius: 12px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 1rem !important;
}
.navbar-logo img {
  border-radius: 10px !important;
}
.display-7 {
  font-weight: 300;
}
.cid-uPIy5F2UJv .navbar-dropdown {
  position: relative !important;
}
.cid-uPIy5F2UJv .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uPIy5F2UJv .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5F2UJv .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uPIy5F2UJv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPIy5F2UJv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uPIy5F2UJv .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-uPIy5F2UJv .dropdown-item:hover,
.cid-uPIy5F2UJv .dropdown-item:focus {
  background: #000000 !important;
  color: #2f3906 !important;
}
.cid-uPIy5F2UJv .dropdown-item:hover span {
  color: white;
}
.cid-uPIy5F2UJv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPIy5F2UJv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPIy5F2UJv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPIy5F2UJv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPIy5F2UJv .nav-link {
  position: relative;
}
.cid-uPIy5F2UJv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uPIy5F2UJv .container {
    flex-wrap: nowrap;
  }
}
.cid-uPIy5F2UJv .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPIy5F2UJv .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uPIy5F2UJv .dropdown-menu,
.cid-uPIy5F2UJv .navbar.opened {
  background: #000000 !important;
}
.cid-uPIy5F2UJv .nav-item:focus,
.cid-uPIy5F2UJv .nav-link:focus {
  outline: none;
}
.cid-uPIy5F2UJv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPIy5F2UJv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uPIy5F2UJv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPIy5F2UJv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPIy5F2UJv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPIy5F2UJv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPIy5F2UJv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPIy5F2UJv .navbar.opened {
  transition: all 0.3s;
}
.cid-uPIy5F2UJv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uPIy5F2UJv .navbar .navbar-logo img {
  width: auto;
}
.cid-uPIy5F2UJv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPIy5F2UJv .navbar.collapsed {
  justify-content: center;
}
.cid-uPIy5F2UJv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPIy5F2UJv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPIy5F2UJv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uPIy5F2UJv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPIy5F2UJv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPIy5F2UJv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPIy5F2UJv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPIy5F2UJv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPIy5F2UJv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPIy5F2UJv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPIy5F2UJv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPIy5F2UJv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPIy5F2UJv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPIy5F2UJv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPIy5F2UJv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPIy5F2UJv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPIy5F2UJv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uPIy5F2UJv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uPIy5F2UJv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPIy5F2UJv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPIy5F2UJv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uPIy5F2UJv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uPIy5F2UJv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uPIy5F2UJv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPIy5F2UJv .navbar-brand .navbar-caption:hover,
.cid-uPIy5F2UJv .navbar-brand .navbar-caption:focus {
  color: #2f3906 !important;
}
.cid-uPIy5F2UJv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPIy5F2UJv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uPIy5F2UJv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #2f3906 !important;
}
.cid-uPIy5F2UJv .dropdown-item.active,
.cid-uPIy5F2UJv .dropdown-item:active {
  background-color: transparent;
}
.cid-uPIy5F2UJv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPIy5F2UJv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPIy5F2UJv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPIy5F2UJv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uPIy5F2UJv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPIy5F2UJv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uPIy5F2UJv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPIy5F2UJv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uPIy5F2UJv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uPIy5F2UJv .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uPIy5F2UJv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uPIy5F2UJv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uPIy5F2UJv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uPIy5F2UJv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPIy5F2UJv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2f3906;
}
.cid-uPIy5F2UJv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uPIy5F2UJv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPIy5F2UJv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPIy5F2UJv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uPIy5F2UJv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPIy5F2UJv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPIy5F2UJv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPIy5F2UJv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPIy5F2UJv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPIy5F2UJv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPIy5F2UJv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPIy5F2UJv .navbar {
    height: 70px;
  }
  .cid-uPIy5F2UJv .navbar.opened {
    height: auto;
  }
  .cid-uPIy5F2UJv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPIy5F2UJv .navbar-nav {
  margin: 0 auto;
}
.cid-uPIy5F2UJv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uPIy5F2UJv .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uPIy5F2UJv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uPIy5F2UJv .nav-item .nav-link:hover,
.cid-uPIy5F2UJv .nav-item .nav-link:focus {
  background-color: transparent;
  color: #2f3906 !important;
  opacity: 0.5;
}
.cid-uPIy5F2UJv .nav-item .nav-link:hover::after,
.cid-uPIy5F2UJv .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uPIy5F2UJv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uPIy5F2UJv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uPIy5F2UJv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uPIy5F2UJv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uPIy5F2UJv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uPIy5F2UJv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uPIy5F2UJv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uPIy5F2UJv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uPIy5F2UJv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uPIy5F2UJv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uPIy5F2UJv .content-wrap {
  min-height: 110px;
}
.cid-uPIy5F2UJv .nav-link,
.cid-uPIy5F2UJv .dropdown-item {
  color: #94AD1B;
}
.cid-uPIy5F2UJv .navbar-caption {
  color: #94AD1B;
}
.cid-uPIy5FCuKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5FCuKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5FCuKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5FCuKg .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5FCuKg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5FCuKg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uPIy5FCuKg .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5FCuKg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPIy5FCuKg .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5FCuKg .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uPIy5FCuKg .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5FCuKg .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIy5FCuKg .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uPIy5FCuKg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uPIy5FCuKg .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5FCuKg .mbr-text,
.cid-uPIy5FCuKg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPIy5FCuKg .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPIy5FCuKg .mbr-section-title,
.cid-uPIy5FCuKg .mbr-section-btn {
  text-align: center;
  color: #94AD1B;
}
.cid-uPIy5FW3oe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5FW3oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5FW3oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5FW3oe .row {
  justify-content: space-between;
}
.cid-uPIy5FW3oe .card {
  justify-content: flex-end;
}
.cid-uPIy5FW3oe .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5FW3oe .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5FW3oe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5FW3oe .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5FW3oe .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uPIy5FW3oe .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uPIy5FW3oe .panel-group {
    display: block;
  }
}
.cid-uPIy5FW3oe .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #94ad1b;
}
@media (max-width: 992px) {
  .cid-uPIy5FW3oe .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uPIy5FW3oe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPIy5FW3oe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPIy5FW3oe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPIy5FW3oe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uPIy5FW3oe .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uPIy5FW3oe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #94ad1b;
}
.cid-uPIy5FW3oe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPIy5FW3oe .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uPIy5FW3oe .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uPIy5FW3oe .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPIy5FW3oe .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPIy5FW3oe .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5FW3oe .mbr-section-title {
  color: #94AD1B;
}
.cid-uPIy5FW3oe .mbr-desc {
  color: #ffffff;
}
.cid-uPIy5FW3oe .panel-title-edit {
  color: #ffffff;
}
.cid-uPIy5FW3oe .panel-text {
  color: #4b4949;
}
.cid-uPIy5FW3oe .panel-text,
.cid-uPIy5FW3oe .panel-body {
  color: #ffffff;
}
.cid-uPIy5G1mQ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5G1mQ1 .item:focus,
.cid-uPIy5G1mQ1 span:focus {
  outline: none;
}
.cid-uPIy5G1mQ1 .item {
  cursor: pointer;
}
.cid-uPIy5G1mQ1 .grid-container {
  grid-row-gap: 54px;
}
@media (max-width: 767px) {
  .cid-uPIy5G1mQ1 .grid-container {
    grid-row-gap: 22px;
  }
}
.cid-uPIy5G1mQ1 .grid-container-1,
.cid-uPIy5G1mQ1 .grid-container-2,
.cid-uPIy5G1mQ1 .grid-container-3 {
  gap: 0 54px;
}
@media (max-width: 767px) {
  .cid-uPIy5G1mQ1 .grid-container-1,
  .cid-uPIy5G1mQ1 .grid-container-2,
  .cid-uPIy5G1mQ1 .grid-container-3 {
    gap: 0 22px;
  }
}
.cid-uPIy5G1mQ1 .mbr-section-title {
  margin-bottom: 64px;
  color: #c10b02;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPIy5G1mQ1 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5G1mQ1 .content-head {
  max-width: 800px;
}
.cid-uPIy5G1mQ1 .container,
.cid-uPIy5G1mQ1 .container-fluid {
  overflow: hidden;
}
.cid-uPIy5G1mQ1 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uPIy5G1mQ1 .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cid-uPIy5G1mQ1 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPIy5G1mQ1 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uPIy5G1mQ1 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uPIy5G1mQ1 .card_2 img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-uPIy5G1mQ1 .card_2 img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uPIy5G1mQ1 .card_2 img {
    height: 150px;
  }
}
.cid-uPIy5G1mQ1 .card_3 img {
  height: 500px;
}
@media (max-width: 1200px) {
  .cid-uPIy5G1mQ1 .card_3 img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uPIy5G1mQ1 .card_3 img {
    height: 150px;
  }
}
.cid-uPIy5G1mQ1 .card_4 img {
  height: 300px;
}
@media (max-width: 1200px) {
  .cid-uPIy5G1mQ1 .card_4 img {
    height: 150px;
  }
}
.cid-uPIy5G1mQ1 .grid-container-1,
.cid-uPIy5G1mQ1 .grid-container-2,
.cid-uPIy5G1mQ1 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uPIy5G1mQ1 .grid-container-1 {
  align-items: flex-end;
}
.cid-uPIy5G1mQ1 .grid-container-2 {
  align-items: flex-start;
}
.cid-uPIy5Gc0C8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5Gc0C8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5Gc0C8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5Gc0C8 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5Gc0C8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPIy5Gc0C8 .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5Gc0C8 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPIy5Gc0C8 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPIy5Gc0C8 .items-wrapper {
  margin: 0 -24px;
}
.cid-uPIy5Gc0C8 .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPIy5Gc0C8 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uPIy5Gc0C8 .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 3px dashed #94ad1b;
  padding-left: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5Gc0C8 .items-wrapper .item .item-wrapper {
    padding-left: 22px;
  }
}
.cid-uPIy5Gc0C8 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-uPIy5Gc0C8 .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-uPIy5Gc0C8 .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-top: 22px;
  }
}
.cid-uPIy5Gc0C8 .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5Gc0C8 .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5Gc0C8 .item-number {
  color: #94AD1B;
}
.cid-uPIy5Gc0C8 .item-desc {
  color: #94AD1B;
}
.cid-uPIy5Gc0C8 .mbr-section-title,
.cid-uPIy5Gc0C8 .title-wrap {
  color: #94AD1B;
}
.cid-uPIy5GgxIN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5GgxIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5GgxIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5GgxIN .row {
  justify-content: space-between;
}
.cid-uPIy5GgxIN .card {
  justify-content: flex-end;
}
.cid-uPIy5GgxIN .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5GgxIN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GgxIN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GgxIN .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GgxIN .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GgxIN .embla__slide {
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 768px) {
  .cid-uPIy5GgxIN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPIy5GgxIN .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 54px;
  border: 3px dashed #94ad1b;
}
@media (max-width: 992px) {
  .cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper {
    padding: 22px;
  }
}
.cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 42px;
  color: #94ad1b;
}
.cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 10px;
}
.cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uPIy5GgxIN .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIy5GgxIN .embla__button--next,
.cid-uPIy5GgxIN .embla__button--prev {
  display: flex;
}
.cid-uPIy5GgxIN .embla__button {
  bottom: 0;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 42px;
  background-color: transparent !important;
  border: none !important;
  color: #94ad1b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5 !important;
  display: none;
}
.cid-uPIy5GgxIN .embla__button:hover {
  opacity: 1 !important;
}
.cid-uPIy5GgxIN .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPIy5GgxIN .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-uPIy5GgxIN .embla__button.embla__button--next {
  right: 0;
}
.cid-uPIy5GgxIN .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-uPIy5GgxIN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPIy5GgxIN .embla {
  position: relative;
  width: 100%;
}
.cid-uPIy5GgxIN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPIy5GgxIN .embla__viewport {
    padding: 0;
  }
}
.cid-uPIy5GgxIN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPIy5GgxIN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPIy5GgxIN .embla__slide a {
  cursor: grab;
}
.cid-uPIy5GgxIN .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPIy5GgxIN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPIy5GgxIN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPIy5GgxIN .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5GgxIN .mbr-section-title {
  color: #94AD1B;
}
.cid-uPIy5GgxIN .mbr-desc {
  color: #ffffff;
}
.cid-uPIy5GgxIN .item-text {
  color: #c10b02;
}
.cid-uPIy5GgxIN .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-uPIy5GgxIN .item-text,
.cid-uPIy5GgxIN .mbr-section-btn,
.cid-uPIy5GgxIN .iconfont-wrapper {
  text-align: center;
}
.cid-uPIy5GgxIN .item-text,
.cid-uPIy5GgxIN .iconfont-wrapper,
.cid-uPIy5GgxIN .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5GoHJ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5GoHJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5GoHJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5GoHJ7 .row {
  justify-content: space-between;
}
.cid-uPIy5GoHJ7 .card {
  justify-content: space-between;
}
.cid-uPIy5GoHJ7 .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5GoHJ7 .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uPIy5GoHJ7 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GoHJ7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GoHJ7 .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5GoHJ7 .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uPIy5GoHJ7 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPIy5GoHJ7 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPIy5GoHJ7 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPIy5GoHJ7 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPIy5GoHJ7 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uPIy5GoHJ7 .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5GoHJ7 .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPIy5GoHJ7 .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5GoHJ7 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPIy5GoHJ7 .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5GoHJ7 .list {
  color: #4b4949;
}
.cid-uPIy5GoHJ7 .list-title {
  color: #94AD1B;
}
.cid-uPIy5GoHJ7 .mbr-desc,
.cid-uPIy5GoHJ7 .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uPIy5GoHJ7 .mbr-section-title,
.cid-uPIy5GoHJ7 .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5GoHJ7 .list,
.cid-uPIy5GoHJ7 .item-wrap {
  color: #ffffff;
}
.cid-uPIy5GrEEW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5GrEEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5GrEEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5GrEEW .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GrEEW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GrEEW .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5GrEEW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GrEEW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uPIy5GrEEW .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GrEEW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPIy5GrEEW .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .cid-uPIy5GrEEW .items-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uPIy5GrEEW .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .cid-uPIy5GrEEW .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.cid-uPIy5GrEEW .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-uPIy5GrEEW .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.cid-uPIy5GrEEW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uPIy5GrEEW .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.cid-uPIy5GrEEW .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.cid-uPIy5GrEEW .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPIy5GrEEW .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-uPIy5GrEEW .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-uPIy5GrEEW .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5GrEEW .mbr-text,
.cid-uPIy5GrEEW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPIy5GrEEW .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPIy5GrEEW .mbr-section-title,
.cid-uPIy5GrEEW .mbr-section-btn {
  text-align: center;
  color: #94AD1B;
}
.cid-uPIy5Gv3MJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5Gv3MJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5Gv3MJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5Gv3MJ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPIy5Gv3MJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPIy5Gv3MJ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5Gv3MJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5Gv3MJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
.cid-uPIy5Gv3MJ .content-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5Gv3MJ .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uPIy5Gv3MJ .image-wrapper {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-uPIy5Gv3MJ .image-wrapper {
    gap: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5Gv3MJ .image-wrapper {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
.cid-uPIy5Gv3MJ .image-wrapper .image-wrap img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5Gv3MJ .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPIy5Gv3MJ .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5Gv3MJ .mbr-text {
  color: #4b4949;
}
.cid-uPIy5Gv3MJ .mbr-section-title,
.cid-uPIy5Gv3MJ .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5Gv3MJ .mbr-text,
.cid-uPIy5Gv3MJ .text-wrapper {
  color: #ffffff;
}
.cid-uPIy5GzzER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5GzzER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5GzzER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5GzzER .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GzzER .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GzzER .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5GzzER .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPIy5GzzER .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPIy5GzzER .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uPIy5GzzER .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPIy5GzzER .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GzzER .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uPIy5GzzER .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GzzER .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uPIy5GzzER .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPIy5GzzER .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uPIy5GzzER .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uPIy5GzzER .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPIy5GzzER .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5GzzER .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uPIy5GzzER .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uPIy5GzzER .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5GzzER .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uPIy5GzzER .image-wrapper {
  padding: 16px;
  border: 3px dashed #94ad1b;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-uPIy5GzzER .image-wrapper {
    transform: none;
  }
}
.cid-uPIy5GzzER .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-uPIy5GzzER .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5GzzER .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5GzzER .item-number {
  color: #94AD1B;
}
.cid-uPIy5GzzER .item-title {
  color: #c10b02;
}
.cid-uPIy5GzzER .item-text {
  color: #ffffff;
}
.cid-uPIy5GzzER .mbr-section-title,
.cid-uPIy5GzzER .title-wrap {
  color: #94AD1B;
}
.cid-uPIy5GzzER .item-title,
.cid-uPIy5GzzER .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5GEJyK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5GEJyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5GEJyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5GEJyK .card {
  justify-content: flex-end;
}
.cid-uPIy5GEJyK .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5GEJyK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GEJyK .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GEJyK .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 32px;
}
.cid-uPIy5GEJyK .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPIy5GEJyK .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 42px 16px 0;
}
@media (max-width: 1440px) {
  .cid-uPIy5GEJyK .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 32px 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 22px 16px 0;
  }
}
.cid-uPIy5GEJyK .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #94ad1b;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  border: none !important;
  padding: 0;
  animation: none;
}
.cid-uPIy5GEJyK .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uPIy5GEJyK .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper {
  margin-bottom: 32px;
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap {
  display: flex;
  margin-bottom: 16px;
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper {
    padding-right: 16px;
  }
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 26px;
  color: #94ad1b;
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .desc-wrapper .desc-wrap .item-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 122px;
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .title-wrap .item-title {
    margin-bottom: 22px;
  }
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .title-wrapper .title-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .text-wrapper {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .tab-content .tab-pane .item-content .text-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .text-wrapper .image-wrap {
  margin-bottom: 32px;
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .text-wrapper .image-wrap img {
  height: 280px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-uPIy5GEJyK .tab-content .tab-pane .item-content .text-wrapper .image-wrap img {
    width: 100%;
  }
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .image-wrapper {
  width: 34%;
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
  }
}
.cid-uPIy5GEJyK .tab-content .tab-pane .item-content .image-wrapper img {
  height: 770px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5GEJyK .tab-content .tab-pane .item-content .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIy5GEJyK .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5GEJyK .mbr-section-title {
  color: #94AD1B;
}
.cid-uPIy5GEJyK .mbr-desc {
  color: #ffffff;
  text-align: right;
}
.cid-uPIy5GEJyK .item-desc {
  color: #ffffff;
}
.cid-uPIy5GEJyK .item-title {
  color: #94AD1B;
}
.cid-uPIy5GEJyK .item-text {
  color: #ffffff;
}
.cid-uPIy5GNhaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5GNhaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5GNhaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5GNhaP .content-wrap {
  margin: 0;
}
.cid-uPIy5GNhaP .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uPIy5GNhaP .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uPIy5GNhaP .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPIy5GNhaP .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GNhaP .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uPIy5GNhaP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPIy5GNhaP .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #94ad1b;
}
@media (max-width: 1440px) {
  .cid-uPIy5GNhaP .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPIy5GNhaP .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GNhaP .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #94ad1b;
    padding-top: 22px;
  }
}
.cid-uPIy5GNhaP .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-uPIy5GNhaP .mbr-text,
.cid-uPIy5GNhaP .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uPIy5GNhaP .mbr-section-title,
.cid-uPIy5GNhaP .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5GQQay {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5GQQay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5GQQay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5GQQay .row {
  justify-content: space-between;
}
.cid-uPIy5GQQay .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5GQQay .title-wrapper {
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uPIy5GQQay .title-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .title-wrapper {
    padding-right: 0;
  }
}
.cid-uPIy5GQQay .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .title-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GQQay .title-wrapper .image-wrapper img {
  height: 830px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uPIy5GQQay .title-wrapper .image-wrapper img {
    height: 630px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .title-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIy5GQQay .items-wrapper {
  padding: 0 122px;
  padding: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uPIy5GQQay .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .items-wrapper {
    padding-right: 0;
  }
}
.cid-uPIy5GQQay .items-wrapper .item {
  border-radius: 0 !important;
}
.cid-uPIy5GQQay .items-wrapper .item:first-child .item-wrapper {
  border-top: 3px dashed #94ad1b;
}
.cid-uPIy5GQQay .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(-10deg);
}
@media (max-width: 1440px) {
  .cid-uPIy5GQQay .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uPIy5GQQay .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0;
  border-bottom: 3px dashed #94ad1b;
}
@media (max-width: 1440px) {
  .cid-uPIy5GQQay .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .items-wrapper .item .item-wrapper {
    padding: 22px 0;
  }
}
.cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-img {
  width: 25%;
  margin-right: 22px;
}
@media (max-width: 1440px) {
  .cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-img {
    transform: none;
    margin-right: 0;
    width: 100%;
  }
}
.cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-img img {
  height: 270px;
  transform: rotate(10deg);
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #94ad1b;
}
@media (max-width: 1440px) {
  .cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-uPIy5GQQay .items-wrapper .mbr-section-btn {
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-uPIy5GQQay .items-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uPIy5GQQay .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5GQQay .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5GQQay .mbr-desc {
  color: #4b4949;
  text-align: right;
}
.cid-uPIy5GQQay .item-number {
  color: #c10b02;
}
.cid-uPIy5GQQay .item-title {
  color: #94AD1B;
}
.cid-uPIy5GQQay .item-text {
  color: #ffffff;
}
.cid-uPIy5GQQay .mbr-section-title,
.cid-uPIy5GQQay .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5GWjmX {
  background-color: transparent;
}
.cid-uPIy5GWjmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5GWjmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5GWjmX .content-wrap {
  margin: 0;
}
.cid-uPIy5GWjmX .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uPIy5GWjmX .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uPIy5GWjmX .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPIy5GWjmX .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GWjmX .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uPIy5GWjmX .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GWjmX .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5GWjmX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GWjmX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPIy5GWjmX .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPIy5GWjmX .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uPIy5GWjmX .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #94ad1b;
}
@media (max-width: 1440px) {
  .cid-uPIy5GWjmX .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPIy5GWjmX .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GWjmX .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #94ad1b;
    padding-top: 22px;
  }
}
.cid-uPIy5GWjmX .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5GWjmX .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIy5GWjmX .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5GWjmX .mbr-text,
.cid-uPIy5GWjmX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPIy5GWjmX .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPIy5GWjmX .mbr-section-title,
.cid-uPIy5GWjmX .mbr-section-btn {
  text-align: center;
  color: #94AD1B;
}
.cid-uPIy5GZnQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5GZnQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5GZnQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5GZnQ7 .card {
  justify-content: flex-end;
}
.cid-uPIy5GZnQ7 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5GZnQ7 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5GZnQ7 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPIy5GZnQ7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #94ad1b;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uPIy5GZnQ7 .items-wrapper {
    display: block;
  }
}
.cid-uPIy5GZnQ7 .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #94ad1b;
  border-bottom: 3px dashed #94ad1b;
}
@media (max-width: 1440px) {
  .cid-uPIy5GZnQ7 .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5GZnQ7 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uPIy5GZnQ7 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uPIy5GZnQ7 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5GZnQ7 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uPIy5GZnQ7 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uPIy5GZnQ7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uPIy5GZnQ7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIy5GZnQ7 .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5GZnQ7 .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5GZnQ7 .item-title {
  color: #4b4949;
}
.cid-uPIy5GZnQ7 .item-title,
.cid-uPIy5GZnQ7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPIy5GZnQ7 .mbr-section-title,
.cid-uPIy5GZnQ7 .title-wrapper {
  color: #94AD1B;
}
.cid-uPIy5H45FP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5H45FP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5H45FP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5H45FP .card {
  justify-content: flex-end;
}
.cid-uPIy5H45FP .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5H45FP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5H45FP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5H45FP .mbr-section-btn {
  text-align: right;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5H45FP .mbr-section-btn {
    text-align: left;
    margin-bottom: 32px;
  }
}
.cid-uPIy5H45FP .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIy5H45FP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 3px dashed #94ad1b;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uPIy5H45FP .items-wrapper {
    display: block;
  }
}
.cid-uPIy5H45FP .items-wrapper .item .item-wrapper {
  padding: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 3px dashed #94ad1b;
  border-bottom: 3px dashed #94ad1b;
}
@media (max-width: 1200px) {
  .cid-uPIy5H45FP .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5H45FP .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-img {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-img img {
  height: 210px;
  width: 155px;
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #94ad1b;
}
@media (max-width: 1200px) {
  .cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
  padding-left: 22px;
}
@media (max-width: 1200px) {
  .cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-content {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-content .title-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
  margin-bottom: 0;
  padding-left: 22px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
    padding-left: 0;
    margin-bottom: 22px;
  }
}
.cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
    margin-bottom: 22px;
  }
}
.cid-uPIy5H45FP .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uPIy5H45FP .items-wrapper .item .card_1 .item-img img {
  transform: rotate(6deg);
}
@media (max-width: 1200px) {
  .cid-uPIy5H45FP .items-wrapper .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPIy5H45FP .items-wrapper .item .card_2 .item-img img {
  transform: rotate(-6deg);
}
@media (max-width: 1200px) {
  .cid-uPIy5H45FP .items-wrapper .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPIy5H45FP .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5H45FP .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5H45FP .item-number {
  color: #94AD1B;
}
.cid-uPIy5H45FP .item-title {
  color: #c10b02;
}
.cid-uPIy5H45FP .item-text {
  color: #000000;
}
.cid-uPIy5H45FP .mbr-section-title,
.cid-uPIy5H45FP .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5H45FP .item-title,
.cid-uPIy5H45FP .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5Ha8WN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5Ha8WN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5Ha8WN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5Ha8WN .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5Ha8WN .card-wrapper {
  padding: 54px;
  border: 3px dashed #94ad1b;
}
@media (max-width: 992px) {
  .cid-uPIy5Ha8WN .card-wrapper {
    padding: 22px;
  }
}
.cid-uPIy5Ha8WN .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uPIy5Ha8WN .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uPIy5Ha8WN .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5Hd5eH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/qstjzutq4uajijbplzbt-lo234824.jpeg");
}
.cid-uPIy5Hd5eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5Hd5eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5Hd5eH .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uPIy5Hd5eH .content-wrap {
    height: 350px;
  }
}
.cid-uPIy5HeMoz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5HeMoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5HeMoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5HeMoz .card {
  justify-content: flex-end;
}
.cid-uPIy5HeMoz .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5HeMoz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HeMoz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HeMoz .desc-wrapper {
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 3px dashed #94ad1b;
}
@media (max-width: 992px) {
  .cid-uPIy5HeMoz .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HeMoz .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPIy5HeMoz .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uPIy5HeMoz .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPIy5HeMoz .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HeMoz .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uPIy5HeMoz .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5HeMoz .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uPIy5HeMoz .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPIy5HeMoz .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uPIy5HeMoz .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uPIy5HeMoz .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPIy5HeMoz .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5HeMoz .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uPIy5HeMoz .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uPIy5HeMoz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5HeMoz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uPIy5HeMoz .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5HeMoz .mbr-section-title {
  color: #94AD1B;
}
.cid-uPIy5HeMoz .mbr-desc {
  color: #ffffff;
  text-align: right;
}
.cid-uPIy5HeMoz .item-number {
  color: #94AD1B;
}
.cid-uPIy5HeMoz .item-title {
  color: #c10b02;
}
.cid-uPIy5HeMoz .item-text {
  color: #ffffff;
}
.cid-uPIy5HeMoz .item-title,
.cid-uPIy5HeMoz .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5Hk3cX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5Hk3cX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5Hk3cX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5Hk3cX .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5Hk3cX .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #94ad1b;
}
@media (max-width: 992px) {
  .cid-uPIy5Hk3cX .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5Hk3cX .card-wrapper {
    padding: 22px;
  }
}
.cid-uPIy5Hk3cX .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPIy5Hk3cX .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPIy5Hk3cX .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5Hk3cX .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPIy5Hk3cX .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5Hk3cX .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uPIy5Hk3cX .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5Hk3cX .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPIy5Hk3cX .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIy5Hk3cX .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-uPIy5Hk3cX .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5Hk3cX .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-uPIy5Hk3cX .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5Hk3cX .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPIy5Hk3cX .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5Hk3cX .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5Hk3cX .mbr-desc {
  color: #ffffff;
}
.cid-uPIy5Hk3cX .mbr-text {
  color: #4b4949;
}
.cid-uPIy5Hk3cX .mbr-section-title,
.cid-uPIy5Hk3cX .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5Hk3cX .mbr-text,
.cid-uPIy5Hk3cX .text-wrapper {
  color: #ffffff;
}
.cid-uPIy5Hw25y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: 3px dashed #94ad1b;
  border-bottom: 3px dashed #94ad1b;
  background-color: transparent;
}
.cid-uPIy5Hw25y .item:focus,
.cid-uPIy5Hw25y span:focus {
  outline: none;
}
.cid-uPIy5Hw25y .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uPIy5Hw25y .item {
  color: #94ad1b;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uPIy5Hw25y .item {
    min-height: 45px;
  }
}
.cid-uPIy5HyxJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5HyxJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5HyxJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5HyxJE .items-wrapper,
.cid-uPIy5HyxJE .items-wrap {
  margin: 0 -27px;
}
.cid-uPIy5HyxJE .items-wrap {
  justify-content: space-between;
}
.cid-uPIy5HyxJE .items-wrapper {
  justify-content: center;
}
.cid-uPIy5HyxJE .card {
  justify-content: flex-end;
  padding: 0 27px;
}
.cid-uPIy5HyxJE .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5HyxJE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HyxJE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HyxJE .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HyxJE .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPIy5HyxJE .item {
  margin-bottom: 54px;
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uPIy5HyxJE .item {
    margin-bottom: 12px;
  }
}
.cid-uPIy5HyxJE .item .item-wrapper .item-img img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5HyxJE .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPIy5HyxJE .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5HyxJE .mbr-section-title {
  color: #94AD1B;
}
.cid-uPIy5HyxJE .item-number {
  color: #c10b02;
}
.cid-uPIy5HyxJE .item-title {
  color: #c10b02;
}
.cid-uPIy5HyxJE .item-text {
  color: #4b4949;
}
.cid-uPIy5HyxJE .mbr-text,
.cid-uPIy5HyxJE .text-wrapper {
  color: #ffffff;
}
.cid-uPIy5HC4nK {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uPIy5HC4nK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5HC4nK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPIy5HC4nK .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uPIy5HC4nK .content-wrap {
    height: 350px;
  }
}
.cid-uPIy5HDkVb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5HDkVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5HDkVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5HDkVb .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uPIy5HDkVb .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uPIy5HDkVb .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uPIy5HDkVb .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uPIy5HDkVb .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5HDkVb .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPIy5HDkVb .content-wrapper {
    display: block;
  }
}
.cid-uPIy5HDkVb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HDkVb .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HDkVb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HDkVb .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HDkVb .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIy5HDkVb .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPIy5HDkVb .item {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HDkVb .item .item-wrapper {
  height: 100%;
}
.cid-uPIy5HDkVb .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5HDkVb .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uPIy5HDkVb .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5HDkVb .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPIy5HDkVb .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HDkVb .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uPIy5HDkVb .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uPIy5HDkVb .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HDkVb .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uPIy5HDkVb .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5HDkVb .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5HDkVb .mbr-text {
  color: #ffffff;
}
.cid-uPIy5HDkVb .item-name {
  color: #94AD1B;
}
.cid-uPIy5HDkVb .item-text {
  color: #ffffff;
}
.cid-uPIy5HDkVb .mbr-section-title,
.cid-uPIy5HDkVb .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5HLCKW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5HLCKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5HLCKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5HLCKW .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5HLCKW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HLCKW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HLCKW .content-wrap {
  justify-content: center;
  margin: 0 -26px;
}
.cid-uPIy5HLCKW .content-wrap .card {
  padding: 0 26px;
}
.cid-uPIy5HLCKW .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 52px;
}
@media (max-width: 992px) {
  .cid-uPIy5HLCKW .content-wrap .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5HLCKW .content-wrap .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPIy5HLCKW .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uPIy5HLCKW .image-wrapper {
  height: 100%;
}
.cid-uPIy5HLCKW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5HLCKW .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIy5HLCKW .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5HLCKW .mbr-section-title {
  color: #94AD1B;
}
.cid-uPIy5HLCKW .item-number {
  color: #94AD1B;
}
.cid-uPIy5HLCKW .item-title {
  color: #c10b02;
}
.cid-uPIy5HLCKW .item-text {
  color: #ffffff;
}
.cid-uPIy5HLCKW .item-title,
.cid-uPIy5HLCKW .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5HRgOh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5HRgOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5HRgOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5HRgOh .row {
  justify-content: center;
  margin: 0 -46px;
}
@media (max-width: 1440px) {
  .cid-uPIy5HRgOh .row {
    margin: 0 -32px;
  }
}
.cid-uPIy5HRgOh .row .card {
  padding: 0 46px;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-uPIy5HRgOh .row .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5HRgOh .image-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uPIy5HRgOh .image-wrapper img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIy5HRgOh .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIy5HRgOh .mbr-text {
  margin-bottom: 0;
  color: #4b4949;
}
@media (max-width: 992px) {
  .cid-uPIy5HRgOh .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uPIy5HRgOh .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPIy5HRgOh .mbr-section-btn {
    text-align: left;
  }
}
.cid-uPIy5HRgOh .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIy5HRgOh .mbr-text,
.cid-uPIy5HRgOh .text-wrapper {
  color: #ffffff;
}
.cid-uPIy5HZPI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5HZPI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5HZPI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5HZPI6 .content-wrap {
  margin: 0;
}
.cid-uPIy5HZPI6 .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.cid-uPIy5HZPI6 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5HZPI6 .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uPIy5HZPI6 .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPIy5HZPI6 .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5HZPI6 .content-wrapper {
    padding: 0;
  }
}
.cid-uPIy5HZPI6 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HZPI6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5HZPI6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5HZPI6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPIy5HZPI6 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uPIy5HZPI6 .desc-wrapper .mbr-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPIy5HZPI6 .desc-wrapper .mbr-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5HZPI6 .desc-wrapper .mbr-desc {
    width: 100%;
    padding: 0;
  }
}
.cid-uPIy5HZPI6 .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #94ad1b;
}
@media (max-width: 992px) {
  .cid-uPIy5HZPI6 .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-uPIy5HZPI6 .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPIy5HZPI6 .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPIy5HZPI6 .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #94ad1b;
    padding-top: 22px;
  }
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #94ad1b !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #94ad1b !important;
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #94ad1b;
  border-radius: 0;
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #ffffff;
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uPIy5HZPI6 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIy5HZPI6 .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5HZPI6 .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5HZPI6 .mbr-text {
  color: #4b4949;
}
.cid-uPIy5HZPI6 .mbr-desc {
  color: #4b4949;
}
.cid-uPIy5HZPI6 label {
  color: #4b4949;
}
.cid-uPIy5HZPI6 .mbr-section-title,
.cid-uPIy5HZPI6 .mbr-section-btn {
  color: #94AD1B;
}
.cid-uPIy5HZPI6 .mbr-text,
.cid-uPIy5HZPI6 .text-wrapper {
  color: #ffffff;
}
.cid-uPIy5HZPI6 .mbr-desc,
.cid-uPIy5HZPI6 .desc-wrapper {
  color: #ffffff;
}
.cid-uPIy5I4feh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uPIy5I4feh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5I4feh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5I4feh .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5I4feh .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPIy5I4feh .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPIy5I4feh .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPIy5I4feh .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPIy5I4feh .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uPIy5I4feh .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPIy5I4feh .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uPIy5I4feh .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPIy5I4feh .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uPIy5I4feh .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uPIy5I4feh .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uPIy5I4feh .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #94ad1b;
}
@media (max-width: 1640px) {
  .cid-uPIy5I4feh .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPIy5I4feh .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-uPIy5I4feh .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uPIy5I4feh .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPIy5I4feh .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uPIy5I4feh .mbr-label {
  color: #94AD1B;
}
.cid-uPIy5I4feh .mbr-section-title {
  color: #c10b02;
}
.cid-uPIy5I4feh .item-title {
  color: #ffffff;
}
.cid-uPIy5I4feh .mbr-section-title,
.cid-uPIy5I4feh .title-wrap {
  color: #94AD1B;
}
.cid-uPIy5I77St {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #94ad1b;
}
.cid-uPIy5I77St .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIy5I77St .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIy5I77St .row {
  justify-content: center;
}
.cid-uPIy5I77St .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5I77St .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIy5I77St .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5I77St .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPIy5I77St .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPIy5I77St .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-uPIy5I77St .nav-wrapper .list .item-wrap:hover,
.cid-uPIy5I77St .nav-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uPIy5I77St .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPIy5I77St .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPIy5I77St .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uPIy5I77St .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIy5I77St .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPIy5I77St .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uPIy5I77St .mbr-section-title {
  color: #ffffff;
}
.cid-uPIy5I77St .list {
  color: #ffffff;
}
