body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #cfef54 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cfef54 !important;
  border-color: #cfef54 !important;
  color: #333e06 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b0d814 !important;
  border-color: #b0d814 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #333e06 !important;
  background-color: #b0d814 !important;
  border-color: #b0d814 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cfef54;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b0d814 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #333e06 !important;
  background-color: #cfef54 !important;
  border-color: #cfef54 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #cfef54 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a4ca13 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #cfef54;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cfef54;
  border-color: #cfef54;
  color: #455508;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cfef54;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #cfef54 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #cfef54;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cfef54;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cfef54;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cfef54;
  border-bottom-color: #cfef54;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cfef54 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23cfef54' %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;
}
.cid-uBrj2sy53m {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBrj2sy53m .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-uBrj2sy53m .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uBrj2sy53m .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBrj2sy53m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBrj2sy53m .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBrj2sy53m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBrj2sy53m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrj2sy53m .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBrj2sy53m .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBrj2sy53m .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBrj2sy53m .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBrj2sy53m .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBrj2sy53m .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBrj2sy53m .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBrj2sy53m .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uBrj2sy53m .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBrj2sy53m .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBrj2sy53m .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBrj2sy53m .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBrj2sy53m .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBrj2sy53m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBrj2sy53m .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBrj2sy53m .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrj2sy53m .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrj2sy53m .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uBrj2sy53m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBrj2sy53m .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uBrj2sy53m .nav-item:focus,
.cid-uBrj2sy53m .nav-link:focus {
  outline: none;
}
.cid-uBrj2sy53m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrj2sy53m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrj2sy53m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrj2sy53m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrj2sy53m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrj2sy53m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrj2sy53m .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBrj2sy53m .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrj2sy53m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBrj2sy53m .navbar .navbar-logo img {
  width: auto;
}
.cid-uBrj2sy53m .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBrj2sy53m .navbar.collapsed {
  justify-content: center;
}
.cid-uBrj2sy53m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrj2sy53m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBrj2sy53m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uBrj2sy53m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrj2sy53m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrj2sy53m .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-uBrj2sy53m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrj2sy53m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBrj2sy53m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBrj2sy53m .navbar {
    min-height: 72px;
  }
  .cid-uBrj2sy53m .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBrj2sy53m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrj2sy53m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrj2sy53m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrj2sy53m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBrj2sy53m .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-uBrj2sy53m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBrj2sy53m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBrj2sy53m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrj2sy53m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBrj2sy53m .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBrj2sy53m .dropdown-item.active,
.cid-uBrj2sy53m .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrj2sy53m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBrj2sy53m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrj2sy53m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrj2sy53m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBrj2sy53m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBrj2sy53m .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBrj2sy53m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBrj2sy53m .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBrj2sy53m .navbar-buttons {
    text-align: left;
  }
}
.cid-uBrj2sy53m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBrj2sy53m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBrj2sy53m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrj2sy53m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrj2sy53m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrj2sy53m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrj2sy53m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrj2sy53m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrj2sy53m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrj2sy53m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrj2sy53m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBrj2sy53m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBrj2sy53m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBrj2sy53m .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBrj2sy53m .navbar {
    height: 70px;
  }
  .cid-uBrj2sy53m .navbar.opened {
    height: auto;
  }
  .cid-uBrj2sy53m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBrj2sy53m .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBrj2sy53m .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBrj2sy53m .navbar-brand {
    margin-right: auto;
  }
  .cid-uBrj2sy53m .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBrj2sy53m .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBrj2sy53m .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBrj2sy53m .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBrj2sy53m .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBrj2sy53m .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBrj6KaMio {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrj6KaMio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrj6KaMio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrj6KaMio .items-wrap {
  justify-content: space-between;
}
.cid-uBrj6KaMio .items-wrap .card {
  justify-content: center;
}
.cid-uBrj6KaMio .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBrj6KaMio .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBrj6KaMio .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBrj6KaMio .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrj6KaMio .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBrj6KaMio .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBrj6KaMio .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrj6KaMio .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBrj6KaMio .image-wrapper img {
    height: 350px;
  }
}
.cid-uBrj6KaMio .mbr-desc {
  color: #000000;
}
.cid-uBrj6KaMio .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrj6KaMio .mbr-text {
  color: #000000;
}
.cid-uBrjMoHFyo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBrjMoHFyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrjMoHFyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrjMoHFyo .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #cfef54;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBrjMoHFyo .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uBrjMoHFyo .card {
  justify-content: center;
}
.cid-uBrjMoHFyo .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBrjMoHFyo .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uBrjMoHFyo .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBrjMoHFyo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uBrjMoHFyo .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cfef54;
}
@media (max-width: 992px) {
  .cid-uBrjMoHFyo .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uBrjMoHFyo .list-wrapper .list .item-wrap::marker {
  color: #cfef54;
}
.cid-uBrjMoHFyo .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBrjMoHFyo .mbr-section-title {
  color: #ffffff;
}
.cid-uBrjMoHFyo .mbr-number {
  color: #000000;
}
.cid-uBrjMoHFyo .list {
  color: #000000;
}
.cid-uBry2eLefu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrkwnyhBb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrkwnyhBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrkwnyhBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrkwnyhBb .items-wrap {
  justify-content: space-between;
}
.cid-uBrkwnyhBb .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-uBrkwnyhBb .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBrkwnyhBb .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uBrkwnyhBb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBrkwnyhBb .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBrkwnyhBb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBrkwnyhBb .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uBrkwnyhBb .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBrkwnyhBb .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uBrkwnyhBb .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBrkwnyhBb .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uBrkwnyhBb .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uBrkwnyhBb .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBrkwnyhBb .image-wrapper {
    height: 350px;
  }
}
.cid-uBrkwnyhBb .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrkwnyhBb .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBrkwnyhBb .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBrkwnyhBb .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uBrkwnyhBb .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-uBrkwnyhBb .mbr-section-title {
  color: #191c25;
}
.cid-uBrkwnyhBb .mbr-text {
  color: #191c25;
}
.cid-uBrkwnyhBb .mbr-number_1 {
  color: #191c25;
}
.cid-uBrkwnyhBb .mbr-number_2,
.cid-uBrkwnyhBb .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uBrlZr9Eua {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrlZr9Eua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlZr9Eua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlZr9Eua .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBrlZr9Eua .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBrlZr9Eua .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBrlZr9Eua .mbr-section-title {
  color: #131313;
}
.cid-uBrlZr9Eua .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBrlZr9Eua .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBrlZr9Eua .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBrlZr9Eua .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBrlZr9Eua .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uBrlZr9Eua .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uBrlZr9Eua .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-uBrlZr9Eua .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBrlZr9Eua .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-uBrlZr9Eua .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uBrlZr9Eua .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBrlZr9Eua .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uBrlZr9Eua .content-wrap {
    margin-top: 0;
  }
}
.cid-uBrlZr9Eua .card-title {
  color: #131313;
}
.cid-uBrlZr9Eua .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBrlZr9Eua .card-text {
    margin-top: 15px;
  }
}
.cid-uBrlZr9Eua .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBrlZr9Eua .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBrlZr9Eua .card-link {
    margin-top: 15px;
  }
}
.cid-uBrlZr9Eua .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBrlXxX68y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrlXxX68y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlXxX68y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlXxX68y .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBrlXxX68y .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBrlXxX68y .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBrlXxX68y .mbr-section-title {
  color: #131313;
}
.cid-uBrlXxX68y .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBrlXxX68y .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBrlXxX68y .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBrlXxX68y .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBrlXxX68y .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uBrlXxX68y .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBrlXxX68y .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uBrlXxX68y .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uBrlXxX68y .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBrlXxX68y .card-title {
  color: #131313;
}
.cid-uBrlXxX68y .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uBrlXxX68y .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBrlXxX68y .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBrlXxX68y .card-link {
    margin-top: 15px;
  }
}
.cid-uBrlXxX68y .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBrlYkUD3B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrlYkUD3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrlYkUD3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrlYkUD3B .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBrlYkUD3B .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBrlYkUD3B .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBrlYkUD3B .mbr-section-title {
  color: #131313;
}
.cid-uBrlYkUD3B .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBrlYkUD3B .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBrlYkUD3B .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBrlYkUD3B .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBrlYkUD3B .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uBrlYkUD3B .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBrlYkUD3B .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uBrlYkUD3B .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uBrlYkUD3B .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBrlYkUD3B .card-title {
  color: #131313;
}
.cid-uBrlYkUD3B .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uBrlYkUD3B .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBrlYkUD3B .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBrlYkUD3B .card-link {
    margin-top: 15px;
  }
}
.cid-uBrlYkUD3B .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBroIUXPIh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uBroIUXPIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBroIUXPIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBroIUXPIh .row {
  align-items: stretch;
  position: relative;
  z-index: 10;
}
.cid-uBroIUXPIh .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uBroIUXPIh .col-title {
    margin-bottom: 20px;
  }
}
.cid-uBroIUXPIh .mbr-section-title {
  color: #2B2B2B;
}
.cid-uBroIUXPIh .mbr-section-subtitle {
  color: #000000;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uBroIUXPIh .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uBroIUXPIh .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #cfef54;
  border-radius: 25px;
  border: 2px solid #dfdfd8;
  transition: 1s all;
  opacity: 1;
}
.cid-uBroIUXPIh .card {
  transition: all 0.3s;
  min-height: 360px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-uBroIUXPIh .card {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .cid-uBroIUXPIh .card {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uBroIUXPIh .card {
    min-height: 250px;
  }
}
.cid-uBroIUXPIh .card-img {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1s all;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-uBroIUXPIh .card-img {
    display: none;
  }
}
.cid-uBroIUXPIh .card-img1 {
  background-image: url("../../../assets/images/rawimage-1-2000x1333.jpg");
}
.cid-uBroIUXPIh .card-img2 {
  background-image: url("../../../assets/images/features2.jpg");
}
.cid-uBroIUXPIh .card-wrapper {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uBroIUXPIh .card-wrapper:hover .card-box {
    opacity: 0;
  }
  .cid-uBroIUXPIh .card-wrapper:hover .card-img {
    opacity: 1;
  }
}
.cid-uBroIUXPIh .card-title {
  color: #5F6AD4;
  width: 100%;
}
.cid-uBroIUXPIh .mbr-text {
  color: #2A2A2A;
  width: 100%;
}
.cid-uBroIUXPIh .container,
.cid-uBroIUXPIh .container-fluid {
  position: relative;
}
.cid-uBroIUXPIh .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 240px;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uBroIUXPIh .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uBroIUXPIh .circle-blur1 {
  top: 0;
  right: 40%;
  background-image: linear-gradient(132deg, #e7e7e7 27%, #e7e7e7 50%, #e7e7e7 79%);
}
.cid-uBroIUXPIh .circle-blur2 {
  top: 10%;
  right: 20%;
  background-image: linear-gradient(132deg, #e7e7e7 27%, #e7e7e7 50%, #e7e7e7 79%);
}
.cid-uBkDiHNylL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cfef54;
}
.cid-uBkDiHNylL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBkDiHNylL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBkDiHNylL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBkDiHNylL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBkDiHNylL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #cfef54;
}
.cid-uBkDiHNylL .panel-body,
.cid-uBkDiHNylL .card-header {
  padding: 1rem 0;
}
.cid-uBkDiHNylL .panel-title-edit {
  color: #000000;
}
.cid-uBkDiHNylL H3 {
  color: #000000;
}
.cid-uBrpEvaAFO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrpEvaAFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrpEvaAFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrpEvaAFO .content-wrapper {
  justify-content: center;
}
.cid-uBrpEvaAFO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBrpEvaAFO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBrpEvaAFO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBrpEvaAFO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBrpEvaAFO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBrpEvaAFO .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uBrpEvaAFO .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uBrpEvaAFO .mbr-section-btn {
  margin-top: 20px;
}
.cid-uBrpEvaAFO .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uBrpEvaAFO .mbr-figure:hover,
.cid-uBrpEvaAFO .mbr-figure:focus {
  background-color: #aef800;
  border: 2px solid #aef800;
}
.cid-uBrpEvaAFO .mbr-section-title {
  color: #ffffff;
}
.cid-uBrpEvaAFO .mbr-text,
.cid-uBrpEvaAFO .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uBrpEvaAFO .mbr-desc,
.cid-uBrpEvaAFO .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBrpEvaAFO .mbr-section-title,
.cid-uBrpEvaAFO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBrq5qlCOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfef54;
}
.cid-uBrq5qlCOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrq5qlCOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrq5qlCOF .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBrq5qlCOF .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrq5qlCOF .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #cfef54;
}
@media (max-width: 1200px) {
  .cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBrq5qlCOF .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBrq5qlCOF .mbr-section-title {
  color: #404349;
}
.cid-uBrq5qlCOF .mbr-section-subtitle {
  color: #404349;
}
.cid-uBrq5qlCOF .mbr-text {
  color: #404349;
}
.cid-uBrq5qlCOF .list {
  color: #404349;
}
.cid-uBkFse7ORu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBkFse7ORu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBkFse7ORu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uBkFse7ORu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBkFse7ORu .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uBkFse7ORu a {
  font-weight: 600;
}
.cid-uBkFse7ORu a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uBkFse7ORu .col-lg-3,
  .cid-uBkFse7ORu .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uBkFse7ORu .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uBkFse7ORu .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uBkFse7ORu h5 {
  margin: 0;
}
.cid-uBkFse7ORu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBkFse7ORu .iconfont-wrapper {
  position: relative;
}
.cid-uBkFse7ORu .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uBkFse7ORu .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uBkFse7ORu .sociconfont-wrapper {
  display: flex;
}
.cid-uBkFse7ORu .card-title,
.cid-uBkFse7ORu .iconfont-wrapper {
  color: #ffffff;
}
.cid-uBkFse7ORu .card-text {
  color: #ffffff;
}
.cid-uBkFse7ORu .mbr-section-title {
  color: #000000;
}
.cid-uBkFse7ORu .main-title,
.cid-uBkFse7ORu .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uBkFlFwdga {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cfef54;
  overflow: hidden;
}
.cid-uBkFlFwdga .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBrr8Z27Z3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBrr8Z27Z3 .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-uBrr8Z27Z3 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uBrr8Z27Z3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBrr8Z27Z3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBrr8Z27Z3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBrr8Z27Z3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBrr8Z27Z3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrr8Z27Z3 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBrr8Z27Z3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBrr8Z27Z3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBrr8Z27Z3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBrr8Z27Z3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBrr8Z27Z3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBrr8Z27Z3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBrr8Z27Z3 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uBrr8Z27Z3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBrr8Z27Z3 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBrr8Z27Z3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBrr8Z27Z3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBrr8Z27Z3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBrr8Z27Z3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBrr8Z27Z3 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBrr8Z27Z3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrr8Z27Z3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrr8Z27Z3 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uBrr8Z27Z3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBrr8Z27Z3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uBrr8Z27Z3 .nav-item:focus,
.cid-uBrr8Z27Z3 .nav-link:focus {
  outline: none;
}
.cid-uBrr8Z27Z3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrr8Z27Z3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrr8Z27Z3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrr8Z27Z3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrr8Z27Z3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrr8Z27Z3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrr8Z27Z3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBrr8Z27Z3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrr8Z27Z3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBrr8Z27Z3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBrr8Z27Z3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBrr8Z27Z3 .navbar.collapsed {
  justify-content: center;
}
.cid-uBrr8Z27Z3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrr8Z27Z3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBrr8Z27Z3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uBrr8Z27Z3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrr8Z27Z3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrr8Z27Z3 .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-uBrr8Z27Z3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrr8Z27Z3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBrr8Z27Z3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBrr8Z27Z3 .navbar {
    min-height: 72px;
  }
  .cid-uBrr8Z27Z3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBrr8Z27Z3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrr8Z27Z3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrr8Z27Z3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrr8Z27Z3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBrr8Z27Z3 .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-uBrr8Z27Z3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBrr8Z27Z3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBrr8Z27Z3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrr8Z27Z3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBrr8Z27Z3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBrr8Z27Z3 .dropdown-item.active,
.cid-uBrr8Z27Z3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrr8Z27Z3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBrr8Z27Z3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrr8Z27Z3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrr8Z27Z3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBrr8Z27Z3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBrr8Z27Z3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBrr8Z27Z3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBrr8Z27Z3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBrr8Z27Z3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBrr8Z27Z3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBrr8Z27Z3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBrr8Z27Z3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrr8Z27Z3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrr8Z27Z3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrr8Z27Z3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrr8Z27Z3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrr8Z27Z3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrr8Z27Z3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrr8Z27Z3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrr8Z27Z3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBrr8Z27Z3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBrr8Z27Z3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBrr8Z27Z3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBrr8Z27Z3 .navbar {
    height: 70px;
  }
  .cid-uBrr8Z27Z3 .navbar.opened {
    height: auto;
  }
  .cid-uBrr8Z27Z3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBrr8Z27Z3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBrr8Z27Z3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBrr8Z27Z3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBrr8Z27Z3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBrr8Z27Z3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBrr8Z27Z3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBrr8Z27Z3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBrr8Z27Z3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBrr8Z27Z3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBrr90xccg {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrr90xccg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrr90xccg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrr90xccg .items-wrap {
  justify-content: space-between;
}
.cid-uBrr90xccg .items-wrap .card {
  justify-content: center;
}
.cid-uBrr90xccg .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBrr90xccg .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBrr90xccg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBrr90xccg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrr90xccg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBrr90xccg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBrr90xccg .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrr90xccg .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBrr90xccg .image-wrapper img {
    height: 350px;
  }
}
.cid-uBrr90xccg .mbr-desc {
  color: #000000;
}
.cid-uBrr90xccg .mbr-section-title {
  color: #000000;
}
.cid-uBrr90xccg .mbr-text {
  color: #000000;
}
.cid-uBrr91WjNm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrr91WjNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrr91WjNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrr91WjNm .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uBrr91WjNm .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBrr91WjNm .mbr-text,
.cid-uBrr91WjNm .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBrr93c8sT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfef54;
}
.cid-uBrr93c8sT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrr93c8sT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrr93c8sT .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBrr93c8sT .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrr93c8sT .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #cfef54;
}
@media (max-width: 1200px) {
  .cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBrr93c8sT .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBrr93c8sT .mbr-section-title {
  color: #404349;
}
.cid-uBrr93c8sT .mbr-section-subtitle {
  color: #404349;
}
.cid-uBrr93c8sT .mbr-text {
  color: #404349;
}
.cid-uBrr93c8sT .list {
  color: #404349;
}
.cid-uBrr94oiSp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBrr94oiSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrr94oiSp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uBrr94oiSp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrr94oiSp .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uBrr94oiSp a {
  font-weight: 600;
}
.cid-uBrr94oiSp a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uBrr94oiSp .col-lg-3,
  .cid-uBrr94oiSp .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uBrr94oiSp .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uBrr94oiSp .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uBrr94oiSp h5 {
  margin: 0;
}
.cid-uBrr94oiSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrr94oiSp .iconfont-wrapper {
  position: relative;
}
.cid-uBrr94oiSp .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uBrr94oiSp .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uBrr94oiSp .sociconfont-wrapper {
  display: flex;
}
.cid-uBrr94oiSp .card-title,
.cid-uBrr94oiSp .iconfont-wrapper {
  color: #ffffff;
}
.cid-uBrr94oiSp .card-text {
  color: #ffffff;
}
.cid-uBrr94oiSp .mbr-section-title {
  color: #000000;
}
.cid-uBrr94oiSp .main-title,
.cid-uBrr94oiSp .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uBrr95uM4z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cfef54;
  overflow: hidden;
}
.cid-uBrr95uM4z .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBrqM4OUkn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBrqM4OUkn .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-uBrqM4OUkn .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uBrqM4OUkn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBrqM4OUkn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBrqM4OUkn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBrqM4OUkn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBrqM4OUkn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrqM4OUkn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBrqM4OUkn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBrqM4OUkn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBrqM4OUkn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBrqM4OUkn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBrqM4OUkn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBrqM4OUkn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBrqM4OUkn .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uBrqM4OUkn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBrqM4OUkn .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBrqM4OUkn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBrqM4OUkn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBrqM4OUkn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBrqM4OUkn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBrqM4OUkn .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBrqM4OUkn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrqM4OUkn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrqM4OUkn .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uBrqM4OUkn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBrqM4OUkn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uBrqM4OUkn .nav-item:focus,
.cid-uBrqM4OUkn .nav-link:focus {
  outline: none;
}
.cid-uBrqM4OUkn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrqM4OUkn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrqM4OUkn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrqM4OUkn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrqM4OUkn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrqM4OUkn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrqM4OUkn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBrqM4OUkn .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrqM4OUkn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBrqM4OUkn .navbar .navbar-logo img {
  width: auto;
}
.cid-uBrqM4OUkn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBrqM4OUkn .navbar.collapsed {
  justify-content: center;
}
.cid-uBrqM4OUkn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrqM4OUkn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBrqM4OUkn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uBrqM4OUkn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrqM4OUkn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrqM4OUkn .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-uBrqM4OUkn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrqM4OUkn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBrqM4OUkn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBrqM4OUkn .navbar {
    min-height: 72px;
  }
  .cid-uBrqM4OUkn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBrqM4OUkn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrqM4OUkn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrqM4OUkn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrqM4OUkn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBrqM4OUkn .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-uBrqM4OUkn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBrqM4OUkn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBrqM4OUkn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrqM4OUkn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBrqM4OUkn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBrqM4OUkn .dropdown-item.active,
