body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Acme', sans-serif;
  font-size: 5rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Acme', sans-serif;
  font-size: 3.5rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Acme', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Acme', sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Acme', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3a35f8 !important;
}
.bg-success {
  background-color: #a6b1d8 !important;
}
.bg-info {
  background-color: #5189b8 !important;
}
.bg-warning {
  background-color: #f5db6e !important;
}
.bg-danger {
  background-color: #b63b07 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a35f8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #131313 !important;
  background-color: #3a35f8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #131313 !important;
  background-color: #0c07cf !important;
  border-color: #0c07cf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #131313 !important;
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #131313 !important;
  background-color: #6abe83 !important;
  border-color: #6abe83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #131313 !important;
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #131313 !important;
  background-color: #345c7f !important;
  border-color: #345c7f !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #131313 !important;
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #131313 !important;
  background-color: #6a7cbe !important;
  border-color: #6a7cbe !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #131313 !important;
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #131313 !important;
  background-color: #efc71d !important;
  border-color: #efc71d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #131313 !important;
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #131313 !important;
  background-color: #632004 !important;
  border-color: #632004 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #131313 !important;
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #131313 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #131313 !important;
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #131313 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a35f8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c07cf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a35f8 !important;
  border-color: #3a35f8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6d8b5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6abe83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #275836 !important;
  background-color: #a6d8b5 !important;
  border-color: #a6d8b5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5189b8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #345c7f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5189b8 !important;
  border-color: #5189b8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6b1d8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6a7cbe !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a6b1d8 !important;
  border-color: #a6b1d8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5db6e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #efc71d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5e4d06 !important;
  background-color: #f5db6e !important;
  border-color: #f5db6e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b63b07;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #632004 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b63b07 !important;
  border-color: #b63b07 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #131313;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #131313 !important;
  border-color: #131313 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #3a35f8 !important;
}
.text-secondary {
  color: #a6d8b5 !important;
}
.text-success {
  color: #a6b1d8 !important;
}
.text-info {
  color: #5189b8 !important;
}
.text-warning {
  color: #f5db6e !important;
}
.text-danger {
  color: #b63b07 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #131313 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b07c0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5fb97a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5f73b9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2f5474 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #edc210 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #541b03 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #3a35f8;
}
.nav-tabs .nav-link:not(.active) {
  color: #131313;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5189b8;
}
.alert-warning {
  background-color: #f5db6e;
}
.alert-danger {
  background-color: #b63b07;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a35f8;
  border-color: #3a35f8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a35f8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafaff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #acc6dd;
}
.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: #f87a45;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Acme', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #3a35f8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Acme', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #3a35f8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a35f8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3a35f8;
}
.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: #3a35f8;
  border-bottom-color: #3a35f8;
}
.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: #3a35f8 !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: #a6d8b5 !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='%233a35f8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.container-small {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  word-wrap: break-word;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .container-small {
    max-width: 1180px;
  }
}
@media (max-width: 1024px) {
  .container-small {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container-small {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-fluid {
  max-width: 1724px;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
b,
strong {
  font-weight: 600 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 68px;
  padding: 20px 44px;
  border-radius: 0;
  font-weight: 600 !important;
  transition: all .3s;
}
@media (max-width: 1199px) {
  .mbr-section-btn .btn {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .mbr-section-btn .btn {
    padding: 15px 20px;
  }
}
.mbr-section-btn .btn-black {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  box-shadow: 4px 4px 0 #FFFFFF !important;
}
.mbr-section-btn .btn-black:hover {
  box-shadow: none !important;
}
.cid-uFHoJB2bcf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFHoJB2bcf nav.navbar {
  position: fixed;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFHoJB2bcf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFHoJB2bcf .dropdown-item:hover,
.cid-uFHoJB2bcf .dropdown-item:focus {
  background: #3a35f8 !important;
  color: white !important;
}
.cid-uFHoJB2bcf .dropdown-item:hover span {
  color: white;
}
.cid-uFHoJB2bcf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFHoJB2bcf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFHoJB2bcf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFHoJB2bcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFHoJB2bcf .nav-link {
  position: relative;
}
.cid-uFHoJB2bcf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHoJB2bcf .container {
    flex-wrap: wrap;
  }
}
.cid-uFHoJB2bcf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHoJB2bcf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFHoJB2bcf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFHoJB2bcf .dropdown-menu,
.cid-uFHoJB2bcf .navbar.opened {
  background: #ffeb98 !important;
}
.cid-uFHoJB2bcf .nav-item:focus,
.cid-uFHoJB2bcf .nav-link:focus {
  outline: none;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHoJB2bcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHoJB2bcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHoJB2bcf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffeb98;
}
.cid-uFHoJB2bcf .navbar.opened {
  transition: all 0.3s;
}
.cid-uFHoJB2bcf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFHoJB2bcf .navbar .navbar-logo img {
  width: auto;
}
.cid-uFHoJB2bcf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFHoJB2bcf .navbar.collapsed {
  justify-content: center;
}
.cid-uFHoJB2bcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFHoJB2bcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFHoJB2bcf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFHoJB2bcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFHoJB2bcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFHoJB2bcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFHoJB2bcf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFHoJB2bcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFHoJB2bcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFHoJB2bcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFHoJB2bcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFHoJB2bcf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFHoJB2bcf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFHoJB2bcf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFHoJB2bcf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFHoJB2bcf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFHoJB2bcf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFHoJB2bcf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFHoJB2bcf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFHoJB2bcf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFHoJB2bcf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFHoJB2bcf .dropdown-item.active,
.cid-uFHoJB2bcf .dropdown-item:active {
  background-color: transparent;
}
.cid-uFHoJB2bcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFHoJB2bcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFHoJB2bcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFHoJB2bcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb98;
}
.cid-uFHoJB2bcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFHoJB2bcf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHoJB2bcf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFHoJB2bcf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFHoJB2bcf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFHoJB2bcf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar {
    height: 70px;
  }
  .cid-uFHoJB2bcf .navbar.opened {
    height: auto;
  }
  .cid-uFHoJB2bcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJ7M3Fujl {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #a6d8b5;
}
.cid-uFJ7M3Fujl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ7M3Fujl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ7M3Fujl .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFJ7M3Fujl .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uFJ8J5IpZK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJ8J5IpZK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFJ8J5IpZK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFJ8J5IpZK .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #353535;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFI4yqUCCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFI4yqUCCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFI4yqUCCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFI4yqUCCC .container-small,
.cid-uFI4yqUCCC .container-fluid {
  padding: 0 !important;
}
.cid-uFI4yqUCCC .container-small {
  max-width: 1440px;
}
.cid-uFI4yqUCCC .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #a6d8b5;
}
@media (max-width: 991px) {
  .cid-uFI4yqUCCC .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFI4yqUCCC .text-box {
    padding: 50px 10px;
  }
}
.cid-uFI4yqUCCC .mbr-section-title {
  color: #131313;
}
.cid-uFI4yqUCCC .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uFI4yqUCCC .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uFI4yqUCCC .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFI4yqUCCC .mbr-text a {
  text-decoration: underline;
}
.cid-uFI4yqUCCC .mbr-section-btn {
  margin-top: 34px;
}
.cid-uFJadzfEa3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJadzfEa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJadzfEa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJadzfEa3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFJadzfEa3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFJadzfEa3 .container {
    padding: 0 26px;
  }
}
.cid-uFJadzfEa3 .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFJadzfEa3 .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFJadzfEa3 .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uFJadzfEa3 .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFJadzfEa3 .image-wrapper img {
    height: 300px;
  }
}
.cid-uFJadzfEa3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFJadzfEa3 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFJadzfEa3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJadzfEa3 .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFJadzfEa3 .mbr-section-title {
  color: #ffffff;
}
.cid-uFJadzfEa3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJadzfEa3 .mbr-text {
  color: #000000;
}
.cid-uFJadzfEa3 .mbr-section-title,
.cid-uFJadzfEa3 .mbr-section-btn {
  color: #000000;
}
.cid-uFJamDFBf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a6d8b5;
}
.cid-uFJamDFBf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJamDFBf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJamDFBf7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFJamDFBf7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFJamDFBf7 .container {
    padding: 0 16px;
  }
}
.cid-uFJamDFBf7 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFJamDFBf7 .row {
    margin: 0 10px;
  }
}
.cid-uFJamDFBf7 .row .card {
  position: relative;
  padding: 0;
}
.cid-uFJamDFBf7 .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #502274;
  border-radius: 0;
  pointer-events: none;
  left: auto;
  right: -11rem;
  border-right: 40px solid #502274;
  border-left: none;
}
@media (max-width: 1300px) {
  .cid-uFJamDFBf7 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uFJamDFBf7 .row .card .decor-wrapper {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uFJamDFBf7 .row .card .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uFJamDFBf7 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFJamDFBf7 .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #502274;
  color: #502274;
  border-radius: 100%;
  border: 5px solid #502274;
  z-index: 1;
  left: auto;
  right: -13rem;
}
@media (max-width: 1300px) {
  .cid-uFJamDFBf7 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uFJamDFBf7 .row .card .icon-decor {
    right: -9.8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uFJamDFBf7 .row .card .icon-decor {
    display: none;
  }
}
.cid-uFJamDFBf7 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFJamDFBf7 .title-wrapper {
    width: 100%;
  }
}
.cid-uFJamDFBf7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFJamDFBf7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFJamDFBf7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJamDFBf7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFJamDFBf7 .mbr-text {
  color: #000000;
}
.cid-tBofHXKj6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tBofHXKj6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBofHXKj6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBofHXKj6y .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tBofHXKj6y .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tBofHXKj6y .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .item-img {
    width: 100%;
  }
}
.cid-tBofHXKj6y .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tBofHXKj6y .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tBofHXKj6y .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tBofHXKj6y .card-title {
  color: #131313;
}
.cid-tBofHXKj6y .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tBofHXKj6y .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-tBofHXKj6y .list-item {
  width: 100%;
}
.cid-tBofHXKj6y .list-text {
  color: #000000;
}
.cid-tBofHXKj6y .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tBofHXKj6y .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tBofHXKj6y .card-text,
.cid-tBofHXKj6y .mbr-section-btn {
  color: #000000;
}
.cid-uFI6BnRaKP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d8b5;
}
.cid-uFI6BnRaKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFI6BnRaKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFI6BnRaKP .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uFI6BnRaKP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFI6BnRaKP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFI6BnRaKP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFI6BnRaKP .mbr-text,
.cid-uFI6BnRaKP .mbr-section-btn {
  color: #000000;
}
.cid-uFI6BnRaKP .card-title,
.cid-uFI6BnRaKP .card-box {
  text-align: left;
  color: #131313;
}
.cid-uFCcJt2Zg1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFCcJt2Zg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCcJt2Zg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCcJt2Zg1 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFCcJt2Zg1 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFCcJt2Zg1 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFCcJt2Zg1 .mbr-section-title {
  color: #131313;
}
.cid-uFCcJt2Zg1 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFCcJt2Zg1 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uFCcJt2Zg1 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uFCcJt2Zg1 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #a6d8b5;
  box-shadow: 4px 4px 0 #a6d8b5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uFCcJt2Zg1 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFCcJt2Zg1 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFCcJt2Zg1 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uFCcJt2Zg1 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFCcJt2Zg1 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-uFCcJt2Zg1 .card-title {
  color: #131313;
}
.cid-uFCcJt2Zg1 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uFCcJt2Zg1 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uFCcJt2Zg1 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFCcJt2Zg1 .card-link {
    margin-top: 15px;
  }
}
.cid-uFCcJt2Zg1 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uFJb2xheM7 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a6d8b5;
}
.cid-uFJb2xheM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJb2xheM7 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFJb2xheM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJb2xheM7 h1 {
  max-width: 800px;
}
.cid-uFJb2xheM7 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFJb2xheM7 .btn:hover {
  transform: scale(1.1);
  background: #a6d8b5 !important;
  border-color: #a6d8b5 !important;
  color: #3a35f8 !important;
}
.cid-uFJb2xheM7 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFJb2xheM7 .btn div {
  overflow: hidden;
}
.cid-uFJb2xheM7 .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-uFJb2xheM7 {
    align-items: center;
  }
  .cid-uFJb2xheM7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFJb2xheM7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFJb2xheM7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFJb2xheM7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFJb2xheM7 .content-wrap {
    width: 100%;
  }
}
.cid-uFJb2xheM7 .mbr-section-subtitle,
.cid-uFJb2xheM7 .line {
  color: #291f1e;
}
.cid-uFJb2xheM7 .mbr-text,
.cid-uFJb2xheM7 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFJb2xheM7 .mbr-section-title {
  color: #291f1e;
}
.cid-uFBXPGUyzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFBXPGUyzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFBXPGUyzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFBXPGUyzP .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFBXPGUyzP .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFBXPGUyzP .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFBXPGUyzP .mbr-section-title {
  color: #131313;
}
.cid-uFBXPGUyzP .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFBXPGUyzP .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uFBXPGUyzP .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uFBXPGUyzP .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #a6d8b5;
  box-shadow: 4px 4px 0 #a6d8b5;
  background: #fafafa;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uFBXPGUyzP .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFBXPGUyzP .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFBXPGUyzP .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uFBXPGUyzP .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFBXPGUyzP .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-uFBXPGUyzP .card-title {
  color: #131313;
}
.cid-uFBXPGUyzP .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uFBXPGUyzP .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uFBXPGUyzP .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFBXPGUyzP .card-link {
    margin-top: 15px;
  }
}
.cid-uFBXPGUyzP .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uFBXPGUyzP .card-title,
.cid-uFBXPGUyzP .iconfont-wrapper {
  color: #000000;
}
.cid-uFDAhe4Q7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDAhe4Q7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDAhe4Q7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDAhe4Q7v .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFDAhe4Q7v .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFDAhe4Q7v .container {
    padding: 0 30px;
  }
}
.cid-uFDAhe4Q7v .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #a6d8b5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFDAhe4Q7v .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uFDAhe4Q7v .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uFDAhe4Q7v .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uFDAhe4Q7v .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFDAhe4Q7v .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFDAhe4Q7v .mbr-section-title {
  color: #2b2b2b;
}
.cid-uFDAhe4Q7v .mbr-text {
  color: #000000;
}
.cid-uFDAhe4Q7v .mbr-section-title,
.cid-uFDAhe4Q7v .mbr-section-btn {
  color: #000000;
}
.cid-uFI74HunCR {
  background-color: #a6d8b5;
  padding-top: 7rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uFI74HunCR .row {
    background-color: transparent;
    background-color: #a6d8b5;
  }
}
@media (min-width: 992px) {
  .cid-uFI74HunCR .content-wrapper {
    max-width: 600px;
    height: 560px;
    background-color: transparent;
    background-color: #a6d8b5;
  }
}
@media (max-width: 991px) {
  .cid-uFI74HunCR .wrapper {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-uFI74HunCR .wrapper {
    padding: 0 28px;
  }
}
.cid-uFI74HunCR .row {
  flex-direction: row-reverse;
}
.cid-uFI74HunCR .text {
  position: relative;
}
.cid-uFI74HunCR .card-header {
  padding: 15px 0 !important;
  border-bottom: none;
  margin-bottom: 0px !important;
  background-color: transparent;
  border-top: 1px solid rgba(61, 61, 61, 0.3);
}
@media (min-width: 768px) {
  .cid-uFI74HunCR .card-header {
    padding: 15px 0 15px 0 !important;
  }
}
.cid-uFI74HunCR .panel-body {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
.cid-uFI74HunCR span {
  transform: rotate(45deg);
  transition: all 0.5s;
  font-size: 20px;
}
.cid-uFI74HunCR .collapsed span {
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .cid-uFI74HunCR .content-block {
    padding-right: 60px;
  }
}
.cid-uFI74HunCR .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFI74HunCR .panel-group {
  width: 100%;
}
.cid-uFI74HunCR .sign {
  font-family: 'Moririse2' !important;
}
.cid-uFI74HunCR .card {
  border-radius: 0px;
}
.cid-uFI74HunCR .card .card-header {
  border-radius: 0px;
  padding: 0;
}
.cid-uFI74HunCR .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFI74HunCR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFI74HunCR .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uFI74HunCR .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uFI74HunCR .link-title {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3);
  padding-bottom: 33px;
}
.cid-uFI74HunCR .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uFI74HunCR .mbr-text {
  margin-bottom: 84px;
}
.cid-uFI74HunCR .header-text,
.cid-uFI74HunCR .sign {
  color: #ffffff;
}
.cid-uFI74HunCR .panel-text {
  color: #fcc015;
  text-align: left;
}
.cid-uFI74HunCR .title {
  color: #ffffff;
  text-align: center;
}
.cid-uFJe6pjvI5 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-uFJe6pjvI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJe6pjvI5 .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-uFJe6pjvI5 .container {
    padding: 0 22px;
  }
}
.cid-uFJe6pjvI5 .card {
  justify-content: center;
}
.cid-uFJe6pjvI5 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFJe6pjvI5 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFJe6pjvI5 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJe6pjvI5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJe6pjvI5 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFJe6pjvI5 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uFJe6pjvI5 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFJe6pjvI5 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFJe6pjvI5 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFJe6pjvI5 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFJe6pjvI5 .mbr-section-title {
  color: #000000;
}
.cid-uFJe6pjvI5 .mbr-text {
  color: #131313;
}
.cid-uFBYnbxcwv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFBYnbxcwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFBYnbxcwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFBYnbxcwv .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uFBYnbxcwv .google-map {
    margin-bottom: 32px;
  }
}
.cid-uFBYnbxcwv .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #a78aff, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFBYnbxcwv .google-map::before {
    bottom: -32px;
  }
}
.cid-uFBYnbxcwv .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uFBYnbxcwv .google-map iframe {
    height: 350px;
  }
}
.cid-uFBUE0scIv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78be8d;
}
.cid-uFBUE0scIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFBUE0scIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFBUE0scIv .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFBUE0scIv .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper {
    padding: 0;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper {
  background-color: #78be8d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uFBUE0scIv .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uFBUE0scIv .mbr-section-title {
  color: #2C2625;
}
.cid-uFBUE0scIv .mbr-text {
  color: #2C2625;
}
.cid-uFBUE0scIv .list {
  color: #2C2625;
}
.cid-uFJjtmZy7z {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFJjtmZy7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJjtmZy7z .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-uFJjtmZy7z .container {
    padding: 0 22px;
  }
}
.cid-uFJjtmZy7z .card {
  justify-content: center;
}
.cid-uFJjtmZy7z .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFJjtmZy7z .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFJjtmZy7z .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJjtmZy7z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJjtmZy7z .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFJjtmZy7z .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uFJjtmZy7z .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFJjtmZy7z .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFJjtmZy7z .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFJjtmZy7z .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFJjtmZy7z .mbr-section-title {
  color: #ffffff;
}
.cid-uFJjtmZy7z .mbr-text {
  color: #131313;
}
.cid-uFCLz8fmve {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
  background-image: linear-gradient(#fafafa 80%, #fafafa 110%);
}
.cid-uFCLz8fmve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCLz8fmve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCLz8fmve .row {
  justify-content: center;
}
.cid-uFCLz8fmve .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFCLz8fmve .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fc7942, #fc7942 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFCLz8fmve .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFCLz8fmve .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFCLz8fmve .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uFCLz8fmve .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFCLz8fmve .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uFCLz8fmve .mbr-section-title {
  color: #ffffff;
}
.cid-uFCLz8fmve .mbr-text {
  color: #000000;
}
.cid-uFCLz8fmve .mbr-desc {
  color: #ffffff;
}
.cid-uFCKyONCqU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #151e11;
}
.cid-uFCKyONCqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCKyONCqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCKyONCqU .row {
  justify-content: center;
}
.cid-uFCKyONCqU .main-content {
  margin: 0;
}
.cid-uFCKyONCqU .card {
  padding: 0;
}
.cid-uFCKyONCqU .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFCKyONCqU .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFCKyONCqU .google-map iframe {
    height: 350px;
  }
}
.cid-uFBUE0scIv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78be8d;
}
.cid-uFBUE0scIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFBUE0scIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFBUE0scIv .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFBUE0scIv .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper {
    padding: 0;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper {
  background-color: #78be8d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uFBUE0scIv .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uFBUE0scIv .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uFBUE0scIv .mbr-section-title {
  color: #2C2625;
}
.cid-uFBUE0scIv .mbr-text {
  color: #2C2625;
}
.cid-uFBUE0scIv .list {
  color: #2C2625;
}
.cid-uFHoJB2bcf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFHoJB2bcf nav.navbar {
  position: fixed;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFHoJB2bcf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFHoJB2bcf .dropdown-item:hover,
.cid-uFHoJB2bcf .dropdown-item:focus {
  background: #3a35f8 !important;
  color: white !important;
}
.cid-uFHoJB2bcf .dropdown-item:hover span {
  color: white;
}
.cid-uFHoJB2bcf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFHoJB2bcf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFHoJB2bcf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFHoJB2bcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFHoJB2bcf .nav-link {
  position: relative;
}
.cid-uFHoJB2bcf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHoJB2bcf .container {
    flex-wrap: wrap;
  }
}
.cid-uFHoJB2bcf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHoJB2bcf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFHoJB2bcf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFHoJB2bcf .dropdown-menu,
.cid-uFHoJB2bcf .navbar.opened {
  background: #ffeb98 !important;
}
.cid-uFHoJB2bcf .nav-item:focus,
.cid-uFHoJB2bcf .nav-link:focus {
  outline: none;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHoJB2bcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHoJB2bcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHoJB2bcf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffeb98;
}
.cid-uFHoJB2bcf .navbar.opened {
  transition: all 0.3s;
}
.cid-uFHoJB2bcf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFHoJB2bcf .navbar .navbar-logo img {
  width: auto;
}
.cid-uFHoJB2bcf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFHoJB2bcf .navbar.collapsed {
  justify-content: center;
}
.cid-uFHoJB2bcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFHoJB2bcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFHoJB2bcf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFHoJB2bcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFHoJB2bcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFHoJB2bcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFHoJB2bcf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFHoJB2bcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFHoJB2bcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFHoJB2bcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFHoJB2bcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFHoJB2bcf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFHoJB2bcf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFHoJB2bcf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFHoJB2bcf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFHoJB2bcf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFHoJB2bcf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFHoJB2bcf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFHoJB2bcf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFHoJB2bcf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFHoJB2bcf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFHoJB2bcf .dropdown-item.active,
.cid-uFHoJB2bcf .dropdown-item:active {
  background-color: transparent;
}
.cid-uFHoJB2bcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFHoJB2bcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFHoJB2bcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFHoJB2bcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb98;
}
.cid-uFHoJB2bcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFHoJB2bcf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHoJB2bcf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFHoJB2bcf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFHoJB2bcf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFHoJB2bcf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar {
    height: 70px;
  }
  .cid-uFHoJB2bcf .navbar.opened {
    height: auto;
  }
  .cid-uFHoJB2bcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJkWuxkP7 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFJkWuxkP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJkWuxkP7 .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-uFJkWuxkP7 .container {
    padding: 0 22px;
  }
}
.cid-uFJkWuxkP7 .card {
  justify-content: center;
}
.cid-uFJkWuxkP7 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFJkWuxkP7 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFJkWuxkP7 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJkWuxkP7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJkWuxkP7 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFJkWuxkP7 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uFJkWuxkP7 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFJkWuxkP7 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFJkWuxkP7 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFJkWuxkP7 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFJkWuxkP7 .mbr-section-title {
  color: #ffffff;
}
.cid-uFJkWuxkP7 .mbr-text {
  color: #131313;
}
.cid-uFCMoA5fux {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-uFCMoA5fux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCMoA5fux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCMoA5fux .row {
  justify-content: center;
}
.cid-uFCMoA5fux .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFCMoA5fux .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fc7942, #fc7942 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFCMoA5fux .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFCMoA5fux .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFCMoA5fux .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uFCMoA5fux .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFCMoA5fux .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uFCMoA5fux .mbr-section-title {
  color: #ffffff;
}
.cid-uFCMoA5fux .mbr-text {
  color: #000000;
}
.cid-uFCMoA5fux .mbr-desc {
  color: #ffffff;
}
.cid-uFCMoAEunP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #151e11;
}
.cid-uFCMoAEunP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCMoAEunP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCMoAEunP .row {
  justify-content: center;
}
.cid-uFCMoAEunP .main-content {
  margin: 0;
}
.cid-uFCMoAEunP .card {
  padding: 0;
}
.cid-uFCMoAEunP .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFCMoAEunP .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFCMoAEunP .google-map iframe {
    height: 350px;
  }
}
.cid-uFCMoB6Qaf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78be8d;
}
.cid-uFCMoB6Qaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCMoB6Qaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCMoB6Qaf .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFCMoB6Qaf .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFCMoB6Qaf .content-wrapper {
    padding: 0;
  }
}
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper {
  background-color: #78be8d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFCMoB6Qaf .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFCMoB6Qaf .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFCMoB6Qaf .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uFCMoB6Qaf .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uFCMoB6Qaf .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uFCMoB6Qaf .mbr-section-title {
  color: #2C2625;
}
.cid-uFCMoB6Qaf .mbr-text {
  color: #2C2625;
}
.cid-uFCMoB6Qaf .list {
  color: #2C2625;
}
.cid-uFHoJB2bcf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFHoJB2bcf nav.navbar {
  position: fixed;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFHoJB2bcf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFHoJB2bcf .dropdown-item:hover,
.cid-uFHoJB2bcf .dropdown-item:focus {
  background: #3a35f8 !important;
  color: white !important;
}
.cid-uFHoJB2bcf .dropdown-item:hover span {
  color: white;
}
.cid-uFHoJB2bcf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFHoJB2bcf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFHoJB2bcf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFHoJB2bcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFHoJB2bcf .nav-link {
  position: relative;
}
.cid-uFHoJB2bcf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHoJB2bcf .container {
    flex-wrap: wrap;
  }
}
.cid-uFHoJB2bcf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFHoJB2bcf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFHoJB2bcf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFHoJB2bcf .dropdown-menu,
.cid-uFHoJB2bcf .navbar.opened {
  background: #ffeb98 !important;
}
.cid-uFHoJB2bcf .nav-item:focus,
.cid-uFHoJB2bcf .nav-link:focus {
  outline: none;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFHoJB2bcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFHoJB2bcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHoJB2bcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHoJB2bcf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffeb98;
}
.cid-uFHoJB2bcf .navbar.opened {
  transition: all 0.3s;
}
.cid-uFHoJB2bcf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFHoJB2bcf .navbar .navbar-logo img {
  width: auto;
}
.cid-uFHoJB2bcf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFHoJB2bcf .navbar.collapsed {
  justify-content: center;
}
.cid-uFHoJB2bcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFHoJB2bcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFHoJB2bcf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFHoJB2bcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFHoJB2bcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFHoJB2bcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFHoJB2bcf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFHoJB2bcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFHoJB2bcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFHoJB2bcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFHoJB2bcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFHoJB2bcf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFHoJB2bcf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFHoJB2bcf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFHoJB2bcf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFHoJB2bcf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFHoJB2bcf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFHoJB2bcf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFHoJB2bcf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFHoJB2bcf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFHoJB2bcf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFHoJB2bcf .dropdown-item.active,
.cid-uFHoJB2bcf .dropdown-item:active {
  background-color: transparent;
}
.cid-uFHoJB2bcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFHoJB2bcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFHoJB2bcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFHoJB2bcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb98;
}
.cid-uFHoJB2bcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFHoJB2bcf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHoJB2bcf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFHoJB2bcf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFHoJB2bcf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFHoJB2bcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFHoJB2bcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFHoJB2bcf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFHoJB2bcf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFHoJB2bcf .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-uFHoJB2bcf .navbar {
    height: 70px;
  }
  .cid-uFHoJB2bcf .navbar.opened {
    height: auto;
  }
  .cid-uFHoJB2bcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJrjohFBl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJrjohFBl nav.navbar {
  position: fixed;
}
.cid-uFJrjohFBl .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-uFJrjohFBl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJrjohFBl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJrjohFBl .dropdown-item:hover,
.cid-uFJrjohFBl .dropdown-item:focus {
  background: #3a35f8 !important;
  color: white !important;
}
.cid-uFJrjohFBl .dropdown-item:hover span {
  color: white;
}
.cid-uFJrjohFBl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJrjohFBl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJrjohFBl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJrjohFBl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJrjohFBl .nav-link {
  position: relative;
}
.cid-uFJrjohFBl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFJrjohFBl .container {
    flex-wrap: wrap;
  }
}
.cid-uFJrjohFBl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFJrjohFBl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFJrjohFBl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJrjohFBl .dropdown-menu,
.cid-uFJrjohFBl .navbar.opened {
  background: #ffeb98 !important;
}
.cid-uFJrjohFBl .nav-item:focus,
.cid-uFJrjohFBl .nav-link:focus {
  outline: none;
}
.cid-uFJrjohFBl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJrjohFBl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJrjohFBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJrjohFBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJrjohFBl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJrjohFBl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJrjohFBl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffeb98;
}
.cid-uFJrjohFBl .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJrjohFBl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJrjohFBl .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJrjohFBl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJrjohFBl .navbar.collapsed {
  justify-content: center;
}
.cid-uFJrjohFBl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJrjohFBl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJrjohFBl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFJrjohFBl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJrjohFBl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJrjohFBl .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-uFJrjohFBl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJrjohFBl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJrjohFBl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJrjohFBl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJrjohFBl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJrjohFBl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJrjohFBl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJrjohFBl .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-uFJrjohFBl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJrjohFBl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJrjohFBl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJrjohFBl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJrjohFBl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJrjohFBl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJrjohFBl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJrjohFBl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJrjohFBl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJrjohFBl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJrjohFBl .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-uFJrjohFBl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJrjohFBl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJrjohFBl .dropdown-item.active,
.cid-uFJrjohFBl .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJrjohFBl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJrjohFBl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJrjohFBl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJrjohFBl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb98;
}
.cid-uFJrjohFBl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJrjohFBl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJrjohFBl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJrjohFBl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJrjohFBl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJrjohFBl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJrjohFBl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJrjohFBl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJrjohFBl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJrjohFBl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJrjohFBl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJrjohFBl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJrjohFBl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJrjohFBl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJrjohFBl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJrjohFBl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJrjohFBl .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-uFJrjohFBl .navbar {
    height: 70px;
  }
  .cid-uFJrjohFBl .navbar.opened {
    height: auto;
  }
  .cid-uFJrjohFBl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJrjoFFrq {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #a6d8b5;
}
.cid-uFJrjoFFrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjoFFrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjoFFrq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFJrjoFFrq .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uFJrjp6fec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJrjp6fec .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFJrjp6fec .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFJrjp6fec .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #353535;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFJrjplwxK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFJrjplwxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjplwxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjplwxK .container-small,
.cid-uFJrjplwxK .container-fluid {
  padding: 0 !important;
}
.cid-uFJrjplwxK .container-small {
  max-width: 1440px;
}
.cid-uFJrjplwxK .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #a6d8b5;
}
@media (max-width: 991px) {
  .cid-uFJrjplwxK .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrjplwxK .text-box {
    padding: 50px 10px;
  }
}
.cid-uFJrjplwxK .mbr-section-title {
  color: #131313;
}
.cid-uFJrjplwxK .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uFJrjplwxK .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uFJrjplwxK .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFJrjplwxK .mbr-text a {
  text-decoration: underline;
}
.cid-uFJrjplwxK .mbr-section-btn {
  margin-top: 34px;
}
.cid-uFJrjpEam6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJrjpEam6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjpEam6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjpEam6 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFJrjpEam6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFJrjpEam6 .container {
    padding: 0 26px;
  }
}
.cid-uFJrjpEam6 .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFJrjpEam6 .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFJrjpEam6 .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uFJrjpEam6 .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFJrjpEam6 .image-wrapper img {
    height: 300px;
  }
}
.cid-uFJrjpEam6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFJrjpEam6 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFJrjpEam6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrjpEam6 .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFJrjpEam6 .mbr-section-title {
  color: #ffffff;
}
.cid-uFJrjpEam6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJrjpEam6 .mbr-text {
  color: #000000;
}
.cid-uFJrjpEam6 .mbr-section-title,
.cid-uFJrjpEam6 .mbr-section-btn {
  color: #000000;
}
.cid-uFJrjpXj5t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a6d8b5;
}
.cid-uFJrjpXj5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjpXj5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjpXj5t .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFJrjpXj5t .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjpXj5t .container {
    padding: 0 16px;
  }
}
.cid-uFJrjpXj5t .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFJrjpXj5t .row {
    margin: 0 10px;
  }
}
.cid-uFJrjpXj5t .row .card {
  position: relative;
  padding: 0;
}
.cid-uFJrjpXj5t .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #502274;
  border-radius: 0;
  pointer-events: none;
  left: auto;
  right: -11rem;
  border-right: 40px solid #502274;
  border-left: none;
}
@media (max-width: 1300px) {
  .cid-uFJrjpXj5t .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uFJrjpXj5t .row .card .decor-wrapper {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjpXj5t .row .card .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjpXj5t .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFJrjpXj5t .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #502274;
  color: #502274;
  border-radius: 100%;
  border: 5px solid #502274;
  z-index: 1;
  left: auto;
  right: -13rem;
}
@media (max-width: 1300px) {
  .cid-uFJrjpXj5t .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uFJrjpXj5t .row .card .icon-decor {
    right: -9.8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjpXj5t .row .card .icon-decor {
    display: none;
  }
}
.cid-uFJrjpXj5t .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFJrjpXj5t .title-wrapper {
    width: 100%;
  }
}
.cid-uFJrjpXj5t .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFJrjpXj5t .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFJrjpXj5t .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrjpXj5t .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFJrjpXj5t .mbr-text {
  color: #000000;
}
.cid-uFL5yJ2xan {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFL5yJ2xan .video-wrapper iframe {
  width: 100%;
}
.cid-uFL5yJ2xan .mbr-section-title,
.cid-uFL5yJ2xan .mbr-section-subtitle,
.cid-uFL5yJ2xan .mbr-text {
  text-align: center;
}
.cid-uFL5yJ2xan .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #fafafa;
}
.cid-uFL5yJ2xan .mbr-text {
  padding-top: 16px;
}
.cid-uFJrjqibhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJrjqibhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjqibhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjqibhf .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uFJrjqibhf .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uFJrjqibhf .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uFJrjqibhf .item-img {
    width: 100%;
  }
}
.cid-uFJrjqibhf .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uFJrjqibhf .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uFJrjqibhf .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uFJrjqibhf .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uFJrjqibhf .card-title {
  color: #131313;
}
.cid-uFJrjqibhf .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uFJrjqibhf .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-uFJrjqibhf .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-uFJrjqibhf .list-item {
  width: 100%;
}
.cid-uFJrjqibhf .list-text {
  color: #000000;
}
.cid-uFJrjqibhf .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uFJrjqibhf .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uFJrjqibhf .card-text,
.cid-uFJrjqibhf .mbr-section-btn {
  color: #000000;
}
.cid-uFJrjqKrO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d8b5;
}
.cid-uFJrjqKrO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjqKrO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjqKrO7 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uFJrjqKrO7 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFJrjqKrO7 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJrjqKrO7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFJrjqKrO7 .mbr-text,
.cid-uFJrjqKrO7 .mbr-section-btn {
  color: #000000;
}
.cid-uFJrjqKrO7 .card-title,
.cid-uFJrjqKrO7 .card-box {
  text-align: left;
  color: #131313;
}
.cid-uFJrjr8pOL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJrjr8pOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjr8pOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjr8pOL .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFJrjr8pOL .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrjr8pOL .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFJrjr8pOL .mbr-section-title {
  color: #131313;
}
.cid-uFJrjr8pOL .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFJrjr8pOL .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uFJrjr8pOL .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uFJrjr8pOL .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #a6d8b5;
  box-shadow: 4px 4px 0 #a6d8b5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uFJrjr8pOL .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFJrjr8pOL .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFJrjr8pOL .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uFJrjr8pOL .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFJrjr8pOL .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-uFJrjr8pOL .card-title {
  color: #131313;
}
.cid-uFJrjr8pOL .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uFJrjr8pOL .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uFJrjr8pOL .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrjr8pOL .card-link {
    margin-top: 15px;
  }
}
.cid-uFJrjr8pOL .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uFJrjrMPhA {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a6d8b5;
}
.cid-uFJrjrMPhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjrMPhA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFJrjrMPhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjrMPhA h1 {
  max-width: 800px;
}
.cid-uFJrjrMPhA p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFJrjrMPhA .btn:hover {
  transform: scale(1.1);
  background: #a6d8b5 !important;
  border-color: #a6d8b5 !important;
  color: #3a35f8 !important;
}
.cid-uFJrjrMPhA .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFJrjrMPhA .btn div {
  overflow: hidden;
}
.cid-uFJrjrMPhA .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-uFJrjrMPhA {
    align-items: center;
  }
  .cid-uFJrjrMPhA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFJrjrMPhA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFJrjrMPhA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFJrjrMPhA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFJrjrMPhA .content-wrap {
    width: 100%;
  }
}
.cid-uFJrjrMPhA .mbr-section-subtitle,
.cid-uFJrjrMPhA .line {
  color: #291f1e;
}
.cid-uFJrjrMPhA .mbr-text,
.cid-uFJrjrMPhA .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFJrjrMPhA .mbr-section-title {
  color: #291f1e;
}
.cid-uFJrjs6N2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJrjs6N2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjs6N2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjs6N2K .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFJrjs6N2K .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrjs6N2K .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFJrjs6N2K .mbr-section-title {
  color: #131313;
}
.cid-uFJrjs6N2K .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFJrjs6N2K .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uFJrjs6N2K .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uFJrjs6N2K .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #a6d8b5;
  box-shadow: 4px 4px 0 #a6d8b5;
  background: #fafafa;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uFJrjs6N2K .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFJrjs6N2K .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFJrjs6N2K .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uFJrjs6N2K .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFJrjs6N2K .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-uFJrjs6N2K .card-title {
  color: #131313;
}
.cid-uFJrjs6N2K .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uFJrjs6N2K .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uFJrjs6N2K .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrjs6N2K .card-link {
    margin-top: 15px;
  }
}
.cid-uFJrjs6N2K .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uFJrjs6N2K .card-title,
.cid-uFJrjs6N2K .iconfont-wrapper {
  color: #000000;
}
.cid-uFJrjsDTuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJrjsDTuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjsDTuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjsDTuJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFJrjsDTuJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjsDTuJ .container {
    padding: 0 30px;
  }
}
.cid-uFJrjsDTuJ .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #a6d8b5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFJrjsDTuJ .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uFJrjsDTuJ .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uFJrjsDTuJ .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uFJrjsDTuJ .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFJrjsDTuJ .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrjsDTuJ .mbr-section-title {
  color: #2b2b2b;
}
.cid-uFJrjsDTuJ .mbr-text {
  color: #000000;
}
.cid-uFJrjsDTuJ .mbr-section-title,
.cid-uFJrjsDTuJ .mbr-section-btn {
  color: #000000;
}
.cid-uFJrjsXJHQ {
  background-color: #a6d8b5;
  padding-top: 7rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uFJrjsXJHQ .row {
    background-color: transparent;
    background-color: #a6d8b5;
  }
}
@media (min-width: 992px) {
  .cid-uFJrjsXJHQ .content-wrapper {
    max-width: 600px;
    height: 560px;
    background-color: transparent;
    background-color: #a6d8b5;
  }
}
@media (max-width: 991px) {
  .cid-uFJrjsXJHQ .wrapper {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJrjsXJHQ .wrapper {
    padding: 0 28px;
  }
}
.cid-uFJrjsXJHQ .row {
  flex-direction: row-reverse;
}
.cid-uFJrjsXJHQ .text {
  position: relative;
}
.cid-uFJrjsXJHQ .card-header {
  padding: 15px 0 !important;
  border-bottom: none;
  margin-bottom: 0px !important;
  background-color: transparent;
  border-top: 1px solid rgba(61, 61, 61, 0.3);
}
@media (min-width: 768px) {
  .cid-uFJrjsXJHQ .card-header {
    padding: 15px 0 15px 0 !important;
  }
}
.cid-uFJrjsXJHQ .panel-body {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
.cid-uFJrjsXJHQ span {
  transform: rotate(45deg);
  transition: all 0.5s;
  font-size: 20px;
}
.cid-uFJrjsXJHQ .collapsed span {
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .cid-uFJrjsXJHQ .content-block {
    padding-right: 60px;
  }
}
.cid-uFJrjsXJHQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFJrjsXJHQ .panel-group {
  width: 100%;
}
.cid-uFJrjsXJHQ .sign {
  font-family: 'Moririse2' !important;
}
.cid-uFJrjsXJHQ .card {
  border-radius: 0px;
}
.cid-uFJrjsXJHQ .card .card-header {
  border-radius: 0px;
  padding: 0;
}
.cid-uFJrjsXJHQ .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFJrjsXJHQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFJrjsXJHQ .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uFJrjsXJHQ .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uFJrjsXJHQ .link-title {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3);
  padding-bottom: 33px;
}
.cid-uFJrjsXJHQ .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uFJrjsXJHQ .mbr-text {
  margin-bottom: 84px;
}
.cid-uFJrjsXJHQ .header-text,
.cid-uFJrjsXJHQ .sign {
  color: #ffffff;
}
.cid-uFJrjsXJHQ .panel-text {
  color: #fcc015;
  text-align: left;
}
.cid-uFJrjsXJHQ .title {
  color: #ffffff;
  text-align: center;
}
.cid-uFJrjtAheS {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-uFJrjtAheS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjtAheS .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-uFJrjtAheS .container {
    padding: 0 22px;
  }
}
.cid-uFJrjtAheS .card {
  justify-content: center;
}
.cid-uFJrjtAheS .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFJrjtAheS .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFJrjtAheS .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJrjtAheS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrjtAheS .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFJrjtAheS .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uFJrjtAheS .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFJrjtAheS .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjtAheS .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFJrjtAheS .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFJrjtAheS .mbr-section-title {
  color: #000000;
}
.cid-uFJrjtAheS .mbr-text {
  color: #131313;
}
.cid-uFLcqQE7j2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a6d8b5;
}
.cid-uFLcqQE7j2 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFLcqQE7j2 .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uFLcqQE7j2 .row {
    padding: 2rem 1rem;
  }
}
.cid-uFLcqQE7j2 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uFLcqQE7j2 .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uFLcqQE7j2 span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uFLcqQE7j2 .collapsed span {
  transform: rotate(0deg);
}
.cid-uFLcqQE7j2 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFLcqQE7j2 .panel-group {
  width: 100%;
}
.cid-uFLcqQE7j2 .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uFLcqQE7j2 .card {
  border-radius: 0px;
}
.cid-uFLcqQE7j2 .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uFLcqQE7j2 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFLcqQE7j2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFLcqQE7j2 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uFLcqQE7j2 .panel-text {
  color: #000000;
}
.cid-uFLcqQE7j2 .header-text,
.cid-uFLcqQE7j2 .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uFLcqQE7j2 .mbr-section-title {
  color: #000000;
}
.cid-uFLcqQE7j2 .header-text,
.cid-uFLcqQE7j2 .sign,
.cid-uFLcqQE7j2 .card-header {
  color: #000000;
}
.cid-uFLcqQE7j2 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uFJrjtWDtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFJrjtWDtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjtWDtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjtWDtC .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uFJrjtWDtC .google-map {
    margin-bottom: 32px;
  }
}
.cid-uFJrjtWDtC .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #a78aff, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFJrjtWDtC .google-map::before {
    bottom: -32px;
  }
}
.cid-uFJrjtWDtC .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uFJrjtWDtC .google-map iframe {
    height: 350px;
  }
}
.cid-uFJrjumQEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78be8d;
}
.cid-uFJrjumQEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjumQEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjumQEu .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFJrjumQEu .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjumQEu .content-wrapper {
    padding: 0;
  }
}
.cid-uFJrjumQEu .content-wrapper .card-wrapper {
  background-color: #78be8d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFJrjumQEu .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjumQEu .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uFJrjumQEu .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFJrjumQEu .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uFJrjumQEu .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uFJrjumQEu .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uFJrjumQEu .mbr-section-title {
  color: #2C2625;
}
.cid-uFJrjumQEu .mbr-text {
  color: #2C2625;
}
.cid-uFJrjumQEu .list {
  color: #2C2625;
}
.cid-uFJrk6iXtf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJrk6iXtf nav.navbar {
  position: fixed;
}
.cid-uFJrk6iXtf .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-uFJrk6iXtf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJrk6iXtf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJrk6iXtf .dropdown-item:hover,
.cid-uFJrk6iXtf .dropdown-item:focus {
  background: #3a35f8 !important;
  color: white !important;
}
.cid-uFJrk6iXtf .dropdown-item:hover span {
  color: white;
}
.cid-uFJrk6iXtf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJrk6iXtf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJrk6iXtf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJrk6iXtf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJrk6iXtf .nav-link {
  position: relative;
}
.cid-uFJrk6iXtf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFJrk6iXtf .container {
    flex-wrap: wrap;
  }
}
.cid-uFJrk6iXtf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFJrk6iXtf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFJrk6iXtf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJrk6iXtf .dropdown-menu,
.cid-uFJrk6iXtf .navbar.opened {
  background: #ffeb98 !important;
}
.cid-uFJrk6iXtf .nav-item:focus,
.cid-uFJrk6iXtf .nav-link:focus {
  outline: none;
}
.cid-uFJrk6iXtf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJrk6iXtf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJrk6iXtf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJrk6iXtf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJrk6iXtf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJrk6iXtf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJrk6iXtf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffeb98;
}
.cid-uFJrk6iXtf .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJrk6iXtf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJrk6iXtf .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJrk6iXtf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJrk6iXtf .navbar.collapsed {
  justify-content: center;
}
.cid-uFJrk6iXtf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJrk6iXtf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJrk6iXtf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFJrk6iXtf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJrk6iXtf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJrk6iXtf .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-uFJrk6iXtf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJrk6iXtf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJrk6iXtf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJrk6iXtf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJrk6iXtf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJrk6iXtf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJrk6iXtf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJrk6iXtf .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-uFJrk6iXtf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJrk6iXtf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJrk6iXtf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJrk6iXtf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJrk6iXtf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJrk6iXtf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJrk6iXtf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJrk6iXtf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJrk6iXtf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJrk6iXtf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJrk6iXtf .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-uFJrk6iXtf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJrk6iXtf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJrk6iXtf .dropdown-item.active,
.cid-uFJrk6iXtf .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJrk6iXtf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJrk6iXtf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJrk6iXtf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJrk6iXtf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb98;
}
.cid-uFJrk6iXtf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJrk6iXtf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJrk6iXtf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJrk6iXtf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJrk6iXtf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJrk6iXtf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJrk6iXtf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJrk6iXtf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJrk6iXtf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJrk6iXtf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJrk6iXtf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJrk6iXtf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJrk6iXtf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJrk6iXtf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJrk6iXtf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJrk6iXtf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJrk6iXtf .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-uFJrk6iXtf .navbar {
    height: 70px;
  }
  .cid-uFJrk6iXtf .navbar.opened {
    height: auto;
  }
  .cid-uFJrk6iXtf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJrk6E6VC {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #a6d8b5;
}
.cid-uFJrk6E6VC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrk6E6VC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrk6E6VC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFJrk6E6VC .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uFJrk6XQRR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJrk6XQRR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFJrk6XQRR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFJrk6XQRR .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #353535;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFJrk7kbw0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFJrk7kbw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrk7kbw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrk7kbw0 .container-small,
.cid-uFJrk7kbw0 .container-fluid {
  padding: 0 !important;
}
.cid-uFJrk7kbw0 .container-small {
  max-width: 1440px;
}
.cid-uFJrk7kbw0 .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #a6d8b5;
}
@media (max-width: 991px) {
  .cid-uFJrk7kbw0 .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrk7kbw0 .text-box {
    padding: 50px 10px;
  }
}
.cid-uFJrk7kbw0 .mbr-section-title {
  color: #131313;
}
.cid-uFJrk7kbw0 .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uFJrk7kbw0 .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uFJrk7kbw0 .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFJrk7kbw0 .mbr-text a {
  text-decoration: underline;
}
.cid-uFJrk7kbw0 .mbr-section-btn {
  margin-top: 34px;
}
.cid-uFJrk7RnZ3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJrk7RnZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrk7RnZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrk7RnZ3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFJrk7RnZ3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFJrk7RnZ3 .container {
    padding: 0 26px;
  }
}
.cid-uFJrk7RnZ3 .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFJrk7RnZ3 .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFJrk7RnZ3 .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uFJrk7RnZ3 .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFJrk7RnZ3 .image-wrapper img {
    height: 300px;
  }
}
.cid-uFJrk7RnZ3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFJrk7RnZ3 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFJrk7RnZ3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrk7RnZ3 .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFJrk7RnZ3 .mbr-section-title {
  color: #ffffff;
}
.cid-uFJrk7RnZ3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJrk7RnZ3 .mbr-text {
  color: #000000;
}
.cid-uFJrk7RnZ3 .mbr-section-title,
.cid-uFJrk7RnZ3 .mbr-section-btn {
  color: #000000;
}
.cid-uFJrk8jOTk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a6d8b5;
}
.cid-uFJrk8jOTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrk8jOTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrk8jOTk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFJrk8jOTk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFJrk8jOTk .container {
    padding: 0 16px;
  }
}
.cid-uFJrk8jOTk .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFJrk8jOTk .row {
    margin: 0 10px;
  }
}
.cid-uFJrk8jOTk .row .card {
  position: relative;
  padding: 0;
}
.cid-uFJrk8jOTk .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #502274;
  border-radius: 0;
  pointer-events: none;
  left: auto;
  right: -11rem;
  border-right: 40px solid #502274;
  border-left: none;
}
@media (max-width: 1300px) {
  .cid-uFJrk8jOTk .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uFJrk8jOTk .row .card .decor-wrapper {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uFJrk8jOTk .row .card .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uFJrk8jOTk .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFJrk8jOTk .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #502274;
  color: #502274;
  border-radius: 100%;
  border: 5px solid #502274;
  z-index: 1;
  left: auto;
  right: -13rem;
}
@media (max-width: 1300px) {
  .cid-uFJrk8jOTk .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uFJrk8jOTk .row .card .icon-decor {
    right: -9.8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uFJrk8jOTk .row .card .icon-decor {
    display: none;
  }
}
.cid-uFJrk8jOTk .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFJrk8jOTk .title-wrapper {
    width: 100%;
  }
}
.cid-uFJrk8jOTk .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFJrk8jOTk .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFJrk8jOTk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrk8jOTk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFJrk8jOTk .mbr-text {
  color: #000000;
}
.cid-uFJrk8LLCT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJrk8LLCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrk8LLCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrk8LLCT .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uFJrk8LLCT .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uFJrk8LLCT .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uFJrk8LLCT .item-img {
    width: 100%;
  }
}
.cid-uFJrk8LLCT .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uFJrk8LLCT .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uFJrk8LLCT .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uFJrk8LLCT .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uFJrk8LLCT .card-title {
  color: #131313;
}
.cid-uFJrk8LLCT .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uFJrk8LLCT .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-uFJrk8LLCT .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-uFJrk8LLCT .list-item {
  width: 100%;
}
.cid-uFJrk8LLCT .list-text {
  color: #000000;
}
.cid-uFJrk8LLCT .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uFJrk8LLCT .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uFJrk8LLCT .card-text,
.cid-uFJrk8LLCT .mbr-section-btn {
  color: #000000;
}
.cid-uFJrk9cEdX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d8b5;
}
.cid-uFJrk9cEdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrk9cEdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrk9cEdX .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uFJrk9cEdX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFJrk9cEdX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJrk9cEdX .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFJrk9cEdX .mbr-text,
.cid-uFJrk9cEdX .mbr-section-btn {
  color: #000000;
}
.cid-uFJrk9cEdX .card-title,
.cid-uFJrk9cEdX .card-box {
  text-align: left;
  color: #131313;
}
.cid-uFJrk9AG8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJrk9AG8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrk9AG8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrk9AG8i .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFJrk9AG8i .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrk9AG8i .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFJrk9AG8i .mbr-section-title {
  color: #131313;
}
.cid-uFJrk9AG8i .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFJrk9AG8i .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uFJrk9AG8i .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uFJrk9AG8i .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #a6d8b5;
  box-shadow: 4px 4px 0 #a6d8b5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uFJrk9AG8i .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFJrk9AG8i .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFJrk9AG8i .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uFJrk9AG8i .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFJrk9AG8i .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-uFJrk9AG8i .card-title {
  color: #131313;
}
.cid-uFJrk9AG8i .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uFJrk9AG8i .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uFJrk9AG8i .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrk9AG8i .card-link {
    margin-top: 15px;
  }
}
.cid-uFJrk9AG8i .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uFJrka9rC5 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a6d8b5;
}
.cid-uFJrka9rC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrka9rC5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFJrka9rC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrka9rC5 h1 {
  max-width: 800px;
}
.cid-uFJrka9rC5 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFJrka9rC5 .btn:hover {
  transform: scale(1.1);
  background: #a6d8b5 !important;
  border-color: #a6d8b5 !important;
  color: #3a35f8 !important;
}
.cid-uFJrka9rC5 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFJrka9rC5 .btn div {
  overflow: hidden;
}
.cid-uFJrka9rC5 .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-uFJrka9rC5 {
    align-items: center;
  }
  .cid-uFJrka9rC5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFJrka9rC5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFJrka9rC5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFJrka9rC5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFJrka9rC5 .content-wrap {
    width: 100%;
  }
}
.cid-uFJrka9rC5 .mbr-section-subtitle,
.cid-uFJrka9rC5 .line {
  color: #291f1e;
}
.cid-uFJrka9rC5 .mbr-text,
.cid-uFJrka9rC5 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFJrka9rC5 .mbr-section-title {
  color: #291f1e;
}
.cid-uFJrkaxuqC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJrkaxuqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkaxuqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkaxuqC .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFJrkaxuqC .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrkaxuqC .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFJrkaxuqC .mbr-section-title {
  color: #131313;
}
.cid-uFJrkaxuqC .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFJrkaxuqC .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uFJrkaxuqC .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uFJrkaxuqC .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #a6d8b5;
  box-shadow: 4px 4px 0 #a6d8b5;
  background: #fafafa;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uFJrkaxuqC .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFJrkaxuqC .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFJrkaxuqC .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uFJrkaxuqC .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFJrkaxuqC .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-uFJrkaxuqC .card-title {
  color: #131313;
}
.cid-uFJrkaxuqC .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uFJrkaxuqC .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uFJrkaxuqC .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrkaxuqC .card-link {
    margin-top: 15px;
  }
}
.cid-uFJrkaxuqC .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uFJrkaxuqC .card-title,
.cid-uFJrkaxuqC .iconfont-wrapper {
  color: #000000;
}
.cid-uFJrkb7hCN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJrkb7hCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkb7hCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkb7hCN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFJrkb7hCN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkb7hCN .container {
    padding: 0 30px;
  }
}
.cid-uFJrkb7hCN .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #a6d8b5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFJrkb7hCN .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uFJrkb7hCN .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uFJrkb7hCN .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uFJrkb7hCN .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFJrkb7hCN .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrkb7hCN .mbr-section-title {
  color: #2b2b2b;
}
.cid-uFJrkb7hCN .mbr-text {
  color: #000000;
}
.cid-uFJrkb7hCN .mbr-section-title,
.cid-uFJrkb7hCN .mbr-section-btn {
  color: #000000;
}
.cid-uFJrkbuwA4 {
  background-color: #a6d8b5;
  padding-top: 7rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uFJrkbuwA4 .row {
    background-color: transparent;
    background-color: #a6d8b5;
  }
}
@media (min-width: 992px) {
  .cid-uFJrkbuwA4 .content-wrapper {
    max-width: 600px;
    height: 560px;
    background-color: transparent;
    background-color: #a6d8b5;
  }
}
@media (max-width: 991px) {
  .cid-uFJrkbuwA4 .wrapper {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJrkbuwA4 .wrapper {
    padding: 0 28px;
  }
}
.cid-uFJrkbuwA4 .row {
  flex-direction: row-reverse;
}
.cid-uFJrkbuwA4 .text {
  position: relative;
}
.cid-uFJrkbuwA4 .card-header {
  padding: 15px 0 !important;
  border-bottom: none;
  margin-bottom: 0px !important;
  background-color: transparent;
  border-top: 1px solid rgba(61, 61, 61, 0.3);
}
@media (min-width: 768px) {
  .cid-uFJrkbuwA4 .card-header {
    padding: 15px 0 15px 0 !important;
  }
}
.cid-uFJrkbuwA4 .panel-body {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
.cid-uFJrkbuwA4 span {
  transform: rotate(45deg);
  transition: all 0.5s;
  font-size: 20px;
}
.cid-uFJrkbuwA4 .collapsed span {
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .cid-uFJrkbuwA4 .content-block {
    padding-right: 60px;
  }
}
.cid-uFJrkbuwA4 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFJrkbuwA4 .panel-group {
  width: 100%;
}
.cid-uFJrkbuwA4 .sign {
  font-family: 'Moririse2' !important;
}
.cid-uFJrkbuwA4 .card {
  border-radius: 0px;
}
.cid-uFJrkbuwA4 .card .card-header {
  border-radius: 0px;
  padding: 0;
}
.cid-uFJrkbuwA4 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFJrkbuwA4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFJrkbuwA4 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uFJrkbuwA4 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uFJrkbuwA4 .link-title {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3);
  padding-bottom: 33px;
}
.cid-uFJrkbuwA4 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uFJrkbuwA4 .mbr-text {
  margin-bottom: 84px;
}
.cid-uFJrkbuwA4 .header-text,
.cid-uFJrkbuwA4 .sign {
  color: #ffffff;
}
.cid-uFJrkbuwA4 .panel-text {
  color: #fcc015;
  text-align: left;
}
.cid-uFJrkbuwA4 .title {
  color: #ffffff;
  text-align: center;
}
.cid-uFJrkc9Ya1 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-uFJrkc9Ya1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkc9Ya1 .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-uFJrkc9Ya1 .container {
    padding: 0 22px;
  }
}
.cid-uFJrkc9Ya1 .card {
  justify-content: center;
}
.cid-uFJrkc9Ya1 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFJrkc9Ya1 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFJrkc9Ya1 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJrkc9Ya1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrkc9Ya1 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFJrkc9Ya1 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uFJrkc9Ya1 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFJrkc9Ya1 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkc9Ya1 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFJrkc9Ya1 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFJrkc9Ya1 .mbr-section-title {
  color: #000000;
}
.cid-uFJrkc9Ya1 .mbr-text {
  color: #131313;
}
.cid-uFLcQY6KQV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a6d8b5;
}
.cid-uFLcQY6KQV .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFLcQY6KQV .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uFLcQY6KQV .row {
    padding: 2rem 1rem;
  }
}
.cid-uFLcQY6KQV .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uFLcQY6KQV .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uFLcQY6KQV span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uFLcQY6KQV .collapsed span {
  transform: rotate(0deg);
}
.cid-uFLcQY6KQV .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFLcQY6KQV .panel-group {
  width: 100%;
}
.cid-uFLcQY6KQV .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uFLcQY6KQV .card {
  border-radius: 0px;
}
.cid-uFLcQY6KQV .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uFLcQY6KQV .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFLcQY6KQV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFLcQY6KQV .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uFLcQY6KQV .panel-text {
  color: #000000;
}
.cid-uFLcQY6KQV .header-text,
.cid-uFLcQY6KQV .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uFLcQY6KQV .mbr-section-title {
  color: #000000;
}
.cid-uFLcQY6KQV .header-text,
.cid-uFLcQY6KQV .sign,
.cid-uFLcQY6KQV .card-header {
  color: #000000;
}
.cid-uFLcQY6KQV .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uFJrkcA8uM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFJrkcA8uM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkcA8uM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkcA8uM .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uFJrkcA8uM .google-map {
    margin-bottom: 32px;
  }
}
.cid-uFJrkcA8uM .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #a78aff, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFJrkcA8uM .google-map::before {
    bottom: -32px;
  }
}
.cid-uFJrkcA8uM .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uFJrkcA8uM .google-map iframe {
    height: 350px;
  }
}
.cid-uFJrkd3g6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78be8d;
}
.cid-uFJrkd3g6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkd3g6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkd3g6k .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFJrkd3g6k .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkd3g6k .content-wrapper {
    padding: 0;
  }
}
.cid-uFJrkd3g6k .content-wrapper .card-wrapper {
  background-color: #78be8d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFJrkd3g6k .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkd3g6k .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uFJrkd3g6k .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFJrkd3g6k .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uFJrkd3g6k .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uFJrkd3g6k .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uFJrkd3g6k .mbr-section-title {
  color: #2C2625;
}
.cid-uFJrkd3g6k .mbr-text {
  color: #2C2625;
}
.cid-uFJrkd3g6k .list {
  color: #2C2625;
}
.cid-uFJrkBRp8f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJrkBRp8f nav.navbar {
  position: fixed;
}
.cid-uFJrkBRp8f .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-uFJrkBRp8f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJrkBRp8f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJrkBRp8f .dropdown-item:hover,
.cid-uFJrkBRp8f .dropdown-item:focus {
  background: #3a35f8 !important;
  color: white !important;
}
.cid-uFJrkBRp8f .dropdown-item:hover span {
  color: white;
}
.cid-uFJrkBRp8f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJrkBRp8f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJrkBRp8f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJrkBRp8f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJrkBRp8f .nav-link {
  position: relative;
}
.cid-uFJrkBRp8f .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFJrkBRp8f .container {
    flex-wrap: wrap;
  }
}
.cid-uFJrkBRp8f .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFJrkBRp8f .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFJrkBRp8f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJrkBRp8f .dropdown-menu,
.cid-uFJrkBRp8f .navbar.opened {
  background: #ffeb98 !important;
}
.cid-uFJrkBRp8f .nav-item:focus,
.cid-uFJrkBRp8f .nav-link:focus {
  outline: none;
}
.cid-uFJrkBRp8f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJrkBRp8f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJrkBRp8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJrkBRp8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJrkBRp8f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJrkBRp8f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJrkBRp8f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffeb98;
}
.cid-uFJrkBRp8f .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJrkBRp8f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJrkBRp8f .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJrkBRp8f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJrkBRp8f .navbar.collapsed {
  justify-content: center;
}
.cid-uFJrkBRp8f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJrkBRp8f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJrkBRp8f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFJrkBRp8f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJrkBRp8f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJrkBRp8f .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-uFJrkBRp8f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJrkBRp8f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJrkBRp8f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJrkBRp8f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJrkBRp8f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJrkBRp8f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJrkBRp8f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJrkBRp8f .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-uFJrkBRp8f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJrkBRp8f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJrkBRp8f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJrkBRp8f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJrkBRp8f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJrkBRp8f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJrkBRp8f .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJrkBRp8f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJrkBRp8f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJrkBRp8f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJrkBRp8f .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-uFJrkBRp8f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJrkBRp8f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJrkBRp8f .dropdown-item.active,
.cid-uFJrkBRp8f .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJrkBRp8f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJrkBRp8f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJrkBRp8f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJrkBRp8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb98;
}
.cid-uFJrkBRp8f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJrkBRp8f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJrkBRp8f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJrkBRp8f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJrkBRp8f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJrkBRp8f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJrkBRp8f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJrkBRp8f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJrkBRp8f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJrkBRp8f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJrkBRp8f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJrkBRp8f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJrkBRp8f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJrkBRp8f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJrkBRp8f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJrkBRp8f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJrkBRp8f .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-uFJrkBRp8f .navbar {
    height: 70px;
  }
  .cid-uFJrkBRp8f .navbar.opened {
    height: auto;
  }
  .cid-uFJrkBRp8f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJrkCgVew {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #a6d8b5;
}
.cid-uFJrkCgVew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkCgVew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkCgVew .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFJrkCgVew .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uFJrkCBzaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJrkCBzaU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFJrkCBzaU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFJrkCBzaU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #353535;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFJrkCQ0Vh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFJrkCQ0Vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkCQ0Vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkCQ0Vh .container-small,
.cid-uFJrkCQ0Vh .container-fluid {
  padding: 0 !important;
}
.cid-uFJrkCQ0Vh .container-small {
  max-width: 1440px;
}
.cid-uFJrkCQ0Vh .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #a6d8b5;
}
@media (max-width: 991px) {
  .cid-uFJrkCQ0Vh .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrkCQ0Vh .text-box {
    padding: 50px 10px;
  }
}
.cid-uFJrkCQ0Vh .mbr-section-title {
  color: #131313;
}
.cid-uFJrkCQ0Vh .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uFJrkCQ0Vh .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uFJrkCQ0Vh .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFJrkCQ0Vh .mbr-text a {
  text-decoration: underline;
}
.cid-uFJrkCQ0Vh .mbr-section-btn {
  margin-top: 34px;
}
.cid-uFJrkD8yew {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJrkD8yew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkD8yew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkD8yew .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFJrkD8yew .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFJrkD8yew .container {
    padding: 0 26px;
  }
}
.cid-uFJrkD8yew .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFJrkD8yew .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFJrkD8yew .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uFJrkD8yew .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFJrkD8yew .image-wrapper img {
    height: 300px;
  }
}
.cid-uFJrkD8yew .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFJrkD8yew .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFJrkD8yew .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrkD8yew .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFJrkD8yew .mbr-section-title {
  color: #ffffff;
}
.cid-uFJrkD8yew .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJrkD8yew .mbr-text {
  color: #000000;
}
.cid-uFJrkD8yew .mbr-section-title,
.cid-uFJrkD8yew .mbr-section-btn {
  color: #000000;
}
.cid-uFJrkDreDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a6d8b5;
}
.cid-uFJrkDreDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkDreDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkDreDn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFJrkDreDn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkDreDn .container {
    padding: 0 16px;
  }
}
.cid-uFJrkDreDn .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFJrkDreDn .row {
    margin: 0 10px;
  }
}
.cid-uFJrkDreDn .row .card {
  position: relative;
  padding: 0;
}
.cid-uFJrkDreDn .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #502274;
  border-radius: 0;
  pointer-events: none;
  left: auto;
  right: -11rem;
  border-right: 40px solid #502274;
  border-left: none;
}
@media (max-width: 1300px) {
  .cid-uFJrkDreDn .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uFJrkDreDn .row .card .decor-wrapper {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkDreDn .row .card .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkDreDn .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFJrkDreDn .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #502274;
  color: #502274;
  border-radius: 100%;
  border: 5px solid #502274;
  z-index: 1;
  left: auto;
  right: -13rem;
}
@media (max-width: 1300px) {
  .cid-uFJrkDreDn .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uFJrkDreDn .row .card .icon-decor {
    right: -9.8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkDreDn .row .card .icon-decor {
    display: none;
  }
}
.cid-uFJrkDreDn .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFJrkDreDn .title-wrapper {
    width: 100%;
  }
}
.cid-uFJrkDreDn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFJrkDreDn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFJrkDreDn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrkDreDn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFJrkDreDn .mbr-text {
  color: #000000;
}
.cid-uFJrkDKOXk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJrkDKOXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkDKOXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkDKOXk .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uFJrkDKOXk .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uFJrkDKOXk .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uFJrkDKOXk .item-img {
    width: 100%;
  }
}
.cid-uFJrkDKOXk .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uFJrkDKOXk .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uFJrkDKOXk .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uFJrkDKOXk .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uFJrkDKOXk .card-title {
  color: #131313;
}
.cid-uFJrkDKOXk .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uFJrkDKOXk .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-uFJrkDKOXk .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-uFJrkDKOXk .list-item {
  width: 100%;
}
.cid-uFJrkDKOXk .list-text {
  color: #000000;
}
.cid-uFJrkDKOXk .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uFJrkDKOXk .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uFJrkDKOXk .card-text,
.cid-uFJrkDKOXk .mbr-section-btn {
  color: #000000;
}
.cid-uFJrkEdM23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d8b5;
}
.cid-uFJrkEdM23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkEdM23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkEdM23 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uFJrkEdM23 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFJrkEdM23 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJrkEdM23 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFJrkEdM23 .mbr-text,
.cid-uFJrkEdM23 .mbr-section-btn {
  color: #000000;
}
.cid-uFJrkEdM23 .card-title,
.cid-uFJrkEdM23 .card-box {
  text-align: left;
  color: #131313;
}
.cid-uFJrkEyqAq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uFJrkEyqAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkEyqAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkEyqAq .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFJrkEyqAq .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrkEyqAq .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFJrkEyqAq .mbr-section-title {
  color: #131313;
}
.cid-uFJrkEyqAq .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFJrkEyqAq .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uFJrkEyqAq .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uFJrkEyqAq .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #a6d8b5;
  box-shadow: 4px 4px 0 #a6d8b5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uFJrkEyqAq .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFJrkEyqAq .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFJrkEyqAq .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uFJrkEyqAq .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFJrkEyqAq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-uFJrkEyqAq .card-title {
  color: #131313;
}
.cid-uFJrkEyqAq .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uFJrkEyqAq .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uFJrkEyqAq .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrkEyqAq .card-link {
    margin-top: 15px;
  }
}
.cid-uFJrkEyqAq .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uFJrkF5s6U {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a6d8b5;
}
.cid-uFJrkF5s6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkF5s6U .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFJrkF5s6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkF5s6U h1 {
  max-width: 800px;
}
.cid-uFJrkF5s6U p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFJrkF5s6U .btn:hover {
  transform: scale(1.1);
  background: #a6d8b5 !important;
  border-color: #a6d8b5 !important;
  color: #3a35f8 !important;
}
.cid-uFJrkF5s6U .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFJrkF5s6U .btn div {
  overflow: hidden;
}
.cid-uFJrkF5s6U .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-uFJrkF5s6U {
    align-items: center;
  }
  .cid-uFJrkF5s6U .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFJrkF5s6U .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFJrkF5s6U {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFJrkF5s6U .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFJrkF5s6U .content-wrap {
    width: 100%;
  }
}
.cid-uFJrkF5s6U .mbr-section-subtitle,
.cid-uFJrkF5s6U .line {
  color: #291f1e;
}
.cid-uFJrkF5s6U .mbr-text,
.cid-uFJrkF5s6U .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFJrkF5s6U .mbr-section-title {
  color: #291f1e;
}
.cid-uFJrkFohz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJrkFohz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkFohz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkFohz5 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFJrkFohz5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrkFohz5 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFJrkFohz5 .mbr-section-title {
  color: #131313;
}
.cid-uFJrkFohz5 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFJrkFohz5 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uFJrkFohz5 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uFJrkFohz5 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #a6d8b5;
  box-shadow: 4px 4px 0 #a6d8b5;
  background: #fafafa;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uFJrkFohz5 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uFJrkFohz5 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFJrkFohz5 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uFJrkFohz5 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFJrkFohz5 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a6b1d8;
}
.cid-uFJrkFohz5 .card-title {
  color: #131313;
}
.cid-uFJrkFohz5 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uFJrkFohz5 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uFJrkFohz5 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFJrkFohz5 .card-link {
    margin-top: 15px;
  }
}
.cid-uFJrkFohz5 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uFJrkFohz5 .card-title,
.cid-uFJrkFohz5 .iconfont-wrapper {
  color: #000000;
}
.cid-uFJrkG1XjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFJrkG1XjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkG1XjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkG1XjE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFJrkG1XjE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkG1XjE .container {
    padding: 0 30px;
  }
}
.cid-uFJrkG1XjE .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #a6d8b5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFJrkG1XjE .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uFJrkG1XjE .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uFJrkG1XjE .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uFJrkG1XjE .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFJrkG1XjE .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrkG1XjE .mbr-section-title {
  color: #2b2b2b;
}
.cid-uFJrkG1XjE .mbr-text {
  color: #000000;
}
.cid-uFJrkG1XjE .mbr-section-title,
.cid-uFJrkG1XjE .mbr-section-btn {
  color: #000000;
}
.cid-uFJrkGlc7B {
  background-color: #a6d8b5;
  padding-top: 7rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uFJrkGlc7B .row {
    background-color: transparent;
    background-color: #a6d8b5;
  }
}
@media (min-width: 992px) {
  .cid-uFJrkGlc7B .content-wrapper {
    max-width: 600px;
    height: 560px;
    background-color: transparent;
    background-color: #a6d8b5;
  }
}
@media (max-width: 991px) {
  .cid-uFJrkGlc7B .wrapper {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJrkGlc7B .wrapper {
    padding: 0 28px;
  }
}
.cid-uFJrkGlc7B .row {
  flex-direction: row-reverse;
}
.cid-uFJrkGlc7B .text {
  position: relative;
}
.cid-uFJrkGlc7B .card-header {
  padding: 15px 0 !important;
  border-bottom: none;
  margin-bottom: 0px !important;
  background-color: transparent;
  border-top: 1px solid rgba(61, 61, 61, 0.3);
}
@media (min-width: 768px) {
  .cid-uFJrkGlc7B .card-header {
    padding: 15px 0 15px 0 !important;
  }
}
.cid-uFJrkGlc7B .panel-body {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
.cid-uFJrkGlc7B span {
  transform: rotate(45deg);
  transition: all 0.5s;
  font-size: 20px;
}
.cid-uFJrkGlc7B .collapsed span {
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .cid-uFJrkGlc7B .content-block {
    padding-right: 60px;
  }
}
.cid-uFJrkGlc7B .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFJrkGlc7B .panel-group {
  width: 100%;
}
.cid-uFJrkGlc7B .sign {
  font-family: 'Moririse2' !important;
}
.cid-uFJrkGlc7B .card {
  border-radius: 0px;
}
.cid-uFJrkGlc7B .card .card-header {
  border-radius: 0px;
  padding: 0;
}
.cid-uFJrkGlc7B .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFJrkGlc7B .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFJrkGlc7B .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uFJrkGlc7B .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uFJrkGlc7B .link-title {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3);
  padding-bottom: 33px;
}
.cid-uFJrkGlc7B .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uFJrkGlc7B .mbr-text {
  margin-bottom: 84px;
}
.cid-uFJrkGlc7B .header-text,
.cid-uFJrkGlc7B .sign {
  color: #ffffff;
}
.cid-uFJrkGlc7B .panel-text {
  color: #fcc015;
  text-align: left;
}
.cid-uFJrkGlc7B .title {
  color: #ffffff;
  text-align: center;
}
.cid-uFJrkGUcWM {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-uFJrkGUcWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkGUcWM .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-uFJrkGUcWM .container {
    padding: 0 22px;
  }
}
.cid-uFJrkGUcWM .card {
  justify-content: center;
}
.cid-uFJrkGUcWM .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFJrkGUcWM .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFJrkGUcWM .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJrkGUcWM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJrkGUcWM .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFJrkGUcWM .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #fff0e6;
}
@media (max-width: 1440px) {
  .cid-uFJrkGUcWM .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFJrkGUcWM .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkGUcWM .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFJrkGUcWM .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFJrkGUcWM .mbr-section-title {
  color: #000000;
}
.cid-uFJrkGUcWM .mbr-text {
  color: #131313;
}
.cid-uFLde5K1lp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a6d8b5;
}
.cid-uFLde5K1lp .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFLde5K1lp .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uFLde5K1lp .row {
    padding: 2rem 1rem;
  }
}
.cid-uFLde5K1lp .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uFLde5K1lp .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uFLde5K1lp span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uFLde5K1lp .collapsed span {
  transform: rotate(0deg);
}
.cid-uFLde5K1lp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uFLde5K1lp .panel-group {
  width: 100%;
}
.cid-uFLde5K1lp .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uFLde5K1lp .card {
  border-radius: 0px;
}
.cid-uFLde5K1lp .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uFLde5K1lp .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uFLde5K1lp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFLde5K1lp .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uFLde5K1lp .panel-text {
  color: #000000;
}
.cid-uFLde5K1lp .header-text,
.cid-uFLde5K1lp .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uFLde5K1lp .mbr-section-title {
  color: #000000;
}
.cid-uFLde5K1lp .header-text,
.cid-uFLde5K1lp .sign,
.cid-uFLde5K1lp .card-header {
  color: #000000;
}
.cid-uFLde5K1lp .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uFJrkHi87S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFJrkHi87S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkHi87S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkHi87S .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uFJrkHi87S .google-map {
    margin-bottom: 32px;
  }
}
.cid-uFJrkHi87S .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #a78aff, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFJrkHi87S .google-map::before {
    bottom: -32px;
  }
}
.cid-uFJrkHi87S .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uFJrkHi87S .google-map iframe {
    height: 350px;
  }
}
.cid-uFJrkHIPqX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78be8d;
}
.cid-uFJrkHIPqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrkHIPqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrkHIPqX .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFJrkHIPqX .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkHIPqX .content-wrapper {
    padding: 0;
  }
}
.cid-uFJrkHIPqX .content-wrapper .card-wrapper {
  background-color: #78be8d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFJrkHIPqX .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrkHIPqX .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uFJrkHIPqX .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFJrkHIPqX .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uFJrkHIPqX .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uFJrkHIPqX .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uFJrkHIPqX .mbr-section-title {
  color: #2C2625;
}
.cid-uFJrkHIPqX .mbr-text {
  color: #2C2625;
}
.cid-uFJrkHIPqX .list {
  color: #2C2625;
}
