.btn {
  border-width: 2px;
}
body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Courgette', handwriting;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Courgette', handwriting;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Courgette', handwriting;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Courgette', handwriting;
  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: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((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))));
  }
}
@media (max-width: 1400px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    line-height: 1.1;
  }
}
/* Buttons */
@keyframes btn {
  0% {
    transform: rotate3d(0, 0, 0, 90deg);
    transform-origin: top;
  }
  50% {
    transform: rotate3d(1, 0, 0, 90deg);
    transform-origin: top;
  }
  51% {
    transform: rotate3d(1, 0, 0, 90deg);
    transform-origin: bottom;
  }
  100% {
    transform: rotate3d(0, 0, 0, 90deg);
    transform-origin: bottom;
  }
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-lg {
  padding: 1.5rem 2.6rem;
  border-radius: 12px;
}
.bg-primary {
  background-color: #2a3ffe !important;
}
.bg-success {
  background-color: #2a3ffe !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a3ffe !important;
  border-color: #2a3ffe !important;
  color: #ffffff !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: #0116d0 !important;
  border-color: #0116d0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0116d0 !important;
  border-color: #0116d0 !important;
}
.btn-primary:hover {
  background: linear-gradient(0deg, #2a3ffe 0%, transparent 100%) !important;
  color: black !important;
}
.btn-primary:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-secondary {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #feff70 !important;
  border-color: #feff70 !important;
  color: #6f7000 !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: #191900 !important;
  background-color: #fdff19 !important;
  border-color: #fdff19 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6f7000 !important;
  background-color: #fdff19 !important;
  border-color: #fdff19 !important;
}
.btn-secondary:hover {
  background: linear-gradient(0deg, #2a3ffe 0%, transparent 100%) !important;
  color: black !important;
}
.btn-secondary:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-info {
  transition: all 0.3s !important;
  border-width: 1px;
}
.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-info:hover {
  background: linear-gradient(0deg, #2a3ffe 0%, transparent 100%) !important;
  color: black !important;
}
.btn-info:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-success {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-success,
.btn-success:active {
  background-color: #2a3ffe !important;
  border-color: #2a3ffe !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: #0116d0 !important;
  border-color: #0116d0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0116d0 !important;
  border-color: #0116d0 !important;
}
.btn-success:hover {
  background: linear-gradient(0deg, #2a3ffe 0%, transparent 100%) !important;
  color: black !important;
}
.btn-success:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-warning {
  transition: all 0.3s !important;
  border-width: 1px;
}
.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-warning:hover {
  background: linear-gradient(0deg, #2a3ffe 0%, transparent 100%) !important;
  color: black !important;
}
.btn-warning:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-danger {
  transition: all 0.3s !important;
  border-width: 1px;
}
.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-danger:hover {
  background: linear-gradient(0deg, #2a3ffe 0%, transparent 100%) !important;
  color: black !important;
}
.btn-danger:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-white {
  transition: all 0.3s !important;
  border-width: 1px;
}
.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-white:hover {
  background: linear-gradient(0deg, #2a3ffe 0%, transparent 100%) !important;
  color: black !important;
}
.btn-white:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-black {
  transition: all 0.3s !important;
  border-width: 1px;
}
.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-black:hover {
  background: linear-gradient(0deg, #2a3ffe 0%, transparent 100%) !important;
  color: black !important;
}
.btn-black:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-primary-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2a3ffe;
  color: #2a3ffe;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0116d0 !important;
  background-color: transparent !important;
  border-color: #0116d0 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a3ffe !important;
  border-color: #2a3ffe !important;
}
.btn-primary-outline:hover {
  background: linear-gradient(0deg, #feff70 0%, transparent 100%) !important;
  color: black !important;
}
.btn-primary-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-secondary-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #feff70;
  color: #feff70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fdff19 !important;
  background-color: transparent !important;
  border-color: #fdff19 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6f7000 !important;
  background-color: #feff70 !important;
  border-color: #feff70 !important;
}
.btn-secondary-outline:hover {
  background: linear-gradient(0deg, #feff70 0%, transparent 100%) !important;
  color: black !important;
}
.btn-secondary-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-info-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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-info-outline:hover {
  background: linear-gradient(0deg, #feff70 0%, transparent 100%) !important;
  color: black !important;
}
.btn-info-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-success-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a3ffe;
  color: #2a3ffe;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0116d0 !important;
  background-color: transparent !important;
  border-color: #0116d0 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a3ffe !important;
  border-color: #2a3ffe !important;
}
.btn-success-outline:hover {
  background: linear-gradient(0deg, #feff70 0%, transparent 100%) !important;
  color: black !important;
}
.btn-success-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-warning-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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-warning-outline:hover {
  background: linear-gradient(0deg, #feff70 0%, transparent 100%) !important;
  color: black !important;
}
.btn-warning-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-danger-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  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: #ff5f0f !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-danger-outline:hover {
  background: linear-gradient(0deg, #feff70 0%, transparent 100%) !important;
  color: black !important;
}
.btn-danger-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-black-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:hover {
  background: linear-gradient(0deg, #feff70 0%, transparent 100%) !important;
  color: black !important;
}
.btn-black-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-white-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:hover {
  background: linear-gradient(0deg, #feff70 0%, transparent 100%) !important;
  color: black !important;
}
.btn-white-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.text-primary {
  color: #2a3ffe !important;
}
.text-secondary {
  color: #feff70 !important;
}
.text-success {
  color: #2a3ffe !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: #0114c1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #fdff0a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0114c1 !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: #2a3ffe;
}
.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: #2a3ffe;
  border-color: #2a3ffe;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a3ffe;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5f6ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f5f6ff;
}
.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: 'Courgette', handwriting;
  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: #2a3ffe !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Courgette', handwriting;
  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: #2a3ffe;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a3ffe;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a3ffe;
}
.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: #2a3ffe;
  border-bottom-color: #2a3ffe;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2a3ffe !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: #feff70 !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='%232a3ffe' %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;
}
.cid-t9nvPbhOKt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t9nvPbhOKt nav.navbar {
  position: fixed;
}
.cid-t9nvPbhOKt .btn {
  line-height: 1.2;
}
.cid-t9nvPbhOKt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9nvPbhOKt .nav-link {
  position: relative;
}
.cid-t9nvPbhOKt .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #2a3ffe;
}
.cid-t9nvPbhOKt .nav-link:hover {
  color: #2a3ffe !important;
}
.cid-t9nvPbhOKt .nav-link:hover:before {
  width: 100%;
}
.cid-t9nvPbhOKt .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-t9nvPbhOKt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9nvPbhOKt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9nvPbhOKt .dropdown-item:hover,
.cid-t9nvPbhOKt .dropdown-item:focus {
  background: #2a3ffe !important;
  color: white !important;
}
.cid-t9nvPbhOKt .dropdown-item:hover span {
  color: white;
}
.cid-t9nvPbhOKt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9nvPbhOKt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9nvPbhOKt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9nvPbhOKt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-t9nvPbhOKt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9nvPbhOKt .container {
    flex-wrap: nowrap;
  }
}
.cid-t9nvPbhOKt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9nvPbhOKt .navbar-nav {
  margin: auto;
}
.cid-t9nvPbhOKt .dropdown-menu,
.cid-t9nvPbhOKt .navbar.opened {
  background: #c3f89f !important;
}
.cid-t9nvPbhOKt .nav-item:focus,
.cid-t9nvPbhOKt .nav-link:focus {
  outline: none;
}
.cid-t9nvPbhOKt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9nvPbhOKt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9nvPbhOKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9nvPbhOKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9nvPbhOKt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9nvPbhOKt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9nvPbhOKt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #c3f89f;
}
.cid-t9nvPbhOKt .navbar.opened {
  transition: all 0.3s;
}
.cid-t9nvPbhOKt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9nvPbhOKt .navbar .navbar-logo img {
  width: auto;
}
.cid-t9nvPbhOKt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9nvPbhOKt .navbar.collapsed {
  justify-content: center;
}
.cid-t9nvPbhOKt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9nvPbhOKt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9nvPbhOKt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-t9nvPbhOKt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9nvPbhOKt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9nvPbhOKt .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-t9nvPbhOKt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9nvPbhOKt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9nvPbhOKt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9nvPbhOKt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9nvPbhOKt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9nvPbhOKt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9nvPbhOKt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9nvPbhOKt .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-t9nvPbhOKt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9nvPbhOKt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9nvPbhOKt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9nvPbhOKt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9nvPbhOKt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9nvPbhOKt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-t9nvPbhOKt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-t9nvPbhOKt .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9nvPbhOKt .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-t9nvPbhOKt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t9nvPbhOKt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9nvPbhOKt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9nvPbhOKt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9nvPbhOKt .dropdown-item.active,
.cid-t9nvPbhOKt .dropdown-item:active {
  background-color: transparent;
}
.cid-t9nvPbhOKt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9nvPbhOKt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9nvPbhOKt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9nvPbhOKt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3f89f;
}
.cid-t9nvPbhOKt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9nvPbhOKt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9nvPbhOKt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9nvPbhOKt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9nvPbhOKt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t9nvPbhOKt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9nvPbhOKt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9nvPbhOKt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9nvPbhOKt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9nvPbhOKt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9nvPbhOKt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9nvPbhOKt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9nvPbhOKt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9nvPbhOKt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9nvPbhOKt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9nvPbhOKt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9nvPbhOKt .navbar {
    height: 70px;
  }
  .cid-t9nvPbhOKt .navbar.opened {
    height: auto;
  }
  .cid-t9nvPbhOKt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG0gyUiDWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG0gyUiDWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0gyUiDWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0gyUiDWK .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG0gyUiDWK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG0gyUiDWK .container {
    padding: 0 20px;
  }
}
.cid-uG0gyUiDWK .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG0gyUiDWK .row {
    padding: 50px 16px;
  }
}
.cid-uG0gyUiDWK .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(120px);
}
.cid-uG0gyUiDWK .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #bbbbbb;
  filter: blur(150px);
}
.cid-uG0gyUiDWK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #c3f89f;
  opacity: 1;
}
.cid-uG0gyUiDWK .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uG0gyUiDWK .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG0gyUiDWK .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uG0gyUiDWK .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG0gyUiDWK .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG0gyUiDWK .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG0gyUiDWK .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0gyUiDWK .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uG0gyUiDWK .mbr-desc {
  color: #ffffff;
}
.cid-uG0gyUiDWK .mbr-section-title {
  color: #ffffff;
}
.cid-uG0gyUiDWK .mbr-text {
  color: #2a3ffe;
}
.cid-uG0gyUiDWK .mbr-section-title,
.cid-uG0gyUiDWK .mbr-section-btn {
  color: #2a3ffe;
}
.cid-uG2wzzEuM2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2wzzEuM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2wzzEuM2 .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-uG2wzzEuM2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG2wzzEuM2 .container {
    padding: 0 12px;
  }
}
.cid-uG2wzzEuM2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG2wzzEuM2 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uG2wzzEuM2 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uG2wzzEuM2 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #23272b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uG2wzzEuM2 .mbr-section-title {
  color: #222222;
}
.cid-uFYgi1rZZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3f89f;
  overflow: hidden;
}
.cid-uFYgi1rZZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYgi1rZZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYgi1rZZ8 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #23272b);
  box-shadow: 10px 10px 19px #ffe885, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-uFYgi1rZZ8 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uFYgi1rZZ8 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uFYgi1rZZ8 .card-title {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uFYgi1rZZ8 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uFYgi1rZZ8 .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uFYgi1rZZ8 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uFYgi1rZZ8 .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uG0o5bmefh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG0o5bmefh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0o5bmefh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0o5bmefh .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uG0o5bmefh .row .card {
  padding: 0 24px;
}
.cid-uG0o5bmefh .card-wrapper {
  border: 3px solid #c3f89f;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-uG0o5bmefh .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uG0o5bmefh .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG0o5bmefh .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-uG0o5bmefh .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0o5bmefh .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG0o5bmefh .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0o5bmefh .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uG0o5bmefh .image-wrapper {
  height: 100%;
}
.cid-uG0o5bmefh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG0o5bmefh .image-wrapper img {
    height: 350px;
  }
}
.cid-uG0o5bmefh .mbr-section-title {
  color: #cbff5b;
}
.cid-uG0o5bmefh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG0o5bmefh .mbr-section-title,
.cid-uG0o5bmefh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uG0BYV91iG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG0BYV91iG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0BYV91iG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0BYV91iG h2:before {
  content: attr(data-replace);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-uG0BYV91iG .row {
  justify-content: space-between;
}
.cid-uG0mwx7GpY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uG0mwx7GpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0mwx7GpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0mwx7GpY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0mwx7GpY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG0mwx7GpY .items-wrapper {
  margin: 0 -13px;
}
.cid-uG0mwx7GpY .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uG0mwx7GpY .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uG0mwx7GpY .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uG0mwx7GpY .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uG0mwx7GpY .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uG0mwx7GpY .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uG0mwx7GpY .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uG0mwx7GpY .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uG0mwx7GpY .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG0mwx7GpY .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uG0mwx7GpY .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uG0mwx7GpY .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uG0mwx7GpY .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG0mwx7GpY .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG0mwx7GpY .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG0mwx7GpY .mbr-section-title,
.cid-uG0mwx7GpY .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG0mwx7GpY .item-title {
  color: #ffffff;
}
.cid-uG0mwx7GpY .item-text {
  color: #ffffff;
}
.cid-uG0mwx7GpY .item-title,
.cid-uG0mwx7GpY .mbr-section-btn {
  color: #000000;
}
.cid-uG0pcwKcUY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG0pcwKcUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0pcwKcUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0pcwKcUY .icon-title-1 {
  color: #bff747;
}
.cid-uG0pcwKcUY .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG0pcwKcUY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG0pcwKcUY .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG0pcwKcUY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG0pcwKcUY .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG0pcwKcUY .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
@media (max-width: 992px) {
  .cid-uG0pcwKcUY .image-wrapper img {
    height: 350px;
  }
}
.cid-uG0pcwKcUY .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uG0pcwKcUY .item-title {
  color: #bff747;
  text-align: center;
}
.cid-uG0pcwKcUY .mbr-section-title,
.cid-uG0pcwKcUY .mbr-section-btn {
  color: #cbff5b;
  text-align: center;
}
.cid-uFYL8gXdYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3f89f;
}
.cid-uFYL8gXdYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYL8gXdYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYL8gXdYG .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFYL8gXdYG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFYL8gXdYG .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFYL8gXdYG .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFYL8gXdYG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFYL8gXdYG .mbr-section-title {
  color: #000000;
}
.cid-uFYL8gXdYG .mbr-desc {
  color: #fdfde1;
}
.cid-uFYL8gXdYG .mbr-text {
  color: #000000;
}
.cid-uFYL8gXdYG .mbr-text,
.cid-uFYL8gXdYG .text-wrapper {
  color: #000000;
}
.cid-uFYL8gXdYG .mbr-section-title,
.cid-uFYL8gXdYG .mbr-section-btn {
  color: #171717;
}
.cid-uG0qMSp2Bi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uG0qMSp2Bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0qMSp2Bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0qMSp2Bi .row {
  justify-content: center;
}
.cid-uG0qMSp2Bi .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0qMSp2Bi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG0qMSp2Bi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG0qMSp2Bi .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG0qMSp2Bi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0qMSp2Bi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0qMSp2Bi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG0qMSp2Bi .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG0qMSp2Bi .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG0qMSp2Bi .items-wrapper {
    display: block;
  }
}
.cid-uG0qMSp2Bi .item {
  transform: rotate(-3deg);
}
@media (max-width: 1200px) {
  .cid-uG0qMSp2Bi .item {
    transform: none;
  }
}
.cid-uG0qMSp2Bi .item:nth-child(2n) {
  transform: translateY(5px) rotate(0);
}
@media (max-width: 1200px) {
  .cid-uG0qMSp2Bi .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uG0qMSp2Bi .item:nth-child(3n) {
  transform: rotate(2.7deg);
}
@media (max-width: 1200px) {
  .cid-uG0qMSp2Bi .item:nth-child(3n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uG0qMSp2Bi .item {
    margin-bottom: 16px;
  }
}
.cid-uG0qMSp2Bi .item .item-wrapper {
  height: 100%;
  background-color: #fafafa;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uG0qMSp2Bi .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG0qMSp2Bi .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uG0qMSp2Bi .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0qMSp2Bi .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG0qMSp2Bi .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0qMSp2Bi .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG0qMSp2Bi .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 230px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-uG0qMSp2Bi .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 180px;
  }
}
@media (max-width: 1200px) {
  .cid-uG0qMSp2Bi .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 120px;
  }
}
.cid-uG0qMSp2Bi .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uG0qMSp2Bi .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG0qMSp2Bi .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG0qMSp2Bi .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uG0qMSp2Bi .mbr-section-title {
  color: #ffffff;
}
.cid-uG0qMSp2Bi .mbr-text,
.cid-uG0qMSp2Bi .text-wrapper {
  color: #ffffff;
}
.cid-uG0qMSp2Bi .card-title {
  color: #000000;
}
.cid-uG0qMSp2Bi .card-text {
  color: #000000;
}
.cid-uG0qMSp2Bi .iconfont-wrapper {
  text-align: center;
}
.cid-uGlC3A3YS4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #171717;
}
.cid-uGlC3A3YS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlC3A3YS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGlC3A3YS4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGlC3A3YS4 .row {
  flex-direction: row-reverse;
}
.cid-uGlC3A3YS4 img {
  width: 100%;
  border-radius: 3rem;
  height: 700px;
  object-fit: cover;
}
.cid-uGlC3A3YS4 .mbr-description {
  color: #ffffff;
}
.cid-t9opErCGOQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t9opErCGOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9opErCGOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9opErCGOQ .row {
  justify-content: space-between;
}
.cid-t9opErCGOQ .mbr-text,
.cid-t9opErCGOQ .mbr-section-btn {
  color: #000000;
}
.cid-t9opErCGOQ h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 3rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-t9opErCGOQ h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-t9opErCGOQ .mbr-section-subtitle {
  color: #000000;
}
.cid-t9opErCGOQ .mbr-section-title {
  text-align: center;
}
.cid-t9ooY9rFsM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c3f89f;
  overflow: hidden;
  position: relative;
}
.cid-t9ooY9rFsM .row {
  flex-direction: row-reverse;
}
.cid-t9ooY9rFsM .row {
  align-items: flex-start;
}
.cid-t9ooY9rFsM .container,
.cid-t9ooY9rFsM .container-fluid {
  position: static;
}
.cid-t9ooY9rFsM .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-t9ooY9rFsM .col-text {
  position: relative;
  z-index: 2;
}
.cid-t9ooY9rFsM .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-t9ooY9rFsM .toggle-panel,
.cid-t9ooY9rFsM .panel-group {
  width: 100%;
}
.cid-t9ooY9rFsM .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-t9ooY9rFsM .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #c3f89f;
}
.cid-t9ooY9rFsM .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-t9ooY9rFsM .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-t9ooY9rFsM .panel-title {
    padding: 1rem !important;
  }
}
.cid-t9ooY9rFsM .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-t9ooY9rFsM .collapsed .sign {
  transform: rotate(0deg);
}
.cid-t9ooY9rFsM .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-t9ooY9rFsM .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-t9ooY9rFsM .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #c3f89f;
}
@media (max-width: 767px) {
  .cid-t9ooY9rFsM .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-t9ooY9rFsM .panel-title-edit {
  width: 100%;
  color: #171717;
  text-align: left;
}
.cid-t9ooY9rFsM .mbr-text,
.cid-t9ooY9rFsM .mbr-section-btn {
  color: #ffffff;
}
.cid-uFYMcrMdV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFYMcrMdV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYMcrMdV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYMcrMdV3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFYMcrMdV3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFYMcrMdV3 .container {
    padding: 0 26px;
  }
}
.cid-uFYMcrMdV3 .row {
  justify-content: center;
}
.cid-uFYMcrMdV3 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #c3f89f;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFYMcrMdV3 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFYMcrMdV3 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uFYMcrMdV3 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFYMcrMdV3 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFYMcrMdV3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFYMcrMdV3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uFYMcrMdV3 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uFYMcrMdV3 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFYMcrMdV3 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uFYMcrMdV3 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFYMcrMdV3 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFYMcrMdV3 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFYMcrMdV3 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFYMcrMdV3 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFYMcrMdV3 .mbr-section-title {
  color: #000000;
}
.cid-uFYMcrMdV3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFYMcrMdV3 .mbr-text {
  color: #000000;
}
.cid-uFYFuh6EvP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFYFuh6EvP .video-wrapper iframe {
  width: 100%;
}
.cid-uFYFuh6EvP .mbr-section-title,
.cid-uFYFuh6EvP .mbr-section-subtitle,
.cid-uFYFuh6EvP .mbr-text {
  text-align: center;
}
.cid-uFYFuh6EvP .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #fafafa;
}
.cid-uFYFuh6EvP .mbr-text {
  padding-top: 16px;
}
.cid-uFYNlEFz5j {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
.cid-uFYNlEFz5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYNlEFz5j .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFYNlEFz5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYNlEFz5j h1 {
  max-width: 800px;
}
.cid-uFYNlEFz5j p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFYNlEFz5j .btn:hover {
  transform: scale(1.1);
  background: #feff70 !important;
  border-color: #feff70 !important;
  color: #2a3ffe !important;
}
.cid-uFYNlEFz5j .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFYNlEFz5j .btn div {
  overflow: hidden;
}
.cid-uFYNlEFz5j .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFYNlEFz5j {
    align-items: center;
  }
  .cid-uFYNlEFz5j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFYNlEFz5j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFYNlEFz5j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFYNlEFz5j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFYNlEFz5j .content-wrap {
    width: 100%;
  }
}
.cid-uFYNlEFz5j .mbr-section-subtitle,
.cid-uFYNlEFz5j .line {
  color: #ffffff;
}
.cid-uFYNlEFz5j .mbr-text,
.cid-uFYNlEFz5j .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uFYNlEFz5j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-t9op1i2zR9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-t9op1i2zR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9op1i2zR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9op1i2zR9 .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
}
.cid-t9op1i2zR9 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
.cid-t9op1i2zR9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t9op1i2zR9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t9op1i2zR9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t9op1i2zR9 .mbr-section-title {
  text-align: center;
}
.cid-uFXtEm1sHA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c3f89f;
}
.cid-uFXtEm1sHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXtEm1sHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXtEm1sHA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uFXtEm1sHA .footer-col {
    flex-direction: column;
  }
}
.cid-uFXtEm1sHA .row {
  background: #bbbbbb;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uFXtEm1sHA .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFXtEm1sHA .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uFXtEm1sHA .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFXtEm1sHA .mbr-section-btn {
    text-align: center;
  }
}
.cid-uFXtEm1sHA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFXtEm1sHA .item-wrap {
  transition: all 300ms ease;
}
.cid-uFXtEm1sHA .item-wrap:hover,
.cid-uFXtEm1sHA .item-wrap:focus {
  cursor: pointer;
}
.cid-uFXtEm1sHA .soc-item {
  margin: 8px;
}
.cid-uFXtEm1sHA .soc-item a:hover .mbr-iconfont,
.cid-uFXtEm1sHA .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uFXtEm1sHA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFXtEm1sHA .row {
    text-align: center;
  }
  .cid-uFXtEm1sHA .social-row {
    justify-content: center;
  }
}
.cid-uFXtEm1sHA .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uFXtEm1sHA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFXtEm1sHA .list {
    margin-bottom: 0rem;
  }
}
.cid-uFXtEm1sHA .mbr-section-subtitle {
  color: #000000;
}
.cid-uFXtEm1sHA .list,
.cid-uFXtEm1sHA .item-wrap {
  color: #000000;
}
.cid-uFXtEm1sHA .copyright {
  color: #000000;
}
.cid-uFZ933YBDX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFZ933YBDX nav.navbar {
  position: fixed;
}
.cid-uFZ933YBDX .btn {
  line-height: 1.2;
}
.cid-uFZ933YBDX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFZ933YBDX .nav-link {
  position: relative;
}
.cid-uFZ933YBDX .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #2a3ffe;
}
.cid-uFZ933YBDX .nav-link:hover {
  color: #2a3ffe !important;
}
.cid-uFZ933YBDX .nav-link:hover:before {
  width: 100%;
}
.cid-uFZ933YBDX .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-uFZ933YBDX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFZ933YBDX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFZ933YBDX .dropdown-item:hover,
.cid-uFZ933YBDX .dropdown-item:focus {
  background: #2a3ffe !important;
  color: white !important;
}
.cid-uFZ933YBDX .dropdown-item:hover span {
  color: white;
}
.cid-uFZ933YBDX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFZ933YBDX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFZ933YBDX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFZ933YBDX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uFZ933YBDX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFZ933YBDX .container {
    flex-wrap: nowrap;
  }
}
.cid-uFZ933YBDX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFZ933YBDX .navbar-nav {
  margin: auto;
}
.cid-uFZ933YBDX .dropdown-menu,
.cid-uFZ933YBDX .navbar.opened {
  background: #c3f89f !important;
}
.cid-uFZ933YBDX .nav-item:focus,
.cid-uFZ933YBDX .nav-link:focus {
  outline: none;
}
.cid-uFZ933YBDX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFZ933YBDX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFZ933YBDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFZ933YBDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFZ933YBDX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZ933YBDX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFZ933YBDX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #c3f89f;
}
.cid-uFZ933YBDX .navbar.opened {
  transition: all 0.3s;
}
.cid-uFZ933YBDX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFZ933YBDX .navbar .navbar-logo img {
  width: auto;
}
.cid-uFZ933YBDX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFZ933YBDX .navbar.collapsed {
  justify-content: center;
}
.cid-uFZ933YBDX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZ933YBDX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZ933YBDX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uFZ933YBDX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZ933YBDX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFZ933YBDX .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-uFZ933YBDX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFZ933YBDX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFZ933YBDX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFZ933YBDX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZ933YBDX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZ933YBDX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFZ933YBDX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFZ933YBDX .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-uFZ933YBDX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFZ933YBDX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFZ933YBDX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFZ933YBDX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFZ933YBDX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFZ933YBDX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFZ933YBDX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFZ933YBDX .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFZ933YBDX .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uFZ933YBDX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFZ933YBDX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFZ933YBDX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFZ933YBDX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZ933YBDX .dropdown-item.active,
.cid-uFZ933YBDX .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZ933YBDX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFZ933YBDX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFZ933YBDX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFZ933YBDX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3f89f;
}
.cid-uFZ933YBDX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFZ933YBDX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFZ933YBDX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFZ933YBDX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFZ933YBDX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFZ933YBDX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFZ933YBDX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFZ933YBDX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFZ933YBDX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFZ933YBDX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFZ933YBDX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFZ933YBDX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFZ933YBDX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFZ933YBDX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFZ933YBDX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFZ933YBDX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZ933YBDX .navbar {
    height: 70px;
  }
  .cid-uFZ933YBDX .navbar.opened {
    height: auto;
  }
  .cid-uFZ933YBDX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZ9og2iTq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171717;
}
.cid-uFZ9og2iTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZ9og2iTq .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-uFZ9og2iTq .container {
    padding: 0 30px;
  }
}
.cid-uFZ9og2iTq .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFZ9og2iTq .content-wrapper {
    display: block;
  }
}
.cid-uFZ9og2iTq .content-wrapper .card {
  justify-content: center;
}
.cid-uFZ9og2iTq .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #c3f89f;
  border-radius: 0 0 2rem 0 !important;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uFZ9og2iTq .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-uFZ9og2iTq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFZ9og2iTq .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uFZ9og2iTq .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFZ9og2iTq .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFZ9og2iTq .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uFZ9og2iTq .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-uFZ9og2iTq .mbr-section-title {
  color: #144031;
}
.cid-uFZ9og2iTq .mbr-text {
  color: #144031;
}
.cid-uFZ9OoBGDM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #c3f89f;
}
.cid-uFZ9OoBGDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZ9OoBGDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZ9OoBGDM .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFZ9OoBGDM .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFZ9OoBGDM .content-wrapper {
    padding: 0;
  }
}
.cid-uFZ9OoBGDM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFZ9OoBGDM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFZ9OoBGDM .mbr-section-title,
.cid-uFZ9OoBGDM .title-wrapper {
  color: #ffffff;
}
.cid-uFZ9OoBGDM .mbr-section-title,
.cid-uFZ9OoBGDM .mbr-section-btn,
.cid-uFZ9OoBGDM .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uG07VrjcCB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uG07VrjcCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG07VrjcCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG07VrjcCB .google-map {
  height: 30rem;
  position: relative;
}
.cid-uG07VrjcCB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uG07VrjcCB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uG07VrjcCB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uG07VrjcCB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG07VrjcCB .mbr-section-title {
  color: #fafafa;
}
.cid-uFZ93fQ66p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c3f89f;
}
.cid-uFZ93fQ66p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZ93fQ66p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZ93fQ66p .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uFZ93fQ66p .footer-col {
    flex-direction: column;
  }
}
.cid-uFZ93fQ66p .row {
  background: #bbbbbb;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uFZ93fQ66p .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFZ93fQ66p .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uFZ93fQ66p .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFZ93fQ66p .mbr-section-btn {
    text-align: center;
  }
}
.cid-uFZ93fQ66p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFZ93fQ66p .item-wrap {
  transition: all 300ms ease;
}
.cid-uFZ93fQ66p .item-wrap:hover,
.cid-uFZ93fQ66p .item-wrap:focus {
  cursor: pointer;
}
.cid-uFZ93fQ66p .soc-item {
  margin: 8px;
}
.cid-uFZ93fQ66p .soc-item a:hover .mbr-iconfont,
.cid-uFZ93fQ66p .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uFZ93fQ66p .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFZ93fQ66p .row {
    text-align: center;
  }
  .cid-uFZ93fQ66p .social-row {
    justify-content: center;
  }
}
.cid-uFZ93fQ66p .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uFZ93fQ66p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFZ93fQ66p .list {
    margin-bottom: 0rem;
  }
}
.cid-uFZ93fQ66p .mbr-section-subtitle {
  color: #000000;
}
.cid-uFZ93fQ66p .list,
.cid-uFZ93fQ66p .item-wrap {
  color: #000000;
}
.cid-uFZ93fQ66p .copyright {
  color: #000000;
}
.cid-uFZavXhtCl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFZavXhtCl nav.navbar {
  position: fixed;
}
.cid-uFZavXhtCl .btn {
  line-height: 1.2;
}
.cid-uFZavXhtCl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFZavXhtCl .nav-link {
  position: relative;
}
.cid-uFZavXhtCl .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #2a3ffe;
}
.cid-uFZavXhtCl .nav-link:hover {
  color: #2a3ffe !important;
}
.cid-uFZavXhtCl .nav-link:hover:before {
  width: 100%;
}
.cid-uFZavXhtCl .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-uFZavXhtCl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFZavXhtCl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFZavXhtCl .dropdown-item:hover,
.cid-uFZavXhtCl .dropdown-item:focus {
  background: #2a3ffe !important;
  color: white !important;
}
.cid-uFZavXhtCl .dropdown-item:hover span {
  color: white;
}
.cid-uFZavXhtCl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFZavXhtCl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFZavXhtCl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFZavXhtCl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uFZavXhtCl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFZavXhtCl .container {
    flex-wrap: nowrap;
  }
}
.cid-uFZavXhtCl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFZavXhtCl .navbar-nav {
  margin: auto;
}
.cid-uFZavXhtCl .dropdown-menu,
.cid-uFZavXhtCl .navbar.opened {
  background: #c3f89f !important;
}
.cid-uFZavXhtCl .nav-item:focus,
.cid-uFZavXhtCl .nav-link:focus {
  outline: none;
}
.cid-uFZavXhtCl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFZavXhtCl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFZavXhtCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFZavXhtCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFZavXhtCl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZavXhtCl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFZavXhtCl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #c3f89f;
}
.cid-uFZavXhtCl .navbar.opened {
  transition: all 0.3s;
}
.cid-uFZavXhtCl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFZavXhtCl .navbar .navbar-logo img {
  width: auto;
}
.cid-uFZavXhtCl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFZavXhtCl .navbar.collapsed {
  justify-content: center;
}
.cid-uFZavXhtCl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZavXhtCl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZavXhtCl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uFZavXhtCl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZavXhtCl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFZavXhtCl .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-uFZavXhtCl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFZavXhtCl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFZavXhtCl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFZavXhtCl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZavXhtCl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZavXhtCl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFZavXhtCl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFZavXhtCl .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-uFZavXhtCl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFZavXhtCl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFZavXhtCl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFZavXhtCl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFZavXhtCl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFZavXhtCl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFZavXhtCl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFZavXhtCl .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFZavXhtCl .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uFZavXhtCl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFZavXhtCl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFZavXhtCl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFZavXhtCl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZavXhtCl .dropdown-item.active,
.cid-uFZavXhtCl .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZavXhtCl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFZavXhtCl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFZavXhtCl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFZavXhtCl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3f89f;
}
.cid-uFZavXhtCl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFZavXhtCl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFZavXhtCl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFZavXhtCl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFZavXhtCl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFZavXhtCl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFZavXhtCl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFZavXhtCl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFZavXhtCl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFZavXhtCl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFZavXhtCl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFZavXhtCl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFZavXhtCl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFZavXhtCl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFZavXhtCl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFZavXhtCl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZavXhtCl .navbar {
    height: 70px;
  }
  .cid-uFZavXhtCl .navbar.opened {
    height: auto;
  }
  .cid-uFZavXhtCl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZavYETlK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #23272b;
}
.cid-uFZavYETlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZavYETlK .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-uFZavYETlK .container {
    padding: 0 30px;
  }
}
.cid-uFZavYETlK .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFZavYETlK .content-wrapper {
    display: block;
  }
}
.cid-uFZavYETlK .content-wrapper .card {
  justify-content: center;
}
.cid-uFZavYETlK .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #c3f89f;
  border-radius: 0 0 2rem 0 !important;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uFZavYETlK .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-uFZavYETlK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFZavYETlK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uFZavYETlK .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFZavYETlK .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFZavYETlK .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uFZavYETlK .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-uFZavYETlK .mbr-section-title {
  color: #144031;
}
.cid-uFZavYETlK .mbr-text {
  color: #144031;
}
.cid-uFZavZyLYS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #c3f89f;
}
.cid-uFZavZyLYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZavZyLYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZavZyLYS .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFZavZyLYS .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFZavZyLYS .content-wrapper {
    padding: 0;
  }
}
.cid-uFZavZyLYS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFZavZyLYS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFZavZyLYS .mbr-section-title,
.cid-uFZavZyLYS .title-wrapper {
  color: #ffffff;
}
.cid-uFZavZyLYS .mbr-section-title,
.cid-uFZavZyLYS .mbr-section-btn,
.cid-uFZavZyLYS .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uG07KdkxAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uG07KdkxAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG07KdkxAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG07KdkxAb .google-map {
  height: 30rem;
  position: relative;
}
.cid-uG07KdkxAb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uG07KdkxAb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uG07KdkxAb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uG07KdkxAb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG07KdkxAb .mbr-section-title {
  color: #fafafa;
}
.cid-uFZavZUMf6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c3f89f;
}
.cid-uFZavZUMf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZavZUMf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZavZUMf6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uFZavZUMf6 .footer-col {
    flex-direction: column;
  }
}
.cid-uFZavZUMf6 .row {
  background: #bbbbbb;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uFZavZUMf6 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFZavZUMf6 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uFZavZUMf6 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFZavZUMf6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uFZavZUMf6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFZavZUMf6 .item-wrap {
  transition: all 300ms ease;
}
.cid-uFZavZUMf6 .item-wrap:hover,
.cid-uFZavZUMf6 .item-wrap:focus {
  cursor: pointer;
}
.cid-uFZavZUMf6 .soc-item {
  margin: 8px;
}
.cid-uFZavZUMf6 .soc-item a:hover .mbr-iconfont,
.cid-uFZavZUMf6 .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uFZavZUMf6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFZavZUMf6 .row {
    text-align: center;
  }
  .cid-uFZavZUMf6 .social-row {
    justify-content: center;
  }
}
.cid-uFZavZUMf6 .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uFZavZUMf6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFZavZUMf6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uFZavZUMf6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFZavZUMf6 .list,
.cid-uFZavZUMf6 .item-wrap {
  color: #000000;
}
.cid-uFZavZUMf6 .copyright {
  color: #000000;
}
.cid-uG2Av6RVvu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uG2Av6RVvu nav.navbar {
  position: fixed;
}
.cid-uG2Av6RVvu .btn {
  line-height: 1.2;
}
.cid-uG2Av6RVvu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG2Av6RVvu .nav-link {
  position: relative;
}
.cid-uG2Av6RVvu .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #2a3ffe;
}
.cid-uG2Av6RVvu .nav-link:hover {
  color: #2a3ffe !important;
}
.cid-uG2Av6RVvu .nav-link:hover:before {
  width: 100%;
}
.cid-uG2Av6RVvu .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-uG2Av6RVvu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG2Av6RVvu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uG2Av6RVvu .dropdown-item:hover,
.cid-uG2Av6RVvu .dropdown-item:focus {
  background: #2a3ffe !important;
  color: white !important;
}
.cid-uG2Av6RVvu .dropdown-item:hover span {
  color: white;
}
.cid-uG2Av6RVvu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uG2Av6RVvu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uG2Av6RVvu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uG2Av6RVvu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uG2Av6RVvu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uG2Av6RVvu .container {
    flex-wrap: nowrap;
  }
}
.cid-uG2Av6RVvu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG2Av6RVvu .navbar-nav {
  margin: auto;
}
.cid-uG2Av6RVvu .dropdown-menu,
.cid-uG2Av6RVvu .navbar.opened {
  background: #c3f89f !important;
}
.cid-uG2Av6RVvu .nav-item:focus,
.cid-uG2Av6RVvu .nav-link:focus {
  outline: none;
}
.cid-uG2Av6RVvu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG2Av6RVvu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG2Av6RVvu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG2Av6RVvu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG2Av6RVvu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG2Av6RVvu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG2Av6RVvu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #c3f89f;
}
.cid-uG2Av6RVvu .navbar.opened {
  transition: all 0.3s;
}
.cid-uG2Av6RVvu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG2Av6RVvu .navbar .navbar-logo img {
  width: auto;
}
.cid-uG2Av6RVvu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG2Av6RVvu .navbar.collapsed {
  justify-content: center;
}
.cid-uG2Av6RVvu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG2Av6RVvu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG2Av6RVvu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uG2Av6RVvu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG2Av6RVvu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG2Av6RVvu .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-uG2Av6RVvu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG2Av6RVvu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG2Av6RVvu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG2Av6RVvu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG2Av6RVvu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG2Av6RVvu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG2Av6RVvu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG2Av6RVvu .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-uG2Av6RVvu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG2Av6RVvu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG2Av6RVvu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG2Av6RVvu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG2Av6RVvu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG2Av6RVvu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uG2Av6RVvu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uG2Av6RVvu .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG2Av6RVvu .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uG2Av6RVvu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG2Av6RVvu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG2Av6RVvu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG2Av6RVvu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG2Av6RVvu .dropdown-item.active,
.cid-uG2Av6RVvu .dropdown-item:active {
  background-color: transparent;
}
.cid-uG2Av6RVvu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG2Av6RVvu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG2Av6RVvu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG2Av6RVvu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3f89f;
}
.cid-uG2Av6RVvu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG2Av6RVvu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG2Av6RVvu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG2Av6RVvu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG2Av6RVvu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uG2Av6RVvu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG2Av6RVvu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2Av6RVvu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2Av6RVvu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG2Av6RVvu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2Av6RVvu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG2Av6RVvu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG2Av6RVvu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2Av6RVvu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uG2Av6RVvu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG2Av6RVvu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG2Av6RVvu .navbar {
    height: 70px;
  }
  .cid-uG2Av6RVvu .navbar.opened {
    height: auto;
  }
  .cid-uG2Av6RVvu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG2Av7EhCP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2Av7EhCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Av7EhCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Av7EhCP .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG2Av7EhCP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG2Av7EhCP .container {
    padding: 0 20px;
  }
}
.cid-uG2Av7EhCP .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG2Av7EhCP .row {
    padding: 50px 16px;
  }
}
.cid-uG2Av7EhCP .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(120px);
}
.cid-uG2Av7EhCP .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #bbbbbb;
  filter: blur(150px);
}
.cid-uG2Av7EhCP .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #c3f89f;
  opacity: 1;
}
.cid-uG2Av7EhCP .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uG2Av7EhCP .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG2Av7EhCP .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uG2Av7EhCP .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG2Av7EhCP .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG2Av7EhCP .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Av7EhCP .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG2Av7EhCP .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uG2Av7EhCP .mbr-desc {
  color: #ffffff;
}
.cid-uG2Av7EhCP .mbr-section-title {
  color: #ffffff;
}
.cid-uG2Av7EhCP .mbr-text {
  color: #2a3ffe;
}
.cid-uG2Av7EhCP .mbr-section-title,
.cid-uG2Av7EhCP .mbr-section-btn {
  color: #2a3ffe;
}
.cid-uG2Av8hxaW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2Av8hxaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Av8hxaW .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-uG2Av8hxaW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG2Av8hxaW .container {
    padding: 0 12px;
  }
}
.cid-uG2Av8hxaW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG2Av8hxaW .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uG2Av8hxaW .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uG2Av8hxaW .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #23272b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uG2Av8hxaW .mbr-section-title {
  color: #222222;
}
.cid-uG2Av8LnWc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3f89f;
  overflow: hidden;
}
.cid-uG2Av8LnWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Av8LnWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Av8LnWc .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #23272b);
  box-shadow: 10px 10px 19px #ffe885, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-uG2Av8LnWc .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uG2Av8LnWc .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uG2Av8LnWc .card-title {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uG2Av8LnWc .card-title {
    margin-bottom: 20px;
  }
}
.cid-uG2Av8LnWc .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uG2Av8LnWc .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uG2Av8LnWc .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uG2Av9kyCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG2Av9kyCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Av9kyCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Av9kyCA .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uG2Av9kyCA .row .card {
  padding: 0 24px;
}
.cid-uG2Av9kyCA .card-wrapper {
  border: 3px solid #c3f89f;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-uG2Av9kyCA .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uG2Av9kyCA .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Av9kyCA .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-uG2Av9kyCA .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Av9kyCA .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG2Av9kyCA .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Av9kyCA .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uG2Av9kyCA .image-wrapper {
  height: 100%;
}
.cid-uG2Av9kyCA .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2Av9kyCA .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2Av9kyCA .mbr-section-title {
  color: #cbff5b;
}
.cid-uG2Av9kyCA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG2Av9kyCA .mbr-section-title,
.cid-uG2Av9kyCA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uG2Av9S9E0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2Av9S9E0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Av9S9E0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Av9S9E0 h2:before {
  content: attr(data-replace);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-uG2Av9S9E0 .row {
  justify-content: space-between;
}
.cid-uG2AvanXO3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uG2AvanXO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2AvanXO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2AvanXO3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2AvanXO3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG2AvanXO3 .items-wrapper {
  margin: 0 -13px;
}
.cid-uG2AvanXO3 .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uG2AvanXO3 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uG2AvanXO3 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uG2AvanXO3 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uG2AvanXO3 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uG2AvanXO3 .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uG2AvanXO3 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uG2AvanXO3 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uG2AvanXO3 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG2AvanXO3 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uG2AvanXO3 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uG2AvanXO3 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uG2AvanXO3 .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG2AvanXO3 .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG2AvanXO3 .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG2AvanXO3 .mbr-section-title,
.cid-uG2AvanXO3 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG2AvanXO3 .item-title {
  color: #ffffff;
}
.cid-uG2AvanXO3 .item-text {
  color: #ffffff;
}
.cid-uG2AvanXO3 .item-title,
.cid-uG2AvanXO3 .mbr-section-btn {
  color: #000000;
}
.cid-uG2Avb6v0A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG2Avb6v0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Avb6v0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Avb6v0A .icon-title-1 {
  color: #bff747;
}
.cid-uG2Avb6v0A .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG2Avb6v0A .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG2Avb6v0A .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG2Avb6v0A .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG2Avb6v0A .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG2Avb6v0A .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
@media (max-width: 992px) {
  .cid-uG2Avb6v0A .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2Avb6v0A .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uG2Avb6v0A .item-title {
  color: #bff747;
  text-align: center;
}
.cid-uG2Avb6v0A .mbr-section-title,
.cid-uG2Avb6v0A .mbr-section-btn {
  color: #cbff5b;
  text-align: center;
}
.cid-uG2AvbKET4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3f89f;
}
.cid-uG2AvbKET4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2AvbKET4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2AvbKET4 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uG2AvbKET4 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uG2AvbKET4 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2AvbKET4 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG2AvbKET4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG2AvbKET4 .mbr-section-title {
  color: #000000;
}
.cid-uG2AvbKET4 .mbr-desc {
  color: #fdfde1;
}
.cid-uG2AvbKET4 .mbr-text {
  color: #000000;
}
.cid-uG2AvbKET4 .mbr-text,
.cid-uG2AvbKET4 .text-wrapper {
  color: #000000;
}
.cid-uG2AvbKET4 .mbr-section-title,
.cid-uG2AvbKET4 .mbr-section-btn {
  color: #171717;
}
.cid-uG2AvchmiA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uG2AvchmiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2AvchmiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2AvchmiA .row {
  justify-content: center;
}
.cid-uG2AvchmiA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2AvchmiA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG2AvchmiA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG2AvchmiA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG2AvchmiA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2AvchmiA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG2AvchmiA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG2AvchmiA .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2AvchmiA .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG2AvchmiA .items-wrapper {
    display: block;
  }
}
.cid-uG2AvchmiA .item {
  transform: rotate(-3deg);
}
@media (max-width: 1200px) {
  .cid-uG2AvchmiA .item {
    transform: none;
  }
}
.cid-uG2AvchmiA .item:nth-child(2n) {
  transform: translateY(5px) rotate(0);
}
@media (max-width: 1200px) {
  .cid-uG2AvchmiA .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uG2AvchmiA .item:nth-child(3n) {
  transform: rotate(2.7deg);
}
@media (max-width: 1200px) {
  .cid-uG2AvchmiA .item:nth-child(3n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uG2AvchmiA .item {
    margin-bottom: 16px;
  }
}
.cid-uG2AvchmiA .item .item-wrapper {
  height: 100%;
  background-color: #fafafa;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uG2AvchmiA .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2AvchmiA .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uG2AvchmiA .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2AvchmiA .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG2AvchmiA .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2AvchmiA .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG2AvchmiA .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 230px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-uG2AvchmiA .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 180px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2AvchmiA .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 120px;
  }
}
.cid-uG2AvchmiA .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uG2AvchmiA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG2AvchmiA .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG2AvchmiA .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uG2AvchmiA .mbr-section-title {
  color: #ffffff;
}
.cid-uG2AvchmiA .mbr-text,
.cid-uG2AvchmiA .text-wrapper {
  color: #ffffff;
}
.cid-uG2AvchmiA .card-title {
  color: #000000;
}
.cid-uG2AvchmiA .card-text {
  color: #000000;
}
.cid-uG2AvchmiA .iconfont-wrapper {
  text-align: center;
}
.cid-uGlKDs7df0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #171717;
}
.cid-uGlKDs7df0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlKDs7df0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGlKDs7df0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGlKDs7df0 .row {
  flex-direction: row-reverse;
}
.cid-uGlKDs7df0 img {
  width: 100%;
  border-radius: 3rem;
  height: 700px;
  object-fit: cover;
}
.cid-uGlKDs7df0 .mbr-description {
  color: #ffffff;
}
.cid-uG2AvdK7It {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2AvdK7It .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2AvdK7It .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2AvdK7It .row {
  justify-content: space-between;
}
.cid-uG2AvdK7It .mbr-text,
.cid-uG2AvdK7It .mbr-section-btn {
  color: #000000;
}
.cid-uG2AvdK7It h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 3rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uG2AvdK7It h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uG2AvdK7It .mbr-section-subtitle {
  color: #000000;
}
.cid-uG2AvdK7It .mbr-section-title {
  text-align: center;
}
.cid-uG2AveivzC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c3f89f;
  overflow: hidden;
  position: relative;
}
.cid-uG2AveivzC .row {
  flex-direction: row-reverse;
}
.cid-uG2AveivzC .row {
  align-items: flex-start;
}
.cid-uG2AveivzC .container,
.cid-uG2AveivzC .container-fluid {
  position: static;
}
.cid-uG2AveivzC .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uG2AveivzC .col-text {
  position: relative;
  z-index: 2;
}
.cid-uG2AveivzC .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uG2AveivzC .toggle-panel,
.cid-uG2AveivzC .panel-group {
  width: 100%;
}
.cid-uG2AveivzC .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uG2AveivzC .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #c3f89f;
}
.cid-uG2AveivzC .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uG2AveivzC .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uG2AveivzC .panel-title {
    padding: 1rem !important;
  }
}
.cid-uG2AveivzC .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uG2AveivzC .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uG2AveivzC .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uG2AveivzC .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uG2AveivzC .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #c3f89f;
}
@media (max-width: 767px) {
  .cid-uG2AveivzC .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uG2AveivzC .panel-title-edit {
  width: 100%;
  color: #171717;
  text-align: left;
}
.cid-uG2AveivzC .mbr-text,
.cid-uG2AveivzC .mbr-section-btn {
  color: #ffffff;
}
.cid-uG2Avf75Wl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2Avf75Wl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Avf75Wl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Avf75Wl .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uG2Avf75Wl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Avf75Wl .container {
    padding: 0 26px;
  }
}
.cid-uG2Avf75Wl .row {
  justify-content: center;
}
.cid-uG2Avf75Wl .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #c3f89f;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uG2Avf75Wl .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uG2Avf75Wl .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uG2Avf75Wl .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG2Avf75Wl .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uG2Avf75Wl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uG2Avf75Wl .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uG2Avf75Wl .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Avf75Wl .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG2Avf75Wl .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uG2Avf75Wl .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uG2Avf75Wl .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG2Avf75Wl .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG2Avf75Wl .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2Avf75Wl .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2Avf75Wl .mbr-section-title {
  color: #000000;
}
.cid-uG2Avf75Wl .mbr-section-subtitle {
  color: #000000;
}
.cid-uG2Avf75Wl .mbr-text {
  color: #000000;
}
.cid-uG2AvfJpK5 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG2AvfJpK5 .video-wrapper iframe {
  width: 100%;
}
.cid-uG2AvfJpK5 .mbr-section-title,
.cid-uG2AvfJpK5 .mbr-section-subtitle,
.cid-uG2AvfJpK5 .mbr-text {
  text-align: center;
}
.cid-uG2AvfJpK5 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #fafafa;
}
.cid-uG2AvfJpK5 .mbr-text {
  padding-top: 16px;
}
.cid-uG2Avgo9QJ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
.cid-uG2Avgo9QJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Avgo9QJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uG2Avgo9QJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Avgo9QJ h1 {
  max-width: 800px;
}
.cid-uG2Avgo9QJ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uG2Avgo9QJ .btn:hover {
  transform: scale(1.1);
  background: #feff70 !important;
  border-color: #feff70 !important;
  color: #2a3ffe !important;
}
.cid-uG2Avgo9QJ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uG2Avgo9QJ .btn div {
  overflow: hidden;
}
.cid-uG2Avgo9QJ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uG2Avgo9QJ {
    align-items: center;
  }
  .cid-uG2Avgo9QJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG2Avgo9QJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uG2Avgo9QJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG2Avgo9QJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG2Avgo9QJ .content-wrap {
    width: 100%;
  }
}
.cid-uG2Avgo9QJ .mbr-section-subtitle,
.cid-uG2Avgo9QJ .line {
  color: #ffffff;
}
.cid-uG2Avgo9QJ .mbr-text,
.cid-uG2Avgo9QJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uG2Avgo9QJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uG2X4zKtnk {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uG2X4zKtnk {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uG2X4zKtnk .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uG2X4zKtnk .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uG2X4zKtnk .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG2X4zKtnk .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2X4zKtnk .row .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-uG2X4zKtnk .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uG2X4zKtnk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2X4zKtnk .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG2X4zKtnk .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #111111;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uG2X4zKtnk .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uG2X4zKtnk .panel-group .card {
    padding: 16px;
  }
}
.cid-uG2X4zKtnk .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-uG2X4zKtnk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG2X4zKtnk .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ed2c03;
}
.cid-uG2X4zKtnk .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ed2c03;
}
.cid-uG2X4zKtnk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uG2X4zKtnk .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-uG2X4zKtnk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uG2X4zKtnk .mbr-section-title {
  color: #000000;
}
.cid-uG2X4zKtnk .panel-title-edit {
  color: #ffffff;
}
.cid-uG2X4zKtnk .panel-text {
  color: #ffffff;
}
.cid-uG2Avh0qaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uG2Avh0qaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Avh0qaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Avh0qaC .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uG2Avh0qaC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
.cid-uG2Avh0qaC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uG2Avh0qaC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uG2Avh0qaC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG2Avh0qaC .mbr-section-title {
  text-align: center;
}
.cid-uG2AvhDhpK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c3f89f;
}
.cid-uG2AvhDhpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2AvhDhpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2AvhDhpK .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uG2AvhDhpK .footer-col {
    flex-direction: column;
  }
}
.cid-uG2AvhDhpK .row {
  background: #bbbbbb;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uG2AvhDhpK .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uG2AvhDhpK .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uG2AvhDhpK .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uG2AvhDhpK .mbr-section-btn {
    text-align: center;
  }
}
.cid-uG2AvhDhpK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG2AvhDhpK .item-wrap {
  transition: all 300ms ease;
}
.cid-uG2AvhDhpK .item-wrap:hover,
.cid-uG2AvhDhpK .item-wrap:focus {
  cursor: pointer;
}
.cid-uG2AvhDhpK .soc-item {
  margin: 8px;
}
.cid-uG2AvhDhpK .soc-item a:hover .mbr-iconfont,
.cid-uG2AvhDhpK .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uG2AvhDhpK .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uG2AvhDhpK .row {
    text-align: center;
  }
  .cid-uG2AvhDhpK .social-row {
    justify-content: center;
  }
}
.cid-uG2AvhDhpK .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uG2AvhDhpK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG2AvhDhpK .list {
    margin-bottom: 0rem;
  }
}
.cid-uG2AvhDhpK .mbr-section-subtitle {
  color: #000000;
}
.cid-uG2AvhDhpK .list,
.cid-uG2AvhDhpK .item-wrap {
  color: #000000;
}
.cid-uG2AvhDhpK .copyright {
  color: #000000;
}
.cid-uG2AvYLoco {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uG2AvYLoco nav.navbar {
  position: fixed;
}
.cid-uG2AvYLoco .btn {
  line-height: 1.2;
}
.cid-uG2AvYLoco .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG2AvYLoco .nav-link {
  position: relative;
}
.cid-uG2AvYLoco .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #2a3ffe;
}
.cid-uG2AvYLoco .nav-link:hover {
  color: #2a3ffe !important;
}
.cid-uG2AvYLoco .nav-link:hover:before {
  width: 100%;
}
.cid-uG2AvYLoco .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-uG2AvYLoco .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG2AvYLoco .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uG2AvYLoco .dropdown-item:hover,
.cid-uG2AvYLoco .dropdown-item:focus {
  background: #2a3ffe !important;
  color: white !important;
}
.cid-uG2AvYLoco .dropdown-item:hover span {
  color: white;
}
.cid-uG2AvYLoco .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uG2AvYLoco .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uG2AvYLoco .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uG2AvYLoco .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uG2AvYLoco .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uG2AvYLoco .container {
    flex-wrap: nowrap;
  }
}
.cid-uG2AvYLoco .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG2AvYLoco .navbar-nav {
  margin: auto;
}
.cid-uG2AvYLoco .dropdown-menu,
.cid-uG2AvYLoco .navbar.opened {
  background: #c3f89f !important;
}
.cid-uG2AvYLoco .nav-item:focus,
.cid-uG2AvYLoco .nav-link:focus {
  outline: none;
}
.cid-uG2AvYLoco .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG2AvYLoco .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG2AvYLoco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG2AvYLoco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG2AvYLoco .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG2AvYLoco .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG2AvYLoco .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #c3f89f;
}
.cid-uG2AvYLoco .navbar.opened {
  transition: all 0.3s;
}
.cid-uG2AvYLoco .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG2AvYLoco .navbar .navbar-logo img {
  width: auto;
}
.cid-uG2AvYLoco .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG2AvYLoco .navbar.collapsed {
  justify-content: center;
}
.cid-uG2AvYLoco .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG2AvYLoco .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG2AvYLoco .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uG2AvYLoco .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG2AvYLoco .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG2AvYLoco .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-uG2AvYLoco .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG2AvYLoco .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG2AvYLoco .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG2AvYLoco .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG2AvYLoco .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG2AvYLoco .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG2AvYLoco .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG2AvYLoco .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-uG2AvYLoco .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG2AvYLoco .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG2AvYLoco .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG2AvYLoco .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG2AvYLoco .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG2AvYLoco .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uG2AvYLoco .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uG2AvYLoco .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG2AvYLoco .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uG2AvYLoco .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG2AvYLoco .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG2AvYLoco .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG2AvYLoco .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG2AvYLoco .dropdown-item.active,
.cid-uG2AvYLoco .dropdown-item:active {
  background-color: transparent;
}
.cid-uG2AvYLoco .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG2AvYLoco .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG2AvYLoco .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG2AvYLoco .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3f89f;
}
.cid-uG2AvYLoco .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG2AvYLoco .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG2AvYLoco ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG2AvYLoco button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG2AvYLoco button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uG2AvYLoco button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG2AvYLoco button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2AvYLoco button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2AvYLoco button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG2AvYLoco nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2AvYLoco nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG2AvYLoco nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG2AvYLoco nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2AvYLoco .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uG2AvYLoco a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG2AvYLoco .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG2AvYLoco .navbar {
    height: 70px;
  }
  .cid-uG2AvYLoco .navbar.opened {
    height: auto;
  }
  .cid-uG2AvYLoco .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG2AvZmWDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2AvZmWDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2AvZmWDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2AvZmWDY .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG2AvZmWDY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG2AvZmWDY .container {
    padding: 0 20px;
  }
}
.cid-uG2AvZmWDY .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG2AvZmWDY .row {
    padding: 50px 16px;
  }
}
.cid-uG2AvZmWDY .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(120px);
}
.cid-uG2AvZmWDY .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #bbbbbb;
  filter: blur(150px);
}
.cid-uG2AvZmWDY .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #c3f89f;
  opacity: 1;
}
.cid-uG2AvZmWDY .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uG2AvZmWDY .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG2AvZmWDY .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uG2AvZmWDY .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG2AvZmWDY .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG2AvZmWDY .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2AvZmWDY .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG2AvZmWDY .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uG2AvZmWDY .mbr-desc {
  color: #ffffff;
}
.cid-uG2AvZmWDY .mbr-section-title {
  color: #ffffff;
}
.cid-uG2AvZmWDY .mbr-text {
  color: #2a3ffe;
}
.cid-uG2AvZmWDY .mbr-section-title,
.cid-uG2AvZmWDY .mbr-section-btn {
  color: #2a3ffe;
}
.cid-uG2AvZPFdv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2AvZPFdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2AvZPFdv .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-uG2AvZPFdv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG2AvZPFdv .container {
    padding: 0 12px;
  }
}
.cid-uG2AvZPFdv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG2AvZPFdv .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uG2AvZPFdv .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uG2AvZPFdv .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #23272b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uG2AvZPFdv .mbr-section-title {
  color: #222222;
}
.cid-uG2Aw0khNG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3f89f;
  overflow: hidden;
}
.cid-uG2Aw0khNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw0khNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw0khNG .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #23272b);
  box-shadow: 10px 10px 19px #ffe885, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-uG2Aw0khNG .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uG2Aw0khNG .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uG2Aw0khNG .card-title {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uG2Aw0khNG .card-title {
    margin-bottom: 20px;
  }
}
.cid-uG2Aw0khNG .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uG2Aw0khNG .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uG2Aw0khNG .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uG2Aw0NpBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG2Aw0NpBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw0NpBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw0NpBB .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uG2Aw0NpBB .row .card {
  padding: 0 24px;
}
.cid-uG2Aw0NpBB .card-wrapper {
  border: 3px solid #c3f89f;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-uG2Aw0NpBB .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uG2Aw0NpBB .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Aw0NpBB .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-uG2Aw0NpBB .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Aw0NpBB .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG2Aw0NpBB .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Aw0NpBB .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uG2Aw0NpBB .image-wrapper {
  height: 100%;
}
.cid-uG2Aw0NpBB .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2Aw0NpBB .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2Aw0NpBB .mbr-section-title {
  color: #cbff5b;
}
.cid-uG2Aw0NpBB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG2Aw0NpBB .mbr-section-title,
.cid-uG2Aw0NpBB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uG2Aw1igbO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2Aw1igbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw1igbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw1igbO h2:before {
  content: attr(data-replace);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-uG2Aw1igbO .row {
  justify-content: space-between;
}
.cid-uG2Aw1PPj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uG2Aw1PPj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw1PPj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw1PPj8 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Aw1PPj8 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG2Aw1PPj8 .items-wrapper {
  margin: 0 -13px;
}
.cid-uG2Aw1PPj8 .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uG2Aw1PPj8 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uG2Aw1PPj8 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uG2Aw1PPj8 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uG2Aw1PPj8 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uG2Aw1PPj8 .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uG2Aw1PPj8 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uG2Aw1PPj8 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uG2Aw1PPj8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG2Aw1PPj8 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uG2Aw1PPj8 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uG2Aw1PPj8 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uG2Aw1PPj8 .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG2Aw1PPj8 .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG2Aw1PPj8 .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG2Aw1PPj8 .mbr-section-title,
.cid-uG2Aw1PPj8 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG2Aw1PPj8 .item-title {
  color: #ffffff;
}
.cid-uG2Aw1PPj8 .item-text {
  color: #ffffff;
}
.cid-uG2Aw1PPj8 .item-title,
.cid-uG2Aw1PPj8 .mbr-section-btn {
  color: #000000;
}
.cid-uG2Aw2snsr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG2Aw2snsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw2snsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw2snsr .icon-title-1 {
  color: #bff747;
}
.cid-uG2Aw2snsr .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG2Aw2snsr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG2Aw2snsr .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG2Aw2snsr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG2Aw2snsr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG2Aw2snsr .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
@media (max-width: 992px) {
  .cid-uG2Aw2snsr .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2Aw2snsr .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uG2Aw2snsr .item-title {
  color: #bff747;
  text-align: center;
}
.cid-uG2Aw2snsr .mbr-section-title,
.cid-uG2Aw2snsr .mbr-section-btn {
  color: #cbff5b;
  text-align: center;
}
.cid-uG2Aw32gSe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3f89f;
}
.cid-uG2Aw32gSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw32gSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw32gSe .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uG2Aw32gSe .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uG2Aw32gSe .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2Aw32gSe .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG2Aw32gSe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG2Aw32gSe .mbr-section-title {
  color: #000000;
}
.cid-uG2Aw32gSe .mbr-desc {
  color: #fdfde1;
}
.cid-uG2Aw32gSe .mbr-text {
  color: #000000;
}
.cid-uG2Aw32gSe .mbr-text,
.cid-uG2Aw32gSe .text-wrapper {
  color: #000000;
}
.cid-uG2Aw32gSe .mbr-section-title,
.cid-uG2Aw32gSe .mbr-section-btn {
  color: #171717;
}
.cid-uG2Aw3AbeD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uG2Aw3AbeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw3AbeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw3AbeD .row {
  justify-content: center;
}
.cid-uG2Aw3AbeD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Aw3AbeD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG2Aw3AbeD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG2Aw3AbeD .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG2Aw3AbeD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2Aw3AbeD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG2Aw3AbeD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG2Aw3AbeD .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2Aw3AbeD .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG2Aw3AbeD .items-wrapper {
    display: block;
  }
}
.cid-uG2Aw3AbeD .item {
  transform: rotate(-3deg);
}
@media (max-width: 1200px) {
  .cid-uG2Aw3AbeD .item {
    transform: none;
  }
}
.cid-uG2Aw3AbeD .item:nth-child(2n) {
  transform: translateY(5px) rotate(0);
}
@media (max-width: 1200px) {
  .cid-uG2Aw3AbeD .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uG2Aw3AbeD .item:nth-child(3n) {
  transform: rotate(2.7deg);
}
@media (max-width: 1200px) {
  .cid-uG2Aw3AbeD .item:nth-child(3n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uG2Aw3AbeD .item {
    margin-bottom: 16px;
  }
}
.cid-uG2Aw3AbeD .item .item-wrapper {
  height: 100%;
  background-color: #fafafa;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uG2Aw3AbeD .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2Aw3AbeD .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uG2Aw3AbeD .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Aw3AbeD .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG2Aw3AbeD .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Aw3AbeD .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG2Aw3AbeD .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 230px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-uG2Aw3AbeD .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 180px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2Aw3AbeD .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 120px;
  }
}
.cid-uG2Aw3AbeD .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uG2Aw3AbeD .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG2Aw3AbeD .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG2Aw3AbeD .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uG2Aw3AbeD .mbr-section-title {
  color: #ffffff;
}
.cid-uG2Aw3AbeD .mbr-text,
.cid-uG2Aw3AbeD .text-wrapper {
  color: #ffffff;
}
.cid-uG2Aw3AbeD .card-title {
  color: #000000;
}
.cid-uG2Aw3AbeD .card-text {
  color: #000000;
}
.cid-uG2Aw3AbeD .iconfont-wrapper {
  text-align: center;
}
.cid-uGlKGCTKR9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #171717;
}
.cid-uGlKGCTKR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlKGCTKR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGlKGCTKR9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGlKGCTKR9 .row {
  flex-direction: row-reverse;
}
.cid-uGlKGCTKR9 img {
  width: 100%;
  border-radius: 3rem;
  height: 700px;
  object-fit: cover;
}
.cid-uGlKGCTKR9 .mbr-description {
  color: #ffffff;
}
.cid-uG2Aw4S4NM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2Aw4S4NM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw4S4NM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw4S4NM .row {
  justify-content: space-between;
}
.cid-uG2Aw4S4NM .mbr-text,
.cid-uG2Aw4S4NM .mbr-section-btn {
  color: #000000;
}
.cid-uG2Aw4S4NM h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 3rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uG2Aw4S4NM h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uG2Aw4S4NM .mbr-section-subtitle {
  color: #000000;
}
.cid-uG2Aw4S4NM .mbr-section-title {
  text-align: center;
}
.cid-uG2Aw5rZvS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c3f89f;
  overflow: hidden;
  position: relative;
}
.cid-uG2Aw5rZvS .row {
  flex-direction: row-reverse;
}
.cid-uG2Aw5rZvS .row {
  align-items: flex-start;
}
.cid-uG2Aw5rZvS .container,
.cid-uG2Aw5rZvS .container-fluid {
  position: static;
}
.cid-uG2Aw5rZvS .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uG2Aw5rZvS .col-text {
  position: relative;
  z-index: 2;
}
.cid-uG2Aw5rZvS .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uG2Aw5rZvS .toggle-panel,
.cid-uG2Aw5rZvS .panel-group {
  width: 100%;
}
.cid-uG2Aw5rZvS .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uG2Aw5rZvS .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #c3f89f;
}
.cid-uG2Aw5rZvS .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uG2Aw5rZvS .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uG2Aw5rZvS .panel-title {
    padding: 1rem !important;
  }
}
.cid-uG2Aw5rZvS .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uG2Aw5rZvS .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uG2Aw5rZvS .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uG2Aw5rZvS .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uG2Aw5rZvS .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #c3f89f;
}
@media (max-width: 767px) {
  .cid-uG2Aw5rZvS .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uG2Aw5rZvS .panel-title-edit {
  width: 100%;
  color: #171717;
  text-align: left;
}
.cid-uG2Aw5rZvS .mbr-text,
.cid-uG2Aw5rZvS .mbr-section-btn {
  color: #ffffff;
}
.cid-uG2Aw6bKI4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2Aw6bKI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw6bKI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw6bKI4 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uG2Aw6bKI4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Aw6bKI4 .container {
    padding: 0 26px;
  }
}
.cid-uG2Aw6bKI4 .row {
  justify-content: center;
}
.cid-uG2Aw6bKI4 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #c3f89f;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uG2Aw6bKI4 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uG2Aw6bKI4 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uG2Aw6bKI4 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG2Aw6bKI4 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uG2Aw6bKI4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uG2Aw6bKI4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uG2Aw6bKI4 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Aw6bKI4 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG2Aw6bKI4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uG2Aw6bKI4 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uG2Aw6bKI4 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG2Aw6bKI4 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG2Aw6bKI4 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2Aw6bKI4 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2Aw6bKI4 .mbr-section-title {
  color: #000000;
}
.cid-uG2Aw6bKI4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uG2Aw6bKI4 .mbr-text {
  color: #000000;
}
.cid-uG2Aw6MYFP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG2Aw6MYFP .video-wrapper iframe {
  width: 100%;
}
.cid-uG2Aw6MYFP .mbr-section-title,
.cid-uG2Aw6MYFP .mbr-section-subtitle,
.cid-uG2Aw6MYFP .mbr-text {
  text-align: center;
}
.cid-uG2Aw6MYFP .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #fafafa;
}
.cid-uG2Aw6MYFP .mbr-text {
  padding-top: 16px;
}
.cid-uG2Aw7keYd {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
.cid-uG2Aw7keYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw7keYd .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uG2Aw7keYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw7keYd h1 {
  max-width: 800px;
}
.cid-uG2Aw7keYd p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uG2Aw7keYd .btn:hover {
  transform: scale(1.1);
  background: #feff70 !important;
  border-color: #feff70 !important;
  color: #2a3ffe !important;
}
.cid-uG2Aw7keYd .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uG2Aw7keYd .btn div {
  overflow: hidden;
}
.cid-uG2Aw7keYd .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uG2Aw7keYd {
    align-items: center;
  }
  .cid-uG2Aw7keYd .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG2Aw7keYd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uG2Aw7keYd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG2Aw7keYd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG2Aw7keYd .content-wrap {
    width: 100%;
  }
}
.cid-uG2Aw7keYd .mbr-section-subtitle,
.cid-uG2Aw7keYd .line {
  color: #ffffff;
}
.cid-uG2Aw7keYd .mbr-text,
.cid-uG2Aw7keYd .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uG2Aw7keYd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uG32R7X5bW {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uG32R7X5bW {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uG32R7X5bW .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uG32R7X5bW .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uG32R7X5bW .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG32R7X5bW .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG32R7X5bW .row .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-uG32R7X5bW .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uG32R7X5bW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG32R7X5bW .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG32R7X5bW .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #111111;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uG32R7X5bW .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uG32R7X5bW .panel-group .card {
    padding: 16px;
  }
}
.cid-uG32R7X5bW .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-uG32R7X5bW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG32R7X5bW .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ed2c03;
}
.cid-uG32R7X5bW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ed2c03;
}
.cid-uG32R7X5bW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uG32R7X5bW .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-uG32R7X5bW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uG32R7X5bW .mbr-section-title {
  color: #000000;
}
.cid-uG32R7X5bW .panel-title-edit {
  color: #ffffff;
}
.cid-uG32R7X5bW .panel-text {
  color: #ffffff;
}
.cid-uG2Aw7UkiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uG2Aw7UkiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw7UkiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw7UkiC .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uG2Aw7UkiC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
.cid-uG2Aw7UkiC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uG2Aw7UkiC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uG2Aw7UkiC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG2Aw7UkiC .mbr-section-title {
  text-align: center;
}
.cid-uG2Aw8wkbJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c3f89f;
}
.cid-uG2Aw8wkbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Aw8wkbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2Aw8wkbJ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uG2Aw8wkbJ .footer-col {
    flex-direction: column;
  }
}
.cid-uG2Aw8wkbJ .row {
  background: #bbbbbb;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uG2Aw8wkbJ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uG2Aw8wkbJ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uG2Aw8wkbJ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uG2Aw8wkbJ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uG2Aw8wkbJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG2Aw8wkbJ .item-wrap {
  transition: all 300ms ease;
}
.cid-uG2Aw8wkbJ .item-wrap:hover,
.cid-uG2Aw8wkbJ .item-wrap:focus {
  cursor: pointer;
}
.cid-uG2Aw8wkbJ .soc-item {
  margin: 8px;
}
.cid-uG2Aw8wkbJ .soc-item a:hover .mbr-iconfont,
.cid-uG2Aw8wkbJ .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uG2Aw8wkbJ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uG2Aw8wkbJ .row {
    text-align: center;
  }
  .cid-uG2Aw8wkbJ .social-row {
    justify-content: center;
  }
}
.cid-uG2Aw8wkbJ .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uG2Aw8wkbJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG2Aw8wkbJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uG2Aw8wkbJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uG2Aw8wkbJ .list,
.cid-uG2Aw8wkbJ .item-wrap {
  color: #000000;
}
.cid-uG2Aw8wkbJ .copyright {
  color: #000000;
}
.cid-uG2PDvICcN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uG2PDvICcN nav.navbar {
  position: fixed;
}
.cid-uG2PDvICcN .btn {
  line-height: 1.2;
}
.cid-uG2PDvICcN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG2PDvICcN .nav-link {
  position: relative;
}
.cid-uG2PDvICcN .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #2a3ffe;
}
.cid-uG2PDvICcN .nav-link:hover {
  color: #2a3ffe !important;
}
.cid-uG2PDvICcN .nav-link:hover:before {
  width: 100%;
}
.cid-uG2PDvICcN .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-uG2PDvICcN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG2PDvICcN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uG2PDvICcN .dropdown-item:hover,
.cid-uG2PDvICcN .dropdown-item:focus {
  background: #2a3ffe !important;
  color: white !important;
}
.cid-uG2PDvICcN .dropdown-item:hover span {
  color: white;
}
.cid-uG2PDvICcN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uG2PDvICcN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uG2PDvICcN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uG2PDvICcN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uG2PDvICcN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uG2PDvICcN .container {
    flex-wrap: nowrap;
  }
}
.cid-uG2PDvICcN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG2PDvICcN .navbar-nav {
  margin: auto;
}
.cid-uG2PDvICcN .dropdown-menu,
.cid-uG2PDvICcN .navbar.opened {
  background: #c3f89f !important;
}
.cid-uG2PDvICcN .nav-item:focus,
.cid-uG2PDvICcN .nav-link:focus {
  outline: none;
}
.cid-uG2PDvICcN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG2PDvICcN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG2PDvICcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG2PDvICcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG2PDvICcN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG2PDvICcN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG2PDvICcN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #c3f89f;
}
.cid-uG2PDvICcN .navbar.opened {
  transition: all 0.3s;
}
.cid-uG2PDvICcN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG2PDvICcN .navbar .navbar-logo img {
  width: auto;
}
.cid-uG2PDvICcN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG2PDvICcN .navbar.collapsed {
  justify-content: center;
}
.cid-uG2PDvICcN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG2PDvICcN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG2PDvICcN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uG2PDvICcN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG2PDvICcN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG2PDvICcN .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-uG2PDvICcN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG2PDvICcN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG2PDvICcN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG2PDvICcN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG2PDvICcN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG2PDvICcN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG2PDvICcN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG2PDvICcN .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-uG2PDvICcN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG2PDvICcN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG2PDvICcN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG2PDvICcN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG2PDvICcN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG2PDvICcN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uG2PDvICcN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uG2PDvICcN .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG2PDvICcN .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uG2PDvICcN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG2PDvICcN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG2PDvICcN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG2PDvICcN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG2PDvICcN .dropdown-item.active,
.cid-uG2PDvICcN .dropdown-item:active {
  background-color: transparent;
}
.cid-uG2PDvICcN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG2PDvICcN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG2PDvICcN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG2PDvICcN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3f89f;
}
.cid-uG2PDvICcN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG2PDvICcN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG2PDvICcN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG2PDvICcN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG2PDvICcN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uG2PDvICcN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG2PDvICcN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2PDvICcN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2PDvICcN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG2PDvICcN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2PDvICcN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG2PDvICcN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG2PDvICcN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2PDvICcN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uG2PDvICcN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG2PDvICcN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG2PDvICcN .navbar {
    height: 70px;
  }
  .cid-uG2PDvICcN .navbar.opened {
    height: auto;
  }
  .cid-uG2PDvICcN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG2PDwDSRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2PDwDSRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDwDSRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDwDSRs .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG2PDwDSRs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG2PDwDSRs .container {
    padding: 0 20px;
  }
}
.cid-uG2PDwDSRs .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG2PDwDSRs .row {
    padding: 50px 16px;
  }
}
.cid-uG2PDwDSRs .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(120px);
}
.cid-uG2PDwDSRs .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #bbbbbb;
  filter: blur(150px);
}
.cid-uG2PDwDSRs .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #c3f89f;
  opacity: 1;
}
.cid-uG2PDwDSRs .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uG2PDwDSRs .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG2PDwDSRs .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uG2PDwDSRs .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG2PDwDSRs .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG2PDwDSRs .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2PDwDSRs .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG2PDwDSRs .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uG2PDwDSRs .mbr-desc {
  color: #ffffff;
}
.cid-uG2PDwDSRs .mbr-section-title {
  color: #ffffff;
}
.cid-uG2PDwDSRs .mbr-text {
  color: #2a3ffe;
}
.cid-uG2PDwDSRs .mbr-section-title,
.cid-uG2PDwDSRs .mbr-section-btn {
  color: #2a3ffe;
}
.cid-uG2PDxnbEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2PDxnbEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDxnbEL .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-uG2PDxnbEL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG2PDxnbEL .container {
    padding: 0 12px;
  }
}
.cid-uG2PDxnbEL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uG2PDxnbEL .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uG2PDxnbEL .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uG2PDxnbEL .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #23272b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uG2PDxnbEL .mbr-section-title {
  color: #222222;
}
.cid-uG2PDy5htd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3f89f;
  overflow: hidden;
}
.cid-uG2PDy5htd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDy5htd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDy5htd .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #23272b);
  box-shadow: 10px 10px 19px #ffe885, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-uG2PDy5htd .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uG2PDy5htd .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uG2PDy5htd .card-title {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uG2PDy5htd .card-title {
    margin-bottom: 20px;
  }
}
.cid-uG2PDy5htd .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uG2PDy5htd .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uG2PDy5htd .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uG2PDz2CUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG2PDz2CUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDz2CUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDz2CUa .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uG2PDz2CUa .row .card {
  padding: 0 24px;
}
.cid-uG2PDz2CUa .card-wrapper {
  border: 3px solid #c3f89f;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-uG2PDz2CUa .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uG2PDz2CUa .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG2PDz2CUa .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-uG2PDz2CUa .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2PDz2CUa .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG2PDz2CUa .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2PDz2CUa .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uG2PDz2CUa .image-wrapper {
  height: 100%;
}
.cid-uG2PDz2CUa .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2PDz2CUa .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2PDz2CUa .mbr-section-title {
  color: #cbff5b;
}
.cid-uG2PDz2CUa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG2PDz2CUa .mbr-section-title,
.cid-uG2PDz2CUa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uG2PDzBIta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2PDzBIta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDzBIta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDzBIta h2:before {
  content: attr(data-replace);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-uG2PDzBIta .row {
  justify-content: space-between;
}
.cid-uG2PDAC4kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uG2PDAC4kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDAC4kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDAC4kl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2PDAC4kl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG2PDAC4kl .items-wrapper {
  margin: 0 -13px;
}
.cid-uG2PDAC4kl .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uG2PDAC4kl .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uG2PDAC4kl .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uG2PDAC4kl .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uG2PDAC4kl .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uG2PDAC4kl .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uG2PDAC4kl .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uG2PDAC4kl .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uG2PDAC4kl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG2PDAC4kl .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uG2PDAC4kl .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uG2PDAC4kl .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uG2PDAC4kl .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG2PDAC4kl .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG2PDAC4kl .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #c3f89f, #c3f89f 85%);
}
.cid-uG2PDAC4kl .mbr-section-title,
.cid-uG2PDAC4kl .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG2PDAC4kl .item-title {
  color: #ffffff;
}
.cid-uG2PDAC4kl .item-text {
  color: #ffffff;
}
.cid-uG2PDAC4kl .item-title,
.cid-uG2PDAC4kl .mbr-section-btn {
  color: #000000;
}
.cid-uG2PDBovxB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG2PDBovxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDBovxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDBovxB .icon-title-1 {
  color: #bff747;
}
.cid-uG2PDBovxB .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG2PDBovxB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG2PDBovxB .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG2PDBovxB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG2PDBovxB .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG2PDBovxB .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
@media (max-width: 992px) {
  .cid-uG2PDBovxB .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2PDBovxB .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uG2PDBovxB .item-title {
  color: #bff747;
  text-align: center;
}
.cid-uG2PDBovxB .mbr-section-title,
.cid-uG2PDBovxB .mbr-section-btn {
  color: #cbff5b;
  text-align: center;
}
.cid-uG2PDC5wfF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3f89f;
}
.cid-uG2PDC5wfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDC5wfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDC5wfF .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uG2PDC5wfF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uG2PDC5wfF .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2PDC5wfF .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG2PDC5wfF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG2PDC5wfF .mbr-section-title {
  color: #000000;
}
.cid-uG2PDC5wfF .mbr-desc {
  color: #fdfde1;
}
.cid-uG2PDC5wfF .mbr-text {
  color: #000000;
}
.cid-uG2PDC5wfF .mbr-text,
.cid-uG2PDC5wfF .text-wrapper {
  color: #000000;
}
.cid-uG2PDC5wfF .mbr-section-title,
.cid-uG2PDC5wfF .mbr-section-btn {
  color: #171717;
}
.cid-uG2PDCGH9W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uG2PDCGH9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDCGH9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDCGH9W .row {
  justify-content: center;
}
.cid-uG2PDCGH9W .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2PDCGH9W .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG2PDCGH9W .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG2PDCGH9W .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG2PDCGH9W .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2PDCGH9W .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG2PDCGH9W .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG2PDCGH9W .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2PDCGH9W .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG2PDCGH9W .items-wrapper {
    display: block;
  }
}
.cid-uG2PDCGH9W .item {
  transform: rotate(-3deg);
}
@media (max-width: 1200px) {
  .cid-uG2PDCGH9W .item {
    transform: none;
  }
}
.cid-uG2PDCGH9W .item:nth-child(2n) {
  transform: translateY(5px) rotate(0);
}
@media (max-width: 1200px) {
  .cid-uG2PDCGH9W .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uG2PDCGH9W .item:nth-child(3n) {
  transform: rotate(2.7deg);
}
@media (max-width: 1200px) {
  .cid-uG2PDCGH9W .item:nth-child(3n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uG2PDCGH9W .item {
    margin-bottom: 16px;
  }
}
.cid-uG2PDCGH9W .item .item-wrapper {
  height: 100%;
  background-color: #fafafa;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uG2PDCGH9W .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2PDCGH9W .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uG2PDCGH9W .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2PDCGH9W .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG2PDCGH9W .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2PDCGH9W .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG2PDCGH9W .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 230px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-uG2PDCGH9W .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 180px;
  }
}
@media (max-width: 1200px) {
  .cid-uG2PDCGH9W .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 120px;
  }
}
.cid-uG2PDCGH9W .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uG2PDCGH9W .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG2PDCGH9W .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG2PDCGH9W .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uG2PDCGH9W .mbr-section-title {
  color: #ffffff;
}
.cid-uG2PDCGH9W .mbr-text,
.cid-uG2PDCGH9W .text-wrapper {
  color: #ffffff;
}
.cid-uG2PDCGH9W .card-title {
  color: #000000;
}
.cid-uG2PDCGH9W .card-text {
  color: #000000;
}
.cid-uG2PDCGH9W .iconfont-wrapper {
  text-align: center;
}
.cid-uGlKJGJww0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #171717;
}
.cid-uGlKJGJww0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGlKJGJww0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGlKJGJww0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGlKJGJww0 .row {
  flex-direction: row-reverse;
}
.cid-uGlKJGJww0 img {
  width: 100%;
  border-radius: 3rem;
  height: 700px;
  object-fit: cover;
}
.cid-uGlKJGJww0 .mbr-description {
  color: #ffffff;
}
.cid-uG2PDEth98 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2PDEth98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDEth98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDEth98 .row {
  justify-content: space-between;
}
.cid-uG2PDEth98 .mbr-text,
.cid-uG2PDEth98 .mbr-section-btn {
  color: #000000;
}
.cid-uG2PDEth98 h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 3rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uG2PDEth98 h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uG2PDEth98 .mbr-section-subtitle {
  color: #000000;
}
.cid-uG2PDEth98 .mbr-section-title {
  text-align: center;
}
.cid-uG2PDFenko {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c3f89f;
  overflow: hidden;
  position: relative;
}
.cid-uG2PDFenko .row {
  flex-direction: row-reverse;
}
.cid-uG2PDFenko .row {
  align-items: flex-start;
}
.cid-uG2PDFenko .container,
.cid-uG2PDFenko .container-fluid {
  position: static;
}
.cid-uG2PDFenko .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uG2PDFenko .col-text {
  position: relative;
  z-index: 2;
}
.cid-uG2PDFenko .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uG2PDFenko .toggle-panel,
.cid-uG2PDFenko .panel-group {
  width: 100%;
}
.cid-uG2PDFenko .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uG2PDFenko .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #c3f89f;
}
.cid-uG2PDFenko .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uG2PDFenko .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uG2PDFenko .panel-title {
    padding: 1rem !important;
  }
}
.cid-uG2PDFenko .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uG2PDFenko .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uG2PDFenko .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uG2PDFenko .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uG2PDFenko .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #c3f89f;
}
@media (max-width: 767px) {
  .cid-uG2PDFenko .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uG2PDFenko .panel-title-edit {
  width: 100%;
  color: #171717;
  text-align: left;
}
.cid-uG2PDFenko .mbr-text,
.cid-uG2PDFenko .mbr-section-btn {
  color: #ffffff;
}
.cid-uG2PDGkLSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2PDGkLSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDGkLSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDGkLSr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uG2PDGkLSr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uG2PDGkLSr .container {
    padding: 0 26px;
  }
}
.cid-uG2PDGkLSr .row {
  justify-content: center;
}
.cid-uG2PDGkLSr .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #c3f89f;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uG2PDGkLSr .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uG2PDGkLSr .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uG2PDGkLSr .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG2PDGkLSr .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uG2PDGkLSr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uG2PDGkLSr .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uG2PDGkLSr .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uG2PDGkLSr .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uG2PDGkLSr .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uG2PDGkLSr .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uG2PDGkLSr .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG2PDGkLSr .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG2PDGkLSr .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2PDGkLSr .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2PDGkLSr .mbr-section-title {
  color: #000000;
}
.cid-uG2PDGkLSr .mbr-section-subtitle {
  color: #000000;
}
.cid-uG2PDGkLSr .mbr-text {
  color: #000000;
}
.cid-uG2PDHiEck {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG2PDHiEck .video-wrapper iframe {
  width: 100%;
}
.cid-uG2PDHiEck .mbr-section-title,
.cid-uG2PDHiEck .mbr-section-subtitle,
.cid-uG2PDHiEck .mbr-text {
  text-align: center;
}
.cid-uG2PDHiEck .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #fafafa;
}
.cid-uG2PDHiEck .mbr-text {
  padding-top: 16px;
}
.cid-uG2PDIhdGY {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
.cid-uG2PDIhdGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDIhdGY .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uG2PDIhdGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDIhdGY h1 {
  max-width: 800px;
}
.cid-uG2PDIhdGY p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uG2PDIhdGY .btn:hover {
  transform: scale(1.1);
  background: #feff70 !important;
  border-color: #feff70 !important;
  color: #2a3ffe !important;
}
.cid-uG2PDIhdGY .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uG2PDIhdGY .btn div {
  overflow: hidden;
}
.cid-uG2PDIhdGY .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uG2PDIhdGY {
    align-items: center;
  }
  .cid-uG2PDIhdGY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG2PDIhdGY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uG2PDIhdGY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG2PDIhdGY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG2PDIhdGY .content-wrap {
    width: 100%;
  }
}
.cid-uG2PDIhdGY .mbr-section-subtitle,
.cid-uG2PDIhdGY .line {
  color: #ffffff;
}
.cid-uG2PDIhdGY .mbr-text,
.cid-uG2PDIhdGY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uG2PDIhdGY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uG33fNbWIn {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uG33fNbWIn {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uG33fNbWIn .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uG33fNbWIn .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uG33fNbWIn .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG33fNbWIn .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG33fNbWIn .row .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-uG33fNbWIn .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uG33fNbWIn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG33fNbWIn .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG33fNbWIn .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #111111;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uG33fNbWIn .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uG33fNbWIn .panel-group .card {
    padding: 16px;
  }
}
.cid-uG33fNbWIn .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-uG33fNbWIn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG33fNbWIn .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ed2c03;
}
.cid-uG33fNbWIn .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ed2c03;
}
.cid-uG33fNbWIn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uG33fNbWIn .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-uG33fNbWIn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uG33fNbWIn .mbr-section-title {
  color: #000000;
}
.cid-uG33fNbWIn .panel-title-edit {
  color: #ffffff;
}
.cid-uG33fNbWIn .panel-text {
  color: #ffffff;
}
.cid-uG2PDIZkWR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uG2PDIZkWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDIZkWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDIZkWR .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uG2PDIZkWR .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
.cid-uG2PDIZkWR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uG2PDIZkWR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uG2PDIZkWR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uG2PDIZkWR .mbr-section-title {
  text-align: center;
}
.cid-uG2PDJQm0f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c3f89f;
}
.cid-uG2PDJQm0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2PDJQm0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2PDJQm0f .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uG2PDJQm0f .footer-col {
    flex-direction: column;
  }
}
.cid-uG2PDJQm0f .row {
  background: #bbbbbb;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uG2PDJQm0f .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uG2PDJQm0f .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uG2PDJQm0f .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uG2PDJQm0f .mbr-section-btn {
    text-align: center;
  }
}
.cid-uG2PDJQm0f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG2PDJQm0f .item-wrap {
  transition: all 300ms ease;
}
.cid-uG2PDJQm0f .item-wrap:hover,
.cid-uG2PDJQm0f .item-wrap:focus {
  cursor: pointer;
}
.cid-uG2PDJQm0f .soc-item {
  margin: 8px;
}
.cid-uG2PDJQm0f .soc-item a:hover .mbr-iconfont,
.cid-uG2PDJQm0f .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uG2PDJQm0f .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uG2PDJQm0f .row {
    text-align: center;
  }
  .cid-uG2PDJQm0f .social-row {
    justify-content: center;
  }
}
.cid-uG2PDJQm0f .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uG2PDJQm0f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG2PDJQm0f .list {
    margin-bottom: 0rem;
  }
}
.cid-uG2PDJQm0f .mbr-section-subtitle {
  color: #000000;
}
.cid-uG2PDJQm0f .list,
.cid-uG2PDJQm0f .item-wrap {
  color: #000000;
}
.cid-uG2PDJQm0f .copyright {
  color: #000000;
}