.cid-uBrqM4OUkn .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrqM4OUkn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBrqM4OUkn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrqM4OUkn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrqM4OUkn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBrqM4OUkn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBrqM4OUkn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBrqM4OUkn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBrqM4OUkn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBrqM4OUkn .navbar-buttons {
    text-align: left;
  }
}
.cid-uBrqM4OUkn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBrqM4OUkn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBrqM4OUkn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrqM4OUkn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrqM4OUkn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrqM4OUkn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrqM4OUkn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrqM4OUkn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrqM4OUkn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrqM4OUkn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrqM4OUkn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBrqM4OUkn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBrqM4OUkn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBrqM4OUkn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBrqM4OUkn .navbar {
    height: 70px;
  }
  .cid-uBrqM4OUkn .navbar.opened {
    height: auto;
  }
  .cid-uBrqM4OUkn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBrqM4OUkn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBrqM4OUkn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBrqM4OUkn .navbar-brand {
    margin-right: auto;
  }
  .cid-uBrqM4OUkn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBrqM4OUkn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBrqM4OUkn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBrqM4OUkn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBrqM4OUkn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBrqM4OUkn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBrqM6uGeu {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrqM6uGeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrqM6uGeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrqM6uGeu .items-wrap {
  justify-content: space-between;
}
.cid-uBrqM6uGeu .items-wrap .card {
  justify-content: center;
}
.cid-uBrqM6uGeu .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBrqM6uGeu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBrqM6uGeu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBrqM6uGeu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrqM6uGeu .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBrqM6uGeu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBrqM6uGeu .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrqM6uGeu .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBrqM6uGeu .image-wrapper img {
    height: 350px;
  }
}
.cid-uBrqM6uGeu .mbr-desc {
  color: #000000;
}
.cid-uBrqM6uGeu .mbr-section-title {
  color: #000000;
}
.cid-uBrqM6uGeu .mbr-text {
  color: #000000;
}
.cid-uBrqM8Joi2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrqM8Joi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrqM8Joi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrqM8Joi2 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uBrqM8Joi2 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBrqM8Joi2 .mbr-text,
.cid-uBrqM8Joi2 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uBrqMj8GpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfef54;
}
.cid-uBrqMj8GpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrqMj8GpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrqMj8GpE .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBrqMj8GpE .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrqMj8GpE .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #cfef54;
}
@media (max-width: 1200px) {
  .cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBrqMj8GpE .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBrqMj8GpE .mbr-section-title {
  color: #404349;
}
.cid-uBrqMj8GpE .mbr-section-subtitle {
  color: #404349;
}
.cid-uBrqMj8GpE .mbr-text {
  color: #404349;
}
.cid-uBrqMj8GpE .list {
  color: #404349;
}
.cid-uBrqMkujsO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBrqMkujsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrqMkujsO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uBrqMkujsO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrqMkujsO .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uBrqMkujsO a {
  font-weight: 600;
}
.cid-uBrqMkujsO a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uBrqMkujsO .col-lg-3,
  .cid-uBrqMkujsO .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uBrqMkujsO .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uBrqMkujsO .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uBrqMkujsO h5 {
  margin: 0;
}
.cid-uBrqMkujsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrqMkujsO .iconfont-wrapper {
  position: relative;
}
.cid-uBrqMkujsO .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uBrqMkujsO .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uBrqMkujsO .sociconfont-wrapper {
  display: flex;
}
.cid-uBrqMkujsO .card-title,
.cid-uBrqMkujsO .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uBrqMkujsO .card-text {
  color: #ffffff;
}
.cid-uBrqMkujsO .mbr-section-title {
  color: #000000;
}
.cid-uBrqMkujsO .main-title,
.cid-uBrqMkujsO .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uBrqMlIzTl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cfef54;
  overflow: hidden;
}
.cid-uBrqMlIzTl .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBruERstH0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBruERstH0 .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-uBruERstH0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uBruERstH0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBruERstH0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBruERstH0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBruERstH0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBruERstH0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBruERstH0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBruERstH0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBruERstH0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBruERstH0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBruERstH0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBruERstH0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBruERstH0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBruERstH0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uBruERstH0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBruERstH0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBruERstH0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBruERstH0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBruERstH0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBruERstH0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBruERstH0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBruERstH0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBruERstH0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uBruERstH0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uBruERstH0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBruERstH0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uBruERstH0 .nav-item:focus,
.cid-uBruERstH0 .nav-link:focus {
  outline: none;
}
.cid-uBruERstH0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBruERstH0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBruERstH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBruERstH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBruERstH0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBruERstH0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBruERstH0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBruERstH0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBruERstH0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBruERstH0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBruERstH0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBruERstH0 .navbar.collapsed {
  justify-content: center;
}
.cid-uBruERstH0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBruERstH0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBruERstH0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uBruERstH0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBruERstH0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBruERstH0 .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-uBruERstH0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBruERstH0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBruERstH0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBruERstH0 .navbar {
    min-height: 72px;
  }
  .cid-uBruERstH0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBruERstH0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBruERstH0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBruERstH0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBruERstH0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBruERstH0 .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-uBruERstH0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBruERstH0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBruERstH0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBruERstH0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBruERstH0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBruERstH0 .dropdown-item.active,
