.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inclusive Sans;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 4.75rem;
  line-height: 1;
  letter-spacing: -3px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.9375rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.325rem;
    font-size: calc( 2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #3739ee !important;
}
.bg-success {
  background-color: #cfcfcf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e69000 !important;
}
.bg-danger {
  background-color: #e6c300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3739ee !important;
  border-color: #3739ee !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6668f2 !important;
  border-color: #6668f2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6668f2 !important;
  border-color: #6668f2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #009472 !important;
  border-color: #009472 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #00c799 !important;
  border-color: #00c799 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00c799 !important;
  border-color: #00c799 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  color: #505050 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #505050 !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e69000 !important;
  border-color: #e69000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa91a !important;
  border-color: #ffa91a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa91a !important;
  border-color: #ffa91a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c300 !important;
  border-color: #e6c300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffdc1a !important;
  border-color: #ffdc1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffdc1a !important;
  border-color: #ffdc1a !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: #3739ee;
  color: #3739ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1012be !important;
  background-color: transparent !important;
  border-color: #1012be !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3739ee !important;
  border-color: #3739ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #009472;
  color: #009472;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #003d2f !important;
  background-color: transparent !important;
  border-color: #003d2f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #009472 !important;
  border-color: #009472 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #cfcfcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a4a4a4 !important;
  background-color: transparent !important;
  border-color: #a4a4a4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #505050 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e69000;
  color: #e69000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8f5a00 !important;
  background-color: transparent !important;
  border-color: #8f5a00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e69000 !important;
  border-color: #e69000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6c300;
  color: #e6c300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8f7900 !important;
  background-color: transparent !important;
  border-color: #8f7900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c300 !important;
  border-color: #e6c300 !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: #3739ee !important;
}
.text-secondary {
  color: #009472 !important;
}
.text-success {
  color: #cfcfcf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e69000 !important;
}
.text-danger {
  color: #e6c300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f11b0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #002e23 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9c9c9c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #805000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #806d00 !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: #3739ee;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e69000;
}
.alert-danger {
  background-color: #e6c300;
}
.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: #3739ee;
  border-color: #3739ee;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3739ee;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f3f3fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #3739ee !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #3739ee;
}
/* 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: #3739ee;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3739ee;
}
.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: #3739ee;
  border-bottom-color: #3739ee;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3739ee !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #009472 !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='%233739ee' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 12px 25px;
  border-radius: 30px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 24px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #009472 !important;
  background-color: #3739ee !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont {
  color: #ffffff !important;
}
img {
  border-radius: 10px !important;
}
.card {
  border-radius: 20px !important;
  overflow: hidden;
}
.cid-uFrM4Bsa89 .navbar-dropdown {
  position: relative !important;
}
.cid-uFrM4Bsa89 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFrM4Bsa89 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFrM4Bsa89 .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-uFrM4Bsa89 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFrM4Bsa89 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFrM4Bsa89 .dropdown-item:hover,
.cid-uFrM4Bsa89 .dropdown-item:focus {
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFrM4Bsa89 .dropdown-item:hover span {
  color: white;
}
.cid-uFrM4Bsa89 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFrM4Bsa89 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFrM4Bsa89 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFrM4Bsa89 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFrM4Bsa89 .nav-link {
  position: relative;
}
.cid-uFrM4Bsa89 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFrM4Bsa89 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFrM4Bsa89 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFrM4Bsa89 .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFrM4Bsa89 .dropdown-menu,
.cid-uFrM4Bsa89 .navbar.opened {
  background: #ffe02c !important;
}
.cid-uFrM4Bsa89 .nav-item:focus,
.cid-uFrM4Bsa89 .nav-link:focus {
  outline: none;
}
.cid-uFrM4Bsa89 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFrM4Bsa89 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFrM4Bsa89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFrM4Bsa89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFrM4Bsa89 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFrM4Bsa89 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFrM4Bsa89 .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: #ffe02c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFrM4Bsa89 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFrM4Bsa89 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFrM4Bsa89 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFrM4Bsa89 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFrM4Bsa89 .navbar.collapsed {
  justify-content: center;
}
.cid-uFrM4Bsa89 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFrM4Bsa89 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFrM4Bsa89 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uFrM4Bsa89 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFrM4Bsa89 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFrM4Bsa89 .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-uFrM4Bsa89 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFrM4Bsa89 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFrM4Bsa89 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFrM4Bsa89 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFrM4Bsa89 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFrM4Bsa89 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFrM4Bsa89 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFrM4Bsa89 .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-uFrM4Bsa89 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFrM4Bsa89 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFrM4Bsa89 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFrM4Bsa89 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFrM4Bsa89 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFrM4Bsa89 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFrM4Bsa89 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFrM4Bsa89 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFrM4Bsa89 .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-uFrM4Bsa89 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFrM4Bsa89 .navbar-brand .navbar-caption:hover,
.cid-uFrM4Bsa89 .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFrM4Bsa89 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFrM4Bsa89 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFrM4Bsa89 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFrM4Bsa89 .dropdown-item.active,
.cid-uFrM4Bsa89 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFrM4Bsa89 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFrM4Bsa89 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFrM4Bsa89 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFrM4Bsa89 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe02c;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFrM4Bsa89 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFrM4Bsa89 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFrM4Bsa89 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFrM4Bsa89 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFrM4Bsa89 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFrM4Bsa89 .navbar-buttons {
  text-align: center;
}
.cid-uFrM4Bsa89 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFrM4Bsa89 .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-uFrM4Bsa89 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFrM4Bsa89 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: #ffe02c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFrM4Bsa89 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFrM4Bsa89 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFrM4Bsa89 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFrM4Bsa89 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFrM4Bsa89 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFrM4Bsa89 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFrM4Bsa89 .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-uFrM4Bsa89 .navbar {
    height: 70px;
  }
  .cid-uFrM4Bsa89 .navbar.opened {
    height: auto;
  }
  .cid-uFrM4Bsa89 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFrM4Bsa89 .navbar-nav {
  margin: 0 auto;
}
.cid-uFrM4Bsa89 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFrM4Bsa89 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFrM4Bsa89 .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFrM4Bsa89 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFrM4Bsa89 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFrM4Bsa89 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFrM4Bsa89 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFrM4Bsa89 .nav-item .dropdown-menu .dropdown-item {
  color: #3739ee !important;
}
.cid-uFrM4Bsa89 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFrM4Bsa89 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFrM4Bsa89 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFrM4Bsa89 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFrM4Bsa89 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFrM4Bsa89 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFrM4Bsa89 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFrM4Bsa89 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFrM4Bsa89 .content-wrap {
  min-height: 110px;
}
.cid-uFw46aHHOF {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFw46aHHOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFw46aHHOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFw46aHHOF .row {
  justify-content: center;
}
.cid-uFw46aHHOF .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFw46aHHOF .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFw46aHHOF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFw46aHHOF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFw46aHHOF .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFw46aHHOF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFw46aHHOF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFw46aHHOF .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFw46aHHOF .card {
  justify-content: flex-end;
}
.cid-uFw46aHHOF .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFw46aHHOF .image-wrapper {
    display: block;
  }
}
.cid-uFw46aHHOF .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e6c300, transparent);
  filter: blur(100px);
}
.cid-uFw46aHHOF .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFw46aHHOF .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFw46aHHOF .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFw46aHHOF .mbr-section-title {
  color: #ffffff;
}
.cid-uFw46aHHOF .mbr-section-subtitle {
  color: #f5f5f5;
}
.cid-uFw46aHHOF .mbr-text,
.cid-uFw46aHHOF .text-wrapper {
  color: #ffffff;
}
.cid-uFw4UEf6sl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFw4UEf6sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFw4UEf6sl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFw4UEf6sl .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFw4UEf6sl .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFw4UEf6sl .container {
    padding: 0 6px;
  }
}
.cid-uFw4UEf6sl .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uFw4UEf6sl .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFw4UEf6sl .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFw4UEf6sl .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFw4UEf6sl .row {
    padding: 0 30px;
  }
}
.cid-uFw4UEf6sl .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFw4UEf6sl .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFw4UEf6sl .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uFw4UEf6sl .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uFw4UEf6sl .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uFw4UEf6sl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFw4UEf6sl .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFw4UEf6sl .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uFw4UEf6sl .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uFw4UEf6sl .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uFw4UEf6sl .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uFw4UEf6sl .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFw4UEf6sl .mbr-section-title {
  color: #131313;
}
.cid-uFw4UEf6sl .list {
  color: #131313;
}
.cid-uFw5jOzPce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-uFw5jOzPce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFw5jOzPce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFw5jOzPce .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFw5jOzPce .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFw5jOzPce .content-wrapper {
    padding: 0;
  }
}
.cid-uFw5jOzPce .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFw5jOzPce .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFw5jOzPce .mbr-section-title,
.cid-uFw5jOzPce .title-wrapper {
  color: #ffffff;
}
.cid-uFw5jOzPce .mbr-section-title,
.cid-uFw5jOzPce .mbr-section-btn,
.cid-uFw5jOzPce .title-wrapper {
  text-align: center;
}
.cid-uFw5gUvD7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFw5gUvD7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFw5gUvD7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFw5gUvD7u .card-wrapper {
  display: flex;
  background-color: #131313;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFw5gUvD7u .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFw5gUvD7u .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFw5gUvD7u .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #000000 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uFw5gUvD7u .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFw5gUvD7u .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFw5gUvD7u .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFw5gUvD7u .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFw5gUvD7u .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFw5gUvD7u .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFw5gUvD7u .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFw5gUvD7u .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFw5gUvD7u .mbr-section-title {
  color: #ffffff;
}
.cid-uFw5gUvD7u .mbr-text {
  color: #ffffff;
}
.cid-uFw5M0aTiR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uFw5M0aTiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFw5M0aTiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFw5M0aTiR .row {
  justify-content: center;
}
.cid-uFw5M0aTiR .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFw5M0aTiR .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uFw5M0aTiR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFw5M0aTiR .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFw5M0aTiR .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFw5M0aTiR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFw5M0aTiR .mbr-section-title,
.cid-uFw5M0aTiR .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uFw5M0aTiR .mbr-desc {
  color: #fff7ee;
}
.cid-uFw5M0aTiR .mbr-text {
  color: #fff7ee;
}
.cid-uFw5M0aTiR .mbr-section-title,
.cid-uFw5M0aTiR .title-wrapper,
.cid-uFw5M0aTiR .mbr-iconfont {
  color: #ffe759;
}
.cid-uFtsayMlhe {
  background-color: #ffe759;
}
.cid-uFtsayMlhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtsayMlhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtsayMlhe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFtsayMlhe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFtsayMlhe .container {
    padding: 0 20px;
  }
}
.cid-uFtsayMlhe .row {
  justify-content: space-between;
}
.cid-uFtsayMlhe .card {
  justify-content: center;
}
.cid-uFtsayMlhe .content-wrapper {
  padding-top: 120px;
  padding-left: 100px;
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uFtsayMlhe .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFtsayMlhe .content-wrapper {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .cid-uFtsayMlhe .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFtsayMlhe .content-wrapper {
    padding-right: 0;
  }
}
.cid-uFtsayMlhe .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uFtsayMlhe .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uFtsayMlhe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFtsayMlhe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFtsayMlhe .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFtsayMlhe .image-wrapper img {
    height: 350px;
  }
}
.cid-uFtsayMlhe .mbr-desc {
  color: #000000;
}
.cid-uFtsayMlhe .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFtsayMlhe .mbr-text {
  color: #000000;
}
.cid-uFtsayMlhe .mbr-section-title,
.cid-uFtsayMlhe .mbr-section-btn {
  color: #000000;
}
.cid-uFwag8ihPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFwag8ihPE .container {
    padding: 0 24px;
  }
}
.cid-uFwag8ihPE .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwag8ihPE .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFwag8ihPE .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwag8ihPE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwag8ihPE .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFwag8ihPE .mbr-section-btn {
    text-align: left;
  }
}
.cid-uFwag8ihPE .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFwag8ihPE .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uFwag8ihPE .mbr-section-title,
.cid-uFwag8ihPE .mbr-section-btn {
  text-align: center;
}
.cid-uFwaoEQyzQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe759;
}
.cid-uFwaoEQyzQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFwaoEQyzQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFwaoEQyzQ .container {
    padding: 0 25px;
  }
}
.cid-uFwaoEQyzQ .row {
  margin: 0;
}
.cid-uFwaoEQyzQ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uFwaoEQyzQ .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uFwaoEQyzQ .image-wrapper {
    min-height: 350px;
  }
}
.cid-uFwaoEQyzQ .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFwaoEQyzQ .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uFwaoEQyzQ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uFwaoEQyzQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFwaoEQyzQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwaoEQyzQ .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFwaoEQyzQ .mbr-section-title {
  color: #000000;
}
.cid-uFwaoEQyzQ .mbr-text {
  color: #000000;
}
.cid-uFw8UaMxhH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFw8UaMxhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFw8UaMxhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFw8UaMxhH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFw8UaMxhH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFw8UaMxhH .container {
    padding: 0 6px;
  }
}
.cid-uFw8UaMxhH .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFw8UaMxhH .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFw8UaMxhH .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFw8UaMxhH .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFw8UaMxhH .row {
    padding: 70px 30px;
  }
}
.cid-uFw8UaMxhH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFw8UaMxhH .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFw8UaMxhH .desc-wrapper {
    padding: 0;
  }
}
.cid-uFw8UaMxhH .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFw8UaMxhH .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFw8UaMxhH .title-wrapper span {
  color: #009472;
}
.cid-uFw8UaMxhH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFw8UaMxhH .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
}
@media (max-width: 992px) {
  .cid-uFw8UaMxhH .cards-wrapper {
    display: block;
  }
}
.cid-uFw8UaMxhH .cards-wrapper .item {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uFw8UaMxhH .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uFw8UaMxhH .cards-wrapper .item .item-wrapper {
  padding: 0 30px 30px;
  border-radius: 16px !important;
  background-color: #262626;
}
@media (max-width: 992px) {
  .cid-uFw8UaMxhH .cards-wrapper .item .item-wrapper {
    padding: 0 22px 22px;
  }
}
.cid-uFw8UaMxhH .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  height: 50px;
}
.cid-uFw8UaMxhH .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -50px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 10px solid #ffe02c;
}
.cid-uFw8UaMxhH .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 10px;
}
.cid-uFw8UaMxhH .cards-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 10px;
}
.cid-uFw8UaMxhH .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFw8UaMxhH .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFw8UaMxhH .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  border: none;
  text-decoration: underline;
}
.cid-uFw8UaMxhH .mbr-desc {
  color: #262626;
}
.cid-uFw8UaMxhH .mbr-section-title {
  color: #131313;
}
.cid-uFw8UaMxhH .card-desc {
  color: #009472;
  text-align: center;
}
.cid-uFw8UaMxhH .card-title {
  color: #131313;
}
.cid-uFw8UaMxhH .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFw8UaMxhH .card-title,
.cid-uFw8UaMxhH .mbr-section-btn {
  text-align: center;
  color: #ffe02c;
}
.cid-uFwaHbuz2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFwaHbuz2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwaHbuz2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwaHbuz2o .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFwaHbuz2o .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFwaHbuz2o .container {
    padding: 0 30px;
  }
}
.cid-uFwaHbuz2o .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFwaHbuz2o .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFwaHbuz2o .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffe759;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uFwaHbuz2o .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uFwaHbuz2o .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uFwaHbuz2o .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uFwaHbuz2o .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFwaHbuz2o .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uFwaHbuz2o .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uFwaHbuz2o .mbr-section-title {
  color: #ffffff;
}
.cid-uFwaHbuz2o .mbr-card-title {
  color: #2b2b2b;
}
.cid-uFwaHbuz2o .mbr-text {
  color: #000000;
}
.cid-uFwaHbuz2o .mbr-number {
  color: #FE5115;
}
.cid-uFw7bvyGTM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uFw7bvyGTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFw7bvyGTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFw7bvyGTM .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFw7bvyGTM .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFw7bvyGTM .container {
    padding: 0 6px;
  }
}
.cid-uFw7bvyGTM .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFw7bvyGTM .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFw7bvyGTM .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFw7bvyGTM .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFw7bvyGTM .row {
    padding: 70px 30px;
  }
}
.cid-uFw7bvyGTM .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFw7bvyGTM .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFw7bvyGTM .desc-wrapper {
    padding: 0;
  }
}
.cid-uFw7bvyGTM .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFw7bvyGTM .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFw7bvyGTM .title-wrapper span {
  color: #009472;
}
.cid-uFw7bvyGTM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFw7bvyGTM .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-uFw7bvyGTM .cards-wrapper {
    display: block;
  }
}
.cid-uFw7bvyGTM .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uFw7bvyGTM .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
@media (max-width: 992px) {
  .cid-uFw7bvyGTM .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uFw7bvyGTM .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uFw7bvyGTM .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFw7bvyGTM .cards-wrapper .item:hover .item-desc,
.cid-uFw7bvyGTM .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #262626;
  border-radius: 100%;
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uFw7bvyGTM .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uFw7bvyGTM .mbr-desc {
  color: #ffffff;
}
.cid-uFw7bvyGTM .mbr-section-title {
  color: #ffffff;
}
.cid-uFw7bvyGTM .card-desc {
  color: #ffffff;
}
.cid-uFw7bvyGTM .card-title {
  color: #131313;
}
.cid-uFw7bvyGTM .card-text {
  color: #131313;
}
.cid-uFtBpOMjNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFtBpOMjNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtBpOMjNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtBpOMjNp .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFtBpOMjNp .card-wrap:first-child {
    padding-right: 110px;
    padding-right: 16px;
    padding-left: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFtBpOMjNp .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFtBpOMjNp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFtBpOMjNp .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFtBpOMjNp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFtBpOMjNp .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFtBpOMjNp .panel-group .card {
  border-bottom: 1px solid #ffe759;
  border-radius: 0;
}
.cid-uFtBpOMjNp .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFtBpOMjNp .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFtBpOMjNp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFtBpOMjNp .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFtBpOMjNp .mbr-section-subtitle {
  color: #747474;
}
.cid-uFtBpOMjNp .mbr-text {
  color: #747474;
}
.cid-uFtBpOMjNp .panel-title-edit {
  color: #000000;
}
.cid-uFtBpOMjNp .panel-text {
  color: #747474;
}
.cid-uFtBpOMjNp .mbr-section-title,
.cid-uFtBpOMjNp .mbr-section-btn {
  color: #000000;
}
.cid-uFwaWIqF7Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFwaWIqF7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwaWIqF7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwaWIqF7Z .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFwaWIqF7Z .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFwaWIqF7Z .container {
    padding: 0 30px;
  }
}
.cid-uFwaWIqF7Z .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFwaWIqF7Z .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uFwaWIqF7Z .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uFwaWIqF7Z .image-wrapper img {
    height: 300px;
  }
}
.cid-uFwaWIqF7Z .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFwaWIqF7Z .text-wrapper {
    margin: 0;
  }
}
.cid-uFwaWIqF7Z .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFwaWIqF7Z .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFwaWIqF7Z .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFwaWIqF7Z .mbr-section-title {
  color: #ffffff;
}
.cid-uFwaWIqF7Z .mbr-text {
  color: #ffffff;
}
.cid-tQoH6J4KH4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe759;
}
.cid-tQoH6J4KH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQoH6J4KH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQoH6J4KH4 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tQoH6J4KH4 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tQoH6J4KH4 .container {
    padding: 0 6px;
  }
}
.cid-tQoH6J4KH4 .row {
  margin: 0;
}
.cid-tQoH6J4KH4 .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-tQoH6J4KH4 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-tQoH6J4KH4 .google-map iframe {
    height: 350px;
  }
}
.cid-uFtJMrrN4I {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffe02c;
  overflow: hidden;
}
.cid-uFtJMrrN4I::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFtJMrrN4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtJMrrN4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .container {
    padding: 0 22px;
  }
}
.cid-uFtJMrrN4I .row {
  position: relative;
  z-index: 1;
}
.cid-uFtJMrrN4I .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFtJMrrN4I .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFtJMrrN4I .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFtJMrrN4I .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFtJMrrN4I .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFtJMrrN4I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFtJMrrN4I .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFtJMrrN4I .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFtJMrrN4I .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap:hover,
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap:hover::before,
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFtJMrrN4I .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFtJMrrN4I .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFtJMrrN4I .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFtJMrrN4I .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFtJMrrN4I .mbr-section-title {
  color: #00d0f3;
}
.cid-uFtJMrrN4I .mbr-text {
  color: #ffffff;
}
.cid-uFtJMrrN4I .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFtJMrrN4I .list {
  color: #ffffff;
}
.cid-uFtJMrrN4I .mbr-contact {
  color: #ffffff;
}
.cid-uFtJMrrN4I .mbr-desc {
  color: #ffffff;
}
.cid-uFvKOI2Z8u .navbar-dropdown {
  position: relative !important;
}
.cid-uFvKOI2Z8u .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKOI2Z8u .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFvKOI2Z8u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFvKOI2Z8u .dropdown-item:hover,
.cid-uFvKOI2Z8u .dropdown-item:focus {
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFvKOI2Z8u .dropdown-item:hover span {
  color: white;
}
.cid-uFvKOI2Z8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFvKOI2Z8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFvKOI2Z8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFvKOI2Z8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFvKOI2Z8u .nav-link {
  position: relative;
}
.cid-uFvKOI2Z8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFvKOI2Z8u .container {
    flex-wrap: nowrap;
  }
}
.cid-uFvKOI2Z8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOI2Z8u .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .dropdown-menu,
.cid-uFvKOI2Z8u .navbar.opened {
  background: #ffe02c !important;
}
.cid-uFvKOI2Z8u .nav-item:focus,
.cid-uFvKOI2Z8u .nav-link:focus {
  outline: none;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvKOI2Z8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvKOI2Z8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvKOI2Z8u .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: #ffe02c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKOI2Z8u .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvKOI2Z8u .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFvKOI2Z8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFvKOI2Z8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFvKOI2Z8u .navbar.collapsed {
  justify-content: center;
}
.cid-uFvKOI2Z8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvKOI2Z8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvKOI2Z8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uFvKOI2Z8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvKOI2Z8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvKOI2Z8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFvKOI2Z8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFvKOI2Z8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFvKOI2Z8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvKOI2Z8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvKOI2Z8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFvKOI2Z8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFvKOI2Z8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFvKOI2Z8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFvKOI2Z8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvKOI2Z8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFvKOI2Z8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFvKOI2Z8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFvKOI2Z8u .navbar-brand .navbar-caption:hover,
.cid-uFvKOI2Z8u .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvKOI2Z8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFvKOI2Z8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .dropdown-item.active,
.cid-uFvKOI2Z8u .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvKOI2Z8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvKOI2Z8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFvKOI2Z8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFvKOI2Z8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe02c;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFvKOI2Z8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFvKOI2Z8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFvKOI2Z8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFvKOI2Z8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFvKOI2Z8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFvKOI2Z8u .navbar-buttons {
  text-align: center;
}
.cid-uFvKOI2Z8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFvKOI2Z8u 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: #ffe02c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFvKOI2Z8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar {
    height: 70px;
  }
  .cid-uFvKOI2Z8u .navbar.opened {
    height: auto;
  }
  .cid-uFvKOI2Z8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvKOI2Z8u .navbar-nav {
  margin: 0 auto;
}
.cid-uFvKOI2Z8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFvKOI2Z8u .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFvKOI2Z8u .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFvKOI2Z8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu .dropdown-item {
  color: #3739ee !important;
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFvKOI2Z8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFvKOI2Z8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFvKOI2Z8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFvKOI2Z8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFvKOI2Z8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFvKOI2Z8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFvKOI2Z8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFvKOI2Z8u .content-wrap {
  min-height: 110px;
}
.cid-uFwcipxu3a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFwcipxu3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwcipxu3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwcipxu3a .card {
  justify-content: center;
}
.cid-uFwcipxu3a .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFwcipxu3a .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFwcipxu3a .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFwcipxu3a .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFwcipxu3a .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFwcipxu3a .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFwcipxu3a .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFwcipxu3a .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFwcipxu3a .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFwcipxu3a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFwcipxu3a .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFwcipxu3a .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFwcipxu3a .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFwcipxu3a .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFwcipxu3a .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFwcipxu3a .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFwcipxu3a .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFwcipxu3a .mbr-section-title {
  color: #ffffff;
}
.cid-uFwcipxu3a .mbr-tag {
  color: #ffffff;
}
.cid-uFwcipxu3a .mbr-text {
  color: #ffffff;
}
.cid-uFvRWYrnTg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe02c;
  background-image: linear-gradient(135deg, #000000 10%, #ffe02c 80%, #ffffff 130%);
}
.cid-uFvRWYrnTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvRWYrnTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvRWYrnTg .row {
  justify-content: center;
}
.cid-uFvRWYrnTg .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uFvRWYrnTg .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uFvRWYrnTg .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFvRWYrnTg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFvRWYrnTg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFvRWYrnTg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uFvRWYrnTg .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uFvRWYrnTg .mbr-section-title {
  color: #ffffff;
}
.cid-uFvRWYrnTg .mbr-text,
.cid-uFvRWYrnTg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFvRWYrnTg .mbr-section-title,
.cid-uFvRWYrnTg .mbr-section-btn,
.cid-uFvRWYrnTg .logo-wrapper {
  text-align: center;
}
.cid-uGCVLnhx3A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe759;
}
.cid-uGCVLnhx3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCVLnhx3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCVLnhx3A .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCVLnhx3A .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVLnhx3A .container {
    padding: 0 6px;
  }
}
.cid-uGCVLnhx3A .row {
  margin: 0;
}
.cid-uGCVLnhx3A .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uGCVLnhx3A .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uGCVLnhx3A .google-map iframe {
    height: 350px;
  }
}
.cid-uFvKOP6NBI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffe02c;
  overflow: hidden;
}
.cid-uFvKOP6NBI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFvKOP6NBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOP6NBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .container {
    padding: 0 22px;
  }
}
.cid-uFvKOP6NBI .row {
  position: relative;
  z-index: 1;
}
.cid-uFvKOP6NBI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFvKOP6NBI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKOP6NBI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKOP6NBI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKOP6NBI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFvKOP6NBI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKOP6NBI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFvKOP6NBI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFvKOP6NBI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover,
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover::before,
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKOP6NBI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKOP6NBI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKOP6NBI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOP6NBI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFvKOP6NBI .mbr-section-title {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .mbr-text {
  color: #ffffff;
}
.cid-uFvKOP6NBI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFvKOP6NBI .list {
  color: #ffffff;
}
.cid-uFvKOP6NBI .mbr-contact {
  color: #ffffff;
}
.cid-uFvKOP6NBI .mbr-desc {
  color: #ffffff;
}
.cid-uFvSt1Oq4A .navbar-dropdown {
  position: relative !important;
}
.cid-uFvSt1Oq4A .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFvSt1Oq4A .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFvSt1Oq4A .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-uFvSt1Oq4A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFvSt1Oq4A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFvSt1Oq4A .dropdown-item:hover,
.cid-uFvSt1Oq4A .dropdown-item:focus {
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFvSt1Oq4A .dropdown-item:hover span {
  color: white;
}
.cid-uFvSt1Oq4A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFvSt1Oq4A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFvSt1Oq4A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFvSt1Oq4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFvSt1Oq4A .nav-link {
  position: relative;
}
.cid-uFvSt1Oq4A .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFvSt1Oq4A .container {
    flex-wrap: nowrap;
  }
}
.cid-uFvSt1Oq4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFvSt1Oq4A .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFvSt1Oq4A .dropdown-menu,
.cid-uFvSt1Oq4A .navbar.opened {
  background: #ffe02c !important;
}
.cid-uFvSt1Oq4A .nav-item:focus,
.cid-uFvSt1Oq4A .nav-link:focus {
  outline: none;
}
.cid-uFvSt1Oq4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFvSt1Oq4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFvSt1Oq4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvSt1Oq4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvSt1Oq4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvSt1Oq4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvSt1Oq4A .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: #ffe02c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvSt1Oq4A .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvSt1Oq4A .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFvSt1Oq4A .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFvSt1Oq4A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFvSt1Oq4A .navbar.collapsed {
  justify-content: center;
}
.cid-uFvSt1Oq4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvSt1Oq4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvSt1Oq4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uFvSt1Oq4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvSt1Oq4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvSt1Oq4A .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-uFvSt1Oq4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvSt1Oq4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFvSt1Oq4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFvSt1Oq4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFvSt1Oq4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvSt1Oq4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvSt1Oq4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvSt1Oq4A .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-uFvSt1Oq4A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFvSt1Oq4A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFvSt1Oq4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFvSt1Oq4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFvSt1Oq4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvSt1Oq4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFvSt1Oq4A .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFvSt1Oq4A .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFvSt1Oq4A .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-uFvSt1Oq4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFvSt1Oq4A .navbar-brand .navbar-caption:hover,
.cid-uFvSt1Oq4A .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvSt1Oq4A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvSt1Oq4A .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFvSt1Oq4A .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvSt1Oq4A .dropdown-item.active,
.cid-uFvSt1Oq4A .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvSt1Oq4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvSt1Oq4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFvSt1Oq4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFvSt1Oq4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe02c;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFvSt1Oq4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFvSt1Oq4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFvSt1Oq4A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFvSt1Oq4A ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFvSt1Oq4A ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFvSt1Oq4A .navbar-buttons {
  text-align: center;
}
.cid-uFvSt1Oq4A .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFvSt1Oq4A .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-uFvSt1Oq4A .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFvSt1Oq4A 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: #ffe02c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFvSt1Oq4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvSt1Oq4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvSt1Oq4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvSt1Oq4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvSt1Oq4A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFvSt1Oq4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvSt1Oq4A .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-uFvSt1Oq4A .navbar {
    height: 70px;
  }
  .cid-uFvSt1Oq4A .navbar.opened {
    height: auto;
  }
  .cid-uFvSt1Oq4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvSt1Oq4A .navbar-nav {
  margin: 0 auto;
}
.cid-uFvSt1Oq4A .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFvSt1Oq4A .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFvSt1Oq4A .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFvSt1Oq4A .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFvSt1Oq4A .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFvSt1Oq4A .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFvSt1Oq4A .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFvSt1Oq4A .nav-item .dropdown-menu .dropdown-item {
  color: #3739ee !important;
}
.cid-uFvSt1Oq4A .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFvSt1Oq4A .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFvSt1Oq4A .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFvSt1Oq4A .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFvSt1Oq4A .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFvSt1Oq4A .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFvSt1Oq4A .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFvSt1Oq4A .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFvSt1Oq4A .content-wrap {
  min-height: 110px;
}
.cid-uFwcWD6O2J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFwcWD6O2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwcWD6O2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwcWD6O2J .card {
  justify-content: center;
}
.cid-uFwcWD6O2J .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFwcWD6O2J .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFwcWD6O2J .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFwcWD6O2J .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFwcWD6O2J .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFwcWD6O2J .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFwcWD6O2J .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFwcWD6O2J .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFwcWD6O2J .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFwcWD6O2J .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFwcWD6O2J .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFwcWD6O2J .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFwcWD6O2J .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFwcWD6O2J .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFwcWD6O2J .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFwcWD6O2J .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFwcWD6O2J .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFwcWD6O2J .mbr-section-title {
  color: #ffffff;
}
.cid-uFwcWD6O2J .mbr-tag {
  color: #ffffff;
}
.cid-uFwcWD6O2J .mbr-text {
  color: #ffffff;
}
.cid-uFvSt2LAOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
  background-image: linear-gradient(135deg, #ffe02c 10%, #131313 80%, #ffffff 130%);
}
.cid-uFvSt2LAOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvSt2LAOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvSt2LAOF .row {
  justify-content: center;
}
.cid-uFvSt2LAOF .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uFvSt2LAOF .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uFvSt2LAOF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFvSt2LAOF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFvSt2LAOF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFvSt2LAOF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uFvSt2LAOF .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uFvSt2LAOF .mbr-section-title {
  color: #ffffff;
}
.cid-uFvSt2LAOF .mbr-text,
.cid-uFvSt2LAOF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFvSt2LAOF .mbr-section-title,
.cid-uFvSt2LAOF .mbr-section-btn,
.cid-uFvSt2LAOF .logo-wrapper {
  text-align: center;
}
.cid-uGCVOF6iI3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe759;
}
.cid-uGCVOF6iI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCVOF6iI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCVOF6iI3 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCVOF6iI3 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVOF6iI3 .container {
    padding: 0 6px;
  }
}
.cid-uGCVOF6iI3 .row {
  margin: 0;
}
.cid-uGCVOF6iI3 .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uGCVOF6iI3 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uGCVOF6iI3 .google-map iframe {
    height: 350px;
  }
}
.cid-uFvSt3upfl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffe02c;
  overflow: hidden;
}
.cid-uFvSt3upfl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFvSt3upfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvSt3upfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .container {
    padding: 0 22px;
  }
}
.cid-uFvSt3upfl .row {
  position: relative;
  z-index: 1;
}
.cid-uFvSt3upfl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFvSt3upfl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvSt3upfl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvSt3upfl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvSt3upfl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFvSt3upfl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvSt3upfl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFvSt3upfl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFvSt3upfl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap:hover,
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap:hover::before,
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvSt3upfl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvSt3upfl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvSt3upfl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFvSt3upfl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFvSt3upfl .mbr-section-title {
  color: #00d0f3;
}
.cid-uFvSt3upfl .mbr-text {
  color: #ffffff;
}
.cid-uFvSt3upfl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFvSt3upfl .list {
  color: #ffffff;
}
.cid-uFvSt3upfl .mbr-contact {
  color: #ffffff;
}
.cid-uFvSt3upfl .mbr-desc {
  color: #ffffff;
}
.cid-uFwfUEQwq2 .navbar-dropdown {
  position: relative !important;
}
.cid-uFwfUEQwq2 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFwfUEQwq2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFwfUEQwq2 .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-uFwfUEQwq2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFwfUEQwq2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFwfUEQwq2 .dropdown-item:hover,
.cid-uFwfUEQwq2 .dropdown-item:focus {
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFwfUEQwq2 .dropdown-item:hover span {
  color: white;
}
.cid-uFwfUEQwq2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFwfUEQwq2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFwfUEQwq2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFwfUEQwq2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFwfUEQwq2 .nav-link {
  position: relative;
}
.cid-uFwfUEQwq2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFwfUEQwq2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFwfUEQwq2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFwfUEQwq2 .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFwfUEQwq2 .dropdown-menu,
.cid-uFwfUEQwq2 .navbar.opened {
  background: #ffe02c !important;
}
.cid-uFwfUEQwq2 .nav-item:focus,
.cid-uFwfUEQwq2 .nav-link:focus {
  outline: none;
}
.cid-uFwfUEQwq2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwfUEQwq2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFwfUEQwq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwfUEQwq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwfUEQwq2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwfUEQwq2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwfUEQwq2 .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: #ffe02c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFwfUEQwq2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwfUEQwq2 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFwfUEQwq2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFwfUEQwq2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFwfUEQwq2 .navbar.collapsed {
  justify-content: center;
}
.cid-uFwfUEQwq2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwfUEQwq2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwfUEQwq2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uFwfUEQwq2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwfUEQwq2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwfUEQwq2 .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-uFwfUEQwq2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwfUEQwq2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwfUEQwq2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFwfUEQwq2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwfUEQwq2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwfUEQwq2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwfUEQwq2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwfUEQwq2 .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-uFwfUEQwq2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFwfUEQwq2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFwfUEQwq2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwfUEQwq2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFwfUEQwq2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwfUEQwq2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwfUEQwq2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFwfUEQwq2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFwfUEQwq2 .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-uFwfUEQwq2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFwfUEQwq2 .navbar-brand .navbar-caption:hover,
.cid-uFwfUEQwq2 .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFwfUEQwq2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwfUEQwq2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFwfUEQwq2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFwfUEQwq2 .dropdown-item.active,
.cid-uFwfUEQwq2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwfUEQwq2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwfUEQwq2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwfUEQwq2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwfUEQwq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe02c;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFwfUEQwq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFwfUEQwq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFwfUEQwq2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFwfUEQwq2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFwfUEQwq2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFwfUEQwq2 .navbar-buttons {
  text-align: center;
}
.cid-uFwfUEQwq2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFwfUEQwq2 .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-uFwfUEQwq2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFwfUEQwq2 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: #ffe02c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFwfUEQwq2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFwfUEQwq2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFwfUEQwq2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFwfUEQwq2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFwfUEQwq2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFwfUEQwq2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwfUEQwq2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwfUEQwq2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwfUEQwq2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwfUEQwq2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwfUEQwq2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwfUEQwq2 .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-uFwfUEQwq2 .navbar {
    height: 70px;
  }
  .cid-uFwfUEQwq2 .navbar.opened {
    height: auto;
  }
  .cid-uFwfUEQwq2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwfUEQwq2 .navbar-nav {
  margin: 0 auto;
}
.cid-uFwfUEQwq2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFwfUEQwq2 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFwfUEQwq2 .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFwfUEQwq2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFwfUEQwq2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFwfUEQwq2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFwfUEQwq2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFwfUEQwq2 .nav-item .dropdown-menu .dropdown-item {
  color: #3739ee !important;
}
.cid-uFwfUEQwq2 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFwfUEQwq2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFwfUEQwq2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFwfUEQwq2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFwfUEQwq2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFwfUEQwq2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFwfUEQwq2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFwfUEQwq2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFwfUEQwq2 .content-wrap {
  min-height: 110px;
}
.cid-uFwfUFqSFv {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFwfUFqSFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfUFqSFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfUFqSFv .row {
  justify-content: center;
}
.cid-uFwfUFqSFv .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFwfUFqSFv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFwfUFqSFv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFwfUFqSFv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFwfUFqSFv .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFwfUFqSFv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFwfUFqSFv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFwfUFqSFv .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFwfUFqSFv .card {
  justify-content: flex-end;
}
.cid-uFwfUFqSFv .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwfUFqSFv .image-wrapper {
    display: block;
  }
}
.cid-uFwfUFqSFv .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e6c300, transparent);
  filter: blur(100px);
}
.cid-uFwfUFqSFv .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFwfUFqSFv .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFwfUFqSFv .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFwfUFqSFv .mbr-section-title {
  color: #ffffff;
}
.cid-uFwfUFqSFv .mbr-section-subtitle {
  color: #f5f5f5;
}
.cid-uFwfUFqSFv .mbr-text,
.cid-uFwfUFqSFv .text-wrapper {
  color: #ffffff;
}
.cid-uFwfUG4Gd0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFwfUG4Gd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfUG4Gd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfUG4Gd0 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFwfUG4Gd0 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUG4Gd0 .container {
    padding: 0 6px;
  }
}
.cid-uFwfUG4Gd0 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uFwfUG4Gd0 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwfUG4Gd0 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUG4Gd0 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFwfUG4Gd0 .row {
    padding: 0 30px;
  }
}
.cid-uFwfUG4Gd0 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFwfUG4Gd0 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFwfUG4Gd0 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uFwfUG4Gd0 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uFwfUG4Gd0 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uFwfUG4Gd0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFwfUG4Gd0 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFwfUG4Gd0 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uFwfUG4Gd0 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uFwfUG4Gd0 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uFwfUG4Gd0 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uFwfUG4Gd0 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwfUG4Gd0 .mbr-section-title {
  color: #131313;
}
.cid-uFwfUG4Gd0 .list {
  color: #131313;
}
.cid-uFwfUGw05g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-uFwfUGw05g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfUGw05g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfUGw05g .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFwfUGw05g .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUGw05g .content-wrapper {
    padding: 0;
  }
}
.cid-uFwfUGw05g .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFwfUGw05g .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFwfUGw05g .mbr-section-title,
.cid-uFwfUGw05g .title-wrapper {
  color: #ffffff;
}
.cid-uFwfUGw05g .mbr-section-title,
.cid-uFwfUGw05g .mbr-section-btn,
.cid-uFwfUGw05g .title-wrapper {
  text-align: center;
}
.cid-uFwfUH1oJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFwfUH1oJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfUH1oJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfUH1oJj .card-wrapper {
  display: flex;
  background-color: #131313;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFwfUH1oJj .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUH1oJj .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwfUH1oJj .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #000000 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uFwfUH1oJj .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFwfUH1oJj .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFwfUH1oJj .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFwfUH1oJj .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfUH1oJj .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFwfUH1oJj .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFwfUH1oJj .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFwfUH1oJj .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFwfUH1oJj .mbr-section-title {
  color: #ffffff;
}
.cid-uFwfUH1oJj .mbr-text {
  color: #ffffff;
}
.cid-uFwfUHxDjG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uFwfUHxDjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfUHxDjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfUHxDjG .row {
  justify-content: center;
}
.cid-uFwfUHxDjG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFwfUHxDjG .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uFwfUHxDjG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFwfUHxDjG .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFwfUHxDjG .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFwfUHxDjG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfUHxDjG .mbr-section-title,
.cid-uFwfUHxDjG .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uFwfUHxDjG .mbr-desc {
  color: #fff7ee;
}
.cid-uFwfUHxDjG .mbr-text {
  color: #fff7ee;
}
.cid-uFwfUHxDjG .mbr-section-title,
.cid-uFwfUHxDjG .title-wrapper,
.cid-uFwfUHxDjG .mbr-iconfont {
  color: #ffe759;
}
.cid-uFwfUHZgff {
  background-color: #ffe759;
}
.cid-uFwfUHZgff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfUHZgff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfUHZgff .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFwfUHZgff .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUHZgff .container {
    padding: 0 20px;
  }
}
.cid-uFwfUHZgff .row {
  justify-content: space-between;
}
.cid-uFwfUHZgff .card {
  justify-content: center;
}
.cid-uFwfUHZgff .content-wrapper {
  padding-top: 120px;
  padding-left: 100px;
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uFwfUHZgff .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUHZgff .content-wrapper {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .cid-uFwfUHZgff .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUHZgff .content-wrapper {
    padding-right: 0;
  }
}
.cid-uFwfUHZgff .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uFwfUHZgff .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uFwfUHZgff .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFwfUHZgff .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfUHZgff .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFwfUHZgff .image-wrapper img {
    height: 350px;
  }
}
.cid-uFwfUHZgff .mbr-desc {
  color: #000000;
}
.cid-uFwfUHZgff .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFwfUHZgff .mbr-text {
  color: #000000;
}
.cid-uFwfUHZgff .mbr-section-title,
.cid-uFwfUHZgff .mbr-section-btn {
  color: #000000;
}
.cid-uFwfUIzW2J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFwfUIzW2J .container {
    padding: 0 24px;
  }
}
.cid-uFwfUIzW2J .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwfUIzW2J .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFwfUIzW2J .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwfUIzW2J .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfUIzW2J .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFwfUIzW2J .mbr-section-btn {
    text-align: left;
  }
}
.cid-uFwfUIzW2J .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFwfUIzW2J .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uFwfUIzW2J .mbr-section-title,
.cid-uFwfUIzW2J .mbr-section-btn {
  text-align: center;
}
.cid-uFwfUJ1YZF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe759;
}
.cid-uFwfUJ1YZF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFwfUJ1YZF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUJ1YZF .container {
    padding: 0 25px;
  }
}
.cid-uFwfUJ1YZF .row {
  margin: 0;
}
.cid-uFwfUJ1YZF .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uFwfUJ1YZF .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uFwfUJ1YZF .image-wrapper {
    min-height: 350px;
  }
}
.cid-uFwfUJ1YZF .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFwfUJ1YZF .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uFwfUJ1YZF .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uFwfUJ1YZF .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFwfUJ1YZF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfUJ1YZF .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFwfUJ1YZF .mbr-section-title {
  color: #000000;
}
.cid-uFwfUJ1YZF .mbr-text {
  color: #000000;
}
.cid-uFGmBRade1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFGmBRade1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGmBRade1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGmBRade1 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFGmBRade1 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFGmBRade1 .container {
    padding: 0 6px;
  }
}
.cid-uFGmBRade1 .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFGmBRade1 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFGmBRade1 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFGmBRade1 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFGmBRade1 .row {
    padding: 70px 30px;
  }
}
.cid-uFGmBRade1 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFGmBRade1 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGmBRade1 .desc-wrapper {
    padding: 0;
  }
}
.cid-uFGmBRade1 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFGmBRade1 .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFGmBRade1 .title-wrapper span {
  color: #009472;
}
.cid-uFGmBRade1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFGmBRade1 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
}
@media (max-width: 992px) {
  .cid-uFGmBRade1 .cards-wrapper {
    display: block;
  }
}
.cid-uFGmBRade1 .cards-wrapper .item {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uFGmBRade1 .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uFGmBRade1 .cards-wrapper .item .item-wrapper {
  padding: 0 30px 30px;
  border-radius: 16px !important;
  background-color: #262626;
}
@media (max-width: 992px) {
  .cid-uFGmBRade1 .cards-wrapper .item .item-wrapper {
    padding: 0 22px 22px;
  }
}
.cid-uFGmBRade1 .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  height: 50px;
}
.cid-uFGmBRade1 .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -50px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 10px solid #ffe02c;
}
.cid-uFGmBRade1 .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 10px;
}
.cid-uFGmBRade1 .cards-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 10px;
}
.cid-uFGmBRade1 .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFGmBRade1 .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFGmBRade1 .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  border: none;
  text-decoration: underline;
}
.cid-uFGmBRade1 .mbr-desc {
  color: #262626;
}
.cid-uFGmBRade1 .mbr-section-title {
  color: #131313;
}
.cid-uFGmBRade1 .card-desc {
  color: #009472;
  text-align: center;
}
.cid-uFGmBRade1 .card-title {
  color: #131313;
}
.cid-uFGmBRade1 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFGmBRade1 .card-title,
.cid-uFGmBRade1 .mbr-section-btn {
  text-align: center;
  color: #ffe02c;
}
.cid-uFwnsSG6uy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFwnsSG6uy .video-wrapper iframe {
  width: 100%;
}
.cid-uFwnsSG6uy .mbr-section-title,
.cid-uFwnsSG6uy .mbr-section-subtitle,
.cid-uFwnsSG6uy .mbr-text {
  text-align: center;
}
.cid-uFwnsSG6uy .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #fafafa;
}
.cid-uFwnsSG6uy .mbr-text {
  padding-top: 16px;
}
.cid-uFwfUK96uw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFwfUK96uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfUK96uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfUK96uw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFwfUK96uw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUK96uw .container {
    padding: 0 30px;
  }
}
.cid-uFwfUK96uw .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFwfUK96uw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFwfUK96uw .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffe759;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uFwfUK96uw .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uFwfUK96uw .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uFwfUK96uw .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uFwfUK96uw .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFwfUK96uw .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uFwfUK96uw .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfUK96uw .mbr-section-title {
  color: #ffffff;
}
.cid-uFwfUK96uw .mbr-card-title {
  color: #2b2b2b;
}
.cid-uFwfUK96uw .mbr-text {
  color: #000000;
}
.cid-uFwfUK96uw .mbr-number {
  color: #FE5115;
}
.cid-uGCVlnNqtc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uGCVlnNqtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCVlnNqtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCVlnNqtc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCVlnNqtc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVlnNqtc .container {
    padding: 0 6px;
  }
}
.cid-uGCVlnNqtc .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uGCVlnNqtc .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uGCVlnNqtc .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVlnNqtc .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uGCVlnNqtc .row {
    padding: 70px 30px;
  }
}
.cid-uGCVlnNqtc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uGCVlnNqtc .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGCVlnNqtc .desc-wrapper {
    padding: 0;
  }
}
.cid-uGCVlnNqtc .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uGCVlnNqtc .title-wrapper {
  margin-bottom: 64px;
}
.cid-uGCVlnNqtc .title-wrapper span {
  color: #009472;
}
.cid-uGCVlnNqtc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGCVlnNqtc .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-uGCVlnNqtc .cards-wrapper {
    display: block;
  }
}
.cid-uGCVlnNqtc .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uGCVlnNqtc .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
@media (max-width: 992px) {
  .cid-uGCVlnNqtc .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uGCVlnNqtc .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uGCVlnNqtc .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uGCVlnNqtc .cards-wrapper .item:hover .item-desc,
.cid-uGCVlnNqtc .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #262626;
  border-radius: 100%;
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uGCVlnNqtc .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uGCVlnNqtc .mbr-desc {
  color: #ffffff;
}
.cid-uGCVlnNqtc .mbr-section-title {
  color: #ffffff;
}
.cid-uGCVlnNqtc .card-desc {
  color: #ffffff;
}
.cid-uGCVlnNqtc .card-title {
  color: #131313;
}
.cid-uGCVlnNqtc .card-text {
  color: #131313;
}
.cid-uFwfULscMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFwfULscMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfULscMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfULscMr .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFwfULscMr .card-wrap:first-child {
    padding-right: 110px;
    padding-right: 16px;
    padding-left: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfULscMr .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFwfULscMr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwfULscMr .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFwfULscMr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFwfULscMr .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFwfULscMr .panel-group .card {
  border-bottom: 1px solid #ffe759;
  border-radius: 0;
}
.cid-uFwfULscMr .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFwfULscMr .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFwfULscMr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFwfULscMr .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFwfULscMr .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwfULscMr .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFwfULscMr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFwfULscMr .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFwfULscMr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFwfULscMr .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFwfULscMr .mbr-section-subtitle {
  color: #747474;
}
.cid-uFwfULscMr .mbr-text {
  color: #747474;
}
.cid-uFwfULscMr .panel-title-edit {
  color: #000000;
}
.cid-uFwfULscMr .panel-text {
  color: #747474;
}
.cid-uFwfULscMr .mbr-section-title,
.cid-uFwfULscMr .mbr-section-btn {
  color: #000000;
}
.cid-uFwfUMf1zn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFwfUMf1zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfUMf1zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfUMf1zn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFwfUMf1zn .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfUMf1zn .container {
    padding: 0 30px;
  }
}
.cid-uFwfUMf1zn .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFwfUMf1zn .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uFwfUMf1zn .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uFwfUMf1zn .image-wrapper img {
    height: 300px;
  }
}
.cid-uFwfUMf1zn .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFwfUMf1zn .text-wrapper {
    margin: 0;
  }
}
.cid-uFwfUMf1zn .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFwfUMf1zn .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFwfUMf1zn .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFwfUMf1zn .mbr-section-title {
  color: #ffffff;
}
.cid-uFwfUMf1zn .mbr-text {
  color: #ffffff;
}
.cid-uFwrbuLKum {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffe759;
}
.cid-uFwrbuLKum .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFwrbuLKum .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uFwrbuLKum .row {
    padding: 2rem 1rem;
  }
}
.cid-uFwrbuLKum .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uFwrbuLKum .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uFwrbuLKum span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uFwrbuLKum .collapsed span {
  transform: rotate(0deg);
}
.cid-uFwrbuLKum .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFwrbuLKum .panel-group {
  width: 100%;
}
.cid-uFwrbuLKum .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uFwrbuLKum .card {
  border-radius: 0px;
}
.cid-uFwrbuLKum .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uFwrbuLKum .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFwrbuLKum .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFwrbuLKum .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uFwrbuLKum .panel-text {
  color: #000000;
}
.cid-uFwrbuLKum .header-text,
.cid-uFwrbuLKum .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uFwrbuLKum .mbr-section-title {
  color: #000000;
}
.cid-uFwrbuLKum .header-text,
.cid-uFwrbuLKum .sign,
.cid-uFwrbuLKum .card-header {
  color: #000000;
  text-align: left;
}
.cid-uFwrbuLKum .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uGCVe6x43z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe759;
}
.cid-uGCVe6x43z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCVe6x43z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCVe6x43z .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCVe6x43z .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVe6x43z .container {
    padding: 0 6px;
  }
}
.cid-uGCVe6x43z .row {
  margin: 0;
}
.cid-uGCVe6x43z .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uGCVe6x43z .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uGCVe6x43z .google-map iframe {
    height: 350px;
  }
}
.cid-uFwfUNpJJZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffe02c;
  overflow: hidden;
}
.cid-uFwfUNpJJZ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFwfUNpJJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfUNpJJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFwfUNpJJZ .container {
    padding: 0 22px;
  }
}
.cid-uFwfUNpJJZ .row {
  position: relative;
  z-index: 1;
}
.cid-uFwfUNpJJZ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFwfUNpJJZ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFwfUNpJJZ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFwfUNpJJZ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwfUNpJJZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFwfUNpJJZ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFwfUNpJJZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfUNpJJZ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwfUNpJJZ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFwfUNpJJZ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwfUNpJJZ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFwfUNpJJZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFwfUNpJJZ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFwfUNpJJZ .nav-wrapper .list .item-wrap:hover,
.cid-uFwfUNpJJZ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFwfUNpJJZ .nav-wrapper .list .item-wrap:hover::before,
.cid-uFwfUNpJJZ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFwfUNpJJZ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFwfUNpJJZ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFwfUNpJJZ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFwfUNpJJZ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFwfUNpJJZ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFwfUNpJJZ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFwfUNpJJZ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFwfUNpJJZ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFwfUNpJJZ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFwfUNpJJZ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFwfUNpJJZ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFwfUNpJJZ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFwfUNpJJZ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFwfUNpJJZ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFwfUNpJJZ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFwfUNpJJZ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFwfUNpJJZ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFwfUNpJJZ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFwfUNpJJZ .mbr-section-title {
  color: #00d0f3;
}
.cid-uFwfUNpJJZ .mbr-text {
  color: #ffffff;
}
.cid-uFwfUNpJJZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFwfUNpJJZ .list {
  color: #ffffff;
}
.cid-uFwfUNpJJZ .mbr-contact {
  color: #ffffff;
}
.cid-uFwfUNpJJZ .mbr-desc {
  color: #ffffff;
}
.cid-uFwfVlgmb1 .navbar-dropdown {
  position: relative !important;
}
.cid-uFwfVlgmb1 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFwfVlgmb1 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFwfVlgmb1 .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-uFwfVlgmb1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFwfVlgmb1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFwfVlgmb1 .dropdown-item:hover,
.cid-uFwfVlgmb1 .dropdown-item:focus {
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFwfVlgmb1 .dropdown-item:hover span {
  color: white;
}
.cid-uFwfVlgmb1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFwfVlgmb1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFwfVlgmb1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFwfVlgmb1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFwfVlgmb1 .nav-link {
  position: relative;
}
.cid-uFwfVlgmb1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFwfVlgmb1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFwfVlgmb1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFwfVlgmb1 .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFwfVlgmb1 .dropdown-menu,
.cid-uFwfVlgmb1 .navbar.opened {
  background: #ffe02c !important;
}
.cid-uFwfVlgmb1 .nav-item:focus,
.cid-uFwfVlgmb1 .nav-link:focus {
  outline: none;
}
.cid-uFwfVlgmb1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwfVlgmb1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFwfVlgmb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwfVlgmb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwfVlgmb1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwfVlgmb1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwfVlgmb1 .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: #ffe02c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFwfVlgmb1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwfVlgmb1 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFwfVlgmb1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFwfVlgmb1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFwfVlgmb1 .navbar.collapsed {
  justify-content: center;
}
.cid-uFwfVlgmb1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwfVlgmb1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwfVlgmb1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uFwfVlgmb1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwfVlgmb1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwfVlgmb1 .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-uFwfVlgmb1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwfVlgmb1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwfVlgmb1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFwfVlgmb1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwfVlgmb1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwfVlgmb1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwfVlgmb1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwfVlgmb1 .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-uFwfVlgmb1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFwfVlgmb1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFwfVlgmb1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwfVlgmb1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFwfVlgmb1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwfVlgmb1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwfVlgmb1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFwfVlgmb1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFwfVlgmb1 .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-uFwfVlgmb1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFwfVlgmb1 .navbar-brand .navbar-caption:hover,
.cid-uFwfVlgmb1 .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFwfVlgmb1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwfVlgmb1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFwfVlgmb1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFwfVlgmb1 .dropdown-item.active,
.cid-uFwfVlgmb1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwfVlgmb1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwfVlgmb1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwfVlgmb1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwfVlgmb1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe02c;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFwfVlgmb1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFwfVlgmb1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFwfVlgmb1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFwfVlgmb1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFwfVlgmb1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFwfVlgmb1 .navbar-buttons {
  text-align: center;
}
.cid-uFwfVlgmb1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFwfVlgmb1 .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-uFwfVlgmb1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFwfVlgmb1 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: #ffe02c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFwfVlgmb1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFwfVlgmb1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFwfVlgmb1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFwfVlgmb1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFwfVlgmb1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFwfVlgmb1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwfVlgmb1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwfVlgmb1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwfVlgmb1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwfVlgmb1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwfVlgmb1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwfVlgmb1 .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-uFwfVlgmb1 .navbar {
    height: 70px;
  }
  .cid-uFwfVlgmb1 .navbar.opened {
    height: auto;
  }
  .cid-uFwfVlgmb1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwfVlgmb1 .navbar-nav {
  margin: 0 auto;
}
.cid-uFwfVlgmb1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFwfVlgmb1 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFwfVlgmb1 .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFwfVlgmb1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFwfVlgmb1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFwfVlgmb1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFwfVlgmb1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFwfVlgmb1 .nav-item .dropdown-menu .dropdown-item {
  color: #3739ee !important;
}
.cid-uFwfVlgmb1 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFwfVlgmb1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFwfVlgmb1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFwfVlgmb1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFwfVlgmb1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFwfVlgmb1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFwfVlgmb1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFwfVlgmb1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFwfVlgmb1 .content-wrap {
  min-height: 110px;
}
.cid-uFwfVlM6DC {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFwfVlM6DC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVlM6DC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVlM6DC .row {
  justify-content: center;
}
.cid-uFwfVlM6DC .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFwfVlM6DC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFwfVlM6DC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFwfVlM6DC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFwfVlM6DC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFwfVlM6DC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFwfVlM6DC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFwfVlM6DC .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFwfVlM6DC .card {
  justify-content: flex-end;
}
.cid-uFwfVlM6DC .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwfVlM6DC .image-wrapper {
    display: block;
  }
}
.cid-uFwfVlM6DC .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e6c300, transparent);
  filter: blur(100px);
}
.cid-uFwfVlM6DC .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFwfVlM6DC .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFwfVlM6DC .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFwfVlM6DC .mbr-section-title {
  color: #ffffff;
}
.cid-uFwfVlM6DC .mbr-section-subtitle {
  color: #f5f5f5;
}
.cid-uFwfVlM6DC .mbr-text,
.cid-uFwfVlM6DC .text-wrapper {
  color: #ffffff;
}
.cid-uFwfVmiMp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFwfVmiMp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVmiMp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVmiMp9 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFwfVmiMp9 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVmiMp9 .container {
    padding: 0 6px;
  }
}
.cid-uFwfVmiMp9 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uFwfVmiMp9 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwfVmiMp9 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVmiMp9 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFwfVmiMp9 .row {
    padding: 0 30px;
  }
}
.cid-uFwfVmiMp9 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFwfVmiMp9 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFwfVmiMp9 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uFwfVmiMp9 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uFwfVmiMp9 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uFwfVmiMp9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFwfVmiMp9 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFwfVmiMp9 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uFwfVmiMp9 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uFwfVmiMp9 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uFwfVmiMp9 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uFwfVmiMp9 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwfVmiMp9 .mbr-section-title {
  color: #131313;
}
.cid-uFwfVmiMp9 .list {
  color: #131313;
}
.cid-uFwfVmJRJF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-uFwfVmJRJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVmJRJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVmJRJF .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFwfVmJRJF .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVmJRJF .content-wrapper {
    padding: 0;
  }
}
.cid-uFwfVmJRJF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFwfVmJRJF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFwfVmJRJF .mbr-section-title,
.cid-uFwfVmJRJF .title-wrapper {
  color: #ffffff;
}
.cid-uFwfVmJRJF .mbr-section-title,
.cid-uFwfVmJRJF .mbr-section-btn,
.cid-uFwfVmJRJF .title-wrapper {
  text-align: center;
}
.cid-uFwfVnbEbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFwfVnbEbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVnbEbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVnbEbp .card-wrapper {
  display: flex;
  background-color: #131313;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFwfVnbEbp .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVnbEbp .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwfVnbEbp .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #000000 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uFwfVnbEbp .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFwfVnbEbp .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFwfVnbEbp .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFwfVnbEbp .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfVnbEbp .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFwfVnbEbp .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFwfVnbEbp .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFwfVnbEbp .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFwfVnbEbp .mbr-section-title {
  color: #ffffff;
}
.cid-uFwfVnbEbp .mbr-text {
  color: #ffffff;
}
.cid-uFwfVnGpy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uFwfVnGpy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVnGpy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVnGpy4 .row {
  justify-content: center;
}
.cid-uFwfVnGpy4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFwfVnGpy4 .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uFwfVnGpy4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFwfVnGpy4 .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFwfVnGpy4 .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFwfVnGpy4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfVnGpy4 .mbr-section-title,
.cid-uFwfVnGpy4 .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uFwfVnGpy4 .mbr-desc {
  color: #fff7ee;
}
.cid-uFwfVnGpy4 .mbr-text {
  color: #fff7ee;
}
.cid-uFwfVnGpy4 .mbr-section-title,
.cid-uFwfVnGpy4 .title-wrapper,
.cid-uFwfVnGpy4 .mbr-iconfont {
  color: #ffe759;
}
.cid-uFwfVo9Cph {
  background-color: #ffe759;
}
.cid-uFwfVo9Cph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVo9Cph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVo9Cph .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFwfVo9Cph .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVo9Cph .container {
    padding: 0 20px;
  }
}
.cid-uFwfVo9Cph .row {
  justify-content: space-between;
}
.cid-uFwfVo9Cph .card {
  justify-content: center;
}
.cid-uFwfVo9Cph .content-wrapper {
  padding-top: 120px;
  padding-left: 100px;
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uFwfVo9Cph .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVo9Cph .content-wrapper {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .cid-uFwfVo9Cph .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVo9Cph .content-wrapper {
    padding-right: 0;
  }
}
.cid-uFwfVo9Cph .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uFwfVo9Cph .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uFwfVo9Cph .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFwfVo9Cph .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfVo9Cph .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFwfVo9Cph .image-wrapper img {
    height: 350px;
  }
}
.cid-uFwfVo9Cph .mbr-desc {
  color: #000000;
}
.cid-uFwfVo9Cph .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFwfVo9Cph .mbr-text {
  color: #000000;
}
.cid-uFwfVo9Cph .mbr-section-title,
.cid-uFwfVo9Cph .mbr-section-btn {
  color: #000000;
}
.cid-uFwfVoGhXd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFwfVoGhXd .container {
    padding: 0 24px;
  }
}
.cid-uFwfVoGhXd .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwfVoGhXd .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFwfVoGhXd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwfVoGhXd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfVoGhXd .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFwfVoGhXd .mbr-section-btn {
    text-align: left;
  }
}
.cid-uFwfVoGhXd .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFwfVoGhXd .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uFwfVoGhXd .mbr-section-title,
.cid-uFwfVoGhXd .mbr-section-btn {
  text-align: center;
}
.cid-uFwfVp9bV3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe759;
}
.cid-uFwfVp9bV3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFwfVp9bV3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVp9bV3 .container {
    padding: 0 25px;
  }
}
.cid-uFwfVp9bV3 .row {
  margin: 0;
}
.cid-uFwfVp9bV3 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uFwfVp9bV3 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uFwfVp9bV3 .image-wrapper {
    min-height: 350px;
  }
}
.cid-uFwfVp9bV3 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFwfVp9bV3 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uFwfVp9bV3 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uFwfVp9bV3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFwfVp9bV3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfVp9bV3 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFwfVp9bV3 .mbr-section-title {
  color: #000000;
}
.cid-uFwfVp9bV3 .mbr-text {
  color: #000000;
}
.cid-uFGmH4DBmb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFGmH4DBmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGmH4DBmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGmH4DBmb .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFGmH4DBmb .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFGmH4DBmb .container {
    padding: 0 6px;
  }
}
.cid-uFGmH4DBmb .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFGmH4DBmb .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFGmH4DBmb .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFGmH4DBmb .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFGmH4DBmb .row {
    padding: 70px 30px;
  }
}
.cid-uFGmH4DBmb .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFGmH4DBmb .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGmH4DBmb .desc-wrapper {
    padding: 0;
  }
}
.cid-uFGmH4DBmb .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFGmH4DBmb .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFGmH4DBmb .title-wrapper span {
  color: #009472;
}
.cid-uFGmH4DBmb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFGmH4DBmb .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
}
@media (max-width: 992px) {
  .cid-uFGmH4DBmb .cards-wrapper {
    display: block;
  }
}
.cid-uFGmH4DBmb .cards-wrapper .item {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uFGmH4DBmb .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uFGmH4DBmb .cards-wrapper .item .item-wrapper {
  padding: 0 30px 30px;
  border-radius: 16px !important;
  background-color: #262626;
}
@media (max-width: 992px) {
  .cid-uFGmH4DBmb .cards-wrapper .item .item-wrapper {
    padding: 0 22px 22px;
  }
}
.cid-uFGmH4DBmb .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  height: 50px;
}
.cid-uFGmH4DBmb .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -50px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 10px solid #ffe02c;
}
.cid-uFGmH4DBmb .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 10px;
}
.cid-uFGmH4DBmb .cards-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 10px;
}
.cid-uFGmH4DBmb .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFGmH4DBmb .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFGmH4DBmb .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  border: none;
  text-decoration: underline;
}
.cid-uFGmH4DBmb .mbr-desc {
  color: #262626;
}
.cid-uFGmH4DBmb .mbr-section-title {
  color: #131313;
}
.cid-uFGmH4DBmb .card-desc {
  color: #009472;
  text-align: center;
}
.cid-uFGmH4DBmb .card-title {
  color: #131313;
}
.cid-uFGmH4DBmb .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFGmH4DBmb .card-title,
.cid-uFGmH4DBmb .mbr-section-btn {
  text-align: center;
  color: #ffe02c;
}
.cid-uFwfVqiXiA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFwfVqiXiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVqiXiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVqiXiA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFwfVqiXiA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVqiXiA .container {
    padding: 0 30px;
  }
}
.cid-uFwfVqiXiA .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFwfVqiXiA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFwfVqiXiA .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffe759;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uFwfVqiXiA .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uFwfVqiXiA .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uFwfVqiXiA .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uFwfVqiXiA .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFwfVqiXiA .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uFwfVqiXiA .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfVqiXiA .mbr-section-title {
  color: #ffffff;
}
.cid-uFwfVqiXiA .mbr-card-title {
  color: #2b2b2b;
}
.cid-uFwfVqiXiA .mbr-text {
  color: #000000;
}
.cid-uFwfVqiXiA .mbr-number {
  color: #FE5115;
}
.cid-uGCVqdvzKn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uGCVqdvzKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCVqdvzKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCVqdvzKn .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCVqdvzKn .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVqdvzKn .container {
    padding: 0 6px;
  }
}
.cid-uGCVqdvzKn .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uGCVqdvzKn .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uGCVqdvzKn .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVqdvzKn .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uGCVqdvzKn .row {
    padding: 70px 30px;
  }
}
.cid-uGCVqdvzKn .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uGCVqdvzKn .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGCVqdvzKn .desc-wrapper {
    padding: 0;
  }
}
.cid-uGCVqdvzKn .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uGCVqdvzKn .title-wrapper {
  margin-bottom: 64px;
}
.cid-uGCVqdvzKn .title-wrapper span {
  color: #009472;
}
.cid-uGCVqdvzKn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGCVqdvzKn .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-uGCVqdvzKn .cards-wrapper {
    display: block;
  }
}
.cid-uGCVqdvzKn .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uGCVqdvzKn .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
@media (max-width: 992px) {
  .cid-uGCVqdvzKn .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uGCVqdvzKn .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uGCVqdvzKn .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uGCVqdvzKn .cards-wrapper .item:hover .item-desc,
.cid-uGCVqdvzKn .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #262626;
  border-radius: 100%;
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uGCVqdvzKn .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uGCVqdvzKn .mbr-desc {
  color: #ffffff;
}
.cid-uGCVqdvzKn .mbr-section-title {
  color: #ffffff;
}
.cid-uGCVqdvzKn .card-desc {
  color: #ffffff;
}
.cid-uGCVqdvzKn .card-title {
  color: #131313;
}
.cid-uGCVqdvzKn .card-text {
  color: #131313;
}
.cid-uFwfVrAKJI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFwfVrAKJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVrAKJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVrAKJI .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFwfVrAKJI .card-wrap:first-child {
    padding-right: 110px;
    padding-right: 16px;
    padding-left: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVrAKJI .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFwfVrAKJI .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwfVrAKJI .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFwfVrAKJI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFwfVrAKJI .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFwfVrAKJI .panel-group .card {
  border-bottom: 1px solid #ffe759;
  border-radius: 0;
}
.cid-uFwfVrAKJI .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFwfVrAKJI .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFwfVrAKJI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFwfVrAKJI .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFwfVrAKJI .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwfVrAKJI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFwfVrAKJI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFwfVrAKJI .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFwfVrAKJI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFwfVrAKJI .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFwfVrAKJI .mbr-section-subtitle {
  color: #747474;
}
.cid-uFwfVrAKJI .mbr-text {
  color: #747474;
}
.cid-uFwfVrAKJI .panel-title-edit {
  color: #000000;
}
.cid-uFwfVrAKJI .panel-text {
  color: #747474;
}
.cid-uFwfVrAKJI .mbr-section-title,
.cid-uFwfVrAKJI .mbr-section-btn {
  color: #000000;
}
.cid-uFwfVslBuF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFwfVslBuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVslBuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVslBuF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFwfVslBuF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVslBuF .container {
    padding: 0 30px;
  }
}
.cid-uFwfVslBuF .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFwfVslBuF .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uFwfVslBuF .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uFwfVslBuF .image-wrapper img {
    height: 300px;
  }
}
.cid-uFwfVslBuF .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFwfVslBuF .text-wrapper {
    margin: 0;
  }
}
.cid-uFwfVslBuF .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFwfVslBuF .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFwfVslBuF .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFwfVslBuF .mbr-section-title {
  color: #ffffff;
}
.cid-uFwfVslBuF .mbr-text {
  color: #ffffff;
}
.cid-uFwrYo97sD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffe759;
}
.cid-uFwrYo97sD .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFwrYo97sD .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uFwrYo97sD .row {
    padding: 2rem 1rem;
  }
}
.cid-uFwrYo97sD .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uFwrYo97sD .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uFwrYo97sD span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uFwrYo97sD .collapsed span {
  transform: rotate(0deg);
}
.cid-uFwrYo97sD .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFwrYo97sD .panel-group {
  width: 100%;
}
.cid-uFwrYo97sD .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uFwrYo97sD .card {
  border-radius: 0px;
}
.cid-uFwrYo97sD .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uFwrYo97sD .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFwrYo97sD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFwrYo97sD .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uFwrYo97sD .panel-text {
  color: #000000;
}
.cid-uFwrYo97sD .header-text,
.cid-uFwrYo97sD .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uFwrYo97sD .mbr-section-title {
  color: #000000;
}
.cid-uFwrYo97sD .header-text,
.cid-uFwrYo97sD .sign,
.cid-uFwrYo97sD .card-header {
  color: #000000;
  text-align: left;
}
.cid-uFwrYo97sD .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uFwfVsWR6O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe759;
}
.cid-uFwfVsWR6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVsWR6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwfVsWR6O .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFwfVsWR6O .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFwfVsWR6O .container {
    padding: 0 6px;
  }
}
.cid-uFwfVsWR6O .row {
  margin: 0;
}
.cid-uFwfVsWR6O .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uFwfVsWR6O .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uFwfVsWR6O .google-map iframe {
    height: 350px;
  }
}
.cid-uFwfVtxmjl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffe02c;
  overflow: hidden;
}
.cid-uFwfVtxmjl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFwfVtxmjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwfVtxmjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFwfVtxmjl .container {
    padding: 0 22px;
  }
}
.cid-uFwfVtxmjl .row {
  position: relative;
  z-index: 1;
}
.cid-uFwfVtxmjl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFwfVtxmjl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFwfVtxmjl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFwfVtxmjl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwfVtxmjl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFwfVtxmjl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFwfVtxmjl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwfVtxmjl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwfVtxmjl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFwfVtxmjl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwfVtxmjl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFwfVtxmjl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFwfVtxmjl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFwfVtxmjl .nav-wrapper .list .item-wrap:hover,
.cid-uFwfVtxmjl .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFwfVtxmjl .nav-wrapper .list .item-wrap:hover::before,
.cid-uFwfVtxmjl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFwfVtxmjl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFwfVtxmjl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFwfVtxmjl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFwfVtxmjl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFwfVtxmjl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFwfVtxmjl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFwfVtxmjl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFwfVtxmjl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFwfVtxmjl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFwfVtxmjl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFwfVtxmjl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFwfVtxmjl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFwfVtxmjl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFwfVtxmjl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFwfVtxmjl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFwfVtxmjl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFwfVtxmjl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFwfVtxmjl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFwfVtxmjl .mbr-section-title {
  color: #00d0f3;
}
.cid-uFwfVtxmjl .mbr-text {
  color: #ffffff;
}
.cid-uFwfVtxmjl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFwfVtxmjl .list {
  color: #ffffff;
}
.cid-uFwfVtxmjl .mbr-contact {
  color: #ffffff;
}
.cid-uFwfVtxmjl .mbr-desc {
  color: #ffffff;
}
.cid-uFwnA8rngs .navbar-dropdown {
  position: relative !important;
}
.cid-uFwnA8rngs .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFwnA8rngs .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFwnA8rngs .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-uFwnA8rngs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFwnA8rngs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFwnA8rngs .dropdown-item:hover,
.cid-uFwnA8rngs .dropdown-item:focus {
  background: #ffe02c !important;
  color: #3739ee !important;
}
.cid-uFwnA8rngs .dropdown-item:hover span {
  color: white;
}
.cid-uFwnA8rngs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFwnA8rngs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFwnA8rngs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFwnA8rngs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFwnA8rngs .nav-link {
  position: relative;
}
.cid-uFwnA8rngs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFwnA8rngs .container {
    flex-wrap: nowrap;
  }
}
.cid-uFwnA8rngs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFwnA8rngs .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFwnA8rngs .dropdown-menu,
.cid-uFwnA8rngs .navbar.opened {
  background: #ffe02c !important;
}
.cid-uFwnA8rngs .nav-item:focus,
.cid-uFwnA8rngs .nav-link:focus {
  outline: none;
}
.cid-uFwnA8rngs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwnA8rngs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFwnA8rngs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwnA8rngs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwnA8rngs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwnA8rngs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwnA8rngs .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: #ffe02c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFwnA8rngs .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwnA8rngs .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFwnA8rngs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFwnA8rngs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFwnA8rngs .navbar.collapsed {
  justify-content: center;
}
.cid-uFwnA8rngs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwnA8rngs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwnA8rngs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uFwnA8rngs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwnA8rngs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwnA8rngs .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-uFwnA8rngs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwnA8rngs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwnA8rngs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFwnA8rngs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwnA8rngs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwnA8rngs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwnA8rngs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwnA8rngs .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-uFwnA8rngs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFwnA8rngs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFwnA8rngs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwnA8rngs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFwnA8rngs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwnA8rngs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwnA8rngs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFwnA8rngs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFwnA8rngs .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-uFwnA8rngs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFwnA8rngs .navbar-brand .navbar-caption:hover,
.cid-uFwnA8rngs .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFwnA8rngs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwnA8rngs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFwnA8rngs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFwnA8rngs .dropdown-item.active,
.cid-uFwnA8rngs .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwnA8rngs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwnA8rngs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwnA8rngs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwnA8rngs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe02c;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFwnA8rngs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFwnA8rngs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFwnA8rngs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFwnA8rngs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFwnA8rngs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFwnA8rngs .navbar-buttons {
  text-align: center;
}
.cid-uFwnA8rngs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFwnA8rngs .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-uFwnA8rngs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFwnA8rngs 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: #ffe02c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFwnA8rngs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFwnA8rngs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFwnA8rngs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFwnA8rngs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFwnA8rngs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFwnA8rngs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwnA8rngs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwnA8rngs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwnA8rngs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwnA8rngs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwnA8rngs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwnA8rngs .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-uFwnA8rngs .navbar {
    height: 70px;
  }
  .cid-uFwnA8rngs .navbar.opened {
    height: auto;
  }
  .cid-uFwnA8rngs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwnA8rngs .navbar-nav {
  margin: 0 auto;
}
.cid-uFwnA8rngs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFwnA8rngs .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFwnA8rngs .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFwnA8rngs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFwnA8rngs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFwnA8rngs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFwnA8rngs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFwnA8rngs .nav-item .dropdown-menu .dropdown-item {
  color: #3739ee !important;
}
.cid-uFwnA8rngs .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFwnA8rngs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFwnA8rngs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFwnA8rngs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFwnA8rngs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFwnA8rngs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFwnA8rngs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFwnA8rngs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFwnA8rngs .content-wrap {
  min-height: 110px;
}
.cid-uFwnA91UuB {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFwnA91UuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnA91UuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnA91UuB .row {
  justify-content: center;
}
.cid-uFwnA91UuB .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFwnA91UuB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFwnA91UuB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFwnA91UuB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFwnA91UuB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFwnA91UuB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFwnA91UuB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFwnA91UuB .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFwnA91UuB .card {
  justify-content: flex-end;
}
.cid-uFwnA91UuB .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwnA91UuB .image-wrapper {
    display: block;
  }
}
.cid-uFwnA91UuB .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e6c300, transparent);
  filter: blur(100px);
}
.cid-uFwnA91UuB .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFwnA91UuB .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFwnA91UuB .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFwnA91UuB .mbr-section-title {
  color: #ffffff;
}
.cid-uFwnA91UuB .mbr-section-subtitle {
  color: #f5f5f5;
}
.cid-uFwnA91UuB .mbr-text,
.cid-uFwnA91UuB .text-wrapper {
  color: #ffffff;
}
.cid-uFwnA9xvJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFwnA9xvJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnA9xvJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnA9xvJf .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFwnA9xvJf .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnA9xvJf .container {
    padding: 0 6px;
  }
}
.cid-uFwnA9xvJf .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uFwnA9xvJf .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwnA9xvJf .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnA9xvJf .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFwnA9xvJf .row {
    padding: 0 30px;
  }
}
.cid-uFwnA9xvJf .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFwnA9xvJf .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFwnA9xvJf .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uFwnA9xvJf .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uFwnA9xvJf .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uFwnA9xvJf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFwnA9xvJf .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFwnA9xvJf .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uFwnA9xvJf .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uFwnA9xvJf .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uFwnA9xvJf .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uFwnA9xvJf .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwnA9xvJf .mbr-section-title {
  color: #131313;
}
.cid-uFwnA9xvJf .list {
  color: #131313;
}
.cid-uFwnA9WaLo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-uFwnA9WaLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnA9WaLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnA9WaLo .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFwnA9WaLo .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnA9WaLo .content-wrapper {
    padding: 0;
  }
}
.cid-uFwnA9WaLo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFwnA9WaLo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFwnA9WaLo .mbr-section-title,
.cid-uFwnA9WaLo .title-wrapper {
  color: #ffffff;
}
.cid-uFwnA9WaLo .mbr-section-title,
.cid-uFwnA9WaLo .mbr-section-btn,
.cid-uFwnA9WaLo .title-wrapper {
  text-align: center;
}
.cid-uFwnAaoSjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFwnAaoSjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnAaoSjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnAaoSjd .card-wrapper {
  display: flex;
  background-color: #131313;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFwnAaoSjd .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnAaoSjd .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwnAaoSjd .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #000000 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uFwnAaoSjd .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFwnAaoSjd .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFwnAaoSjd .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFwnAaoSjd .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwnAaoSjd .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFwnAaoSjd .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uFwnAaoSjd .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFwnAaoSjd .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uFwnAaoSjd .mbr-section-title {
  color: #ffffff;
}
.cid-uFwnAaoSjd .mbr-text {
  color: #ffffff;
}
.cid-uFwnAaQ9MA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uFwnAaQ9MA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnAaQ9MA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnAaQ9MA .row {
  justify-content: center;
}
.cid-uFwnAaQ9MA .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFwnAaQ9MA .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uFwnAaQ9MA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFwnAaQ9MA .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFwnAaQ9MA .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFwnAaQ9MA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwnAaQ9MA .mbr-section-title,
.cid-uFwnAaQ9MA .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uFwnAaQ9MA .mbr-desc {
  color: #fff7ee;
}
.cid-uFwnAaQ9MA .mbr-text {
  color: #fff7ee;
}
.cid-uFwnAaQ9MA .mbr-section-title,
.cid-uFwnAaQ9MA .title-wrapper,
.cid-uFwnAaQ9MA .mbr-iconfont {
  color: #ffe759;
}
.cid-uFwnAbiwYK {
  background-color: #ffe759;
}
.cid-uFwnAbiwYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnAbiwYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnAbiwYK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFwnAbiwYK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnAbiwYK .container {
    padding: 0 20px;
  }
}
.cid-uFwnAbiwYK .row {
  justify-content: space-between;
}
.cid-uFwnAbiwYK .card {
  justify-content: center;
}
.cid-uFwnAbiwYK .content-wrapper {
  padding-top: 120px;
  padding-left: 100px;
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uFwnAbiwYK .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnAbiwYK .content-wrapper {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .cid-uFwnAbiwYK .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnAbiwYK .content-wrapper {
    padding-right: 0;
  }
}
.cid-uFwnAbiwYK .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uFwnAbiwYK .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uFwnAbiwYK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFwnAbiwYK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwnAbiwYK .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFwnAbiwYK .image-wrapper img {
    height: 350px;
  }
}
.cid-uFwnAbiwYK .mbr-desc {
  color: #000000;
}
.cid-uFwnAbiwYK .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFwnAbiwYK .mbr-text {
  color: #000000;
}
.cid-uFwnAbiwYK .mbr-section-title,
.cid-uFwnAbiwYK .mbr-section-btn {
  color: #000000;
}
.cid-uFwnAbPqQ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFwnAbPqQ2 .container {
    padding: 0 24px;
  }
}
.cid-uFwnAbPqQ2 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwnAbPqQ2 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFwnAbPqQ2 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwnAbPqQ2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwnAbPqQ2 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFwnAbPqQ2 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uFwnAbPqQ2 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFwnAbPqQ2 .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uFwnAbPqQ2 .mbr-section-title,
.cid-uFwnAbPqQ2 .mbr-section-btn {
  text-align: center;
}
.cid-uFwnAcgGkq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe759;
}
.cid-uFwnAcgGkq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFwnAcgGkq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFwnAcgGkq .container {
    padding: 0 25px;
  }
}
.cid-uFwnAcgGkq .row {
  margin: 0;
}
.cid-uFwnAcgGkq .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uFwnAcgGkq .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uFwnAcgGkq .image-wrapper {
    min-height: 350px;
  }
}
.cid-uFwnAcgGkq .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFwnAcgGkq .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uFwnAcgGkq .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uFwnAcgGkq .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFwnAcgGkq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwnAcgGkq .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFwnAcgGkq .mbr-section-title {
  color: #000000;
}
.cid-uFwnAcgGkq .mbr-text {
  color: #000000;
}
.cid-uFGmOlwCGX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFGmOlwCGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGmOlwCGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGmOlwCGX .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFGmOlwCGX .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFGmOlwCGX .container {
    padding: 0 6px;
  }
}
.cid-uFGmOlwCGX .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFGmOlwCGX .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFGmOlwCGX .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFGmOlwCGX .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFGmOlwCGX .row {
    padding: 70px 30px;
  }
}
.cid-uFGmOlwCGX .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFGmOlwCGX .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFGmOlwCGX .desc-wrapper {
    padding: 0;
  }
}
.cid-uFGmOlwCGX .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFGmOlwCGX .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFGmOlwCGX .title-wrapper span {
  color: #009472;
}
.cid-uFGmOlwCGX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFGmOlwCGX .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
}
@media (max-width: 992px) {
  .cid-uFGmOlwCGX .cards-wrapper {
    display: block;
  }
}
.cid-uFGmOlwCGX .cards-wrapper .item {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uFGmOlwCGX .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uFGmOlwCGX .cards-wrapper .item .item-wrapper {
  padding: 0 30px 30px;
  border-radius: 16px !important;
  background-color: #262626;
}
@media (max-width: 992px) {
  .cid-uFGmOlwCGX .cards-wrapper .item .item-wrapper {
    padding: 0 22px 22px;
  }
}
.cid-uFGmOlwCGX .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  height: 50px;
}
.cid-uFGmOlwCGX .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -50px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 10px solid #ffe02c;
}
.cid-uFGmOlwCGX .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 10px;
}
.cid-uFGmOlwCGX .cards-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 10px;
}
.cid-uFGmOlwCGX .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFGmOlwCGX .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFGmOlwCGX .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  border: none;
  text-decoration: underline;
}
.cid-uFGmOlwCGX .mbr-desc {
  color: #262626;
}
.cid-uFGmOlwCGX .mbr-section-title {
  color: #131313;
}
.cid-uFGmOlwCGX .card-desc {
  color: #009472;
  text-align: center;
}
.cid-uFGmOlwCGX .card-title {
  color: #131313;
}
.cid-uFGmOlwCGX .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFGmOlwCGX .card-title,
.cid-uFGmOlwCGX .mbr-section-btn {
  text-align: center;
  color: #ffe02c;
}
.cid-uFwnAdkwin {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFwnAdkwin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnAdkwin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnAdkwin .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFwnAdkwin .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnAdkwin .container {
    padding: 0 30px;
  }
}
.cid-uFwnAdkwin .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFwnAdkwin .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFwnAdkwin .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffe759;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uFwnAdkwin .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uFwnAdkwin .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uFwnAdkwin .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uFwnAdkwin .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFwnAdkwin .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uFwnAdkwin .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uFwnAdkwin .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFwnAdkwin .mbr-card-title {
  color: #2b2b2b;
}
.cid-uFwnAdkwin .mbr-text {
  color: #000000;
}
.cid-uFwnAdkwin .mbr-number {
  color: #FE5115;
}
.cid-uGCVEgyMyH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uGCVEgyMyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCVEgyMyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCVEgyMyH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCVEgyMyH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVEgyMyH .container {
    padding: 0 6px;
  }
}
.cid-uGCVEgyMyH .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uGCVEgyMyH .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uGCVEgyMyH .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVEgyMyH .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uGCVEgyMyH .row {
    padding: 70px 30px;
  }
}
.cid-uGCVEgyMyH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uGCVEgyMyH .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGCVEgyMyH .desc-wrapper {
    padding: 0;
  }
}
.cid-uGCVEgyMyH .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uGCVEgyMyH .title-wrapper {
  margin-bottom: 64px;
}
.cid-uGCVEgyMyH .title-wrapper span {
  color: #009472;
}
.cid-uGCVEgyMyH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGCVEgyMyH .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-uGCVEgyMyH .cards-wrapper {
    display: block;
  }
}
.cid-uGCVEgyMyH .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uGCVEgyMyH .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
@media (max-width: 992px) {
  .cid-uGCVEgyMyH .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uGCVEgyMyH .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uGCVEgyMyH .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uGCVEgyMyH .cards-wrapper .item:hover .item-desc,
.cid-uGCVEgyMyH .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #262626;
  border-radius: 100%;
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uGCVEgyMyH .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uGCVEgyMyH .mbr-desc {
  color: #ffffff;
}
.cid-uGCVEgyMyH .mbr-section-title {
  color: #ffffff;
}
.cid-uGCVEgyMyH .card-desc {
  color: #ffffff;
}
.cid-uGCVEgyMyH .card-title {
  color: #131313;
}
.cid-uGCVEgyMyH .card-text {
  color: #131313;
}
.cid-uFwnAessF5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe759;
}
.cid-uFwnAessF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnAessF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnAessF5 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFwnAessF5 .card-wrap:first-child {
    padding-right: 110px;
    padding-right: 16px;
    padding-left: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnAessF5 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFwnAessF5 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFwnAessF5 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFwnAessF5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFwnAessF5 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFwnAessF5 .panel-group .card {
  border-bottom: 1px solid #ffe759;
  border-radius: 0;
}
.cid-uFwnAessF5 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFwnAessF5 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFwnAessF5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFwnAessF5 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFwnAessF5 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwnAessF5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFwnAessF5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFwnAessF5 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFwnAessF5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFwnAessF5 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFwnAessF5 .mbr-section-subtitle {
  color: #747474;
}
.cid-uFwnAessF5 .mbr-text {
  color: #747474;
}
.cid-uFwnAessF5 .panel-title-edit {
  color: #000000;
}
.cid-uFwnAessF5 .panel-text {
  color: #747474;
}
.cid-uFwnAessF5 .mbr-section-title,
.cid-uFwnAessF5 .mbr-section-btn {
  color: #000000;
}
.cid-uFwnAfexpI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uFwnAfexpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnAfexpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnAfexpI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFwnAfexpI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFwnAfexpI .container {
    padding: 0 30px;
  }
}
.cid-uFwnAfexpI .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFwnAfexpI .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uFwnAfexpI .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uFwnAfexpI .image-wrapper img {
    height: 300px;
  }
}
.cid-uFwnAfexpI .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFwnAfexpI .text-wrapper {
    margin: 0;
  }
}
.cid-uFwnAfexpI .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFwnAfexpI .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFwnAfexpI .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFwnAfexpI .mbr-section-title {
  color: #ffffff;
}
.cid-uFwnAfexpI .mbr-text {
  color: #ffffff;
}
.cid-uFwsoTDh6P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffe759;
}
.cid-uFwsoTDh6P .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFwsoTDh6P .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uFwsoTDh6P .row {
    padding: 2rem 1rem;
  }
}
.cid-uFwsoTDh6P .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uFwsoTDh6P .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uFwsoTDh6P span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uFwsoTDh6P .collapsed span {
  transform: rotate(0deg);
}
.cid-uFwsoTDh6P .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFwsoTDh6P .panel-group {
  width: 100%;
}
.cid-uFwsoTDh6P .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uFwsoTDh6P .card {
  border-radius: 0px;
}
.cid-uFwsoTDh6P .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uFwsoTDh6P .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFwsoTDh6P .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFwsoTDh6P .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uFwsoTDh6P .panel-text {
  color: #000000;
}
.cid-uFwsoTDh6P .header-text,
.cid-uFwsoTDh6P .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uFwsoTDh6P .mbr-section-title {
  color: #000000;
}
.cid-uFwsoTDh6P .header-text,
.cid-uFwsoTDh6P .sign,
.cid-uFwsoTDh6P .card-header {
  color: #000000;
  text-align: left;
}
.cid-uFwsoTDh6P .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uGCVByeC6D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe759;
}
.cid-uGCVByeC6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCVByeC6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCVByeC6D .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCVByeC6D .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCVByeC6D .container {
    padding: 0 6px;
  }
}
.cid-uGCVByeC6D .row {
  margin: 0;
}
.cid-uGCVByeC6D .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uGCVByeC6D .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uGCVByeC6D .google-map iframe {
    height: 350px;
  }
}
.cid-uFwnAghFyf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffe02c;
  overflow: hidden;
}
.cid-uFwnAghFyf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFwnAghFyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnAghFyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFwnAghFyf .container {
    padding: 0 22px;
  }
}
.cid-uFwnAghFyf .row {
  position: relative;
  z-index: 1;
}
.cid-uFwnAghFyf .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFwnAghFyf .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFwnAghFyf .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFwnAghFyf .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFwnAghFyf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFwnAghFyf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFwnAghFyf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFwnAghFyf .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwnAghFyf .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFwnAghFyf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwnAghFyf .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFwnAghFyf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFwnAghFyf .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFwnAghFyf .nav-wrapper .list .item-wrap:hover,
.cid-uFwnAghFyf .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFwnAghFyf .nav-wrapper .list .item-wrap:hover::before,
.cid-uFwnAghFyf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFwnAghFyf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFwnAghFyf .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFwnAghFyf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFwnAghFyf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFwnAghFyf .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFwnAghFyf .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFwnAghFyf .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFwnAghFyf .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFwnAghFyf .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFwnAghFyf .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFwnAghFyf .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFwnAghFyf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFwnAghFyf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFwnAghFyf .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFwnAghFyf .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFwnAghFyf .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFwnAghFyf .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFwnAghFyf .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFwnAghFyf .mbr-section-title {
  color: #00d0f3;
}
.cid-uFwnAghFyf .mbr-text {
  color: #ffffff;
}
.cid-uFwnAghFyf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFwnAghFyf .list {
  color: #ffffff;
}
.cid-uFwnAghFyf .mbr-contact {
  color: #ffffff;
}
.cid-uFwnAghFyf .mbr-desc {
  color: #ffffff;
}