.cid-uBruERstH0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBruERstH0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBruERstH0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBruERstH0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBruERstH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBruERstH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBruERstH0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBruERstH0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBruERstH0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBruERstH0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBruERstH0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBruERstH0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBruERstH0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBruERstH0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBruERstH0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBruERstH0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBruERstH0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBruERstH0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBruERstH0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBruERstH0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBruERstH0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBruERstH0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBruERstH0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBruERstH0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBruERstH0 .navbar {
    height: 70px;
  }
  .cid-uBruERstH0 .navbar.opened {
    height: auto;
  }
  .cid-uBruERstH0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBruERstH0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBruERstH0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBruERstH0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBruERstH0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBruERstH0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBruERstH0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBruERstH0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBruERstH0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBruERstH0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBruERstH0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBruERstH0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBruERstH0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBruERstH0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBruERstH0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBruERstH0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBruERstH0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBruERstH0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBruERstH0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBruERstH0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBruEThQFO {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBruEThQFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruEThQFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruEThQFO .items-wrap {
  justify-content: space-between;
}
.cid-uBruEThQFO .items-wrap .card {
  justify-content: center;
}
.cid-uBruEThQFO .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBruEThQFO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBruEThQFO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBruEThQFO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBruEThQFO .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBruEThQFO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBruEThQFO .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBruEThQFO .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBruEThQFO .image-wrapper img {
    height: 350px;
  }
}
.cid-uBruEThQFO .mbr-desc {
  color: #000000;
}
.cid-uBruEThQFO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBruEThQFO .mbr-text {
  color: #000000;
}
.cid-uBruEUGeRr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBruEUGeRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruEUGeRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruEUGeRr .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #cfef54;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBruEUGeRr .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uBruEUGeRr .card {
  justify-content: center;
}
.cid-uBruEUGeRr .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBruEUGeRr .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uBruEUGeRr .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBruEUGeRr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uBruEUGeRr .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cfef54;
}
@media (max-width: 992px) {
  .cid-uBruEUGeRr .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uBruEUGeRr .list-wrapper .list .item-wrap::marker {
  color: #cfef54;
}
.cid-uBruEUGeRr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBruEUGeRr .mbr-section-title {
  color: #ffffff;
}
.cid-uBruEUGeRr .mbr-number {
  color: #000000;
}
.cid-uBruEUGeRr .list {
  color: #000000;
}
.cid-uBryxobSpu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBruEXg2Nc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBruEXg2Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruEXg2Nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruEXg2Nc .items-wrap {
  justify-content: space-between;
}
.cid-uBruEXg2Nc .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-uBruEXg2Nc .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBruEXg2Nc .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uBruEXg2Nc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBruEXg2Nc .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBruEXg2Nc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBruEXg2Nc .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uBruEXg2Nc .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBruEXg2Nc .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uBruEXg2Nc .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBruEXg2Nc .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uBruEXg2Nc .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uBruEXg2Nc .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBruEXg2Nc .image-wrapper {
    height: 350px;
  }
}
.cid-uBruEXg2Nc .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBruEXg2Nc .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBruEXg2Nc .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBruEXg2Nc .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uBruEXg2Nc .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-uBruEXg2Nc .mbr-section-title {
  color: #191c25;
}
.cid-uBruEXg2Nc .mbr-text {
  color: #191c25;
}
.cid-uBruEXg2Nc .mbr-number_1 {
  color: #191c25;
}
.cid-uBruEXg2Nc .mbr-number_2,
.cid-uBruEXg2Nc .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uBruEYxBNc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBruEYxBNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruEYxBNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruEYxBNc .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBruEYxBNc .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBruEYxBNc .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBruEYxBNc .mbr-section-title {
  color: #131313;
}
.cid-uBruEYxBNc .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBruEYxBNc .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBruEYxBNc .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBruEYxBNc .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBruEYxBNc .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uBruEYxBNc .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uBruEYxBNc .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-uBruEYxBNc .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBruEYxBNc .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-uBruEYxBNc .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uBruEYxBNc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBruEYxBNc .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uBruEYxBNc .content-wrap {
    margin-top: 0;
  }
}
.cid-uBruEYxBNc .card-title {
  color: #131313;
}
.cid-uBruEYxBNc .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBruEYxBNc .card-text {
    margin-top: 15px;
  }
}
.cid-uBruEYxBNc .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBruEYxBNc .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBruEYxBNc .card-link {
    margin-top: 15px;
  }
}
.cid-uBruEYxBNc .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBruF0jDPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBruF0jDPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruF0jDPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruF0jDPO .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBruF0jDPO .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBruF0jDPO .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBruF0jDPO .mbr-section-title {
  color: #131313;
}
.cid-uBruF0jDPO .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBruF0jDPO .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBruF0jDPO .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBruF0jDPO .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBruF0jDPO .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uBruF0jDPO .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBruF0jDPO .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uBruF0jDPO .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uBruF0jDPO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBruF0jDPO .card-title {
  color: #131313;
}
.cid-uBruF0jDPO .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uBruF0jDPO .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBruF0jDPO .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBruF0jDPO .card-link {
    margin-top: 15px;
  }
}
.cid-uBruF0jDPO .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBruF1SKOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBruF1SKOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruF1SKOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruF1SKOw .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBruF1SKOw .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBruF1SKOw .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBruF1SKOw .mbr-section-title {
  color: #131313;
}
.cid-uBruF1SKOw .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBruF1SKOw .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBruF1SKOw .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBruF1SKOw .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBruF1SKOw .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uBruF1SKOw .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBruF1SKOw .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uBruF1SKOw .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uBruF1SKOw .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBruF1SKOw .card-title {
  color: #131313;
}
.cid-uBruF1SKOw .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uBruF1SKOw .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBruF1SKOw .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBruF1SKOw .card-link {
    margin-top: 15px;
  }
}
.cid-uBruF1SKOw .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBruF5lP1Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uBruF5lP1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruF5lP1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruF5lP1Q .row {
  align-items: stretch;
  position: relative;
  z-index: 10;
}
.cid-uBruF5lP1Q .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uBruF5lP1Q .col-title {
    margin-bottom: 20px;
  }
}
.cid-uBruF5lP1Q .mbr-section-title {
  color: #2B2B2B;
}
.cid-uBruF5lP1Q .mbr-section-subtitle {
  color: #000000;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uBruF5lP1Q .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uBruF5lP1Q .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #cfef54;
  border-radius: 25px;
  border: 2px solid #dfdfd8;
  transition: 1s all;
  opacity: 1;
}
.cid-uBruF5lP1Q .card {
  transition: all 0.3s;
  min-height: 360px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-uBruF5lP1Q .card {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .cid-uBruF5lP1Q .card {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uBruF5lP1Q .card {
    min-height: 250px;
  }
}
.cid-uBruF5lP1Q .card-img {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1s all;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-uBruF5lP1Q .card-img {
    display: none;
  }
}
.cid-uBruF5lP1Q .card-img1 {
  background-image: url("../../../assets/images/c95caf3f759fe429d0a8484d579b8eb1-1242x829.jpg");
}
.cid-uBruF5lP1Q .card-img2 {
  background-image: url("../../../assets/images/features2.jpg");
}
.cid-uBruF5lP1Q .card-wrapper {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uBruF5lP1Q .card-wrapper:hover .card-box {
    opacity: 0;
  }
  .cid-uBruF5lP1Q .card-wrapper:hover .card-img {
    opacity: 1;
  }
}
.cid-uBruF5lP1Q .card-title {
  color: #5F6AD4;
  width: 100%;
}
.cid-uBruF5lP1Q .mbr-text {
  color: #2A2A2A;
  width: 100%;
}
.cid-uBruF5lP1Q .container,
.cid-uBruF5lP1Q .container-fluid {
  position: relative;
}
.cid-uBruF5lP1Q .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 240px;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uBruF5lP1Q .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uBruF5lP1Q .circle-blur1 {
  top: 0;
  right: 40%;
  background-image: linear-gradient(132deg, #e7e7e7 27%, #e7e7e7 50%, #e7e7e7 79%);
}
.cid-uBruF5lP1Q .circle-blur2 {
  top: 10%;
  right: 20%;
  background-image: linear-gradient(132deg, #e7e7e7 27%, #e7e7e7 50%, #e7e7e7 79%);
}
.cid-uBruFafJmG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cfef54;
}
.cid-uBruFafJmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruFafJmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruFafJmG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBruFafJmG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBruFafJmG .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #cfef54;
}
.cid-uBruFafJmG .panel-body,
.cid-uBruFafJmG .card-header {
  padding: 1rem 0;
}
.cid-uBruFafJmG .panel-title-edit {
  color: #000000;
}
.cid-uBruFafJmG H3 {
  color: #000000;
}
.cid-uBruFdtFVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBruFdtFVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruFdtFVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruFdtFVa .content-wrapper {
  justify-content: center;
}
.cid-uBruFdtFVa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBruFdtFVa .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBruFdtFVa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBruFdtFVa .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBruFdtFVa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBruFdtFVa .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uBruFdtFVa .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uBruFdtFVa .mbr-section-btn {
  margin-top: 20px;
}
.cid-uBruFdtFVa .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uBruFdtFVa .mbr-figure:hover,
.cid-uBruFdtFVa .mbr-figure:focus {
  background-color: #aef800;
  border: 2px solid #aef800;
}
.cid-uBruFdtFVa .mbr-section-title {
  color: #ffffff;
}
.cid-uBruFdtFVa .mbr-text,
.cid-uBruFdtFVa .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uBruFdtFVa .mbr-desc,
.cid-uBruFdtFVa .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBruFdtFVa .mbr-section-title,
.cid-uBruFdtFVa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBrxAFMoQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uBrxAFMoQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrxAFMoQj .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-uBrxAFMoQj .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBrxAFMoQj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBrxAFMoQj .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBrxAFMoQj .panel-group .card {
    padding: 16px;
  }
}
.cid-uBrxAFMoQj .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBrxAFMoQj .panel-group .card:hover,
.cid-uBrxAFMoQj .panel-group .card:focus {
  border: 1px solid #aef800;
}
.cid-uBrxAFMoQj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBrxAFMoQj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBrxAFMoQj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBrxAFMoQj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uBrxAFMoQj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #aef800;
}
.cid-uBrxAFMoQj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBrxAFMoQj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #aef800;
}
.cid-uBrxAFMoQj .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uBrxAFMoQj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBrxAFMoQj .mbr-section-title {
  color: #ffffff;
}
.cid-uBrxAFMoQj .panel-title-edit {
  color: #ffffff;
}
.cid-uBrxAFMoQj .panel-text {
  color: #9aa0a6;
}
.cid-uBruFgcVam {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfef54;
}
.cid-uBruFgcVam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruFgcVam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruFgcVam .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBruFgcVam .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBruFgcVam .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #cfef54;
}
@media (max-width: 1200px) {
  .cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBruFgcVam .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBruFgcVam .mbr-section-title {
  color: #404349;
}
.cid-uBruFgcVam .mbr-section-subtitle {
  color: #404349;
}
.cid-uBruFgcVam .mbr-text {
  color: #404349;
}
.cid-uBruFgcVam .list {
  color: #404349;
}
.cid-uBruFlbbI4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBruFlbbI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBruFlbbI4 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uBruFlbbI4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBruFlbbI4 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uBruFlbbI4 a {
  font-weight: 600;
}
.cid-uBruFlbbI4 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uBruFlbbI4 .col-lg-3,
  .cid-uBruFlbbI4 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uBruFlbbI4 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uBruFlbbI4 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uBruFlbbI4 h5 {
  margin: 0;
}
.cid-uBruFlbbI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBruFlbbI4 .iconfont-wrapper {
  position: relative;
}
.cid-uBruFlbbI4 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uBruFlbbI4 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uBruFlbbI4 .sociconfont-wrapper {
  display: flex;
}
.cid-uBruFlbbI4 .card-title,
.cid-uBruFlbbI4 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uBruFlbbI4 .card-text {
  color: #ffffff;
}
.cid-uBruFlbbI4 .mbr-section-title {
  color: #000000;
}
.cid-uBruFlbbI4 .main-title,
.cid-uBruFlbbI4 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uBruFnpbW5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cfef54;
  overflow: hidden;
}
.cid-uBruFnpbW5 .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBru21nVuZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBru21nVuZ .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-uBru21nVuZ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uBru21nVuZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBru21nVuZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBru21nVuZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBru21nVuZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBru21nVuZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBru21nVuZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBru21nVuZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBru21nVuZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBru21nVuZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBru21nVuZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBru21nVuZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBru21nVuZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBru21nVuZ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uBru21nVuZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBru21nVuZ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBru21nVuZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBru21nVuZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBru21nVuZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBru21nVuZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBru21nVuZ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBru21nVuZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBru21nVuZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uBru21nVuZ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uBru21nVuZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBru21nVuZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uBru21nVuZ .nav-item:focus,
.cid-uBru21nVuZ .nav-link:focus {
  outline: none;
}
.cid-uBru21nVuZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBru21nVuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBru21nVuZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBru21nVuZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBru21nVuZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBru21nVuZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBru21nVuZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBru21nVuZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBru21nVuZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBru21nVuZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uBru21nVuZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBru21nVuZ .navbar.collapsed {
  justify-content: center;
}
.cid-uBru21nVuZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBru21nVuZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBru21nVuZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uBru21nVuZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBru21nVuZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBru21nVuZ .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-uBru21nVuZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBru21nVuZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBru21nVuZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBru21nVuZ .navbar {
    min-height: 72px;
  }
  .cid-uBru21nVuZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBru21nVuZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBru21nVuZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBru21nVuZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBru21nVuZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBru21nVuZ .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-uBru21nVuZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBru21nVuZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBru21nVuZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBru21nVuZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBru21nVuZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBru21nVuZ .dropdown-item.active,
.cid-uBru21nVuZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBru21nVuZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBru21nVuZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBru21nVuZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBru21nVuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBru21nVuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBru21nVuZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBru21nVuZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBru21nVuZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBru21nVuZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uBru21nVuZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBru21nVuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBru21nVuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBru21nVuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBru21nVuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBru21nVuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBru21nVuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBru21nVuZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBru21nVuZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBru21nVuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBru21nVuZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBru21nVuZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBru21nVuZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBru21nVuZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBru21nVuZ .navbar {
    height: 70px;
  }
  .cid-uBru21nVuZ .navbar.opened {
    height: auto;
  }
  .cid-uBru21nVuZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBru21nVuZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBru21nVuZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBru21nVuZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uBru21nVuZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBru21nVuZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBru21nVuZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBru21nVuZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBru21nVuZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBru21nVuZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBru25rDky {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBru25rDky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru25rDky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru25rDky .items-wrap {
  justify-content: space-between;
}
.cid-uBru25rDky .items-wrap .card {
  justify-content: center;
}
.cid-uBru25rDky .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBru25rDky .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBru25rDky .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBru25rDky .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBru25rDky .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBru25rDky .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBru25rDky .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBru25rDky .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBru25rDky .image-wrapper img {
    height: 350px;
  }
}
.cid-uBru25rDky .mbr-desc {
  color: #000000;
}
.cid-uBru25rDky .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBru25rDky .mbr-text {
  color: #000000;
}
.cid-uBru2bsMSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBru2bsMSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2bsMSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2bsMSR .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #cfef54;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBru2bsMSR .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uBru2bsMSR .card {
  justify-content: center;
}
.cid-uBru2bsMSR .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBru2bsMSR .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uBru2bsMSR .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBru2bsMSR .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uBru2bsMSR .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cfef54;
}
@media (max-width: 992px) {
  .cid-uBru2bsMSR .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uBru2bsMSR .list-wrapper .list .item-wrap::marker {
  color: #cfef54;
}
.cid-uBru2bsMSR .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBru2bsMSR .mbr-section-title {
  color: #ffffff;
}
.cid-uBru2bsMSR .mbr-number {
  color: #000000;
}
.cid-uBru2bsMSR .list {
  color: #000000;
}
.cid-uBrylfqdMQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBru2giBPi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBru2giBPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2giBPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2giBPi .items-wrap {
  justify-content: space-between;
}
.cid-uBru2giBPi .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-uBru2giBPi .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBru2giBPi .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uBru2giBPi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBru2giBPi .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBru2giBPi .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBru2giBPi .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uBru2giBPi .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBru2giBPi .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uBru2giBPi .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBru2giBPi .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uBru2giBPi .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uBru2giBPi .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBru2giBPi .image-wrapper {
    height: 350px;
  }
}
.cid-uBru2giBPi .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBru2giBPi .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBru2giBPi .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBru2giBPi .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uBru2giBPi .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-uBru2giBPi .mbr-section-title {
  color: #191c25;
}
.cid-uBru2giBPi .mbr-text {
  color: #191c25;
}
.cid-uBru2giBPi .mbr-number_1 {
  color: #191c25;
}
.cid-uBru2giBPi .mbr-number_2,
.cid-uBru2giBPi .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uBru2kjCem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBru2kjCem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2kjCem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2kjCem .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBru2kjCem .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBru2kjCem .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBru2kjCem .mbr-section-title {
  color: #131313;
}
.cid-uBru2kjCem .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBru2kjCem .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBru2kjCem .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBru2kjCem .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBru2kjCem .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uBru2kjCem .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uBru2kjCem .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-uBru2kjCem .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBru2kjCem .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-uBru2kjCem .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uBru2kjCem .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBru2kjCem .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uBru2kjCem .content-wrap {
    margin-top: 0;
  }
}
.cid-uBru2kjCem .card-title {
  color: #131313;
}
.cid-uBru2kjCem .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBru2kjCem .card-text {
    margin-top: 15px;
  }
}
.cid-uBru2kjCem .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBru2kjCem .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBru2kjCem .card-link {
    margin-top: 15px;
  }
}
.cid-uBru2kjCem .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBru2lZB2H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBru2lZB2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2lZB2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2lZB2H .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBru2lZB2H .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBru2lZB2H .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBru2lZB2H .mbr-section-title {
  color: #131313;
}
.cid-uBru2lZB2H .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBru2lZB2H .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBru2lZB2H .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBru2lZB2H .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBru2lZB2H .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uBru2lZB2H .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBru2lZB2H .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uBru2lZB2H .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uBru2lZB2H .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBru2lZB2H .card-title {
  color: #131313;
}
.cid-uBru2lZB2H .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uBru2lZB2H .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBru2lZB2H .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBru2lZB2H .card-link {
    margin-top: 15px;
  }
}
.cid-uBru2lZB2H .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBru2niMjW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBru2niMjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2niMjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2niMjW .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBru2niMjW .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBru2niMjW .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBru2niMjW .mbr-section-title {
  color: #131313;
}
.cid-uBru2niMjW .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBru2niMjW .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBru2niMjW .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBru2niMjW .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBru2niMjW .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uBru2niMjW .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBru2niMjW .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uBru2niMjW .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uBru2niMjW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBru2niMjW .card-title {
  color: #131313;
}
.cid-uBru2niMjW .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uBru2niMjW .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBru2niMjW .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBru2niMjW .card-link {
    margin-top: 15px;
  }
}
.cid-uBru2niMjW .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBru2oJm37 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uBru2oJm37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2oJm37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2oJm37 .row {
  align-items: stretch;
  position: relative;
  z-index: 10;
}
.cid-uBru2oJm37 .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uBru2oJm37 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uBru2oJm37 .mbr-section-title {
  color: #2B2B2B;
}
.cid-uBru2oJm37 .mbr-section-subtitle {
  color: #000000;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uBru2oJm37 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uBru2oJm37 .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #cfef54;
  border-radius: 25px;
  border: 2px solid #dfdfd8;
  transition: 1s all;
  opacity: 1;
}
.cid-uBru2oJm37 .card {
  transition: all 0.3s;
  min-height: 360px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-uBru2oJm37 .card {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .cid-uBru2oJm37 .card {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uBru2oJm37 .card {
    min-height: 250px;
  }
}
.cid-uBru2oJm37 .card-img {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1s all;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-uBru2oJm37 .card-img {
    display: none;
  }
}
.cid-uBru2oJm37 .card-img1 {
  background-image: url("../../../assets/images/courtesy-of-bounce-the-city.webp");
}
.cid-uBru2oJm37 .card-img2 {
  background-image: url("../../../assets/images/features2.jpg");
}
.cid-uBru2oJm37 .card-wrapper {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uBru2oJm37 .card-wrapper:hover .card-box {
    opacity: 0;
  }
  .cid-uBru2oJm37 .card-wrapper:hover .card-img {
    opacity: 1;
  }
}
.cid-uBru2oJm37 .card-title {
  color: #5F6AD4;
  width: 100%;
}
.cid-uBru2oJm37 .mbr-text {
  color: #2A2A2A;
  width: 100%;
}
.cid-uBru2oJm37 .container,
.cid-uBru2oJm37 .container-fluid {
  position: relative;
}
.cid-uBru2oJm37 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 240px;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uBru2oJm37 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uBru2oJm37 .circle-blur1 {
  top: 0;
  right: 40%;
  background-image: linear-gradient(132deg, #e7e7e7 27%, #e7e7e7 50%, #e7e7e7 79%);
}
.cid-uBru2oJm37 .circle-blur2 {
  top: 10%;
  right: 20%;
  background-image: linear-gradient(132deg, #e7e7e7 27%, #e7e7e7 50%, #e7e7e7 79%);
}
.cid-uBru2pWeEi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cfef54;
}
.cid-uBru2pWeEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2pWeEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2pWeEi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBru2pWeEi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBru2pWeEi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #cfef54;
}
.cid-uBru2pWeEi .panel-body,
.cid-uBru2pWeEi .card-header {
  padding: 1rem 0;
}
.cid-uBru2pWeEi .panel-title-edit {
  color: #000000;
}
.cid-uBru2pWeEi H3 {
  color: #000000;
}
.cid-uBru2raZGc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBru2raZGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2raZGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2raZGc .content-wrapper {
  justify-content: center;
}
.cid-uBru2raZGc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBru2raZGc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBru2raZGc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBru2raZGc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBru2raZGc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBru2raZGc .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uBru2raZGc .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uBru2raZGc .mbr-section-btn {
  margin-top: 20px;
}
.cid-uBru2raZGc .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uBru2raZGc .mbr-figure:hover,
.cid-uBru2raZGc .mbr-figure:focus {
  background-color: #aef800;
  border: 2px solid #aef800;
}
.cid-uBru2raZGc .mbr-section-title {
  color: #ffffff;
}
.cid-uBru2raZGc .mbr-text,
.cid-uBru2raZGc .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uBru2raZGc .mbr-desc,
.cid-uBru2raZGc .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBru2raZGc .mbr-section-title,
.cid-uBru2raZGc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBrwZ6m5zy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uBrwZ6m5zy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrwZ6m5zy .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-uBrwZ6m5zy .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBrwZ6m5zy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBrwZ6m5zy .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBrwZ6m5zy .panel-group .card {
    padding: 16px;
  }
}
.cid-uBrwZ6m5zy .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBrwZ6m5zy .panel-group .card:hover,
.cid-uBrwZ6m5zy .panel-group .card:focus {
  border: 1px solid #aef800;
}
.cid-uBrwZ6m5zy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBrwZ6m5zy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBrwZ6m5zy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBrwZ6m5zy .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uBrwZ6m5zy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #aef800;
}
.cid-uBrwZ6m5zy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBrwZ6m5zy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #aef800;
}
.cid-uBrwZ6m5zy .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uBrwZ6m5zy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBrwZ6m5zy .mbr-section-title {
  color: #ffffff;
}
.cid-uBrwZ6m5zy .panel-title-edit {
  color: #ffffff;
}
.cid-uBrwZ6m5zy .panel-text {
  color: #9aa0a6;
}
.cid-uBru2srXyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfef54;
}
.cid-uBru2srXyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2srXyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2srXyZ .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBru2srXyZ .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBru2srXyZ .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #cfef54;
}
@media (max-width: 1200px) {
  .cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBru2srXyZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBru2srXyZ .mbr-section-title {
  color: #404349;
}
.cid-uBru2srXyZ .mbr-section-subtitle {
  color: #404349;
}
.cid-uBru2srXyZ .mbr-text {
  color: #404349;
}
.cid-uBru2srXyZ .list {
  color: #404349;
}
.cid-uBru2tHzay {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBru2tHzay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBru2tHzay .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uBru2tHzay .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBru2tHzay .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uBru2tHzay a {
  font-weight: 600;
}
.cid-uBru2tHzay a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uBru2tHzay .col-lg-3,
  .cid-uBru2tHzay .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uBru2tHzay .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uBru2tHzay .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uBru2tHzay h5 {
  margin: 0;
}
.cid-uBru2tHzay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBru2tHzay .iconfont-wrapper {
  position: relative;
}
.cid-uBru2tHzay .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uBru2tHzay .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uBru2tHzay .sociconfont-wrapper {
  display: flex;
}
.cid-uBru2tHzay .card-title,
.cid-uBru2tHzay .iconfont-wrapper {
  color: #ffffff;
}
.cid-uBru2tHzay .card-text {
  color: #ffffff;
}
.cid-uBru2tHzay .mbr-section-title {
  color: #000000;
}
.cid-uBru2tHzay .main-title,
.cid-uBru2tHzay .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uBru2v3EUK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cfef54;
  overflow: hidden;
}
.cid-uBru2v3EUK .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBrtkkyEy7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBrtkkyEy7 .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-uBrtkkyEy7 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uBrtkkyEy7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBrtkkyEy7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBrtkkyEy7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBrtkkyEy7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBrtkkyEy7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrtkkyEy7 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBrtkkyEy7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBrtkkyEy7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBrtkkyEy7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBrtkkyEy7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBrtkkyEy7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBrtkkyEy7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBrtkkyEy7 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uBrtkkyEy7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBrtkkyEy7 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBrtkkyEy7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBrtkkyEy7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBrtkkyEy7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBrtkkyEy7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBrtkkyEy7 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBrtkkyEy7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrtkkyEy7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrtkkyEy7 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uBrtkkyEy7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBrtkkyEy7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uBrtkkyEy7 .nav-item:focus,
.cid-uBrtkkyEy7 .nav-link:focus {
  outline: none;
}
.cid-uBrtkkyEy7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrtkkyEy7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrtkkyEy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrtkkyEy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrtkkyEy7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrtkkyEy7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrtkkyEy7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBrtkkyEy7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrtkkyEy7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBrtkkyEy7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBrtkkyEy7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBrtkkyEy7 .navbar.collapsed {
  justify-content: center;
}
.cid-uBrtkkyEy7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrtkkyEy7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBrtkkyEy7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uBrtkkyEy7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrtkkyEy7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrtkkyEy7 .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-uBrtkkyEy7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrtkkyEy7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBrtkkyEy7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBrtkkyEy7 .navbar {
    min-height: 72px;
  }
  .cid-uBrtkkyEy7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBrtkkyEy7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrtkkyEy7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrtkkyEy7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrtkkyEy7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBrtkkyEy7 .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-uBrtkkyEy7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBrtkkyEy7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBrtkkyEy7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrtkkyEy7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBrtkkyEy7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBrtkkyEy7 .dropdown-item.active,
.cid-uBrtkkyEy7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrtkkyEy7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBrtkkyEy7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrtkkyEy7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrtkkyEy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBrtkkyEy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBrtkkyEy7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBrtkkyEy7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBrtkkyEy7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBrtkkyEy7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBrtkkyEy7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBrtkkyEy7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBrtkkyEy7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrtkkyEy7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrtkkyEy7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrtkkyEy7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrtkkyEy7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrtkkyEy7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrtkkyEy7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrtkkyEy7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrtkkyEy7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBrtkkyEy7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBrtkkyEy7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBrtkkyEy7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBrtkkyEy7 .navbar {
    height: 70px;
  }
  .cid-uBrtkkyEy7 .navbar.opened {
    height: auto;
  }
  .cid-uBrtkkyEy7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBrtkkyEy7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBrtkkyEy7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBrtkkyEy7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBrtkkyEy7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBrtkkyEy7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBrtkkyEy7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBrtkkyEy7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBrtkkyEy7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBrtkkyEy7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBrtkmfHh4 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrtkmfHh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtkmfHh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtkmfHh4 .items-wrap {
  justify-content: space-between;
}
.cid-uBrtkmfHh4 .items-wrap .card {
  justify-content: center;
}
.cid-uBrtkmfHh4 .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBrtkmfHh4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBrtkmfHh4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBrtkmfHh4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrtkmfHh4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBrtkmfHh4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBrtkmfHh4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrtkmfHh4 .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBrtkmfHh4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uBrtkmfHh4 .mbr-desc {
  color: #000000;
}
.cid-uBrtkmfHh4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrtkmfHh4 .mbr-text {
  color: #000000;
}
.cid-uBrtknoAYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBrtknoAYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtknoAYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtknoAYF .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #cfef54;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBrtknoAYF .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uBrtknoAYF .card {
  justify-content: center;
}
.cid-uBrtknoAYF .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBrtknoAYF .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uBrtknoAYF .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBrtknoAYF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uBrtknoAYF .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cfef54;
}
@media (max-width: 992px) {
  .cid-uBrtknoAYF .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uBrtknoAYF .list-wrapper .list .item-wrap::marker {
  color: #cfef54;
}
.cid-uBrtknoAYF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBrtknoAYF .mbr-section-title {
  color: #ffffff;
}
.cid-uBrtknoAYF .mbr-number {
  color: #000000;
}
.cid-uBrtknoAYF .list {
  color: #000000;
}
.cid-uBrycIJyIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrtkpuuoO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrtkpuuoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtkpuuoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtkpuuoO .items-wrap {
  justify-content: space-between;
}
.cid-uBrtkpuuoO .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-uBrtkpuuoO .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBrtkpuuoO .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uBrtkpuuoO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBrtkpuuoO .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBrtkpuuoO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBrtkpuuoO .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uBrtkpuuoO .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBrtkpuuoO .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uBrtkpuuoO .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uBrtkpuuoO .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uBrtkpuuoO .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uBrtkpuuoO .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBrtkpuuoO .image-wrapper {
    height: 350px;
  }
}
.cid-uBrtkpuuoO .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrtkpuuoO .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBrtkpuuoO .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uBrtkpuuoO .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uBrtkpuuoO .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-uBrtkpuuoO .mbr-section-title {
  color: #191c25;
}
.cid-uBrtkpuuoO .mbr-text {
  color: #191c25;
}
.cid-uBrtkpuuoO .mbr-number_1 {
  color: #191c25;
}
.cid-uBrtkpuuoO .mbr-number_2,
.cid-uBrtkpuuoO .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uBrtkqv6jf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrtkqv6jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtkqv6jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtkqv6jf .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBrtkqv6jf .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBrtkqv6jf .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBrtkqv6jf .mbr-section-title {
  color: #131313;
}
.cid-uBrtkqv6jf .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBrtkqv6jf .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBrtkqv6jf .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBrtkqv6jf .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBrtkqv6jf .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uBrtkqv6jf .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uBrtkqv6jf .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-uBrtkqv6jf .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBrtkqv6jf .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-uBrtkqv6jf .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uBrtkqv6jf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBrtkqv6jf .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uBrtkqv6jf .content-wrap {
    margin-top: 0;
  }
}
.cid-uBrtkqv6jf .card-title {
  color: #131313;
}
.cid-uBrtkqv6jf .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBrtkqv6jf .card-text {
    margin-top: 15px;
  }
}
.cid-uBrtkqv6jf .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBrtkqv6jf .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBrtkqv6jf .card-link {
    margin-top: 15px;
  }
}
.cid-uBrtkqv6jf .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBrtks65hr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrtks65hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtks65hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtks65hr .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBrtks65hr .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBrtks65hr .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBrtks65hr .mbr-section-title {
  color: #131313;
}
.cid-uBrtks65hr .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBrtks65hr .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBrtks65hr .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBrtks65hr .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBrtks65hr .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uBrtks65hr .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBrtks65hr .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uBrtks65hr .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uBrtks65hr .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBrtks65hr .card-title {
  color: #131313;
}
.cid-uBrtks65hr .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uBrtks65hr .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBrtks65hr .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBrtks65hr .card-link {
    margin-top: 15px;
  }
}
.cid-uBrtks65hr .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBrtkvsxtM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrtkvsxtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtkvsxtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtkvsxtM .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBrtkvsxtM .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBrtkvsxtM .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBrtkvsxtM .mbr-section-title {
  color: #131313;
}
.cid-uBrtkvsxtM .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uBrtkvsxtM .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uBrtkvsxtM .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBrtkvsxtM .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #cfef54;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBrtkvsxtM .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uBrtkvsxtM .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBrtkvsxtM .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uBrtkvsxtM .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uBrtkvsxtM .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uBrtkvsxtM .card-title {
  color: #131313;
}
.cid-uBrtkvsxtM .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uBrtkvsxtM .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uBrtkvsxtM .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBrtkvsxtM .card-link {
    margin-top: 15px;
  }
}
.cid-uBrtkvsxtM .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBrtkyr063 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uBrtkyr063 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtkyr063 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtkyr063 .row {
  align-items: stretch;
  position: relative;
  z-index: 10;
}
.cid-uBrtkyr063 .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uBrtkyr063 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uBrtkyr063 .mbr-section-title {
  color: #2B2B2B;
}
.cid-uBrtkyr063 .mbr-section-subtitle {
  color: #000000;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uBrtkyr063 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uBrtkyr063 .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #cfef54;
  border-radius: 25px;
  border: 2px solid #dfdfd8;
  transition: 1s all;
  opacity: 1;
}
.cid-uBrtkyr063 .card {
  transition: all 0.3s;
  min-height: 360px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-uBrtkyr063 .card {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .cid-uBrtkyr063 .card {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uBrtkyr063 .card {
    min-height: 250px;
  }
}
.cid-uBrtkyr063 .card-img {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1s all;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-uBrtkyr063 .card-img {
    display: none;
  }
}
.cid-uBrtkyr063 .card-img1 {
  background-image: url("../../../assets/images/5521554-090619-kfsn-bounce-vid-1280x720.jpg");
}
.cid-uBrtkyr063 .card-img2 {
  background-image: url("../../../assets/images/features2.jpg");
}
.cid-uBrtkyr063 .card-wrapper {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uBrtkyr063 .card-wrapper:hover .card-box {
    opacity: 0;
  }
  .cid-uBrtkyr063 .card-wrapper:hover .card-img {
    opacity: 1;
  }
}
.cid-uBrtkyr063 .card-title {
  color: #5F6AD4;
  width: 100%;
}
.cid-uBrtkyr063 .mbr-text {
  color: #2A2A2A;
  width: 100%;
}
.cid-uBrtkyr063 .container,
.cid-uBrtkyr063 .container-fluid {
  position: relative;
}
.cid-uBrtkyr063 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 240px;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uBrtkyr063 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uBrtkyr063 .circle-blur1 {
  top: 0;
  right: 40%;
  background-image: linear-gradient(132deg, #e7e7e7 27%, #e7e7e7 50%, #e7e7e7 79%);
}
.cid-uBrtkyr063 .circle-blur2 {
  top: 10%;
  right: 20%;
  background-image: linear-gradient(132deg, #e7e7e7 27%, #e7e7e7 50%, #e7e7e7 79%);
}
.cid-uBrtkBpVJ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cfef54;
}
.cid-uBrtkBpVJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtkBpVJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtkBpVJ5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBrtkBpVJ5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBrtkBpVJ5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #cfef54;
}
.cid-uBrtkBpVJ5 .panel-body,
.cid-uBrtkBpVJ5 .card-header {
  padding: 1rem 0;
}
.cid-uBrtkBpVJ5 .panel-title-edit {
  color: #000000;
}
.cid-uBrtkBpVJ5 H3 {
  color: #000000;
}
.cid-uBrtkG3zZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uBrtkG3zZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtkG3zZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtkG3zZi .content-wrapper {
  justify-content: center;
}
.cid-uBrtkG3zZi .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBrtkG3zZi .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBrtkG3zZi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBrtkG3zZi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBrtkG3zZi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBrtkG3zZi .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uBrtkG3zZi .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uBrtkG3zZi .mbr-section-btn {
  margin-top: 20px;
}
.cid-uBrtkG3zZi .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uBrtkG3zZi .mbr-figure:hover,
.cid-uBrtkG3zZi .mbr-figure:focus {
  background-color: #aef800;
  border: 2px solid #aef800;
}
.cid-uBrtkG3zZi .mbr-section-title {
  color: #ffffff;
}
.cid-uBrtkG3zZi .mbr-text,
.cid-uBrtkG3zZi .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uBrtkG3zZi .mbr-desc,
.cid-uBrtkG3zZi .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBrtkG3zZi .mbr-section-title,
.cid-uBrtkG3zZi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBrwknnIXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uBrwknnIXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrwknnIXS .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-uBrwknnIXS .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBrwknnIXS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBrwknnIXS .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uBrwknnIXS .panel-group .card {
    padding: 16px;
  }
}
.cid-uBrwknnIXS .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBrwknnIXS .panel-group .card:hover,
.cid-uBrwknnIXS .panel-group .card:focus {
  border: 1px solid #aef800;
}
.cid-uBrwknnIXS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBrwknnIXS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBrwknnIXS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBrwknnIXS .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uBrwknnIXS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #aef800;
}
.cid-uBrwknnIXS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBrwknnIXS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #aef800;
}
.cid-uBrwknnIXS .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uBrwknnIXS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBrwknnIXS .mbr-section-title {
  color: #ffffff;
}
.cid-uBrwknnIXS .panel-title-edit {
  color: #ffffff;
}
.cid-uBrwknnIXS .panel-text {
  color: #9aa0a6;
}
.cid-uBrtkLVXKC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfef54;
}
.cid-uBrtkLVXKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtkLVXKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtkLVXKC .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBrtkLVXKC .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrtkLVXKC .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #cfef54;
}
@media (max-width: 1200px) {
  .cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBrtkLVXKC .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBrtkLVXKC .mbr-section-title {
  color: #404349;
}
.cid-uBrtkLVXKC .mbr-section-subtitle {
  color: #404349;
}
.cid-uBrtkLVXKC .mbr-text {
  color: #404349;
}
.cid-uBrtkLVXKC .list {
  color: #404349;
}
.cid-uBrtkR4HPP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uBrtkR4HPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrtkR4HPP .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uBrtkR4HPP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrtkR4HPP .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uBrtkR4HPP a {
  font-weight: 600;
}
.cid-uBrtkR4HPP a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uBrtkR4HPP .col-lg-3,
  .cid-uBrtkR4HPP .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uBrtkR4HPP .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uBrtkR4HPP .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uBrtkR4HPP h5 {
  margin: 0;
}
.cid-uBrtkR4HPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrtkR4HPP .iconfont-wrapper {
  position: relative;
}
.cid-uBrtkR4HPP .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uBrtkR4HPP .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uBrtkR4HPP .sociconfont-wrapper {
  display: flex;
}
.cid-uBrtkR4HPP .card-title,
.cid-uBrtkR4HPP .iconfont-wrapper {
  color: #ffffff;
}
.cid-uBrtkR4HPP .card-text {
  color: #ffffff;
}
.cid-uBrtkR4HPP .mbr-section-title {
  color: #000000;
}
.cid-uBrtkR4HPP .main-title,
.cid-uBrtkR4HPP .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uBrtkSvQck {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cfef54;
  overflow: hidden;
}
.cid-uBrtkSvQck .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
